diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index 28a75a7e98..6f5b5d02f5 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Раздели', 'single_split' => 'Раздел', 'clone' => 'Дублирай', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Последните седем дни', 'last_thirty_days' => 'Последните трийсет дни', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Списък на всички прикачени файлове', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Разходи', 'title_withdrawal' => 'Тегления', 'title_revenue' => 'Приходи', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Създай нова валута', 'store_currency' => 'Запази нова валута', 'update_currency' => 'Обнови нова валута', - 'new_default_currency' => ':name сега е валутата по подразбиране.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Не може да се изтрие :name, защото все още се използва.', 'cannot_delete_fallback_currency' => ':name е резервната валута на системата и не може да бъде изтрита.', 'cannot_disable_currency_journals' => 'Не може да се деактивира :name, защото транзакции все още я използват.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Деактивиране', 'currencies_default_disabled' => 'Повечето от тези валути са деактивирани по подразбиране. За да ги използвате, първо трябва да ги активирате.', 'currency_is_now_enabled' => 'Валута ":name" беше активирана', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Валута ":name" беше деактивирана', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Задължителни полета', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Обнови тегленето', 'update_deposit' => 'Обнови депозита', 'update_transaction' => 'Обнови транзакцията', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Първия раздел може да отмени приходната сметка', 'spent_x_of_y' => 'Похарчено е {amount} от {total}', + // new user: 'welcome' => 'Добре дошли в Firefly III!', 'submit' => 'Потвърди', diff --git a/resources/lang/bg_BG/validation.php b/resources/lang/bg_BG/validation.php index ff7d684ee9..2628e358ab 100644 --- a/resources/lang/bg_BG/validation.php +++ b/resources/lang/bg_BG/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Разходната сметка е еднаква на приходната сметка.', 'unique_account_number_for_user' => 'Изглежда, че този номер на сметка вече се използва.', 'unique_iban_for_user' => 'Изглежда, че този IBAN вече се използва.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Поради съображения за сигурност не можете да се регистрирате, като използвате този имейл адрес.', 'rule_trigger_value' => 'Тази стойност е невалидна за избраното задействане.', 'rule_action_value' => 'Тази стойност е невалидна за избраното действие.', diff --git a/resources/lang/ca_ES/firefly.php b/resources/lang/ca_ES/firefly.php index d6cb64ee7e..eca4e793b0 100644 --- a/resources/lang/ca_ES/firefly.php +++ b/resources/lang/ca_ES/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Dividir', 'single_split' => 'Divisió', 'clone' => 'Duplicar', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirmar acció', 'last_seven_days' => 'Últims set dies', 'last_thirty_days' => 'Últims trenta dies', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Llistat de tots els adjunts', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Despeses', 'title_withdrawal' => 'Despeses', 'title_revenue' => 'Ingressos / salari', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Crear una nova moneda', 'store_currency' => 'Guardar nova moneda', 'update_currency' => 'Actualitza la moneda', - 'new_default_currency' => ':name és ara la moneda per defecte.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'No es pot eliminar :name perquè encara s\'utilitza.', 'cannot_delete_fallback_currency' => ':name és la moneda alternativa del sistema i no es pot eliminar.', 'cannot_disable_currency_journals' => 'No es pot deshabilitar :name perquè les transaccions encara la fan servir.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deshabilitar', 'currencies_default_disabled' => 'La majoria d\'aquestes monedes estan deshabilitades per defecte. Per utilitzar-les, les has d\'habilitar primer.', 'currency_is_now_enabled' => 'La moneda ":name" s\'ha habilitat', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'La moneda ":name" s\'ha deshabilitat', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Camps obligatoris', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Actualitzar retirada', 'update_deposit' => 'Actualitzar ingrés', 'update_transaction' => 'Actualitzar transacció', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'La primera divisió pot sobreescriure el compte de destinació', 'spent_x_of_y' => 'Gastat {amount} de {total}', + // new user: 'welcome' => 'Benvingut a Firefly III!', 'submit' => 'Enviar', @@ -2107,9 +2114,9 @@ return [ 'Expense account' => 'Compte de despeses', 'Revenue account' => 'Compte de beneficis', 'Initial balance account' => 'Compte de balanç inicial', - 'account_type_Asset account' => 'Asset account', - 'account_type_Expense account' => 'Expense account', - 'account_type_Revenue account' => 'Revenue account', + 'account_type_Asset account' => 'Compte d\'actius', + 'account_type_Expense account' => 'Compte de despeses', + 'account_type_Revenue account' => 'Compte d\'ingressos', 'account_type_Debt' => 'Deute', 'account_type_Loan' => 'Crèdit', 'account_type_Mortgage' => 'Hipoteca', diff --git a/resources/lang/ca_ES/validation.php b/resources/lang/ca_ES/validation.php index ce8efbd7a8..2fbba0da78 100644 --- a/resources/lang/ca_ES/validation.php +++ b/resources/lang/ca_ES/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'El compte d\'origen és el mateix que el compte de destí.', 'unique_account_number_for_user' => 'Sembla que el número de compte ja està en ús.', 'unique_iban_for_user' => 'Sembla que l\'IBAN ja està en ús.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Per restriccions de seguretat, no et pots registrar amb aquesta adreça de correu electrònic.', 'rule_trigger_value' => 'Aquest valor és invàlid per l\'activador seleccionat.', 'rule_action_value' => 'Aquest valor és invàlid per l\'acció seleccionada.', @@ -59,8 +60,8 @@ return [ 'transaction_types_equal' => 'Totes les divisions han de ser del mateix tipus.', 'invalid_transaction_type' => 'Tipus de transacció invàlid.', 'invalid_selection' => 'La selecció és invàlida.', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'Aquest valor està enllaçat a un objecte que sembla que no existeix.', + 'belongs_user_or_user_group' => 'Aquest valor està enllaçat a un objecte que sembla no existir a la teva administració financera actual.', 'at_least_one_transaction' => 'Necessites almenys una transacció.', 'recurring_transaction_id' => 'Necessites almenys una transacció.', 'need_id_to_match' => 'Has d\'enviar aquesta entrada amb un ID perquè l\'API sigui capaç de comparar-lo.', diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index 6459a90e3f..174701af69 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Rozdělit', 'single_split' => 'Rozdělit', 'clone' => 'Klonovat', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Uplynulých 7 dnů', 'last_thirty_days' => 'Uplynulých 30 dní', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Seznam všech příloh', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Výdaje', 'title_withdrawal' => 'Výdaje', 'title_revenue' => 'Odměna/příjem', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Vytvořit novou měnu', 'store_currency' => 'Uložit novou měnu', 'update_currency' => 'Aktualizovat měnu', - 'new_default_currency' => ':name je nyní výchozí měna.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':name nelze odstranit, protože je v aplikaci stále pro něco používáno.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Vypnout', 'currencies_default_disabled' => 'Většina těchto měn je ve výchozím stavu vypnutá. Pro jejich použití, je třeba je nejdříve zapnout.', 'currency_is_now_enabled' => 'Měna „:name“ byla zapnuta', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Měna „:name“ byla vypnuta', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Povinné kolonky', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Aktualizovat výběr', 'update_deposit' => 'Aktualizovat vklad', 'update_transaction' => 'Aktualizovat transakci', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Vítejte ve Firefly III!', 'submit' => 'Odeslat', diff --git a/resources/lang/cs_CZ/validation.php b/resources/lang/cs_CZ/validation.php index 02349a1678..c06ba22e23 100644 --- a/resources/lang/cs_CZ/validation.php +++ b/resources/lang/cs_CZ/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Zdrojový účet je zároveň i cílový.', 'unique_account_number_for_user' => 'Zdá se, že toto číslo účtu se již používá.', 'unique_iban_for_user' => 'Vypadá to, že tento IBAN kód se již používá.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Z bezpečnostních důvodů se nemůžete registrovat pomocí této emailové adresy.', 'rule_trigger_value' => 'Tato hodnota není platná pro označený spouštěč.', 'rule_action_value' => 'Tato hodnota je neplatná pro vybranou akci.', diff --git a/resources/lang/da_DK/firefly.php b/resources/lang/da_DK/firefly.php index 84621269e8..c4a68afe72 100644 --- a/resources/lang/da_DK/firefly.php +++ b/resources/lang/da_DK/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Opdel', 'single_split' => 'Opdel', 'clone' => 'Klon', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Bekræft', 'last_seven_days' => 'Sidste syv dage', 'last_thirty_days' => 'Sidste tredive dage', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Liste over alle vedhæftede filer', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Udgifter', 'title_withdrawal' => 'Udgifter', 'title_revenue' => 'Indtægter / indkomst', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Opret en ny valuta', 'store_currency' => 'Gem ny valuta', 'update_currency' => 'Opdater valuta', - 'new_default_currency' => ':name er nu standard valuta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Kan ikke slette :name , fordi den stadig er i brug.', 'cannot_delete_fallback_currency' => ':name er systemet fallback valuta og kan ikke slettes.', 'cannot_disable_currency_journals' => 'Kan ikke deaktivere :name , da transaktionerne stadig bruger den.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deaktivér', 'currencies_default_disabled' => 'De fleste af disse valutaer er som standard deaktiveret. For at bruge dem, skal du først aktivere dem.', 'currency_is_now_enabled' => 'Valuta ":name" er blevet aktiveret', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" er blevet deaktiveret', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Obligatoriske felter', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Opdater udbetaling', 'update_deposit' => 'Opdater indbetaling', 'update_transaction' => 'Opdater transaktion', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Submit', diff --git a/resources/lang/da_DK/validation.php b/resources/lang/da_DK/validation.php index 47420ee5b3..e9eb7db581 100644 --- a/resources/lang/da_DK/validation.php +++ b/resources/lang/da_DK/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Kildekontoen er den samme som modtagerkontoen.', 'unique_account_number_for_user' => 'Det ser ud som om dette kontonummer allerede er i brug.', 'unique_iban_for_user' => 'Det ser ud til denne IBAN allerede er i brug.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'På grund af sikkerhedspolikker, kan du ikke registrere med denne email adresse.', 'rule_trigger_value' => 'Denne værdi er ikke gyldig for den valgte trigger.', 'rule_action_value' => 'Denne værdi er ikke gyldig for den valgte handling.', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index d9d440decf..eb303d05d3 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Teilen', 'single_split' => 'Teilen', 'clone' => 'Duplizieren', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Aktion bestätigen', 'last_seven_days' => 'Letzte sieben Tage', 'last_thirty_days' => 'Letzte 30 Tage', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Liste aller Anhänge', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Ausgaben', 'title_withdrawal' => 'Ausgaben', 'title_revenue' => 'Einnahmen / Einkommen', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Eine neue Währung erstellen', 'store_currency' => 'Neue Währung speichern', 'update_currency' => 'Währung aktualisieren', - 'new_default_currency' => '„:name” wird nun als Standardwährung verwendet.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => '„:name” konnte nicht gelöscht werden, da diese noch verwendet wird.', 'cannot_delete_fallback_currency' => ':name ist die Standardwährung des Systems und kann daher nicht gelöscht werden.', 'cannot_disable_currency_journals' => '„:name” konnte nicht deaktiviert werden, da dieser noch von Buchungen verwendet wird.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deaktivieren', 'currencies_default_disabled' => 'Die meisten dieser Währungen sind standardmäßig deaktiviert. Um sie zu verwenden, müssen Sie diese zuerst aktivieren.', 'currency_is_now_enabled' => 'Währung „:name” wurde aktiviert', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Währung „:name” wurde deaktiviert', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Pflichtfelder', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Ausgaben aktualisieren', 'update_deposit' => 'Einnahmen aktualisieren', 'update_transaction' => 'Buchung aktualisieren', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Die erste Aufteilung könnte das Zielkonto überschreiben', 'spent_x_of_y' => '{amount} von {total} ausgegeben', + // new user: 'welcome' => 'Willkommen bei Firefly III!', 'submit' => 'Absenden', diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 53385c71ac..1758546573 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Das Quellkonto entspricht dem Zielkonto.', 'unique_account_number_for_user' => 'Diese Kontonummer scheint bereits verwendet zu sein.', 'unique_iban_for_user' => 'Dieser IBAN scheint bereits verwendet zu werden.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Aufgrund von Sicherheitsbeschränkungen ist eine Registrierung mit dieser E-Mail-Adresse nicht zugelassen.', 'rule_trigger_value' => 'Dieser Wert ist für den ausgewählten Auslöser ungültig.', 'rule_action_value' => 'Dieser Wert ist für die gewählte Aktion ungültig.', diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 86b45ac213..7f555d0b14 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Διαχωρισμός', 'single_split' => 'Διαχωρισμός', 'clone' => 'Κλωνοποίηση', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Επιβεβαίωση ενέργειας', 'last_seven_days' => 'Τελευταίες επτά ημέρες', 'last_thirty_days' => 'Τελευταίες τριάντα ημέρες', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Λίστα όλων των συνημμένων', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Δαπάνες', 'title_withdrawal' => 'Δαπάνες', 'title_revenue' => 'Έσοδα', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Δημιουργία νέου νομίσματος', 'store_currency' => 'Αποθήκευση νέου νομίσματος', 'update_currency' => 'Ενημέρωση νομίσματος', - 'new_default_currency' => ':name είναι τώρα το προεπιλεγμένο νόμισμα.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Δεν είναι δυνατή η απενεργοποίηση του :name επειδή είναι ακόμα σε χρήση.', 'cannot_delete_fallback_currency' => ':name είναι το εφεδρικό νόμισμα του συστήματος και δεν μπορεί να διαγραφεί.', 'cannot_disable_currency_journals' => 'Δεν είναι δυνατή η απενεργοποίηση του :name επειδή το χρησιμοποιούν ορισμένες συναλλαγές.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Απενεργοποίηση', 'currencies_default_disabled' => 'Τα περισσότερα από αυτά τα νομίσματα είναι απενεργοποιημένα από προεπιλογή. Για να τα χρησιμοποιήσετε, πρέπει πρώτα να τα ενεργοποιήσετε.', 'currency_is_now_enabled' => 'Το νόμισμα:name ενεργοποιήθηκε', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Το νόμισμα:name απενεργοποιήθηκε', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Υποχρεωτικά πεδία', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Ενημέρωση ανάληψης', 'update_deposit' => 'Ενημέρωση κατάθεσης', 'update_transaction' => 'Ενημέρωση συναλλαγής', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προορισμού', 'spent_x_of_y' => 'Δαπανήθηκαν {amount} από {total}', + // new user: 'welcome' => 'Καλωσήρθατε στο Firefly III!', 'submit' => 'Υποβολή', diff --git a/resources/lang/el_GR/validation.php b/resources/lang/el_GR/validation.php index 622820a78c..23fc84a5a6 100644 --- a/resources/lang/el_GR/validation.php +++ b/resources/lang/el_GR/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Ο λογαριασμός προέλευσης ισούται με το λογαριασμό προορισμού.', 'unique_account_number_for_user' => 'Φαίνεται πως αυτός ο αριθμός λογαριασμού χρησιμοποιείται ήδη.', 'unique_iban_for_user' => 'Φαίνεται πως αυτό το IBAN είναι ήδη σε χρήση.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Για λόγους ασφαλείας, δεν μπορείτε να εγγραφείτε χρησιμοποιώντας αυτή τη διεύθυνση email.', 'rule_trigger_value' => 'Αυτή η τιμή δεν είναι έγκυρη για το επιλεγμένο κριτήριο ενεργοποίησης.', 'rule_action_value' => 'Αυτή η τιμή δεν είναι έγκυρη για την επιλεγμένη ενέργεια.', diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index f3553ab544..3d240ec02b 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Split', 'single_split' => 'Split', 'clone' => 'Clone', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Last seven days', 'last_thirty_days' => 'Last thirty days', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'List of all attachments', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Expenses', 'title_withdrawal' => 'Expenses', 'title_revenue' => 'Revenue / income', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Create a new currency', 'store_currency' => 'Store new currency', 'update_currency' => 'Update currency', - 'new_default_currency' => ':name is now the default currency.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Cannot delete :name because it is still in use.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Disable', 'currencies_default_disabled' => 'Most of these currencies are disabled by default. To use them, you must enable them first.', 'currency_is_now_enabled' => 'Currency ":name" has been enabled', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Currency ":name" has been disabled', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Mandatory fields', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', 'update_transaction' => 'Update transaction', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Submit', diff --git a/resources/lang/en_GB/validation.php b/resources/lang/en_GB/validation.php index 0bf069533e..1c836cbd04 100644 --- a/resources/lang/en_GB/validation.php +++ b/resources/lang/en_GB/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'The source account equals the destination account.', 'unique_account_number_for_user' => 'This account number seems to be already in use.', 'unique_iban_for_user' => 'It looks like this IBAN is already in use.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_action_value' => 'This value is invalid for the selected action.', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 9b1e8c9d46..687cf1973d 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Separar', 'single_split' => 'División', 'clone' => 'Duplicar', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirmar acción', 'last_seven_days' => 'Últimos siete días', 'last_thirty_days' => 'Últimos treinta días', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Listado de documentos adjuntos', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Gastos', 'title_withdrawal' => 'Gastos', 'title_revenue' => 'Ingresos / salarios', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Crear nueva moneda', 'store_currency' => 'Crear moneda', 'update_currency' => 'Actualizar moneda', - 'new_default_currency' => ':name es ahora moneda por defecto.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'No puede eliminar :name porque todavía esta en uso.', 'cannot_delete_fallback_currency' => ':name es la moneda de reserva del sistema y no se puede eliminar.', 'cannot_disable_currency_journals' => 'No se puede desactivar :name porque las transacciones siguen utilizándola.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Desactivar', 'currencies_default_disabled' => 'La mayoría de estas monedas están desactivadas por defecto. Para usarlas, debes activarlas primero.', 'currency_is_now_enabled' => 'Moneda ":name" ha sido activada', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Moneda ":name" ha sido desactivada', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Campos obligatorios', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Actualización de gasto', 'update_deposit' => 'Actualizar ingreso', 'update_transaction' => 'Actualizar transacción', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'La primera división puede anular la cuenta de destino', 'spent_x_of_y' => '{amount} gastado de {total}', + // new user: 'welcome' => 'Bienvenido a Firefly III!', 'submit' => 'Enviar', @@ -2107,9 +2114,9 @@ return [ 'Expense account' => 'Cuenta de gastos', 'Revenue account' => 'Cuenta de ganancia', 'Initial balance account' => 'Cuenta de balance inicial', - 'account_type_Asset account' => 'Asset account', - 'account_type_Expense account' => 'Expense account', - 'account_type_Revenue account' => 'Revenue account', + 'account_type_Asset account' => 'Cuenta de activos', + 'account_type_Expense account' => 'Cuenta de gastos', + 'account_type_Revenue account' => 'Cuenta de ingresos', 'account_type_Debt' => 'Deuda', 'account_type_Loan' => 'Préstamo', 'account_type_Mortgage' => 'Hipoteca', diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 5c66deb1cd..2d41c11600 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'La cuenta origen es igual que la cuenta destino.', 'unique_account_number_for_user' => 'Parece que este número de cuenta ya está en uso.', 'unique_iban_for_user' => 'Parece que este IBAN ya está en uso.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Debido a restricciones de seguridad, no se puede registrar utilizando esta dirección de correo electrónico.', 'rule_trigger_value' => 'Este valor es incorrecto para el disparador seleccionado.', 'rule_action_value' => 'Este valor es incorrecto para la acción seleccionada.', @@ -59,8 +60,8 @@ return [ 'transaction_types_equal' => 'Todas las divisiones deben ser del mismo tipo.', 'invalid_transaction_type' => 'Tipo de transacción inválido.', 'invalid_selection' => 'Tu selección no es válida.', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'Este valor está vinculado a un objeto que parece no existir.', + 'belongs_user_or_user_group' => 'Este valor está vinculado a un objeto que no parece existir en su administración financiera actual.', 'at_least_one_transaction' => 'Se necesita al menos una transacción.', 'recurring_transaction_id' => 'Se necesita al menos una transacción.', 'need_id_to_match' => 'Necesitas registrar esta entrada con un ID para que la API pueda hacerla coincidir.', diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 42245483d9..fc3608fca2 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Jaa', 'single_split' => 'Jako', 'clone' => 'Kopioi', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Vahvista toiminto', 'last_seven_days' => 'Viimeiset 7 päivää', 'last_thirty_days' => 'Viimeiset 30 päivää', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista kaikista liitteistä', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Kustannukset', 'title_withdrawal' => 'Kustannukset', 'title_revenue' => 'Tuotto / ansio', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Luo uusi valuutta', 'store_currency' => 'Tallenna uusi valuutta', 'update_currency' => 'Päivitä valuutta', - 'new_default_currency' => ':name on nyt oletusvaluutta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Valuuttaa :name ei voida poistaa koska se on yhä käytössä.', 'cannot_delete_fallback_currency' => ':name on järjestelmän varavaluutta eikä sitä voi poistaa.', 'cannot_disable_currency_journals' => 'Valuuttaa :name ei voi poistaa käytöstä koska tapahtumat käyttävät sitä yhä.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Poista käytöstä', 'currencies_default_disabled' => 'Suurin osa näistä valuutoista on alkuun poistettu käytöstä. Ne pitää erikseen kytkeä päälle jos haluat käyttää niitä.', 'currency_is_now_enabled' => 'Valuutta ":name" on otettu käyttöön', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuutta ":name" poistettiin käytöstä', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Pakolliset kentät', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Päivitä nosto', 'update_deposit' => 'Päivitä talletus', 'update_transaction' => 'Päivitä tapahtuma', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Ensimmäinen jako voi kumota kohdetilin', 'spent_x_of_y' => 'Käytetty {amount} / {total}', + // new user: 'welcome' => 'Tervetuloa Firefly III:een!', 'submit' => 'Vahvista', diff --git a/resources/lang/fi_FI/validation.php b/resources/lang/fi_FI/validation.php index 4c0b3d84d3..cef76e9fd1 100644 --- a/resources/lang/fi_FI/validation.php +++ b/resources/lang/fi_FI/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Lähdetili on sama kuin kohdetili - ja sehän ei käy.', 'unique_account_number_for_user' => 'Tämä tilinumero näyttäisi olevan jo käytössä.', 'unique_iban_for_user' => 'Tämä IBAN näyttäisi olevan jo käytössä.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Turvallisuussyistä et pysty käyttämään tätä sähköpostiosoitetta rekisteröitymiseen.', 'rule_trigger_value' => 'Arvo ei kelpaa valitulle ehdolle.', 'rule_action_value' => 'Arvo ei kelpaa valitulle toiminnolle.', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index a17608bee1..898543d15a 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Ventiler', 'single_split' => 'Ventilation', 'clone' => 'Cloner', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirmer l\'action', 'last_seven_days' => '7 Derniers Jours', 'last_thirty_days' => 'Trente derniers jours', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Liste de toutes les pièces jointes', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Dépenses', 'title_withdrawal' => 'Dépenses', 'title_revenue' => 'Recette / revenu', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Créer une nouvelle devise', 'store_currency' => 'Créer une nouvelle devise', 'update_currency' => 'Mise à jour de la devise', - 'new_default_currency' => ':name est maintenant la devise par défaut.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Impossible de supprimer :name car il est encore utilisé.', 'cannot_delete_fallback_currency' => ':name est la devise par défaut du système et ne peut pas être supprimée.', 'cannot_disable_currency_journals' => 'Impossible de désactiver la devise :name car les opérations l\'utilisent toujours.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Désactiver', 'currencies_default_disabled' => 'La plupart de ces devises sont désactivées par défaut. Vous devez d\'abord les activer pour pouvoir les utiliser.', 'currency_is_now_enabled' => 'La devise ":name" a été activée', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'La devise ":name" a été désactivée', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Champs obligatoires', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Mettre à jour une dépense', 'update_deposit' => 'Mettre à jour un dépôt', 'update_transaction' => 'Mettre à jour l\'opération', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'La première ventilation peut remplacer le compte de destination', 'spent_x_of_y' => 'Dépensé {amount} sur {total}', + // new user: 'welcome' => 'Bienvenue sur Firefly III !', 'submit' => 'Soumettre', @@ -2107,9 +2114,9 @@ return [ 'Expense account' => 'Compte de dépenses', 'Revenue account' => 'Compte de recettes', 'Initial balance account' => 'Balance initiale', - 'account_type_Asset account' => 'Asset account', - 'account_type_Expense account' => 'Expense account', - 'account_type_Revenue account' => 'Revenue account', + 'account_type_Asset account' => 'Compte d’actif', + 'account_type_Expense account' => 'Compte de dépenses', + 'account_type_Revenue account' => 'Compte de recettes', 'account_type_Debt' => 'Dette', 'account_type_Loan' => 'Prêt', 'account_type_Mortgage' => 'Prêt hypothécaire', diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 6feb038bc6..adb8e3296c 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Le compte source est identique au compte de destination.', 'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.', 'unique_iban_for_user' => 'Il semble que cet IBAN soit déjà utilisé.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Compte tenu des contraintes de sécurité, vous ne pouvez pas vous inscrire en utilisant cette adresse e-mail.', 'rule_trigger_value' => 'Cette valeur n’est pas valide pour le déclencheur sélectionné.', 'rule_action_value' => 'Cette valeur n’est pas valide pour l’action sélectionnée.', @@ -59,8 +60,8 @@ return [ 'transaction_types_equal' => 'Toutes les ventilations doivent être de même type.', 'invalid_transaction_type' => 'Type d\'opération non valide.', 'invalid_selection' => 'Votre sélection est invalide.', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'Cette valeur est liée à un objet qui ne semble pas exister.', + 'belongs_user_or_user_group' => 'Cette valeur est liée à un objet qui ne semble pas exister dans votre administration financière actuelle.', 'at_least_one_transaction' => 'Besoin d\'au moins une opération.', 'recurring_transaction_id' => 'Au moins une opération est nécessaire.', 'need_id_to_match' => 'Vous devez saisir cette entrée avec un identifiant pour que l\'API puisse la faire correspondre.', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index b96a0db474..aa4f09fcaa 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Felosztás', 'single_split' => 'Felosztás', 'clone' => 'Másolás', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Utolsó hét nap', 'last_thirty_days' => 'Elmúlt harminc nap', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Mellékletek listája', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Költségek', 'title_withdrawal' => 'Költségek', 'title_revenue' => 'Jövedelem / bevétel', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Új pénznem létrehozása', 'store_currency' => 'Új pénznem tárolása', 'update_currency' => 'Pénznem frissítése', - 'new_default_currency' => ':name lett az alapértelmezett pénznem.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':name nem törölhető mert még használatban van.', 'cannot_delete_fallback_currency' => ':name a rendszer biztonsági pénzneme és nem törölhető.', 'cannot_disable_currency_journals' => ':name nem tiltható le mert még használják tranzakciók.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Tiltás', 'currencies_default_disabled' => 'A pénznemek többsége alapértelmezés szerint tiltva van. A használathoz először engedélyezni kell azokat.', 'currency_is_now_enabled' => 'Pénznem ":name" engedélyezve', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Pénznem ":name" letiltva', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Kötelező mezők', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Költség frissítése', 'update_deposit' => 'Bevétel szerkesztése', 'update_transaction' => 'Tranzakció frissítése', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Üdvözöli a Firefly III!', 'submit' => 'Beküldés', diff --git a/resources/lang/hu_HU/validation.php b/resources/lang/hu_HU/validation.php index 05f97e33c0..900281c209 100644 --- a/resources/lang/hu_HU/validation.php +++ b/resources/lang/hu_HU/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'A forrásszámla egyenlő a célszámlával.', 'unique_account_number_for_user' => 'Úgy tűnik, hogy ez a számlaszám már használatban van.', 'unique_iban_for_user' => 'Úgy tűnik, hogy ez a számlaszám már használatban van.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Biztonsági megkötések miatt ezzel az email címmel nem lehet regisztrálni.', 'rule_trigger_value' => 'Ez az érték érvénytelen a kiválasztott eseményindítóhoz.', 'rule_action_value' => 'Ez az érték érvénytelen a kiválasztott művelethez.', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index ba28363728..eecf16dd92 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Pisah', 'single_split' => 'Pisah', 'clone' => 'Duplikasi', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => '7 hari terakhir', 'last_thirty_days' => '30 hari terakhir', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'List of all attachments', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Beban', 'title_withdrawal' => 'Beban', 'title_revenue' => 'Pendapatan / penghasilan', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Buat mata uang baru', 'store_currency' => 'Simpan mata uang baru', 'update_currency' => 'Perbarui mata uang', - 'new_default_currency' => ' :name sekarang adalah mata uang default.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Tidak dapat menghapus :name karena masih digunakan.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Disable', 'currencies_default_disabled' => 'Most of these currencies are disabled by default. To use them, you must enable them first.', 'currency_is_now_enabled' => 'Currency ":name" has been enabled', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Currency ":name" has been disabled', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Bidang wajib', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Perbarui penarikan', 'update_deposit' => 'Perbarui setoran', 'update_transaction' => 'Update transaction', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Menyerahkan', diff --git a/resources/lang/id_ID/validation.php b/resources/lang/id_ID/validation.php index 855f3042bb..ff4e012ed5 100644 --- a/resources/lang/id_ID/validation.php +++ b/resources/lang/id_ID/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Akun sumber sama dengan akun tujuan.', 'unique_account_number_for_user' => 'Sepertinya nomor rekening ini sudah digunakan.', 'unique_iban_for_user' => 'Sepertinya nomor rekening ini sudah digunakan.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Kerena kendala keamanan, anda tidak bisa mendaftar menggunkan alamat email ini.', 'rule_trigger_value' => 'Nilai ini tidak validi untuk trigger yang dipilih.', 'rule_action_value' => 'Nilai ini tidak valid untuk tindakan yang dipilih.', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 7f8a97c77c..0787aad969 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Dividi', 'single_split' => 'Divisione', 'clone' => 'Clona', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Conferma azione', 'last_seven_days' => 'Ultimi sette giorni', 'last_thirty_days' => 'Ultimi trenta giorni', @@ -396,8 +397,8 @@ return [ 'search_modifier_has_any_bill' => 'La transazione deve avere una (qualsiasi) bolletta', 'search_modifier_not_has_any_bill' => 'La transazione non deve avere alcuna bolletta', 'search_modifier_has_no_tag' => 'La transazione non deve avere etichette', - 'search_modifier_not_has_any_tag' => 'La transazione non deve avere tag', - 'search_modifier_not_has_no_tag' => 'La transazione deve avere un (qualsiasi) tag', + 'search_modifier_not_has_any_tag' => 'La transazione non deve avere etichette', + 'search_modifier_not_has_no_tag' => 'La transazione deve avere una (qualsiasi) etichetta', 'search_modifier_has_any_tag' => 'La transazione deve avere una (qualsiasi) etichetta', 'search_modifier_notes_contains' => 'Le note della transazione contengono ":value"', 'search_modifier_not_notes_contains' => 'Le note della transazione non contengono ":value"', @@ -468,7 +469,7 @@ return [ 'search_modifier_transaction_type' => 'Il tipo di transazione è ":value"', 'search_modifier_not_transaction_type' => 'Il tipo della transizione non è ":value"', 'search_modifier_tag_is' => 'L\'etichetta è ":value"', - 'search_modifier_not_tag_is' => 'Nessun tag è ":value"', + 'search_modifier_not_tag_is' => 'Nessuna etichetta è ":value"', 'search_modifier_date_on_year' => 'La transazione è dell\'anno ":value"', 'search_modifier_not_date_on_year' => 'La transazione non è dell\'anno ":value"', 'search_modifier_date_on_month' => 'La transazione è del mese di ":value"', @@ -484,8 +485,8 @@ return [ // new - 'search_modifier_tag_is_not' => 'Nessun tag è ":value"', - 'search_modifier_not_tag_is_not' => 'Il tag è ":value"', + 'search_modifier_tag_is_not' => 'Nessun etichetta è ":value"', + 'search_modifier_not_tag_is_not' => 'L\'etichetta è ":value"', 'search_modifier_account_is' => 'Entrambi i profili sono ":value"', 'search_modifier_not_account_is' => 'Nessuno conto è ":value"', 'search_modifier_account_contains' => 'Entrambi i profili contengono ":value"', @@ -632,11 +633,11 @@ return [ 'search_modifier_invoice_date_before_day' => 'La data di pagamento della transazione è precedente o il giorno ":value" del mese', 'search_modifier_invoice_date_after_year' => 'La data di pagamento della transazione è nell\'anno ":value" o successivi', 'search_modifier_invoice_date_after_month' => 'La data di pagamento della transazione nel mese di ":value" o successivi', - 'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"', + 'search_modifier_invoice_date_after_day' => 'La data di pagamento della transazione è successiva o uguale al giorno ":value" del mese', // other dates 'search_modifier_updated_at_on_year' => 'La transazione è stata aggiornata l\'ultima volta nell\'anno ":value"', 'search_modifier_updated_at_on_month' => 'La transazione è stata aggiornata l\'ultima volta nel mese ":value"', - 'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"', + 'search_modifier_updated_at_on_day' => 'La transazione è stata aggiornata l\'ultima volta nel giorno ":value" del mese', 'search_modifier_not_updated_at_on_year' => 'La transazione non è stata aggiornata l\'ultima volta nell\'anno ":value"', 'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"', 'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"', @@ -646,11 +647,11 @@ return [ 'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"', 'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"', 'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"', - 'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"', - 'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"', - 'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"', + 'search_modifier_created_at_on_year' => 'La transazione è stata creata nell\'anno ":value"', + 'search_modifier_created_at_on_month' => 'La transazione è stata creata nel mese ":value"', + 'search_modifier_created_at_on_day' => 'La transazione è stata create nel giorno del mese ":value"', 'search_modifier_not_created_at_on_year' => 'La transazione non è stata creata nell\'anno ":value"', - 'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"', + 'search_modifier_not_created_at_on_month' => 'La transazione non è stata creata nel mese ":value"', 'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"', 'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"', 'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"', @@ -684,27 +685,27 @@ return [ 'search_modifier_not_created_at_on' => 'Transaction was not created on ":value"', 'search_modifier_created_at_before' => 'Transaction was created on or before ":value"', 'search_modifier_created_at_after' => 'Transaction was created on or after ":value"', - 'search_modifier_updated_at_on' => 'Transaction was updated on ":value"', + 'search_modifier_updated_at_on' => 'La transazione è stata aggiornata il ":value"', 'search_modifier_not_updated_at_on' => 'Transaction was not 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' => 'Any attachment\'s name is ":value"', - 'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"', - 'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"', + 'search_modifier_attachment_name_is' => 'Il nome di qualsiasi allegato è ":value"', + 'search_modifier_attachment_name_contains' => 'Il nome di qualsiasi allegato contiene ":value"', + 'search_modifier_attachment_name_starts' => 'Il nome di qualsiasi allegato inizia con ":value"', 'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"', 'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"', 'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"', - 'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', - 'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"', - 'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"', - 'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"', - 'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"', - 'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"', - 'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"', - 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', - 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', - 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_attachment_notes_starts' => 'Le note di qualsiasi allegato iniziano con ":value"', + 'search_modifier_attachment_notes_ends' => 'Le note di qualsiasi allegato terminano con ":value"', + 'search_modifier_not_attachment_name_is' => 'Nessun nome degli allegati ":value"', + 'search_modifier_not_attachment_name_contains' => 'Nessun nome degli allegati contiene ":value"', + 'search_modifier_not_attachment_name_starts' => 'Nessun nome degli allegati inizia con ":value"', + 'search_modifier_not_attachment_name_ends' => 'Nessun nome degli allegati termina con ":value"', + 'search_modifier_not_attachment_notes_are' => 'Nessuna nota degli allegati è ":value"', + 'search_modifier_not_attachment_notes_contains' => 'Nessuna nota degli allegati contiene ":value"', + 'search_modifier_not_attachment_notes_starts' => 'Nessuna nota degli allegati inizia con ":value"', + 'search_modifier_not_attachment_notes_ends' => 'Nessuna nota degli allegati termina con ":value"', 'search_modifier_sepa_ct_is' => 'SEPA CT è ":value"', 'update_rule_from_query' => 'Aggiorna la regola ":rule" dalla ricerca', 'create_rule_from_query' => 'Crea nuova regola dalla ricerca', @@ -864,12 +865,12 @@ return [ 'rule_trigger_transaction_type' => 'La transazione è di tipo ":trigger_value"', 'rule_trigger_category_is_choice' => 'La categoria è...', 'rule_trigger_category_is' => 'La categoria è ":trigger_value"', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => 'L\'importo è inferiore o uguale a ..', + 'rule_trigger_amount_less' => 'L\'importo è inferiore o uguale a :trigger_value', 'rule_trigger_amount_is_choice' => 'L\'importo è..', 'rule_trigger_amount_is' => 'L\'importo è :trigger_value', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_more_choice' => 'L\'importo è superiore o uguale a..', + 'rule_trigger_amount_more' => 'L\'importo è superiore o uguale a :trigger_value', 'rule_trigger_description_starts_choice' => 'La descrizione inizia con...', 'rule_trigger_description_starts' => 'La descrizione inizia con ":trigger_value"', 'rule_trigger_description_ends_choice' => 'La descrizione termina con...', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista di tutti gli allegati', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Spese', 'title_withdrawal' => 'Spese', 'title_revenue' => 'Entrate', @@ -1625,14 +1627,15 @@ return [ 'create_new_revenue' => 'Crea un nuovo conto entrate', 'create_new_piggy_bank' => 'Crea un nuovo salvadanaio', 'create_new_bill' => 'Crea una nuova bolletta', - 'create_new_subscription' => 'Create new subscription', + 'create_new_subscription' => 'Crea un nuovo abbonamento', 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Crea una nuova valuta', 'store_currency' => 'Salva nuova valuta', 'update_currency' => 'Aggiorna valuta', - 'new_default_currency' => ':name ora è la valuta predefinita.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Impossibile eliminare :name perché è ancora in uso.', 'cannot_delete_fallback_currency' => ':name è la valuta di default del sistema e non può essere eliminata.', 'cannot_disable_currency_journals' => 'Non è possibile disabilitare :name perché ci sono ancora transazioni che la utilizzano.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Disabilita', 'currencies_default_disabled' => 'Come impostazione predefinita la maggior parte di queste valute sono disabilitate. Per usarle devi prima abilitarle.', 'currency_is_now_enabled' => 'La valuta ":name" è stata abilitata', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'La valuta ":name" è stata disabilitata', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Campi obbligatori', @@ -1731,9 +1736,9 @@ return [ 'remove_budgeted_amount' => 'Rimuovi l\'import a budget in :currency', // bills: - 'subscription' => 'Subscription', + 'subscription' => 'Abbonamento', 'not_expected_period' => 'Non prevista per questo periodo', - 'subscriptions_in_group' => 'Subscriptions in group "%{title}"', + 'subscriptions_in_group' => 'Abbonamenti nel gruppo "%{title}"', 'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period', 'not_or_not_yet' => 'No (per ora)', 'visit_bill' => 'Visit bill ":name" at Firefly III', @@ -1789,7 +1794,7 @@ return [ 'bill_repeats_half-year_skip' => 'Ripeti ogni {skip} mezzi anni', 'bill_repeats_yearly_skip' => 'Ripeti ogni {skip} anni', 'subscriptions' => 'Abbonamenti', - 'go_to_subscriptions' => 'Go to your subscriptions', + 'go_to_subscriptions' => 'Vai ai tuoi abbonamenti', 'forever' => 'Per sempre', 'extension_date_is' => 'La data di estensione è {date}', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Aggiorna prelievo', 'update_deposit' => 'Aggiorna entrata', 'update_transaction' => 'Aggiorna transazione', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'La prima suddivisione potrebbe sovrascrivere l\'account di destinazione', 'spent_x_of_y' => 'Spesi {amount} di {total}', + // new user: 'welcome' => 'Benvenuto in Firefly III!', 'submit' => 'Invia', diff --git a/resources/lang/it_IT/form.php b/resources/lang/it_IT/form.php index b98148eb5c..a7c8faceb6 100644 --- a/resources/lang/it_IT/form.php +++ b/resources/lang/it_IT/form.php @@ -147,7 +147,7 @@ return [ 'start_date' => 'Inizio intervallo', 'end_date' => 'Fine intervallo', 'enddate' => 'Data di scadenza', - 'move_rules_before_delete' => 'Rule group', + 'move_rules_before_delete' => 'Gruppo regole', 'start' => 'Inizio intervallo', 'end' => 'Fine intervallo', 'delete_account' => 'Elimina conto ":name"', diff --git a/resources/lang/it_IT/rules.php b/resources/lang/it_IT/rules.php index df35f4458d..c89442c9f9 100644 --- a/resources/lang/it_IT/rules.php +++ b/resources/lang/it_IT/rules.php @@ -26,47 +26,47 @@ declare(strict_types=1); return [ 'main_message' => 'L\'azione ":action", presente nella regola ":rule", non può essere applicata alla transazione #:group: :error', 'find_or_create_tag_failed' => 'Impossibile trovare o creare il tag ":tag"', - 'tag_already_added' => 'Tag ":tag" è già collegato a questa transazione', + 'tag_already_added' => 'L\'etichetta ":tag" è già collegata a questa transazione', 'inspect_transaction' => 'Ispeziona la transazione ":title" @ Firefly III', - 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', - 'journal_other_user' => 'This transaction doesn\'t belong to the user', - 'no_such_journal' => 'This transaction doesn\'t exist', - 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', - 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', - 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', - 'journal_not_found' => 'Firefly III can\'t find the requested transaction', - 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', - 'is_already_withdrawal' => 'This transaction is already a withdrawal', - 'is_already_deposit' => 'This transaction is already a deposit', - 'is_already_transfer' => 'This transaction is already a transfer', - 'is_not_transfer' => 'This transaction is not a transfer', - 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', - 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', - 'new_notes_empty' => 'The notes to be set are empty', - 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', - 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', - 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', - 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', - 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', - 'already_has_destination' => 'This transaction already has ":name" as the destination account', - 'already_has_source' => 'This transaction already has ":name" as the source account', - 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', - 'already_linked_to_category' => 'The transaction is already linked to category ":name"', - 'already_linked_to_budget' => 'The transaction is already linked to budget ":name"', - 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', - 'no_notes_to_move' => 'The transaction has no notes to move to the description field', - 'no_tags_to_remove' => 'The transaction has no tags to remove', - 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', - 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', - 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', - 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', - 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', - 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', - 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', - 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', - 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', - 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', - 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', - 'cannot_find_category' => 'Firefly III can\'t find category ":name"', - 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', + 'inspect_rule' => 'Ispeziona la regola ":title" @ Firefly III', + 'journal_other_user' => 'Questa transazione non appartiene all\'utente', + 'no_such_journal' => 'Questa transazione non esiste', + 'journal_already_no_budget' => 'Questa transazione non ha un budget, quindi non può essere rimossa', + 'journal_already_no_category' => 'Questa transazione non ha una categoria, quindi non può essere rimossa', + 'journal_already_no_notes' => 'Questa transazione non ha note, quindi non può essere rimossa', + 'journal_not_found' => 'Firefly III non riesce a trovare la transazione richiesta', + 'split_group' => 'Firefly III non può eseguire questa azione su una transazione con più divisioni', + 'is_already_withdrawal' => 'Questa transazione è già un prelievo', + 'is_already_deposit' => 'Questa transazione è già un deposito', + 'is_already_transfer' => 'Questa transazione è già un trasferimento', + 'is_not_transfer' => 'Questa transazione non è un trasferimento', + 'complex_error' => 'Qualcosa di complicato è andato storto. Scusateci. Controlla i log di Firefly III', + 'no_valid_opposing' => 'Conversione non riuscita perché non c\'è un conto valido denominato ":account"', + 'new_notes_empty' => 'Le note da impostare sono vuote', + 'unsupported_transaction_type_withdrawal' => 'Firefly III non può convertire un ":type" in un prelievo', + 'unsupported_transaction_type_deposit' => 'Firefly III non può convertire un ":type" in un deposito', + 'unsupported_transaction_type_transfer' => 'Firefly III non può convertire un ":type" in un trasferimento', + 'already_has_source_asset' => 'Questa transazione ha già ":name" come conto di origine', + 'already_has_destination_asset' => 'Questa transazione ha già ":name" come conto di destinazione', + 'already_has_destination' => 'Questa transazione ha già ":name" come conto di destinazione', + 'already_has_source' => 'Questa transazione ha già ":name" come conto di origine', + 'already_linked_to_subscription' => 'La transazione è già collegata all\'abbonamento ":name"', + 'already_linked_to_category' => 'La transazione è già collegata alla categoria ":name"', + 'already_linked_to_budget' => 'La transazione è già collegata al budget ":name"', + 'cannot_find_subscription' => 'Firefly III non riesce a trovare l\'abbonamento ":name"', + 'no_notes_to_move' => 'La transazione non ha note da spostare nel campo descrizione', + 'no_tags_to_remove' => 'La transazione non ha etichette da rimuovere', + 'cannot_find_tag' => 'Firefly III non riesce a trovare l\'etichetta ":tag"', + 'cannot_find_asset' => 'Firefly III non riesce a trovare il conto attività ":name"', + 'cannot_find_accounts' => 'Firefly III non riesce a trovare il conto di origine o destinazione', + 'cannot_find_source_transaction' => 'Firefly III non riesce a trovare la transazione di origine', + 'cannot_find_destination_transaction' => 'Firefly III non riesce a trovare la transazione di destinazione', + 'cannot_find_source_transaction_account' => 'Firefly III non riesce a trovare il conto di origine della transazione', + 'cannot_find_destination_transaction_account' => 'Firefly III non riesce a trovare il conto di destinazione della transazione', + 'cannot_find_piggy' => 'Firefly III non riesce a trovare un salvadanaio ":name"', + 'no_link_piggy' => 'I conti di questa transazione non sono collegati alla salvadanaio, quindi non verrà intrapresa alcuna azione', + 'cannot_unlink_tag' => 'L\'etichetta ":tag" non è collegata a questa transazione', + 'cannot_find_budget' => 'Firefly III non riesce a trovare il budget ":name"', + 'cannot_find_category' => 'Firefly III non riesce a trovare la categoria ":name"', + 'cannot_set_budget' => 'Firefly III non può impostare il budget ":name" a una transazione di tipo ":type"', ]; diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index 7108bf58c5..7a5886c535 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Il conto di origine è uguale al conto di destinazione.', 'unique_account_number_for_user' => 'Sembra che questo numero di conto sia già in uso.', 'unique_iban_for_user' => 'Sembra che questo IBAN sia già in uso.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'A causa dei vincoli di sicurezza, non è possibile registrarsi utilizzando questo indirizzo email.', 'rule_trigger_value' => 'Questo valore non è valido per il trigger selezionato.', 'rule_action_value' => 'Questo valore non è valido per l\'azione selezionata.', @@ -59,21 +60,21 @@ return [ 'transaction_types_equal' => 'Tutte le suddivisioni devono essere dello stesso tipo.', 'invalid_transaction_type' => 'Tipo della transazione non valido.', 'invalid_selection' => 'La tua selezione non è valida.', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'Questo valore è collegato a un oggetto che non sembra esistere.', + 'belongs_user_or_user_group' => 'Questo valore è collegato a un oggetto che non sembra esistere nella tua attuale amministrazione finanziaria.', 'at_least_one_transaction' => 'Hai bisogno di almeno una transazione.', - 'recurring_transaction_id' => 'Need at least one transaction.', - 'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.', - 'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.', - 'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.', + 'recurring_transaction_id' => 'Hai bisogno di almeno una transazione.', + 'need_id_to_match' => 'È necessario inviare questa voce con un ID affinché l\'API sia in grado di abbinarla.', + 'too_many_unmatched' => 'Troppe transazioni inviate non possono essere abbinate alle rispettive voci del database. Assicurarsi che le voci esistenti abbiano un ID valido.', + 'id_does_not_match' => 'L\'ID inviato #:id non corrisponde all\'ID previsto. Assicurati che corrisponda non inviare il campo.', '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' => '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.', - 'require_foreign_currency' => 'This field requires a number', - 'require_foreign_dest' => 'This field value must match the currency of the destination account.', - 'require_foreign_src' => 'This field value must match the currency of the source account.', + 'require_foreign_currency' => 'Questo campo deve essere un numero', + 'require_foreign_dest' => 'Il valore di questo campo deve corrispondere alla valuta del conto di destinazione.', + 'require_foreign_src' => 'Il valore di questo campo deve corrispondere alla valuta del conto origine.', '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.', 'file_too_large' => 'Il file ":name" è troppo grande.', @@ -235,20 +236,20 @@ return [ // validation of accounts: 'withdrawal_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', - 'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".', - 'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.', + 'withdrawal_source_bad_data' => '[a] Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', + 'withdrawal_dest_need_data' => '[a] È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', 'withdrawal_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', - 'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.', - 'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.', + 'withdrawal_dest_iban_exists' => 'Questo IBAN del conto di destinazione è già in uso da un conto di attività o passività e non può essere utilizzato come destinazione di un prelievo.', + 'deposit_src_iban_exists' => 'Questo IBAN del conto di origine è già in uso da un conto di attività o passività e non può essere utilizzato come origine di un deposito.', 'reconciliation_source_bad_data' => 'Non è stato possibile trovare un conto valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', - 'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => '[e] Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'deposit_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', - 'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".', - 'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.', + 'deposit_source_bad_data' => '[b] Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', + 'deposit_dest_need_data' => '[b] È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', 'deposit_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'deposit_dest_wrong_type' => 'Il conto di destinazione inviato non è di tipo corretto.', @@ -265,22 +266,22 @@ return [ 'transfer_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', - 'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".', - 'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.', + 'transfer_source_bad_data' => '[c] Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', + 'transfer_dest_need_data' => '[c] È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', 'transfer_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'need_id_in_edit' => 'Ogni suddivisione deve avere un "transaction_journal_id" (un ID valido oppure 0).', 'ob_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', 'lc_source_need_data' => 'È necessario ottenere un ID del conto sorgente valido per continuare.', - 'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.', + 'ob_dest_need_data' => '[d] È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', 'ob_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'reconciliation_either_account' => 'Per inviare una riconciliazione devi inserire un conto sorgente o di destinazione, non entrambi o nessuno dei due.', 'generic_invalid_source' => 'Non puoi utilizzare questo conto come conto di origine.', 'generic_invalid_destination' => 'Non puoi utilizzare questo conto come conto di destinazione.', - 'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.', - 'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.', + 'generic_no_source' => 'Devi inviare informazioni sul conto di origine o inviare un ID diario transazioni.', + 'generic_no_destination' => 'Devi inviare informazioni sul conto di destinazione o inviare un ID diario transazioni.', 'gte.numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.', 'gt.numeric' => 'Il campo :attribute deve essere maggiore di :value.', diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php index ed575e8428..a8460729d0 100644 --- a/resources/lang/ja_JP/firefly.php +++ b/resources/lang/ja_JP/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => '分割', 'single_split' => '分割', 'clone' => '複製', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => '操作を確認', 'last_seven_days' => '過去7日間', 'last_thirty_days' => '過去30日間', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'すべての添付ファイルのリスト', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => '支出', 'title_withdrawal' => '支出', 'title_revenue' => '収益 / 収入', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => '新しい通貨を作成', 'store_currency' => '新しい通貨を保存', 'update_currency' => '通貨を更新', - 'new_default_currency' => ':name はデフォルト通貨です', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':nameは使用されているため削除できません。', 'cannot_delete_fallback_currency' => ':name はシステムのフォールバック通貨であり、削除できません。', 'cannot_disable_currency_journals' => '取引がまだ使用しているため、:name を無効にできません。', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => '無効', 'currencies_default_disabled' => 'これらの通貨のほとんどはデフォルトで無効になっています。使用するには、まず有効にする必要があります。', 'currency_is_now_enabled' => '通貨「:name」が有効になりました', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => '通貨「:name」は無効になりました', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => '必須項目', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => '出金を更新', 'update_deposit' => '入金を更新', 'update_transaction' => '取引を更新', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => '最初の分割が預け入れ口座を覆す可能性があります', 'spent_x_of_y' => '{amount} / {total} を支出しました', + // new user: 'welcome' => 'Firefly IIIへようこそ!', 'submit' => '送信', @@ -2107,9 +2114,9 @@ return [ 'Expense account' => '支出口座', 'Revenue account' => '収入口座', 'Initial balance account' => '初期口座残高', - 'account_type_Asset account' => 'Asset account', - 'account_type_Expense account' => 'Expense account', - 'account_type_Revenue account' => 'Revenue account', + 'account_type_Asset account' => '資産口座', + 'account_type_Expense account' => '支出口座', + 'account_type_Revenue account' => '収入口座', 'account_type_Debt' => '借金', 'account_type_Loan' => 'ローン', 'account_type_Mortgage' => '住宅ローン', diff --git a/resources/lang/ja_JP/validation.php b/resources/lang/ja_JP/validation.php index 6ecbf70682..899686d8d4 100644 --- a/resources/lang/ja_JP/validation.php +++ b/resources/lang/ja_JP/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => '引き出し口座と預け入れ口座が同じです。', 'unique_account_number_for_user' => 'この口座番号は既に使われているようです。', 'unique_iban_for_user' => 'このIBANは既に使われているようです。', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。', 'rule_trigger_value' => 'この値は選択されたトリガーには無効です。', 'rule_action_value' => 'この値は選択された操作には無効です。', @@ -59,8 +60,8 @@ return [ 'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。', 'invalid_transaction_type' => '無効な取引種別です。', 'invalid_selection' => 'あなたの選択は無効です。', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'この値は存在しないオブジェクトにリンクされています。', + 'belongs_user_or_user_group' => 'この値は現在の財務管理に属していないオブジェクトにリンクされています。', 'at_least_one_transaction' => '最低でも一つの取引が必要です。', 'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。', 'need_id_to_match' => 'APIを一致させるためにこのエントリをIDで送信する必要があります。', diff --git a/resources/lang/ko_KR/firefly.php b/resources/lang/ko_KR/firefly.php index 47da4f55ef..7be55df460 100644 --- a/resources/lang/ko_KR/firefly.php +++ b/resources/lang/ko_KR/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => '나누기', 'single_split' => '나누기', 'clone' => '복사', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => '액션 확인', 'last_seven_days' => '최근 7일', 'last_thirty_days' => '최근 30일', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => '모든 첨부 파일 목록', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => '지출', 'title_withdrawal' => '지출', 'title_revenue' => '수익 / 수입', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => '새로운 통화 생성', 'store_currency' => '새 통화 저장', 'update_currency' => '통화 업데이트', - 'new_default_currency' => '기본 통화는 이제 :name 입니다.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':name을(를) 아직 사용 중이므로 삭제할 수 없습니다.', 'cannot_delete_fallback_currency' => ':name은 시스템 대체 통화이며 삭제할 수 없습니다.', 'cannot_disable_currency_journals' => '거래가 여전히 :name을 사용하고 있으므로 비활성화할 수 없습니다.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => '비활성화', 'currencies_default_disabled' => '이러한 통화는 대부분 기본적으로 비활성화되어 있습니다. 사용하려면 먼저 활성화해야 합니다.', 'currency_is_now_enabled' => '":name" 통화가 활성화되었습니다', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => '":name" 통화가 비활성화되었습니다', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => '필수 입력 항목', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => '출금 업데이트', 'update_deposit' => '입금 업데이트', 'update_transaction' => '거래 업데이트', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => '첫 번째 분할은 대상 계정을 무시할 수 있습니다.', 'spent_x_of_y' => '{total} 중 {amount} 지출', + // new user: 'welcome' => 'Firefly III에 오신 것을 환영합니다!', 'submit' => '제출', diff --git a/resources/lang/ko_KR/validation.php b/resources/lang/ko_KR/validation.php index 739784b6e8..7878f5981e 100644 --- a/resources/lang/ko_KR/validation.php +++ b/resources/lang/ko_KR/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => '소스 계정이 대상 계정과 같습니다.', 'unique_account_number_for_user' => '이 계좌 번호는 이미 사용 중인 것 같습니다.', 'unique_iban_for_user' => '이 IBAN은 이미 사용 중인 것 같습니다.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => '보안 제약으로 인해 이 이메일 주소를 사용하여 등록할 수 없습니다.', 'rule_trigger_value' => '선택한 트리거에 대해 이 값은 유효하지 않습니다.', 'rule_action_value' => '선택한 액션에 대해 이 값은 유효하지 않습니다.', diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index d04d7f8180..4fe51f16e2 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Del opp', 'single_split' => 'Del opp', 'clone' => 'Klon', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Bekreft handling', 'last_seven_days' => 'Syv siste dager', 'last_thirty_days' => 'Tredve siste dager', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Liste over alle vedlegg', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Utgifter', 'title_withdrawal' => 'Utgifter', 'title_revenue' => 'Inntekt', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Opprett en ny valuta', 'store_currency' => 'Lagre ny valuta', 'update_currency' => 'Oppdater valuta', - 'new_default_currency' => ':name er nå standardvaluta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Kan ikke slette :name fordi det er fortsatt i bruk.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deaktiver', 'currencies_default_disabled' => 'De fleste valutaene er deaktivert som standard. For å bruke dem, må du aktivere dem først.', 'currency_is_now_enabled' => 'Valuta ":name" er aktivert', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" er deaktivert', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Obligatoriske felter', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Oppdater uttak', 'update_deposit' => 'Oppdater innskudd', 'update_transaction' => 'Oppdater transaksjonen', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Velkommen til Firefly III!', 'submit' => 'Send inn', diff --git a/resources/lang/nb_NO/validation.php b/resources/lang/nb_NO/validation.php index 392b4b4c02..f08b773363 100644 --- a/resources/lang/nb_NO/validation.php +++ b/resources/lang/nb_NO/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Kildekontoen er lik destinasjonskonto.', 'unique_account_number_for_user' => 'Det ser ut som dette kontonummeret er allerede i bruk.', 'unique_iban_for_user' => 'Det ser ut som dette IBAN er allerede i bruk.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'På grunn av sikkerhetsbegrensninger kan du ikke registreres med denne e-postadresse.', 'rule_trigger_value' => 'Denne verdien er ugyldig for den valgte triggeren.', 'rule_action_value' => 'Denne verdien er ugyldig for den valgte handlingen.', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index dfc904d61b..c1ab93b52d 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Splitsen', 'single_split' => 'Split', 'clone' => 'Dupliceren', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Actie bevestigen', 'last_seven_days' => 'Laatste zeven dagen', 'last_thirty_days' => 'Laatste dertig dagen', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lijst van alle bijlagen', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Uitgaven', 'title_withdrawal' => 'Uitgaven', 'title_revenue' => 'Inkomsten', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Voeg nieuwe valuta toe', 'store_currency' => 'Sla nieuwe valuta op', 'update_currency' => 'Wijzig valuta', - 'new_default_currency' => ':name is nu de standaard valuta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Kan ":name" niet verwijderen, want deze is in gebruik.', 'cannot_delete_fallback_currency' => ':naam is de systeemvaluta en kan niet verwijderd worden.', 'cannot_disable_currency_journals' => 'Je kan :name niet uitschakelen, er zijn nog transacties die deze valuta gebruiken.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Uitschakelen', 'currencies_default_disabled' => 'De meeste van deze valuta zijn standaard uitgeschakeld. Om ze te gebruiken, moet je ze eerst inschakelen.', 'currency_is_now_enabled' => 'Valuta ":name" is ingeschakeld', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" is uitgeschakeld', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Verplichte velden', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Wijzig uitgave', 'update_deposit' => 'Wijzig inkomsten', 'update_transaction' => 'Update transactie', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'De eerste split kan de doelrekening overschrijven', 'spent_x_of_y' => '{amount} van {total} uitgegeven', + // new user: 'welcome' => 'Welkom bij Firefly III!', 'submit' => 'Invoeren', diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 1082007b08..3063e97b2d 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'De bronrekening is gelijk aan de doelrekening.', 'unique_account_number_for_user' => 'Het lijkt erop dat dit rekeningnummer al in gebruik is.', 'unique_iban_for_user' => 'Het lijkt erop dat deze IBAN al in gebruik is.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Je kan je niet registreren met dit e-mailadres.', 'rule_trigger_value' => 'Deze waarde is niet geldig voor de geselecteerde trigger.', 'rule_action_value' => 'Deze waarde is niet geldig voor de geselecteerde actie.', diff --git a/resources/lang/nn_NO/firefly.php b/resources/lang/nn_NO/firefly.php index adc40dcd4a..2fff84c815 100644 --- a/resources/lang/nn_NO/firefly.php +++ b/resources/lang/nn_NO/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Del opp', 'single_split' => 'Del opp', 'clone' => 'Klon', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Bekreft handling', 'last_seven_days' => 'Syv siste dager', 'last_thirty_days' => 'Tredve siste dager', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Liste over alle vedlegg', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Utgifter', 'title_withdrawal' => 'Utgifter', 'title_revenue' => 'Inntekt', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Opprett ein ny valuta', 'store_currency' => 'Lagra ny valuta', 'update_currency' => 'Oppdater valuta', - 'new_default_currency' => ':name er no standardvaluta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Kan ikkje sletta :name fordi det er fortsatt i bruk.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deaktiver', 'currencies_default_disabled' => 'Dei fleste valutaene er deaktivert som standard. For å bruka dem, må du aktivera dei først.', 'currency_is_now_enabled' => 'Valuta ":name" er aktivert', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" er deaktivert', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Obligatoriske felter', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Oppdater uttak', 'update_deposit' => 'Oppdater innskot', 'update_transaction' => 'Oppdater transaksjonen', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Brukt {amount} av {total}', + // new user: 'welcome' => 'Velkomen til Firefly III!', 'submit' => 'Send inn', diff --git a/resources/lang/nn_NO/validation.php b/resources/lang/nn_NO/validation.php index b5e902ae5f..421f3d396a 100644 --- a/resources/lang/nn_NO/validation.php +++ b/resources/lang/nn_NO/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Kjeldekontoen er lik destinasjonskonto.', 'unique_account_number_for_user' => 'Det ser ut som dette kontonummeret er allereie i bruk.', 'unique_iban_for_user' => 'Det ser ut som dette IBAN er allereie i bruk.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'På grunn av sikkerhetsbegrensninger kan du ikkje registreres med denne e-postadresse.', 'rule_trigger_value' => 'Denne verdien er ugyldig for den valde triggeren.', 'rule_action_value' => 'Denne verdien er ugyldig for den valde handlinga.', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 18e74c2f2f..56e9e975cd 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Podziel', 'single_split' => 'Podział', 'clone' => 'Sklonuj', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Potwierdź akcję', 'last_seven_days' => 'Ostatnie 7 dni', 'last_thirty_days' => 'Ostanie 30 dni', @@ -435,11 +436,11 @@ return [ 'search_modifier_not_source_account_nr_starts' => 'Numer konta źródłowego (IBAN) nie zaczyna się od ":value"', 'search_modifier_source_account_nr_ends' => 'Numer konta źródłowego (IBAN) kończy się na ":value"', 'search_modifier_not_source_account_nr_ends' => 'Numer konta źródłowego (IBAN) nie kończy się na ":value"', - 'search_modifier_destination_account_is' => 'Konto docelowe to ":value"', + 'search_modifier_destination_account_is' => 'Nazwa konta docelowego to ":value"', 'search_modifier_not_destination_account_is' => 'Nazwa konta docelowego to nie ":value"', - 'search_modifier_destination_account_contains' => 'Konto docelowe zawiera ":value"', + 'search_modifier_destination_account_contains' => 'Nazwa konta docelowego zawiera ":value"', 'search_modifier_not_destination_account_contains' => 'Nazwa konta docelowego nie zawiera ":value"', - 'search_modifier_destination_account_starts' => 'Konto docelowe zaczyna się od ":value"', + 'search_modifier_destination_account_starts' => 'Nazwa konta docelowego zaczyna się od ":value"', 'search_modifier_not_destination_account_starts' => 'Nazwa konta docelowego nie zaczyna się od ":value"', 'search_modifier_destination_account_ends' => 'Nazwa konta docelowego kończy się na ":value"', 'search_modifier_not_destination_account_ends' => 'Nazwa konta docelowego nie kończy się na ":value"', @@ -456,7 +457,7 @@ return [ 'search_modifier_destination_account_nr_starts' => 'Numer konta docelowego (IBAN) zaczyna się od ":value"', 'search_modifier_not_destination_account_nr_starts' => 'Numer konta docelowego (IBAN) nie zaczyna się od ":value"', 'search_modifier_destination_account_nr_ends' => 'Numer konta docelowego (IBAN) kończy się na ":value"', - 'search_modifier_not_destination_account_nr_ends' => 'Numer konta docelowego (IBAN) nie kończy się ":value"', + 'search_modifier_not_destination_account_nr_ends' => 'Numer konta docelowego (IBAN) nie kończy się na ":value"', 'search_modifier_account_id' => 'ID konta źródłowego lub docelowego to: :value', 'search_modifier_not_account_id' => 'ID konta źródłowego lub docelowego to nie: :value', 'search_modifier_category_is' => 'Kategoria to ":value"', @@ -1083,7 +1084,7 @@ return [ // more values for new types: 'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"', 'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"', - 'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"', + 'rule_trigger_not_destination_account_id' => 'ID konta docelowego to nie ":trigger_value"', 'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"', 'rule_trigger_not_tag_is' => 'Tag to nie ":trigger_value"', 'rule_trigger_not_tag_is_not' => 'Tag to ":trigger_value"', @@ -1103,14 +1104,14 @@ return [ 'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"', 'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"', 'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"', - 'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"', - 'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"', - 'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"', - 'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"', - 'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"', - 'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"', - 'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"', - 'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"', + 'rule_trigger_not_destination_account_is' => 'Konto docelowe to nie ":trigger_value"', + 'rule_trigger_not_destination_account_contains' => 'Konto docelowe nie zawiera ":trigger_value"', + 'rule_trigger_not_destination_account_ends' => 'Konto docelowe nie kończy się na ":trigger_value"', + 'rule_trigger_not_destination_account_starts' => 'Konto docelowe nie zaczyna się od ":trigger_value"', + 'rule_trigger_not_destination_account_nr_is' => 'Numer konta docelowego / IBAN to nie ":trigger_value"', + 'rule_trigger_not_destination_account_nr_contains' => 'Numer konta docelowego / IBAN nie zawiera ":trigger_value"', + 'rule_trigger_not_destination_account_nr_ends' => 'Numer konta docelowego / IBAN nie kończy się na ":trigger_value"', + 'rule_trigger_not_destination_account_nr_starts' => 'Numer konta docelowego / IBAN nie zaczyna się od ":trigger_value"', 'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"', 'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"', 'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista wszystkich załączników', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Wydatki', 'title_withdrawal' => 'Wydatki', 'title_revenue' => 'Przychód / dochód', @@ -1601,7 +1603,7 @@ return [ 'convert_expl_w_d' => 'Podczas konwersji z wypłaty na wpłatę pieniądze zostaną wpłacone na wyświetlane konto docelowe, a nie wycofane z niego.|Podczas konwersji z wypłaty na wpłatę pieniądze zostaną wpłacone na wyświetlane konta docelowe, a nie wycofane z nich.', 'convert_expl_w_t' => 'Podczas konwersji wypłaty na przelew, środki zostaną przeniesione z rachunku źródłowego na inny rachunek aktywów lub zobowiązań zamiast być wydane na oryginalnym koncie wydatków.|Podczas konwersji wypłaty na przelew, środki zostaną przeniesione z rachunków źródłowych na inne rachunki aktywów lub zobowiązań zamiast być wydane na oryginalnych kontach wydatków.', 'convert_expl_d_w' => 'Podczas konwersji z wpłaty na wypłatę pieniądze zostaną wypłacone z wyświetlanego konta źródłowego, a nie wpłacone na nie.|Podczas konwersji z wpłaty na wypłatę pieniądze zostaną wypłacone z wyświetlanych kont źródłowych, a nie wpłacone na nie.', - 'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.', + 'convert_expl_d_t' => 'Kiedy zamienisz wpłatę na przelew, pieniądze zostaną wpłacone na wskazany rachunek docelowy z dowolnego konta aktywów lub zobowiązań.|Kiedy zamienisz wpłatę na przelew, pieniądze zostaną wpłacone na wskazane konta docelowe z dowolnego konta aktywów lub pasywów.', 'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.', 'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.', 'convert_select_sources' => 'Aby zakończyć konwersję, proszę ustawić nowe konto źródłowe.|Aby zakończyć konwersję, ustaw nowe konta źródłowe.', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Utwórz nową walutę', 'store_currency' => 'Zapisz nową walutę', 'update_currency' => 'Modyfikuj walutę', - 'new_default_currency' => ':name jest teraz domyślną walutą.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Nie można usunąć waluty :name, ponieważ jest ona nadal używana.', 'cannot_delete_fallback_currency' => ':name jest walutą rezerwową systemu i nie można jej usunąć.', 'cannot_disable_currency_journals' => 'Nie można wyłączyć :name ponieważ istnieją powiązane transakcje.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Deaktywuj', 'currencies_default_disabled' => 'Większość z tych walut jest domyślnie wyłączona. Aby móc z nich korzystać, należy je wcześniej aktywować.', 'currency_is_now_enabled' => 'Waluta ":name" została aktywowana', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Waluta ":name" została deaktywowana', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Pola wymagane', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Modyfikuj wypłatę', 'update_deposit' => 'Modyfikuj wpłatę', 'update_transaction' => 'Zaktualizuj transakcję', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Pierwszy podział może nadpisać konto docelowe', 'spent_x_of_y' => 'Wydano {amount} z {total}', + // new user: 'welcome' => 'Witaj w Firefly III!', 'submit' => 'Prześlij', diff --git a/resources/lang/pl_PL/rules.php b/resources/lang/pl_PL/rules.php index a0054ec4e9..d21685401c 100644 --- a/resources/lang/pl_PL/rules.php +++ b/resources/lang/pl_PL/rules.php @@ -58,11 +58,11 @@ return [ 'no_tags_to_remove' => 'The transaction has no tags to remove', 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', - 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_accounts' => 'Firefly III nie może znaleźć konta źródłowego lub docelowego', 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', - 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_destination_transaction' => 'Firefly III nie może znaleźć docelowej transakcji', 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', - 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III nie może znaleźć konta docelowego transakcji', 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', 'cannot_unlink_tag' => 'Tag ":tag" nie jest powiązany z tą transakcją', diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index f2e12ea79b..b02123b2b9 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Konto źródłowe jest równe kontu docelowemu.', 'unique_account_number_for_user' => 'Wygląda na to, że ten numer konta jest już w użyciu.', 'unique_iban_for_user' => 'Wygląda na to, że ten IBAN jest już używany.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Ze względu na zabezpieczenia nie możesz się zarejestrować używając tego adresu e-mail.', 'rule_trigger_value' => 'Ta wartość jest nieprawidłowa dla wybranego wyzwalacza.', 'rule_action_value' => 'Ta wartość jest nieprawidłowa dla wybranej akcji.', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 7336a2fc13..5c650f09c4 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Dividir', 'single_split' => 'Divisão', 'clone' => 'Clonar', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirmar ação', 'last_seven_days' => 'Últimos sete dias', 'last_thirty_days' => 'Últimos 30 dias', @@ -75,7 +76,7 @@ return [ 'sidebar_frontpage_create' => 'Criar', 'new_transaction' => 'Nova transação', 'no_rules_for_bill' => 'Esta fatura não tem regras associadas a ela.', - 'go_to_asset_accounts' => 'Veja suas contas ativas', + 'go_to_asset_accounts' => 'Veja suas contas de ativos', 'go_to_budgets' => 'Vá para seus orçamentos', 'go_to_withdrawals' => 'Vá para seus saques', 'clones_journal_x' => 'Esta transação é um clone de ":description" (#:id)', @@ -225,7 +226,7 @@ return [ 'active_bills_only' => 'apenas faturas ativas', 'active_bills_only_total' => 'todas as faturas ativas', 'active_exp_bills_only' => 'somente faturas ativas e esperadas', - 'active_exp_bills_only_total' => 'somente todas as faturas ativas e esperadas', + 'active_exp_bills_only_total' => 'todas as faturas ativas e esperadas', 'per_period_sum_1D' => 'Custos diários esperados', 'per_period_sum_1W' => 'Custos semanais esperados', 'per_period_sum_1M' => 'Custos mensais esperados', @@ -906,10 +907,10 @@ return [ 'rule_trigger_has_no_budget' => 'A transação não possui orçamento', 'rule_trigger_has_any_budget_choice' => 'Tem um orçamento (qualquer)', 'rule_trigger_has_any_budget' => 'Transação tem um orçamento (qualquer)', - 'rule_trigger_has_no_bill_choice' => 'Não tem nenhuma conta', + 'rule_trigger_has_no_bill_choice' => 'Não tem nenhuma fatura', 'rule_trigger_has_no_bill' => 'A transação não tem nenhuma fatura', 'rule_trigger_has_any_bill_choice' => 'Tem uma fatura (qualquer)', - 'rule_trigger_has_any_bill' => 'A transação tem uma conta (qualquer)', + 'rule_trigger_has_any_bill' => 'A transação tem uma fatura (qualquer)', 'rule_trigger_has_no_tag_choice' => 'Não tem tag(s)', 'rule_trigger_has_no_tag' => 'A transação não tem tag(s)', 'rule_trigger_has_any_tag_choice' => 'Tem uma ou mais tags (qualquer)', @@ -1282,7 +1283,7 @@ return [ 'rule_for_bill_title' => 'Regra gerada automaticamente para a fatura ":name"', 'rule_for_bill_description' => 'Esta regra é gerada automaticamente para tentar corresponder à fatura ":name".', 'create_rule_for_bill' => 'Criar uma nova regra para a fatura ":name"', - 'create_rule_for_bill_txt' => 'Você acabou de criar uma nova fatura chamada ":name". Parabéns! O Firefly III pode combinar automagicamente novas despesas com essa fatura. Por exemplo, sempre que você pagar seu aluguel, a fatura "aluguel" será vinculada À essa despesa. Dessa forma, o Firefly III pode mostrar com precisão quais faturas estão vencidas e quais não estão. Para isso, uma nova regra deve ser criada. O Firefly III preencheu algumas informações por você. Por favor, verifique se está tudo certo. Se estiverem corretas, o Firefly III irá vincular as retiradas a essas faturas automaticamente. Por favor, confira os gatilhos e adicione outros, se estiverem errados.', + 'create_rule_for_bill_txt' => 'Você acabou de criar uma nova fatura chamada ":name". Parabéns! O Firefly III pode combinar automagicamente novas despesas com essa fatura. Por exemplo, sempre que você pagar seu aluguel, a fatura "aluguel" será vinculada a essa despesa. Dessa forma, o Firefly III pode mostrar com precisão quais faturas estão vencidas e quais não estão. Para isso, uma nova regra deve ser criada. O Firefly III preencheu algumas informações por você. Por favor, verifique se está tudo certo. Se estiverem corretas, o Firefly III irá vincular as despesas a essas faturas automaticamente. Por favor, confira os gatilhos e adicione outros, se estiverem errados.', 'new_rule_for_bill_title' => 'Regra para a fatura ":name"', 'new_rule_for_bill_description' => 'Esta regra marca as transações para a fatura ":name".', @@ -1422,7 +1423,7 @@ return [ 'delete_all_budgets' => 'Excluir TODOS os seus orçamentos', 'delete_all_categories' => 'Excluir TODAS as suas categorias', 'delete_all_tags' => 'Excluir TODAS as suas tags', - 'delete_all_bills' => 'Excluir TODAS as suas contas de consumo', + 'delete_all_bills' => 'Excluir TODAS as suas faturas', 'delete_all_piggy_banks' => 'Excluir TODOS os seus cofrinhos', 'delete_all_rules' => 'Excluir TODAS as suas regras', 'delete_all_recurring' => 'Excluir TODAS as suas transações recorrentes', @@ -1440,7 +1441,7 @@ return [ 'deleted_all_budgets' => 'Todos os orçamentos foram excluídos', 'deleted_all_categories' => 'Todas as categorias foram excluídas', 'deleted_all_tags' => 'Todas as tags foram excluídas', - 'deleted_all_bills' => 'Todas as contas foram excluídas', + 'deleted_all_bills' => 'Todas as faturas foram excluídas', 'deleted_all_piggy_banks' => 'Todos os cofrinhos foram excluídos', 'deleted_all_rules' => 'Todas as regras e grupos de regras foram excluídos', 'deleted_all_object_groups' => 'Todos os grupos foram excluídos', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista de todos os anexos', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Despesas', 'title_withdrawal' => 'Despesas', 'title_revenue' => 'Receitas / Renda', @@ -1632,13 +1634,14 @@ return [ 'create_currency' => 'Criar uma nova moeda', 'store_currency' => 'Armazenar nova moeda', 'update_currency' => 'Atualizar moeda', - 'new_default_currency' => 'Agora :name é a moeda padrão.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Não é possível excluir :name porque ainda está em uso.', 'cannot_delete_fallback_currency' => ':name é a moeda padrão do sistema e não pode ser excluída.', 'cannot_disable_currency_journals' => 'Não é possível desativar :name porque as transações ainda estão a usando.', 'cannot_disable_currency_last_left' => ':name não pode ser desabilitada pois essa é a única moeda ativa.', 'cannot_disable_currency_account_meta' => ':name não pode ser desabilitada pois é utilizada nas contas de ativos.', - 'cannot_disable_currency_bills' => ':name não pode ser desabilitada pois ela é utilizada em contas de consumo.', + 'cannot_disable_currency_bills' => ':name não pode ser desabilitada pois é utilizada nas faturas.', 'cannot_disable_currency_recurring' => ':name não pode ser desabilitada pois é utilizada nas transações recorrentes.', 'cannot_disable_currency_available_budgets' => ':name não pode ser desabilitada pois é utilizada em orçamentos existentes.', 'cannot_disable_currency_budget_limits' => ':name não pode ser desabilitada pois é utilizada em limites dos orçamentos.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Desabilitar', 'currencies_default_disabled' => 'A maioria das moedas é desabilitada por padrão. Para usá-las, você deve primeiro habilitá-las.', 'currency_is_now_enabled' => 'Moeda ":name" foi ativada', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Moeda ":name" foi desativada', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Campos obrigatórios', @@ -1739,7 +1744,7 @@ return [ 'visit_bill' => 'Visite a fatura ":name" no Firefly III', 'match_between_amounts' => 'Fatura corresponde a transações entre :low e :high.', 'running_again_loss' => 'Transações previamente vinculadas a esta fatura podem perder sua conexão, se elas (não mais) corresponderem à(s) regra(s).', - 'bill_related_rules' => 'Regras relacionadas a esta conta', + 'bill_related_rules' => 'Regras relacionadas a essa fatura', 'repeats' => 'Repetições', 'bill_end_date_help' => 'Campo opcional. Espera-se que a fatura termine nesta data.', 'bill_extension_date_help' => 'Campo opcional. A fatura deve ser renovada (ou cancelada) nesta ou antes desta data.', @@ -1795,7 +1800,7 @@ return [ // accounts: 'i_am_owed_amount' => 'Eu tenho uma dívida a receber', - 'i_owe_amount' => 'Eu tenho uma dívida a pagar', + 'i_owe_amount' => 'Valor do passivo', 'inactive_account_link' => 'Você tem uma conta :count inativa (arquivada) que você pode ver nesta página separada.|Você tem contas :count inativas (arquivadas) que você pode ver nesta página separada.', 'all_accounts_inactive' => 'Estas são as suas contas inativas.', 'active_account_link' => 'Este link volta para suas contas ativas.', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Atualizar retirada', 'update_deposit' => 'Atualizar de depósito', 'update_transaction' => 'Atualizar transação', @@ -2031,7 +2037,7 @@ return [ 'notes' => 'Notas', 'unknown_journal_error' => 'A transação não pôde ser armazenada. Por favor, verifique os arquivos de log.', 'attachment_not_found' => 'O anexo não foi encontrado.', - 'journal_link_bill' => 'Esta transação está ligada à fatura :name. Para remover a conexão, desmarque a caixa de seleção. Use as regras para conectá-la a outra fatura.', + 'journal_link_bill' => 'Esta transação está vinculada à fatura :name. Para remover a conexão, desmarque a caixa de seleção. Use as regras para conectá-la a outra fatura.', 'transaction_stored_link' => 'Transação #{ID} ("{title}") foi salva.', 'transaction_new_stored_link' => 'Transação #{ID} foi salva.', 'transaction_updated_link' => 'A Transação #{ID} ("{title}") foi atualizada.', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino', 'spent_x_of_y' => 'Gasto {amount} de {total}', + // new user: 'welcome' => 'Bem Vindo ao Firefly III!', 'submit' => 'Enviar', @@ -2107,9 +2114,9 @@ return [ 'Expense account' => 'Conta de Despesa', 'Revenue account' => 'Conta de Receita', 'Initial balance account' => 'Saldo inicial da conta', - 'account_type_Asset account' => 'Asset account', - 'account_type_Expense account' => 'Expense account', - 'account_type_Revenue account' => 'Revenue account', + 'account_type_Asset account' => 'Conta de ativos', + 'account_type_Expense account' => 'Conta de despesas', + 'account_type_Revenue account' => 'Conta de receitas', 'account_type_Debt' => 'Dívida', 'account_type_Loan' => 'Empréstimo', 'account_type_Mortgage' => 'Hipoteca', @@ -2119,7 +2126,7 @@ return [ 'account_type_Credit card' => 'Cartão de crédito', 'credit_card_type_monthlyFull' => 'Pagamento completo todo mês', 'liability_direction_credit' => 'Eu tenho uma dívida a receber', - 'liability_direction_debit' => 'Devo este débito a outra pessoa', + 'liability_direction_debit' => 'Eu tenho uma dívida a pagar', 'liability_direction_credit_short' => 'Devo receber essa dívida', 'liability_direction_debit_short' => 'Devo essa dívida', 'liability_direction__short' => 'Desconhecida', @@ -2160,7 +2167,7 @@ return [ 'debt_start_date' => 'Data de início da dívida', 'debt_start_amount' => 'Montante inicial da dívida', 'debt_start_amount_help' => 'É sempre melhor definir este valor para um valor negativo. Leia as páginas de ajuda (ícone no topo direito (?)) para mais informações.', - 'interest_period_help' => 'Esse campo é puramente cosmético e não será calculado para você. Como os bancos são muito sorrateiros, o Firefly lll nunca acertou esse cálculo.', + 'interest_period_help' => 'Esse campo é puramente estético e não será calculado para você. Como os bancos são muito sorrateiros, o Firefly lll nunca acertou esse cálculo.', 'store_new_liabilities_account' => 'Guardar novo passivo', 'edit_liabilities_account' => 'Editar passivo ":name"', 'financial_control' => 'Controle financeiro', @@ -2602,7 +2609,7 @@ return [ 'no_piggies_create_default' => 'Criar uma nova poupança', 'no_bills_title_default' => 'Vamos criar uma fatura!', 'no_bills_intro_default' => 'Você ainda não possui faturas. Você pode criar faturas para acompanhar as despesas regulares, como sua renda ou seguro.', - 'no_bills_imperative_default' => 'Você tem esse tipo de fatura regularmente? Crie uma conta e acompanhe seus pagamentos:', + 'no_bills_imperative_default' => 'Você tem esse tipo de fatura regularmente? Crie uma fatura e acompanhe seus pagamentos:', 'no_bills_create_default' => 'Criar uma fatura', // recurring transactions @@ -2694,7 +2701,7 @@ return [ 'box_bill_paid_in_currency' => 'Faturas pagas (:currency)', 'box_bill_unpaid_in_currency' => 'Faturas não pagas (:currency)', 'box_left_to_spend_in_currency' => 'Restante para gastar (:currency)', - 'box_net_worth_in_currency' => 'Valor líquido (:currency)', + 'box_net_worth_in_currency' => 'Patrimônio líquido (:currency)', 'box_spend_per_day' => 'Restante para gastar por dia: :amount', // debug page @@ -2733,7 +2740,7 @@ return [ 'ale_action_clear_notes' => 'Anotações removidas', 'ale_action_clear_tag' => 'Etiquetas apagadas', 'ale_action_clear_all_tags' => 'Todas as etiquetas foram apagadas', - 'ale_action_set_bill' => 'Ligado à fatura', + 'ale_action_set_bill' => 'Vinculado à fatura', 'ale_action_switch_accounts' => 'Conta de origem e destino alternados', 'ale_action_set_budget' => 'Definir orçamento', 'ale_action_set_category' => 'Definir categoria', diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index a718ac4072..10ddce98e4 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -63,7 +63,7 @@ return [ 'source_account' => 'Conta de origem', 'destination_account' => 'Conta de destino', 'asset_destination_account' => 'Conta de destino', - 'include_net_worth' => 'Incluir no patrimonio liquido', + 'include_net_worth' => 'Incluir no patrimônio líquido', 'asset_source_account' => 'Conta de origem', 'journal_description' => 'Descrição', 'note' => 'Notas', diff --git a/resources/lang/pt_BR/intro.php b/resources/lang/pt_BR/intro.php index 21d47abf27..32f82d5f96 100644 --- a/resources/lang/pt_BR/intro.php +++ b/resources/lang/pt_BR/intro.php @@ -136,9 +136,9 @@ return [ 'piggy-banks_show_piggyEvents' => 'Todas as adições ou remoções também estão listadas aqui.', // bill index - 'bills_index_rules' => 'Aqui você visualiza quais regras se aplicam a esta conta', + 'bills_index_rules' => 'Aqui você visualiza quais regras se aplicam a esta fatura', 'bills_index_paid_in_period' => 'Este campo indica quando a fatura foi paga pela última vez.', - 'bills_index_expected_in_period' => 'Este campo indica, para cada conta, se e quando a próxima fatura é esperada para cair em conta.', + 'bills_index_expected_in_period' => 'Este campo indica para cada fatura se e quando a próxima é esperada.', // show bill 'bills_show_billInfo' => 'Esta tabela mostra algumas informações gerais sobre esta fatura.', @@ -146,8 +146,8 @@ return [ 'bills_show_billChart' => 'Este gráfico mostra as transações vinculadas a esta fatura.', // create bill - 'bills_create_intro' => 'Use faturas para acompanhar a quantidade de dinheiro devido por período. Pense em gastos como aluguel, seguro ou pagamentos de hipoteca.', - 'bills_create_name' => 'Use um nome descritivo como "Aluguel" ou "Seguro de saúde".', + 'bills_create_intro' => 'Use as faturas para acompanhar a quantidade de dinheiro devido por período. Pense em gastos como aluguel, seguro ou pagamentos de hipoteca.', + 'bills_create_name' => 'Use um nome descritivo como "Aluguel" ou "Plano de saúde".', //'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.', 'bills_create_amount_min_holder' => 'Selecione um valor mínimo e máximo para esta fatura.', 'bills_create_repeat_freq_holder' => 'A maioria das faturas repetem mensalmente, mas você pode definir outra frequência aqui.', diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 01a87e34e8..21b736f010 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'A conta de origem é igual à conta de destino.', 'unique_account_number_for_user' => 'Parece que este número de conta já está em uso.', 'unique_iban_for_user' => 'Parece que este IBAN já está em uso.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Devido a restrições de segurança, você não pode registrar usando este endereço de e-mail.', 'rule_trigger_value' => 'Este valor é inválido para o disparo selecionado.', 'rule_action_value' => 'Este valor é inválido para a ação selecionada.', @@ -59,8 +60,8 @@ return [ 'transaction_types_equal' => 'Todas as divisões devem ser do mesmo tipo.', 'invalid_transaction_type' => 'Tipo de transação inválido.', 'invalid_selection' => 'Sua seleção é inválida.', - 'belongs_user' => 'This value is linked to an object that does not seem to exist.', - 'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.', + 'belongs_user' => 'Este valor está vinculado a um objeto que aparentemente não existe.', + 'belongs_user_or_user_group' => 'Este valor está ligado a um objeto que aparentemente não existe na sua administração financeira atual.', 'at_least_one_transaction' => 'Precisa de ao menos uma transação.', 'recurring_transaction_id' => 'Precisa de ao menos uma transação.', 'need_id_to_match' => 'Você precisa enviar esta entrada com um ID para a API poder identificá-la.', diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index 1bb7fae2ef..2e45550816 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Dividir', 'single_split' => 'Divisão', 'clone' => 'Duplicar', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirmar ação', 'last_seven_days' => 'Últimos sete dias', 'last_thirty_days' => 'Últimos trinta dias', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista de todos os anexos', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Despesas', 'title_withdrawal' => 'Despesas', 'title_revenue' => 'Receita / rendimento', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Criar uma nova moeda', 'store_currency' => 'Guardar nova moeda', 'update_currency' => 'Atualizar moeda', - 'new_default_currency' => ':name é a moeda padrão.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Não é possível apagar :name porque ainda está em uso.', 'cannot_delete_fallback_currency' => ':name é a moeda de reserva do sistema e não pode ser apagada.', 'cannot_disable_currency_journals' => 'Não é possível desativar :name porque ainda há transações a usa-la.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Desativar', 'currencies_default_disabled' => 'A maioria destas moedas está desativada por defeito. Para poder usá-las, tem de as ativar primeiro.', 'currency_is_now_enabled' => 'A moeda ":name" foi ativada', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'A moeda ":name" foi desativada', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Campos obrigatórios', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Atualizar levantamento', 'update_deposit' => 'Atualizar depósito', 'update_transaction' => 'Atualizar transação', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'A primeira divisão pode substituir a conta de destino', 'spent_x_of_y' => 'Gasto {amount} de {total}', + // new user: 'welcome' => 'Bem-vindo ao Firefly III!', 'submit' => 'Guardar', diff --git a/resources/lang/pt_PT/validation.php b/resources/lang/pt_PT/validation.php index 94afa89135..01af001e81 100644 --- a/resources/lang/pt_PT/validation.php +++ b/resources/lang/pt_PT/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'A conta de origem é igual à conta de destino.', 'unique_account_number_for_user' => 'Parece que este número de conta já está em uso.', 'unique_iban_for_user' => 'Parece que este IBAN já está em uso.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Devido a motivos de segurança, não se pode registar com este email.', 'rule_trigger_value' => 'Este valor é inválido para o gatilho selecionado.', 'rule_action_value' => 'Este valor é inválido para a ação selecionada.', diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index 3a3af07e9d..233b69400e 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Împarte', 'single_split' => 'Împarte', 'clone' => 'Clonă', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Ultimele 7 zile', 'last_thirty_days' => 'Ultimele 30 de zile', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista tuturor atașamentelor', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Cheltuieli', 'title_withdrawal' => 'Cheltuieli', 'title_revenue' => 'Venituri', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Creați o nouă monedă', 'store_currency' => 'Salvați o nouă monedă', 'update_currency' => 'Actualizați monedă', - 'new_default_currency' => ':name este acum moneda implicită.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Nu se poate șterge :nume deoarece este încă în uz.', 'cannot_delete_fallback_currency' => ':name este moneda de rezervă a sistemului și nu poate fi ștearsă.', 'cannot_disable_currency_journals' => 'Nu se poate dezactiva :name, deoarece tranzacțiile încă îl utilizează.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Dezactivează', 'currencies_default_disabled' => 'Cele mai multe dintre aceste monede sunt dezactivate în mod prestabilit. Pentru a le folosi, trebuie să le activați mai întâi.', 'currency_is_now_enabled' => 'Moneda ":name" a fost activată', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Moneda ":name" a fost dezactivată', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Câmpuri obligatorii', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Actualizați retragere', 'update_deposit' => 'Actualizați depozit', 'update_transaction' => 'Actualizați tranzacția', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Prima împărțire poate suprascrie contul de destinație', 'spent_x_of_y' => 'Cheltuit {amount} din {total}', + // new user: 'welcome' => 'Bine ați venit!', 'submit' => 'Trimite', diff --git a/resources/lang/ro_RO/validation.php b/resources/lang/ro_RO/validation.php index 063330d76e..8cbfa4b50c 100644 --- a/resources/lang/ro_RO/validation.php +++ b/resources/lang/ro_RO/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Contul sursă este egal cu contul de destinație.', 'unique_account_number_for_user' => 'Se pare că acest număr de cont este deja utilizat.', 'unique_iban_for_user' => 'Se pare că acest IBAN este deja utilizat.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Din cauza constrângerilor de securitate, nu vă puteți înregistra utilizând această adresă de e-mail.', 'rule_trigger_value' => 'Această valoare nu este validă pentru declanșatorul selectat.', 'rule_action_value' => 'Această valoare nu este validă pentru acțiunea selectată.', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 2bda631dac..4fefc60406 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Разделить', 'single_split' => 'Разделённая транзакция', 'clone' => 'Клонировать', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Подтвердите действие', 'last_seven_days' => 'Последние 7 дней', 'last_thirty_days' => 'Последние 30 дней', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Список всех вложений', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Расходы', 'title_withdrawal' => 'Расходы', 'title_revenue' => 'Доход', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Создать новую валюту', 'store_currency' => 'Сохранить новую валюту', 'update_currency' => 'Обновить валюту', - 'new_default_currency' => ':name теперь является вашей основной валютой.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Невозможно удалить валюту :name, поскольку она используется.', 'cannot_delete_fallback_currency' => ':name - это системная резервная валюта, она не может быть удалена.', 'cannot_disable_currency_journals' => 'Не удается отключить валюту :name, потому что она была использована в транзакциях.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Отключить', 'currencies_default_disabled' => 'Большинство этих валют по умолчанию отключены. Для использования, сначала включите их.', 'currency_is_now_enabled' => 'Валюта ":name" была включена', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Валюта ":name" была отключена', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Обязательные поля', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Обновить расход', 'update_deposit' => 'Обновить доход', 'update_transaction' => 'Обновить транзакцию', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Значение из первой части транзакции может изменить счет назначения', 'spent_x_of_y' => 'Потрачено {amount} из {total}', + // new user: 'welcome' => 'Добро пожаловать в Firefly III!', 'submit' => 'Подтвердить', diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index dd3bef6edd..36c71ded77 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Счёт источник и счёт назначения совпадают.', 'unique_account_number_for_user' => 'Этот номер счёта уже используется.', 'unique_iban_for_user' => 'Этот IBAN уже используется.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'По соображениям безопасности, вы не можете зарегистрироваться, используя этот адрес электронной почты.', 'rule_trigger_value' => 'Это значение является недопустимым для выбранного триггера.', 'rule_action_value' => 'Это значение является недопустимым для выбранного действия.', diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index 53a86d89db..ec06ac6fa1 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Rozúčtovať', 'single_split' => 'Rozúčtovať', 'clone' => 'Klonovať', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Uplynulých 7 dní', 'last_thirty_days' => 'Uplynulých 30 dní', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Zoznam všetkých príloh', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Výdavky', 'title_withdrawal' => 'Výdavky', 'title_revenue' => 'Zisky / príjmy', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Vytvoriť novú menu', 'store_currency' => 'Uložiť novú menu', 'update_currency' => 'Upraviť menu', - 'new_default_currency' => ':name je teraz predvolená mena.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':name nie je možné odstrániť, pretože sa stále v aplikácii používa.', 'cannot_delete_fallback_currency' => ':name je predvolená systémová základná mena a nie je možné ju odstrániť.', 'cannot_disable_currency_journals' => ':name nie je možné vypnúť, pretože ju používajú niektoré transakcie.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Vypnúť', 'currencies_default_disabled' => 'Väčšina týchto mien je v základnom stave vypnutá. Ak ich chcete používať, musíte ich najprv zapnúť.', 'currency_is_now_enabled' => 'Mena „:name“ bola zapnutá', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Mena „:name“ bola vypnutá', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Povinné údaje', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Upraviť výber', 'update_deposit' => 'Upraviť vklad', 'update_transaction' => 'Upraviť transakciu', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Prvé rozdelenie môže pozmeniť cieľový účet', 'spent_x_of_y' => 'Utratené {amount} z {total}', + // new user: 'welcome' => 'Vitajte ve Firefly III!', 'submit' => 'Odoslať', diff --git a/resources/lang/sk_SK/validation.php b/resources/lang/sk_SK/validation.php index b4f52e2465..04a34db408 100644 --- a/resources/lang/sk_SK/validation.php +++ b/resources/lang/sk_SK/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Zdrojový účet je zároveň cieľový.', 'unique_account_number_for_user' => 'Zdá sa, že toto číslo účtu sa už používa.', 'unique_iban_for_user' => 'Vyzerá to tak, že tento IBAN kód sa už používa.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Z bezpečnostných dôvodov pre registráciu nemôžete použiť túto emailovú adresu.', 'rule_trigger_value' => 'Táto hodnota je pre označený spúšťač neplatná.', 'rule_action_value' => 'Táto hodnota je pre vybranú akciu neplatná.', diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index cab77d65ff..2ca92153fb 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Razdeli', 'single_split' => 'Razdeli', 'clone' => 'Kloniraj', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Potrdi dejanje', 'last_seven_days' => 'Zadnjih sedem dni', 'last_thirty_days' => 'Zadnjih 30 dni', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Seznam vseh prilog', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'stroški', 'title_withdrawal' => 'stroški', 'title_revenue' => 'Dohodki / prihodki', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Ustvarite valuto', 'store_currency' => 'Shrani novo valuto', 'update_currency' => 'Osveži valuto', - 'new_default_currency' => ':name ni v privzeti valuti.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Ne morem izbrisati :name ker je v uporabi.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Onemogoči', 'currencies_default_disabled' => 'Večina teh valut je privzeto onemogočena. Če jih želite uporabiti, jih morate najprej omogočiti.', 'currency_is_now_enabled' => 'Valuta ":name" je bila omogočena', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" je bila onemogočena', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Obvezna polja', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Posodobi odliv', 'update_deposit' => 'Posodobi polog', 'update_transaction' => 'Posodobi transakcije', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Dobrodošli v Firefly III!', 'submit' => 'Potrdi', diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index a712592687..95b8eaf92d 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'The source account equals the destination account.', 'unique_account_number_for_user' => 'Kaže, da je ta številka računa že v uporabi.', 'unique_iban_for_user' => 'It looks like this IBAN is already in use.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Iz varnostnih razlogov ne morete ustvariti uporabnika s takim e-poštnim naslovom.', 'rule_trigger_value' => 'Ta vrednost je neveljavna za izbrani sprožilec.', 'rule_action_value' => 'This value is invalid for the selected action.', diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index 022d5cbefe..9a7a759372 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Dela', 'single_split' => 'Dela', 'clone' => 'Klona', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Bekräfta åtgärd', 'last_seven_days' => 'Senaste 7 dagarna', 'last_thirty_days' => 'Senaste 30 dagarna', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Lista alla bilagor', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Utgifter', 'title_withdrawal' => 'Utgifter', 'title_revenue' => 'Intäkter / inkomst', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Skapa en ny valuta', 'store_currency' => 'Lagra en ny valuta', 'update_currency' => 'Uppdatera valuta', - 'new_default_currency' => ':name är nu standard valuta.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Kan ej ta bort :name då den fortfarande används.', 'cannot_delete_fallback_currency' => ':name är systemets reservvaluta och kan inte tas bort.', 'cannot_disable_currency_journals' => 'Kan inte inaktivera :name då transaktioner fortfarande använder den.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Inaktivera', 'currencies_default_disabled' => 'De flesta valutor är inaktiverade som standard. För att använda dem, så måste de aktiveras först.', 'currency_is_now_enabled' => 'Valuta ":name" har aktiverats', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Valuta ":name" har inaktiverats', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Obligatoriska fält', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Uppdatera uttag', 'update_deposit' => 'Uppdatera insättning', 'update_transaction' => 'Uppdatera transaktion', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'Den första delningen kan åsidosätta målkontot', 'spent_x_of_y' => 'Spenderade {amount} av {total}', + // new user: 'welcome' => 'Välkommen till Firefly III!', 'submit' => 'Skicka', diff --git a/resources/lang/sv_SE/validation.php b/resources/lang/sv_SE/validation.php index db73b4ca46..6fb2056839 100644 --- a/resources/lang/sv_SE/validation.php +++ b/resources/lang/sv_SE/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Källkontot motsvarar mottagarkontot.', 'unique_account_number_for_user' => 'Det ser ut som att detta kontonummer redan används.', 'unique_iban_for_user' => 'Det ser ut som att detta IBAN redan används.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'På grund av säkerhetsbegränsningar går det inte att registrera sig med denna e-postadress.', 'rule_trigger_value' => 'Detta värde är ogiltigt för vald trigger.', 'rule_action_value' => 'Detta värde är ogiltigt för den valda åtgärden.', diff --git a/resources/lang/th_TH/firefly.php b/resources/lang/th_TH/firefly.php index 4151dd62b3..0884c94d31 100644 --- a/resources/lang/th_TH/firefly.php +++ b/resources/lang/th_TH/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'แบ่ง', 'single_split' => 'การแบ่ง', 'clone' => 'ทำสำเนา', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => '7 วันที่แล้ว', 'last_thirty_days' => '30 วันที่ผ่านมา', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'List of all attachments', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Expenses', 'title_withdrawal' => 'Expenses', 'title_revenue' => 'Revenue / income', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Create a new currency', 'store_currency' => 'Store new currency', 'update_currency' => 'Update currency', - 'new_default_currency' => ':name is now the default currency.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Cannot delete :name because it is still in use.', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Disable', 'currencies_default_disabled' => 'Most of these currencies are disabled by default. To use them, you must enable them first.', 'currency_is_now_enabled' => 'Currency ":name" has been enabled', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Currency ":name" has been disabled', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Mandatory fields', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', 'update_transaction' => 'Update transaction', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Submit', diff --git a/resources/lang/th_TH/validation.php b/resources/lang/th_TH/validation.php index e0fa90363e..fef95f7f16 100644 --- a/resources/lang/th_TH/validation.php +++ b/resources/lang/th_TH/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'The source account equals the destination account.', 'unique_account_number_for_user' => 'It looks like this account number is already in use.', 'unique_iban_for_user' => 'It looks like this IBAN is already in use.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_action_value' => 'This value is invalid for the selected action.', diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 60ecd18a17..c321de6620 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Böl', 'single_split' => 'Böl', 'clone' => 'Klonla', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Son yedi gün', 'last_thirty_days' => 'Son otuz gün', @@ -1566,6 +1567,7 @@ return [ 'list_all_attachments' => 'Tüm eklerin listesi', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Giderler', 'title_withdrawal' => 'Giderler', 'title_revenue' => 'Gelir / Gelir', @@ -1633,7 +1635,8 @@ return [ 'create_currency' => 'Yeni para birimi oluştur', 'store_currency' => 'Yeni para birimini sakla', 'update_currency' => 'Para birimini güncelle', - 'new_default_currency' => ':name artık varsayılan para birimi.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => ':name hala kullanıldığı için silinemiyor.', 'cannot_delete_fallback_currency' => ':name sistem geri dönüş para birimidir ve silinemez.', 'cannot_disable_currency_journals' => 'Devre dışı bırakılamıyor :name çünkü işlemler hala kullanıyor.', @@ -1659,7 +1662,9 @@ return [ 'disable_currency' => 'Devre dışı bırakmak', 'currencies_default_disabled' => 'Most of these currencies are disabled by default. To use them, you must enable them first.', 'currency_is_now_enabled' => 'Currency ":name" has been enabled', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Currency ":name" has been disabled', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Zorunlu alanlar', @@ -1945,6 +1950,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Geri çekmeyi güncelle', 'update_deposit' => 'Depozitoyu güncelle', 'update_transaction' => 'Update transaction', @@ -2042,6 +2048,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Firefly III\'e hoşgeldiniz!', 'submit' => 'Gönder', diff --git a/resources/lang/tr_TR/validation.php b/resources/lang/tr_TR/validation.php index 9600539986..9e22c2fece 100644 --- a/resources/lang/tr_TR/validation.php +++ b/resources/lang/tr_TR/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Kaynak hesabın hedef hesap eşittir.', 'unique_account_number_for_user' => 'Bu hesap numarası zaten kullanılmaktadır.', 'unique_iban_for_user' => 'Bu IBAN numarası zaten kullanılmaktadır.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Güvenlik kısıtlamaları nedeniyle, bu e-posta adresini kullanarak kayıt yapamazsınız.', 'rule_trigger_value' => 'Bu eylem, seçili işlem için geçersizdir.', 'rule_action_value' => 'Bu eylem seçili işlem için geçersizdir.', diff --git a/resources/lang/uk_UA/firefly.php b/resources/lang/uk_UA/firefly.php index 98366e99c8..46a0a0d17f 100644 --- a/resources/lang/uk_UA/firefly.php +++ b/resources/lang/uk_UA/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Розділити', 'single_split' => 'Розділити', 'clone' => 'Клонувати', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Підтвердити дію', 'last_seven_days' => 'Останні сім днів', 'last_thirty_days' => 'Останні тридцять днів', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Список всіх вкладень', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Витрати', 'title_withdrawal' => 'Витрати', 'title_revenue' => 'Дохід / прихід', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Створити нову валюту', 'store_currency' => 'Зберегти нову валюту', 'update_currency' => 'Оновити валюту', - 'new_default_currency' => ':name тепер є валютою за замовчуванням.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Неможливо видалити валюту :name, оскільки вона використовується.', 'cannot_delete_fallback_currency' => ':name є системною резервною валютою і не може бути видалена.', 'cannot_disable_currency_journals' => 'Не вдалося вимкнути :name , тому що операції все ще використовують його.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Вимкнути', 'currencies_default_disabled' => 'Більшість із цих валют вимкнено за замовчуванням. Щоб використовувати їх, ви повинні спочатку їх увімкнути.', 'currency_is_now_enabled' => 'Валюту ":name" увімкнено', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Валюту ":name" вимкнено', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Обов\'язкові поля', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', 'update_transaction' => 'Update transaction', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Підтвердити', diff --git a/resources/lang/uk_UA/validation.php b/resources/lang/uk_UA/validation.php index 5648a47f5e..d1c37d40c8 100644 --- a/resources/lang/uk_UA/validation.php +++ b/resources/lang/uk_UA/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Початковий рахунок дорівнює рахунку призначення.', 'unique_account_number_for_user' => 'Схоже, цей номер рахунку вже використовується.', 'unique_iban_for_user' => 'Схоже, цей номер рахунку (IBAN) вже використовується.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Через обмеження безпеки ви не можете зареєструвати цю електронну адресу.', 'rule_trigger_value' => 'Це значення неправильне для вибраного тригера.', 'rule_action_value' => 'Це значення є неприпустимим для вибраної дії.', diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 6c6942af40..982124bb4a 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => 'Chia ra', 'single_split' => 'Chia ra', 'clone' => 'Nhân ra', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => 'Bảy ngày gần đây', 'last_thirty_days' => 'Ba mươi ngày gần đây', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => 'Danh sách tất cả các tệp đính kèm', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => 'Chi phí', 'title_withdrawal' => 'Chi phí', 'title_revenue' => 'Thu nhập doanh thu', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => 'Tạo một loại tiền tệ mới', 'store_currency' => 'Lưu trữ tiền tệ mới', 'update_currency' => 'Cập nhật tiền tệ', - 'new_default_currency' => ':bây giờ là tiền tệ mặc định.', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => 'Không thể xóa: vì nó vẫn đang được sử dụng.', 'cannot_delete_fallback_currency' => ':name là loại tiền dự phòng hệ thống và không thể xóa.', 'cannot_disable_currency_journals' => 'Không thể tắt: vì các giao dịch vẫn đang sử dụng nó.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => 'Tắt', 'currencies_default_disabled' => 'Hầu hết các loại tiền tệ này bị tắt theo mặc định. Để sử dụng chúng, bạn phải kích hoạt chúng trước.', 'currency_is_now_enabled' => 'Tiền tệ ":name" đã được kích hoạt', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => 'Tiền tệ ":name" đã được tắt', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => 'Các trường bắt buộc', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => 'Cập nhật rút tiền', 'update_deposit' => 'Cập nhật tiền gửi', 'update_transaction' => 'Cập nhật giao dịch', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => 'Chào mừng đến với Firefly III!', 'submit' => 'Gửi', diff --git a/resources/lang/vi_VN/validation.php b/resources/lang/vi_VN/validation.php index 6bd1fd730b..06298283e8 100644 --- a/resources/lang/vi_VN/validation.php +++ b/resources/lang/vi_VN/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => 'Tài khoản nguồn bằng với tài khoản đích.', 'unique_account_number_for_user' => 'Có vẻ như số tài khoản này đã được sử dụng.', 'unique_iban_for_user' => 'Có vẻ như IBAN này đã được sử dụng.', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => 'Do những hạn chế về bảo mật, bạn không thể đăng ký bằng địa chỉ email này.', 'rule_trigger_value' => 'Giá trị này không hợp lệ cho trình kích hoạt được chọn.', 'rule_action_value' => 'Giá trị này không hợp lệ cho hành động đã chọn.', diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index 6fb6ea93e4..6722a8a34e 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => '拆分', 'single_split' => '拆分', 'clone' => '复制', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => '确认操作', 'last_seven_days' => '最近 7 天', 'last_thirty_days' => '最近 30 天', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => '附件列表', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => '支出', 'title_withdrawal' => '支出', 'title_revenue' => '收入', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => '创建新货币', 'store_currency' => '保存新货币', 'update_currency' => '更新货币', - 'new_default_currency' => ':name 现已为默认货币', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => '因为仍在使用中,无法删除 :name 。', 'cannot_delete_fallback_currency' => ':name 是系统默认货币,无法删除', 'cannot_disable_currency_journals' => '无法禁用 :name,因为仍有交易在使用。', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => '停用', 'currencies_default_disabled' => '大多数的货币均默认为停用,若需使用,请先启用。', 'currency_is_now_enabled' => '货币 ":name" 已被启用', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => '货币 ":name" 已被停用', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => '必填字段', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => '更新支出', 'update_deposit' => '更新收入', 'update_transaction' => '更新交易', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => '首笔拆分可能覆盖目标账户', 'spent_x_of_y' => '花费{total}的{amount}', + // new user: 'welcome' => '欢迎使用 Firefly III!', 'submit' => '提交', diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index 5806928e6e..e628a13bfe 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => '来源账户与目标账户相同', 'unique_account_number_for_user' => '此账户号码已在使用中', 'unique_iban_for_user' => '此 IBAN 已在使用中', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => '由于安全限制,您无法使用此电子邮件地址注册', 'rule_trigger_value' => '此值不能用于所选触发条件', 'rule_action_value' => '此值不能用于所选动作', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index b13479d6f8..544c09a132 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -43,6 +43,7 @@ return [ 'split' => '分割', 'single_split' => 'Split', 'clone' => '複製', + 'clone_and_edit' => 'Clone and edit', 'confirm_action' => 'Confirm action', 'last_seven_days' => '最近7天', 'last_thirty_days' => '最近30天', @@ -1565,6 +1566,7 @@ return [ 'list_all_attachments' => '全部附加檔案清單', // transaction index + 'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).', 'title_expenses' => '支出', 'title_withdrawal' => '支出', 'title_revenue' => '收入', @@ -1632,7 +1634,8 @@ return [ 'create_currency' => '建立新貨幣', 'store_currency' => '儲存新貨幣', 'update_currency' => '更新貨幣', - 'new_default_currency' => ':name 現已為預設貨幣', + 'new_default_currency' => '":name" is now the default currency.', + 'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.', 'cannot_delete_currency' => '因為仍在使用中,無法刪除 :name 。', 'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.', 'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.', @@ -1658,7 +1661,9 @@ return [ 'disable_currency' => '停用', 'currencies_default_disabled' => '大多數的貨幣均預設為停用,如欲使用,請先啟用。', 'currency_is_now_enabled' => '貨幣 ":name" 已被啟用', + 'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.', 'currency_is_now_disabled' => '貨幣 ":name" 已被停用', + 'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?', // forms: 'mandatoryFields' => '必要欄位', @@ -1944,6 +1949,7 @@ return [ // transactions: + 'unreconcile' => 'Undo reconciliation', 'update_withdrawal' => '更新提款', 'update_deposit' => '更新存款', 'update_transaction' => 'Update transaction', @@ -2041,6 +2047,7 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', + // new user: 'welcome' => '歡迎使用 Firefly III!', 'submit' => '送出', diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index ddf01025fb..a9f9e9616f 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -48,6 +48,7 @@ return [ 'source_equals_destination' => '來源帳戶與目標帳戶相同。', 'unique_account_number_for_user' => '此帳戶號碼似乎已在使用。', 'unique_iban_for_user' => '此 IBAN 似乎已在使用。', + 'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"', 'deleted_user' => '受安全限制,您無法使用此電子郵件地址註冊。', 'rule_trigger_value' => '此值不適用於選取的觸發器。', 'rule_action_value' => '此值不適用於選取的動作。',