Code for new release.

This commit is contained in:
James Cole
2022-05-31 06:05:21 +02:00
parent 6c945bfd60
commit 2f75437ac1
15 changed files with 541 additions and 538 deletions

View File

@@ -24,15 +24,15 @@ declare(strict_types=1);
return [
'home' => 'Αρχική',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'budgets' => 'Προϋπολογισμοί',
'subscriptions' => 'Συνδρομές',
'transactions' => 'Συναλλαγές',
'title_expenses' => 'Δαπάνες',
'title_withdrawal' => 'Δαπάνες',
'title_revenue' => 'Έσοδα',
'title_deposit' => 'Έσοδα',
'title_transfer' => 'Μεταφορές',
'title_transfers' => 'Μεταφορές',
'edit_currency' => 'Επεξεργασία νομίσματος ":name"',
'delete_currency' => 'Διαγραφή νομίσματος ":name"',
'newPiggyBank' => 'Δημιουργία ενός νέου κουμπαρά',
@@ -70,9 +70,9 @@ return [
'edit_object_group' => 'Επεξεργασία ομάδας ":title"',
'delete_object_group' => 'Διαγραφή ομάδας ":title"',
'logout_others' => 'Αποσυνδέσετε τις άλλες συνεδρίες',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'asset_accounts' => 'Λογαριασμοί κεφαλαίου',
'expense_accounts' => 'Λογαριασμοί δαπανών',
'revenue_accounts' => 'Λογαριασμοί εσόδων',
'liabilities_accounts' => 'Υποχρεώσεις',
'placeholder' => '[Placeholder]',
];

View File

@@ -34,10 +34,10 @@ return [
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'dddd Do MMMM YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'Do MMMM',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY, HH:mm:ss',

View File

@@ -1394,7 +1394,7 @@ return [
'make_new_revenue_account' => 'Δημιουργία νέου λογαριασμού εσόδων',
'make_new_liabilities_account' => 'Δημιουργία νέας υποχρέωσης',
'asset_accounts' => 'Κεφάλαια',
'undefined_accounts' => 'Accounts',
'undefined_accounts' => 'Λογαριασμοί',
'asset_accounts_inactive' => 'Λογαριασμοί κεφαλαίου (ανενεργοί)',
'expense_accounts' => 'Δαπάνες',
'expense_accounts_inactive' => 'Λογαριασμοί δαπανών (ανενεργοί)',

View File

@@ -180,8 +180,8 @@ return [
'blocked_code' => 'Αιτία αποκλεισμού',
'login_name' => 'Είσοδος',
'is_owner' => 'Είναι διαχειριστής;',
'url' => 'URL',
'bill_end_date' => 'End date',
'url' => 'Διεύθυνση URL',
'bill_end_date' => 'Ημερομηνία λήξης',
// import
'apply_rules' => 'Εφαρμογή κανόνων',

View File

@@ -76,7 +76,7 @@ return [
'type' => 'Τύπος',
'completed' => 'Ολοκληρώθηκε',
'iban' => 'IBAN',
'account_number' => 'Account number',
'account_number' => 'Αριθμός λογαριασμού',
'paid_current_period' => 'Πληρώθηκαν αυτή την περίοδο',
'email' => 'Email',
'registered_at' => 'Εγγράφηκε στις',

View File

@@ -61,9 +61,9 @@ return [
'accepted' => 'Το :attribute πρέπει να γίνει αποδεκτό.',
'bic' => 'Αυτό δεν είναι έγκυρο IBAN.',
'at_least_one_trigger' => 'Ο κανόνας πρέπει να έχει τουλάχιστον ένα κριτήριο ενεργοποίησης.',
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
'at_least_one_active_trigger' => 'Ο κανόνας πρέπει να έχει τουλάχιστον ένα ενεργό κριτήριο ενεργοποίησης.',
'at_least_one_action' => 'Ο κανόνας πρέπει να έχει τουλάχιστον μία λειτουργία.',
'at_least_one_active_action' => 'Rule must have at least one active action.',
'at_least_one_active_action' => 'Ο κανόνας πρέπει να έχει τουλάχιστον μία ενεργή λειτουργία.',
'base64' => 'Αυτά δεν είναι έγκυρα base64 κωδικοποιημένα δεδομένα.',
'model_id_invalid' => 'Το παραχωρημένο αναγνωριστικό δε φαίνεται έγκυρο για αυτό το μοντέλο.',
'less' => 'Το :attribute πρέπει να είναι μικρότερο από 10,000,000',

View File

@@ -44,12 +44,12 @@ return [
// access token created
'access_token_created_subject' => 'Se ha creado un nuevo token de acceso',
'access_token_created_body' => 'Alguien (esperemos que usted) acaba de crear un nuevo token de acceso a la API de Firefly III para tu cuenta de usuario.',
'access_token_created_explanation' => 'With this token, they can access **all** of your financial records through the Firefly III API.',
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url',
'access_token_created_explanation' => 'Con este token, pueden acceder a **todos** sus registros financieros a través de la API de Firefly III.',
'access_token_created_revoke' => 'Si no era usted, por favor, revoque este token tan pronto como sea posible, en :url',
// registered
'registered_subject' => 'Bienvenido a Firefly III!',
'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!',
'registered_welcome' => 'Bienvenido/a a [Firefly III](:address). Su registro se ha realizado correctamente, y este correo electrónico está aquí para confirmarlo. ¡Yeah!',
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
'registered_help' => 'Hay un icono de ayuda en la esquina superior derecha de cada página. Si necesita ayuda, ¡Haga clic en él!',
'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).',

View File

@@ -491,7 +491,7 @@ return [
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => '任一个附件名称为":value"',
'search_modifier_attachment_name_is' => '任一个附件名称为":value"',
'search_modifier_attachment_name_contains' => '任何附件的名称包含":value"',
'search_modifier_attachment_name_starts' => '任何附件的名称开头为":value"',
'search_modifier_attachment_name_ends' => '任何附件的名称结尾为":value"',
@@ -605,7 +605,7 @@ return [
'rule_trigger_source_account_is' => '来源账户名称为“:trigger_value”',
'rule_trigger_source_account_contains_choice' => '来源账户名称包含...',
'rule_trigger_source_account_contains' => '来源账户名称包含“:trigger_value”',
'rule_trigger_account_id_choice' => '任何一个账户ID为',
'rule_trigger_account_id_choice' => '其中一个账户ID为...',
'rule_trigger_account_id' => '其中一个账户ID是:trigger_value',
'rule_trigger_source_account_id_choice' => '来源账户 ID 为...',
'rule_trigger_source_account_id' => '来源账户 ID 为 :trigger_value',
@@ -726,18 +726,18 @@ return [
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => '标签不为":trigger_value"',
'rule_trigger_tag_is_not' => '标签不为...',
'rule_trigger_account_is_choice' => '任何一个账户为',
'rule_trigger_account_is' => '任何一个账户为":trigger_value"',
'rule_trigger_account_contains_choice' => '任何一个账户包含',
'rule_trigger_account_contains' => '任何一个账户包含":trigger_value"',
'rule_trigger_account_is_choice' => '其中一个账户为...',
'rule_trigger_account_is' => '其中一个账户为":trigger_value"',
'rule_trigger_account_contains_choice' => '其中一个账户包含...',
'rule_trigger_account_contains' => '其中一个账户包含":trigger_value"',
'rule_trigger_account_ends_choice' => '其中一个账户结尾为...',
'rule_trigger_account_ends' => '其中一个账户结尾为":trigger_value"',
'rule_trigger_account_starts_choice' => '其中一个账户开头为...',
'rule_trigger_account_starts' => '其中一个账户开头为":trigger_value"',
'rule_trigger_account_nr_is_choice' => '任何一个账户编号/IBAN为',
'rule_trigger_account_nr_is' => '任何一个账户编号/IBAN为":trigger_value"',
'rule_trigger_account_nr_contains_choice' => '任何一个账户编号/IBAN包含',
'rule_trigger_account_nr_contains' => '任何一个账户编号/IBAN包含":trigger_value"',
'rule_trigger_account_nr_is_choice' => '其中一个账户编号/IBAN为...',
'rule_trigger_account_nr_is' => '其中一个账户编号/IBAN为":trigger_value"',
'rule_trigger_account_nr_contains_choice' => '其中一个账户编号/IBAN包含...',
'rule_trigger_account_nr_contains' => '其中一个账户编号/IBAN包含":trigger_value"',
'rule_trigger_account_nr_ends_choice' => '其中一个账户编号/IBAN结尾为...',
'rule_trigger_account_nr_ends' => '其中一个账户编号/IBAN结尾为":trigger_value"',
'rule_trigger_account_nr_starts_choice' => '其中一个账户编号/IBAN开头为...',