New and updated files for beta 2

This commit is contained in:
James Cole
2023-02-19 11:16:15 +01:00
parent aab8eb467c
commit c3a4656e22
64 changed files with 1333 additions and 1306 deletions

View File

@@ -47,8 +47,8 @@ return [
'last_seven_days' => 'Τελευταίες επτά ημέρες',
'last_thirty_days' => 'Τελευταίες τριάντα ημέρες',
'last_180_days' => 'Τελευταίες 180 ημέρες',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'month_to_date' => 'Από την αρχή του μήνα ως σήμερα',
'year_to_date' => 'Από την αρχή του έτους ως σήμερα',
'YTD' => 'Από την αρχή του έτους ως σήμερα',
'welcome_back' => 'Τι παίζει;',
'everything' => 'Όλα',
@@ -203,7 +203,7 @@ return [
'transfer_exchange_rate_instructions' => 'Ο κεφαλαιακός λογαριασμός προέλευσης "@source_name" δέχεται συναλλαγές μόνο σε @source_currency. Ο κεφαλαιακός λογαριασμός προορισμού "@dest_name" δέχεται συναλλαγές μόνο σε @dest_currency. Πρέπει να παρέχετε το σωστό μεταφερόμενο ποσό και στα δύο νομίσματα.',
'transaction_data' => 'Δεδομένα συναλλαγής',
'invalid_server_configuration' => 'Μη έγκυρη παραμετροποίηση εξυπηρετητή',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'invalid_locale_settings' => 'Το Firefly III δεν είναι σε θέση να διαμορφώσει χρηματικά ποσά επειδή ο διακομιστής σας λείπει τα απαιτούμενα πακέτα. Υπάρχουν <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">οδηγίες πώς να το κάνετε αυτό</a>.',
'quickswitch' => 'Εναλλαγή',
'sign_in_to_start' => 'Συνδεθείτε για να ξεκινήσετε τη συνεδρία σας',
'sign_in' => 'Είσοδος',
@@ -243,44 +243,44 @@ return [
// Webhooks
'webhooks' => 'Webhooks',
'webhooks_breadcrumb' => 'Webhooks',
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
'webhook_response_TRANSACTIONS' => 'Transaction details',
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_response_none_NONE' => 'No details',
'no_webhook_messages' => 'Δεν υπάρχουν μηνύματα webhook',
'webhook_trigger_STORE_TRANSACTION' => 'Μετά τη δημιουργία συναλλαγής',
'webhook_trigger_UPDATE_TRANSACTION' => 'Μετά την ενημέρωση της συναλλαγής',
'webhook_trigger_DESTROY_TRANSACTION' => 'Μετά τη διαγραφή συναλλαγής',
'webhook_response_TRANSACTIONS' => 'Λεπτομέρειες συναλλαγής',
'webhook_response_ACCOUNTS' => 'Πληροφορίες λογαριασμού',
'webhook_response_none_NONE' => 'Δεν υπάρχουν λεπτομέρειες',
'webhook_delivery_JSON' => 'JSON',
'inspect' => 'Inspect',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
'stored_new_webhook' => 'Stored new webhook ":title"',
'delete_webhook' => 'Delete webhook',
'deleted_webhook' => 'Deleted webhook ":title"',
'edit_webhook' => 'Edit webhook ":title"',
'updated_webhook' => 'Updated webhook ":title"',
'edit_webhook_js' => 'Edit webhook "{title}"',
'inspect' => 'Έλεγχος',
'create_new_webhook' => 'Δημιουργία νέου webhook',
'webhooks_create_breadcrumb' => 'Δημιουργία νέου webhook',
'webhook_trigger_form_help' => 'Επιλέξτε που θα ενεργοποιηθεί το webhook',
'webhook_response_form_help' => 'Υποδείξτε τι πρέπει να υποβάλει το webhook στη διεύθυνση URL.',
'webhook_delivery_form_help' => 'Ποια μορφή πρέπει να παραδώσει δεδομένα στο webhook.',
'webhook_active_form_help' => 'Το webhook πρέπει να είναι ενεργό αλλιώς δεν θα κληθεί.',
'stored_new_webhook' => 'Αποθηκευμένο νέο webhook ":title"',
'delete_webhook' => 'Διαγραφή webhook',
'deleted_webhook' => 'Διαγραμμένο webhook ":title"',
'edit_webhook' => 'Επεξεργασία webhook ":title"',
'updated_webhook' => 'Ενημερωμένο webhook ":title"',
'edit_webhook_js' => 'Επεξεργασία webhook "{title}"',
'show_webhook' => 'Webhook ":title"',
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
'webhook_messages' => 'Webhook message',
'view_message' => 'View message',
'view_attempts' => 'View failed attempts',
'message_content_title' => 'Webhook message content',
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
'attempt_content_title' => 'Webhook attempts',
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'webhook_attempt_at' => 'Attempt at {moment}',
'logs' => 'Logs',
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
'webhook_was_triggered' => 'Το webhook ενεργοποιήθηκε στην επιλεγμένη συναλλαγή. Παρακαλώ περιμένετε να εμφανιστούν τα αποτελέσματα.',
'webhook_messages' => 'Μήνυμα Webhook',
'view_message' => 'Προβολή μηνύματος',
'view_attempts' => 'Προβολή αποτυχημένων προσπαθειών',
'message_content_title' => 'Περιεχόμενο μηνύματος Webhook',
'message_content_help' => 'Αυτό είναι το περιεχόμενο του μηνύματος που στάλθηκε (ή δοκιμάστηκε) χρησιμοποιώντας αυτό το webhook.',
'attempt_content_title' => 'Προσπάθειες Webhook',
'attempt_content_help' => 'Αυτές είναι όλες οι ανεπιτυχείς προσπάθειες αυτού του μηνύματος webhook για υποβολή στην ρυθμισμένη διεύθυνση URL. Μετά από κάποιο χρονικό διάστημα, το Firefly III θα σταματήσει να προσπαθεί.',
'no_attempts' => 'Δεν υπάρχουν ανεπιτυχείς προσπάθειες. Αυτό είναι καλό!',
'webhook_attempt_at' => 'Προσπάθεια στο {moment}',
'logs' => 'Αρχεία καταγραφής (Logs)',
'response' => 'Απόκριση',
'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}") έχει ενημερωθεί.',
// API access
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
@@ -350,34 +350,34 @@ return [
*/
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
'search_modifier_reconciled' => 'Transaction is reconciled',
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
'search_modifier_date_on' => 'Η ημερομηνία συναλλαγής είναι ":value"',
'search_modifier_not_date_on' => 'Η ημερομηνία συναλλαγής δεν είναι ":value"',
'search_modifier_reconciled' => 'Η συναλλαγή είναι τακτοποιημένη',
'search_modifier_not_reconciled' => 'Η συναλλαγή δεν έχει τακτοποιηθεί',
'search_modifier_id' => 'Το ID συναλλαγής είναι ":value"',
'search_modifier_not_id' => 'Transaction ID is not ":value"',
'search_modifier_not_id' => 'Το ID συναλλαγής δεν είναι ":value"',
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν ή στις ":value"',
'search_modifier_date_after' => 'Η ημερομηνία συναλλαγής είναι μετά ή στις ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
'search_modifier_external_id_is' => 'Το Εξωτερικό ID είναι ":value"',
'search_modifier_not_external_id_is' => 'Το εξωτερικό ID δεν είναι ":value"',
'search_modifier_no_external_url' => 'Η συναλλαγή δεν έχει εξωτερικό URL',
'search_modifier_no_external_id' => 'The transaction has no external ID',
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
'search_modifier_not_any_external_id' => 'The transaction has no external ID',
'search_modifier_no_external_id' => 'Η συναλλαγή δεν έχει εξωτερικό ID',
'search_modifier_not_any_external_url' => 'Η συναλλαγή δεν έχει εξωτερικό URL',
'search_modifier_not_any_external_id' => 'Η συναλλαγή δεν έχει εξωτερικό ID',
'search_modifier_any_external_url' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) εξωτερικό URL',
'search_modifier_any_external_id' => 'The transaction must have a (any) external ID',
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
'search_modifier_description_starts' => 'Description starts with ":value"',
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
'search_modifier_description_ends' => 'Description ends on ":value"',
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
'search_modifier_any_external_id' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) εξωτερικό ID',
'search_modifier_not_no_external_url' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) εξωτερικό URL',
'search_modifier_not_no_external_id' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) εξωτερικό ID',
'search_modifier_internal_reference_is' => 'Η εσωτερική αναφορά είναι ":value"',
'search_modifier_not_internal_reference_is' => 'Η εσωτερική αναφορά δεν είναι ":value"',
'search_modifier_description_starts' => 'Η περιγραφή ξεκινά με ":value"',
'search_modifier_not_description_starts' => 'Η περιγραφή δεν ξεκινά με ":value"',
'search_modifier_description_ends' => 'Η περιγραφή τελειώνει στο ":value"',
'search_modifier_not_description_ends' => 'Η περιγραφή δεν τελειώνει στο ":value"',
'search_modifier_description_contains' => 'Η περιγραφή περιέχει ":value"',
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
'search_modifier_not_description_contains' => 'Η περιγραφή δεν περιέχει ":value"',
'search_modifier_description_is' => 'Η περιγραφή είναι ακριβώς ":value"',
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
'search_modifier_not_description_is' => 'Η περιγραφή δεν είναι ακριβώς ":value"',
'search_modifier_currency_is' => 'Το (ξένο) νόμισμα της συναλλαγής είναι ":value"',
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
'search_modifier_foreign_currency_is' => 'Το ξένο νόμισμα της συναλλαγής είναι ":value"',