Meta data for new release.

This commit is contained in:
James Cole
2023-03-10 19:11:27 +01:00
parent 591e3ab3ec
commit 643ae91bb5
87 changed files with 1637 additions and 1515 deletions

View File

@@ -47,9 +47,9 @@ return [
'last_seven_days' => 'Τελευταίες επτά ημέρες',
'last_thirty_days' => 'Τελευταίες τριάντα ημέρες',
'last_180_days' => 'Τελευταίες 180 ημέρες',
'month_to_date' => 'Από την αρχή του μήνα ως σήμερα',
'year_to_date' => 'Από την αρχή του έτους ως σήμερα',
'YTD' => 'Από την αρχή του έτους ως σήμερα',
'month_to_date' => 'Μήνας μέχρι σήμερα',
'year_to_date' => 'Έτος μέχρι σήμερα',
'YTD' => 'ΤΡΕΧΟΝ ΕΤΟΣ',
'welcome_back' => 'Τι παίζει;',
'everything' => 'Όλα',
'today' => 'σήμερα',
@@ -280,7 +280,7 @@ return [
'visit_webhook_url' => 'Επισκεφθείτε το URL του webhook',
'reset_webhook_secret' => 'Επαναφορά μυστικού webhook',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> έχει αποθηκευτεί.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Το Webhook #{ID}</a> ("{title}") έχει ενημερωθεί.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Το Webhook #{ID}</a> ("{title}") έχει ενημερωθεί.',
// API access
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
@@ -1317,9 +1317,9 @@ return [
'pref_last90' => 'Τελευταίες 90 ημέρες',
'pref_last30' => 'Τελευταίες 30 ημέρες',
'pref_last7' => 'Τελευταίες 7 ημέρες',
'pref_YTD' => 'Από την αρχή του έτους ως σήμερα',
'pref_QTD' => 'Από την αρχή του τριμήνου ως σήμερα',
'pref_MTD' => 'Από τηνν αρχή του μήνα ως σήμερα',
'pref_YTD' => 'Έτος μέχρι σήμερα',
'pref_QTD' => 'Τρίμηνο μέχρι σήμερα',
'pref_MTD' => 'Μήνας μέχρι σήμερα',
'pref_languages' => 'Γλώσσες',
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
@@ -2364,6 +2364,8 @@ return [
// administration
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
'invite_new_user_title' => 'Invite new user',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
'invited_user_mail' => 'Email address',
@@ -2409,12 +2411,12 @@ return [
'admin_maintanance_title' => 'Συντήρηση',
'admin_maintanance_expl' => 'Μερικά ωραία κουμπιά για συντήρηση στο Firefly III',
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
'admin_notifications' => 'Admin notifications',
'admin_notifications' => 'Ειδοποιήσεις διαχειριστή',
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_new_version' => 'A new version is available',
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_new_version' => 'Μια νέα έκδοση είναι διαθέσιμη',
'admin_notification_check_invite_created' => 'Ένας χρήστης θα λάβει πρόσκληση για το Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
@@ -2697,8 +2699,8 @@ return [
'ale_action_update_transaction_type' => 'Changed transaction type',
'ale_action_update_notes' => 'Changed notes',
'ale_action_update_description' => 'Changed description',
'ale_action_add_to_piggy' => 'Piggy bank',
'ale_action_remove_from_piggy' => 'Piggy bank',
'ale_action_add_to_piggy' => 'Κουμπαράς',
'ale_action_remove_from_piggy' => 'Κουμπαράς',
'ale_action_add_tag' => 'Added tag',
];