From f7c34db39b37c5b3118cea9a072470fc2d5e7c0c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 26 Oct 2019 16:54:26 +0200 Subject: [PATCH] New translations. --- resources/lang/cs_CZ/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/cs_CZ/firefly.php | 5 ++++ resources/lang/cs_CZ/form.php | 1 + resources/lang/de_DE/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/de_DE/firefly.php | 5 ++++ resources/lang/de_DE/form.php | 1 + resources/lang/de_DE/validation.php | 2 +- resources/lang/el_GR/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/el_GR/firefly.php | 5 ++++ resources/lang/el_GR/form.php | 1 + resources/lang/en_US/api.php | 5 ++-- resources/lang/es_ES/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/es_ES/firefly.php | 5 ++++ resources/lang/es_ES/form.php | 1 + resources/lang/fr_FR/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/fr_FR/firefly.php | 5 ++++ resources/lang/fr_FR/form.php | 1 + resources/lang/hu_HU/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/hu_HU/firefly.php | 5 ++++ resources/lang/hu_HU/form.php | 1 + resources/lang/id_ID/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/id_ID/firefly.php | 5 ++++ resources/lang/id_ID/form.php | 1 + resources/lang/it_IT/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/it_IT/firefly.php | 5 ++++ resources/lang/it_IT/form.php | 1 + resources/lang/it_IT/validation.php | 2 +- resources/lang/nb_NO/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/nb_NO/firefly.php | 5 ++++ resources/lang/nb_NO/form.php | 1 + resources/lang/nl_NL/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/nl_NL/firefly.php | 5 ++++ resources/lang/nl_NL/form.php | 1 + resources/lang/pl_PL/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/pl_PL/firefly.php | 5 ++++ resources/lang/pl_PL/form.php | 1 + resources/lang/pt_BR/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/pt_BR/firefly.php | 5 ++++ resources/lang/pt_BR/form.php | 1 + resources/lang/pt_BR/validation.php | 2 +- resources/lang/ro_RO/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/ro_RO/firefly.php | 5 ++++ resources/lang/ro_RO/form.php | 1 + resources/lang/ru_RU/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/ru_RU/firefly.php | 5 ++++ resources/lang/ru_RU/form.php | 1 + resources/lang/tr_TR/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/tr_TR/firefly.php | 5 ++++ resources/lang/tr_TR/form.php | 1 + resources/lang/zh_CN/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/zh_CN/firefly.php | 5 ++++ resources/lang/zh_CN/form.php | 1 + resources/lang/zh_TW/api.php | 45 +++++++++++++++++++++++++++++ resources/lang/zh_TW/firefly.php | 5 ++++ resources/lang/zh_TW/form.php | 1 + 55 files changed, 872 insertions(+), 6 deletions(-) create mode 100644 resources/lang/cs_CZ/api.php create mode 100644 resources/lang/de_DE/api.php create mode 100644 resources/lang/el_GR/api.php create mode 100644 resources/lang/es_ES/api.php create mode 100644 resources/lang/fr_FR/api.php create mode 100644 resources/lang/hu_HU/api.php create mode 100644 resources/lang/id_ID/api.php create mode 100644 resources/lang/it_IT/api.php create mode 100644 resources/lang/nb_NO/api.php create mode 100644 resources/lang/nl_NL/api.php create mode 100644 resources/lang/pl_PL/api.php create mode 100644 resources/lang/pt_BR/api.php create mode 100644 resources/lang/ro_RO/api.php create mode 100644 resources/lang/ru_RU/api.php create mode 100644 resources/lang/tr_TR/api.php create mode 100644 resources/lang/zh_CN/api.php create mode 100644 resources/lang/zh_TW/api.php diff --git a/resources/lang/cs_CZ/api.php b/resources/lang/cs_CZ/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/cs_CZ/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index af4cf44f27..01e28c62c7 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Provozujete verzi :version, která je nejnovější dostupnou verzí.', 'update_newer_version_alert' => 'Provozujete verzi :your_version, zatímco nejnovější vydání je verze :new_version.', 'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Hledat', diff --git a/resources/lang/cs_CZ/form.php b/resources/lang/cs_CZ/form.php index 73f600a498..4c2fb35af1 100644 --- a/resources/lang/cs_CZ/form.php +++ b/resources/lang/cs_CZ/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Matches on', 'strict' => 'Striktní režim', 'repeat_freq' => 'Repeats', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Měna', 'currency_id' => 'Měna', 'transaction_currency_id' => 'Měna', diff --git a/resources/lang/de_DE/api.php b/resources/lang/de_DE/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/de_DE/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index d4c4ecae7d..bf4f04b783 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Sie verwenden Version v:version. Dies ist die neueste verfügbare Version.', 'update_newer_version_alert' => 'Sie verwenden v:your_version. Ihre Version ist neuer als die neueste Version (v:new_version).', 'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Suche', diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 667b4a242d..8b122713b6 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Reagiert auf', 'strict' => 'Strenger Modus', 'repeat_freq' => 'Wiederholungen', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Währung', 'currency_id' => 'Währung', 'transaction_currency_id' => 'Währung', diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 1ec036283c..0defa0c08f 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -45,7 +45,7 @@ return [ 'at_least_one_repetition' => 'Mindestens eine Wiederholung erforderlich.', 'require_repeat_until' => 'Erfordert entweder eine Anzahl von Wiederholungen oder ein Enddatum (repeat_until). Nicht beides.', 'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.', - 'not_transfer_account' => 'This account is not an account that can be used for transfers.', + 'not_transfer_account' => 'Dieses Konto ist kein Konto, welches für Buchungen genutzt werden kann.', 'require_currency_amount' => 'Der Inhalt dieses Feldes ist ohne Fremdbetragsangaben ungültig.', 'equal_description' => 'Die Transaktionsbeschreibung darf nicht der globalen Beschreibung entsprechen.', 'file_invalid_mime' => 'Die Datei „:name” ist vom Typ „:mime”, welcher nicht zum Hochladen zugelassen ist.', diff --git a/resources/lang/el_GR/api.php b/resources/lang/el_GR/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/el_GR/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index e72e2bccca..a1055f075a 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.', 'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.', 'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Αναζήτηση', diff --git a/resources/lang/el_GR/form.php b/resources/lang/el_GR/form.php index 5b2f498d65..a2c225b269 100644 --- a/resources/lang/el_GR/form.php +++ b/resources/lang/el_GR/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Αντιστοιχίες στις', 'strict' => 'Αυστηρή λειτουργία', 'repeat_freq' => 'Επαναλήψεις', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Νόμισμα', 'currency_id' => 'Νόμισμα', 'transaction_currency_id' => 'Νόμισμα', diff --git a/resources/lang/en_US/api.php b/resources/lang/en_US/api.php index b177595e58..391bb7fba5 100644 --- a/resources/lang/en_US/api.php +++ b/resources/lang/en_US/api.php @@ -39,7 +39,6 @@ return [ 'error_owner_role_needed' => 'You need the "owner"-role to do this.', 'error_store_new_piggybank' => 'Could not store new piggy bank.', 'error_fire_cronjob' => 'Could not fire recurring cron job.', - 'error_no_rules_in_rule_group' => 'No rules in this rule group.', - 'error_source_or_dest_null' => 'Source or destination is NULL.' - + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' ]; \ No newline at end of file diff --git a/resources/lang/es_ES/api.php b/resources/lang/es_ES/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/es_ES/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index f9a4bf6efb..046731d4f0 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Usted esta ejecutando v:version, que es la ultima versión disponible.', 'update_newer_version_alert' => 'Usted esta ejecutando v:your_version, que es mas nueva que la versión anterior, v:new_version.', 'update_check_error' => 'Un error ha ocurrido mientras se verificaban las actualizaciones. Por favor ver los archivos de registro.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Buscar', diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 079014f758..cbecae25cc 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Encuentros en', 'strict' => 'Modo estricto', 'repeat_freq' => 'Repetición', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Divisa', 'currency_id' => 'Divisa', 'transaction_currency_id' => 'Moneda', diff --git a/resources/lang/fr_FR/api.php b/resources/lang/fr_FR/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/fr_FR/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index b8b9a535e1..73b97c9991 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Vous utilisez v:version, qui est la dernière version disponible.', 'update_newer_version_alert' => 'Vous utilisez v:your_version, qui est plus récente que la dernière version, v:new_version.', 'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Rechercher', diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 9961510c31..2775ed3f9b 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Correspondre à', 'strict' => 'Mode strict', 'repeat_freq' => 'Répétitions', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Devise', 'currency_id' => 'Devise', 'transaction_currency_id' => 'Devise', diff --git a/resources/lang/hu_HU/api.php b/resources/lang/hu_HU/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/hu_HU/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index 038dbee0b5..961fa8be60 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'A jelenlegi verzió v:version, ez egyben a legfrissebb elérhető verzió is.', 'update_newer_version_alert' => 'A jelenlegi verzió v:your_version, amely újabb, mint a legfrissebb kiadott verzió, ami a v:new_version.', 'update_check_error' => 'Hiba történt a frissítések ellenőrzése során. További információ a naplófájlokban található.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Keresés', diff --git a/resources/lang/hu_HU/form.php b/resources/lang/hu_HU/form.php index 651260b4be..dae4930d3f 100644 --- a/resources/lang/hu_HU/form.php +++ b/resources/lang/hu_HU/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Találatok', 'strict' => 'Szigorú mód', 'repeat_freq' => 'Ismétlődések', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Pénznem', 'currency_id' => 'Pénznem', 'transaction_currency_id' => 'Pénznem', diff --git a/resources/lang/id_ID/api.php b/resources/lang/id_ID/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/id_ID/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 97659e5594..23cd1ddeb2 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'You are running v:version, which is the latest available release.', 'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.', 'update_check_error' => 'An error occurred while checking for updates. Please view the log files.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Pencarian', diff --git a/resources/lang/id_ID/form.php b/resources/lang/id_ID/form.php index 80bb1b8256..2db143c392 100644 --- a/resources/lang/id_ID/form.php +++ b/resources/lang/id_ID/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Cocok di', 'strict' => 'Strict mode', 'repeat_freq' => 'Berulang', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Mata uang', 'currency_id' => 'Mata uang', 'transaction_currency_id' => 'Currency', diff --git a/resources/lang/it_IT/api.php b/resources/lang/it_IT/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/it_IT/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 82ef6b4de1..8f31bb4e11 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Stai eseguendo v:version, che è l\'ultima versione disponibile.', 'update_newer_version_alert' => 'Stai eseguendo v:your_version, che è più recente rispetto all\'ultima versione, v:new_version.', 'update_check_error' => 'Si è verificato un errore durante il controllo degli aggiornamenti. Si prega di visualizzare i file di log.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Cerca', diff --git a/resources/lang/it_IT/form.php b/resources/lang/it_IT/form.php index 4601d1771a..fa6a463ce3 100644 --- a/resources/lang/it_IT/form.php +++ b/resources/lang/it_IT/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Abbina con', 'strict' => 'Modalità severa', 'repeat_freq' => 'Si ripete', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Valuta', 'currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta', diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index bcf5b4da4c..bf2521983b 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -45,7 +45,7 @@ return [ 'at_least_one_repetition' => 'È necessaria almeno una ripetizione.', 'require_repeat_until' => 'Richiede un numero di ripetizioni o una data di fine (ripeti fino al), non entrambi.', 'require_currency_info' => 'Il contenuto di questo campo non è valido senza informazioni sulla valuta.', - 'not_transfer_account' => 'This account is not an account that can be used for transfers.', + 'not_transfer_account' => 'Questo conto non è un conto che può essere usato per i trasferimenti.', 'require_currency_amount' => 'Il contenuto di questo campo non è valido senza le informazioni sull\'importo estero.', 'equal_description' => 'La descrizione della transazione non deve essere uguale alla descrizione globale.', 'file_invalid_mime' => 'Il file ":name" è di tipo ":mime" che non è accettato come nuovo caricamento.', diff --git a/resources/lang/nb_NO/api.php b/resources/lang/nb_NO/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/nb_NO/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index cce88ee55f..0837c0fc79 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Du kjører v:version, som er den nyeste tilgjengelige utgivelsen.', 'update_newer_version_alert' => 'Du kjører v:your_version, som er nyere enn den nyeste versjonen, v:new_version.', 'update_check_error' => 'Det oppsto en feil under sjekk av oppdateringer. Vennligst se loggfilene for mer informasjon.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Søk', diff --git a/resources/lang/nb_NO/form.php b/resources/lang/nb_NO/form.php index 6423205cf5..845a168206 100644 --- a/resources/lang/nb_NO/form.php +++ b/resources/lang/nb_NO/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Treff på', 'strict' => 'Streng modus', 'repeat_freq' => 'Gjentas', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Valuta', 'currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta', diff --git a/resources/lang/nl_NL/api.php b/resources/lang/nl_NL/api.php new file mode 100644 index 0000000000..a263881689 --- /dev/null +++ b/resources/lang/nl_NL/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index f01f22dc50..6693484a9e 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Je gebruikt v:version, de nieuwste beschikbare versie.', 'update_newer_version_alert' => 'Je gebruikt v:your_version, wat nieuwer is dan de nieuwste versie, v:new_version.', 'update_check_error' => 'Er is een fout opgetreden bij het controleren op updates. Bekijk de logbestanden.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Zoeken', diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index eefe53424c..37cf7d32d4 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Reageert op', 'strict' => 'Strikte modus', 'repeat_freq' => 'Herhaling', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Valuta', 'currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta', diff --git a/resources/lang/pl_PL/api.php b/resources/lang/pl_PL/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/pl_PL/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index a6e2cdab9f..31de45a43a 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Używasz wersji :version, która jest najnowszą dostępną wersją.', 'update_newer_version_alert' => 'Używasz wersji :your_version, która jest nowsza niż najnowsza wersja, :new_version.', 'update_check_error' => 'Wystąpił błąd podczas sprawdzania aktualizacji. Przejrzyj pliki dziennika.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Szukaj', diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index c1df1a4ec2..0e98f6f8c3 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Dopasowanie', 'strict' => 'Tryb ścisły', 'repeat_freq' => 'Powtarza się', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Waluta', 'currency_id' => 'Waluta', 'transaction_currency_id' => 'Waluta', diff --git a/resources/lang/pt_BR/api.php b/resources/lang/pt_BR/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/pt_BR/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d4bd3728e9..b5d25d2607 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Você está executando v:version, que é a última versão disponível.', 'update_newer_version_alert' => 'Você está executando v:your_version, que é mais recente que a versão mais recente, v:new_version.', 'update_check_error' => 'Ocorreu um erro durante a verificação de atualizações. Por favor veja os arquivos de log.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Pesquisa', diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 7ab8ec2dd0..1059fe13ce 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Corresponde em', 'strict' => 'Modo estrito', 'repeat_freq' => 'Repetições', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Moeda', 'currency_id' => 'Moeda', 'transaction_currency_id' => 'Moeda', diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index e954f750f8..e47e276073 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -45,7 +45,7 @@ return [ 'at_least_one_repetition' => 'Precisa de ao menos uma repetição.', 'require_repeat_until' => 'É necessário ou um número de repetições ou uma data de término (repetir até). Não ambos.', 'require_currency_info' => 'O conteúdo deste campo é inválido sem informações de moeda.', - 'not_transfer_account' => 'This account is not an account that can be used for transfers.', + 'not_transfer_account' => 'Esta não é uma conta que possa ser usada para transferências.', 'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação de moeda estrangeira.', 'equal_description' => 'A descrição da transação não pode ser igual à descrição global.', 'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.', diff --git a/resources/lang/ro_RO/api.php b/resources/lang/ro_RO/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/ro_RO/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index 4f70f440d1..b0955571c9 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Aveți versiunea v:version, care este ultima disponibilă.', 'update_newer_version_alert' => 'Aveți versiunea v:your_version, care este mai nouă decât cea mai recentă versiune, v:new_version.', 'update_check_error' => 'A apărut o eroare la verificarea actualizărilor. Consultați log-urile.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Caută', diff --git a/resources/lang/ro_RO/form.php b/resources/lang/ro_RO/form.php index 13df2f31e2..47edb85abc 100644 --- a/resources/lang/ro_RO/form.php +++ b/resources/lang/ro_RO/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Se potrivește', 'strict' => 'Modul strict', 'repeat_freq' => 'Repetă', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Monedă', 'currency_id' => 'Monedă', 'transaction_currency_id' => 'Monedă', diff --git a/resources/lang/ru_RU/api.php b/resources/lang/ru_RU/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/ru_RU/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 06052f055d..903a9abdb8 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => 'Вы используете v:version, которая является последним доступным релизом.', 'update_newer_version_alert' => 'Вы используете версию v:your_version, которая новее последнего релиза (v:new_version).', 'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Поиск', diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index 850653c71c..0b4ffd44f3 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Ключи для связи', 'strict' => 'Строгий режим', 'repeat_freq' => 'Повторы', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Валюта', 'currency_id' => 'Валюта', 'transaction_currency_id' => 'Валюта', diff --git a/resources/lang/tr_TR/api.php b/resources/lang/tr_TR/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/tr_TR/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 465d029c31..68fd44f8c7 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -230,6 +230,11 @@ return [ 'update_newer_version_alert' => 'En son sürüm olan v:new_version\'dan daha yeni olan v:your_version kullanıyorsunuz. ', 'update_check_error' => 'Güncelleştirmeleri denetlerken bir hata oluştu. Lütfen günlük dosyalarını inceleyin.', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => 'Ara', diff --git a/resources/lang/tr_TR/form.php b/resources/lang/tr_TR/form.php index 831d767dc3..36907e5b3f 100644 --- a/resources/lang/tr_TR/form.php +++ b/resources/lang/tr_TR/form.php @@ -38,6 +38,7 @@ return [ 'match' => 'Eşleşti', 'strict' => 'Sıkı mod', 'repeat_freq' => 'Tekrarlar', + 'update_channel' => 'Update channel', 'journal_currency_id' => 'Para birimi', 'currency_id' => 'Para birimi', 'transaction_currency_id' => 'Para birimi', diff --git a/resources/lang/zh_CN/api.php b/resources/lang/zh_CN/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/zh_CN/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index c682dbe933..1c8b9aad71 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => '您现正运行 :version 版,系最新可用的版本。', 'update_newer_version_alert' => '您目前运行 :your_version 版,比最新释出 :new_version 版还新。', 'update_check_error' => '检查更新时发生一个错误,请检阅日志档。', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => '搜寻', diff --git a/resources/lang/zh_CN/form.php b/resources/lang/zh_CN/form.php index 39d3da0545..ee5e505804 100644 --- a/resources/lang/zh_CN/form.php +++ b/resources/lang/zh_CN/form.php @@ -38,6 +38,7 @@ return [ 'match' => '配对于', 'strict' => '精确模式', 'repeat_freq' => '重复', + 'update_channel' => 'Update channel', 'journal_currency_id' => '货币', 'currency_id' => '货币', 'transaction_currency_id' => '货币', diff --git a/resources/lang/zh_TW/api.php b/resources/lang/zh_TW/api.php new file mode 100644 index 0000000000..b177595e58 --- /dev/null +++ b/resources/lang/zh_TW/api.php @@ -0,0 +1,45 @@ +. + */ + +declare(strict_types=1); + +return [ + 'error_no_upload' => 'No file has been uploaded for this attachment (yet).', + 'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.', + 'error_store_bill' => 'Could not store new bill.', + 'error_store_budget' => 'Could not store new budget.', + 'error_unknown_budget' => 'Unknown budget.', + 'error_store_new_category' => 'Could not store new category.', + 'error_no_access' => 'No access to method.', + 'error_no_access_ownership' => 'No access to method, user is not owner.', + 'error_no_access_currency_in_use' => 'No access to method, currency is in use.', + 'error_store_new_currency' => 'Could not store new currency.', + 'error_unknown_source_currency' => 'Unknown source currency.', + 'error_unknown_destination_currency' => 'Unknown destination currency.', + 'error_delete_link_type' => 'You cannot delete this link type (:id, :name)', + 'error_edit_link_type' => 'You cannot edit this link type (:id, :name)', + 'error_owner_role_needed' => 'You need the "owner"-role to do this.', + 'error_store_new_piggybank' => 'Could not store new piggy bank.', + 'error_fire_cronjob' => 'Could not fire recurring cron job.', + 'error_no_rules_in_rule_group' => 'No rules in this rule group.', + 'error_source_or_dest_null' => 'Source or destination is NULL.' + +]; \ No newline at end of file diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 5141ecd495..c1687f0e87 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -228,6 +228,11 @@ return [ 'update_current_version_alert' => '您現正運行 :version 版,係最新可用的版本。', 'update_newer_version_alert' => '您目前運行 :your_version 版,比最新釋出 :new_version 版還新。', 'update_check_error' => '檢查更新時發生一個錯誤,請檢閱日誌檔。', + 'admin_update_channel_title' => 'Update channel', + 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', + 'update_channel_stable' => 'Stable. Everything should work as expected.', + 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search 'search' => '搜尋', diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index e66d1150c9..9fe9644142 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -38,6 +38,7 @@ return [ 'match' => '配對於', 'strict' => '嚴謹模式', 'repeat_freq' => '重複', + 'update_channel' => 'Update channel', 'journal_currency_id' => '貨幣', 'currency_id' => '貨幣', 'transaction_currency_id' => '貨幣',