From fb0b34a6a0c43e73687448c9b9a2ee9604c3c6a9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:22 +0200 Subject: [PATCH 01/84] New translations csv.php (Russian) --- resources/lang/ru_RU/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/csv.php b/resources/lang/ru_RU/csv.php index b02e2a226b..599cb9171f 100644 --- a/resources/lang/ru_RU/csv.php +++ b/resources/lang/ru_RU/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Импорт данных (1/3) - Подготовка к импорту CSV', 'initial_text' => 'Чтобы импорт данных прошёл успешно, пожалуйста проверьте несколько параметров.', 'initial_box' => 'Основные параметры импорта CSV', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Установите этот флажок, если первая строка CSV-файла содержит заголовки столбцов.', 'initial_date_help' => 'Формат даты и времени в вашем CSV-файле. Придерживайтесь формата, описанного на этой странице. По умолчанию дату будут анализироваться на соответствие такому формату: :dateExample.', 'initial_delimiter_help' => 'Выберите разделитель полей, который используется в вашем файле. Если вы не уверены, помните, что запятая - это самый безопасный вариант.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From df9b65e29627b125a878068f4049482e2fb47839 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:26 +0200 Subject: [PATCH 02/84] New translations csv.php (German) --- resources/lang/de_DE/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/csv.php b/resources/lang/de_DE/csv.php index fdea249937..c110606470 100644 --- a/resources/lang/de_DE/csv.php +++ b/resources/lang/de_DE/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import Einrichten (1/3) - Grundlegende Einstellungen', 'initial_text' => 'Um Ihre Datei korrekt importieren zu können, überprüfen Sie die folgenden Optionen.', 'initial_box' => 'Standard CSV Importeinstellungen', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Hier auswählen, wenn die ersten Zeilen der CSV-Datei die Spaltenüberschriften sind.', 'initial_date_help' => 'Datumsformat in ihrer CSV-Datei. Geben Sie das Format so an, wie es diese Seite zeigt. Die Standardeinstellung ergibt Daten die so aussehen: :dateExample.', 'initial_delimiter_help' => 'Wählen Sie das Trennzeichen, welches in ihrer Datei genutzt wird. Wenn Sie nicht sicher sind ist Komma die sicherste Option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Spalte', 'roles_no_example_data' => 'Keine Beispieldaten vorhanden', 'roles_submit' => 'Fortfahren mit Schritt 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import Einrichten (3/3) - Import mit bereits vorhandenen Daten verknüpfen', From cae35d6a5aca8376a596cbe1f745606a9ac3ab30 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:27 +0200 Subject: [PATCH 03/84] New translations csv.php (Polish) --- resources/lang/pl_PL/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index ae34e56f35..b6cea58e05 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Konfiguracja importu (1/3) - Podstawowa konfiguracja importu CSV', 'initial_text' => 'Abyś mógł poprawnie zaimportować plik, sprawdź poprawność poniższych opcji.', 'initial_box' => 'Podstawowa konfiguracja importu CSV', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Kolumna', 'roles_no_example_data' => 'Brak dostępnych danych przykładowych', 'roles_submit' => 'Przejdź do kroku 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Konfiguracja importu (3/3) - Połącz importowane dane z danymi w Firefly III', From 69159e02717d983a3b8ded994cf37675d4cc6650 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:28 +0200 Subject: [PATCH 04/84] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index 4d51df7feb..ac03875f19 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From ac6e16688d58a6b7a4d7f7c623d025b330abca3f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:28 +0200 Subject: [PATCH 05/84] New translations csv.php (Dutch) --- resources/lang/nl_NL/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/csv.php b/resources/lang/nl_NL/csv.php index 3cd5366a80..19fd184d23 100644 --- a/resources/lang/nl_NL/csv.php +++ b/resources/lang/nl_NL/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Importinstellingen (1/3) - Algemene CVS importinstellingen', 'initial_text' => 'Om je bestand goed te kunnen importeren moet je deze opties verifiëren.', 'initial_box' => 'Algemene CVS importinstellingen', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Vink hier als de eerste rij kolomtitels bevat.', 'initial_date_help' => 'Datum/tijd formaat in jouw CSV bestand. Volg het formaat zoals ze het op deze pagina uitleggen. Het standaardformaat ziet er zo uit: :dateExample.', 'initial_delimiter_help' => 'Kies het veldscheidingsteken dat in jouw bestand wordt gebruikt. Als je het niet zeker weet, is de komma de beste optie.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Kolom', 'roles_no_example_data' => 'Geen voorbeeldgegevens', 'roles_submit' => 'Ga verder met stap 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Importinstellingen (3/3) - Link importgegevens aan Firefly III-gegevens', From 1ae572cf30ce90ec31d7b2f6c4dd3d15574eea3a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:29 +0200 Subject: [PATCH 06/84] New translations csv.php (Chinese Traditional) --- resources/lang/zh_TW/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/csv.php b/resources/lang/zh_TW/csv.php index 29c6a61d2f..7d9cc46f46 100644 --- a/resources/lang/zh_TW/csv.php +++ b/resources/lang/zh_TW/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From 479ebcc3fa8ba9f3326f798a40d59bac4e391c3a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:33 +0200 Subject: [PATCH 07/84] New translations csv.php (Portuguese, Brazilian) --- resources/lang/pt_BR/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/csv.php b/resources/lang/pt_BR/csv.php index e6fdbdb3db..9e4ab5abd7 100644 --- a/resources/lang/pt_BR/csv.php +++ b/resources/lang/pt_BR/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From ae33411566e150f2eaa40064fd588db66d3b0a0d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:34 +0200 Subject: [PATCH 08/84] New translations csv.php (Slovenian) --- resources/lang/sl_SI/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/sl_SI/csv.php b/resources/lang/sl_SI/csv.php index 58591bd65a..dc35628e17 100644 --- a/resources/lang/sl_SI/csv.php +++ b/resources/lang/sl_SI/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From 184d5d25a60ddb36390dd43d01e206d108902425 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 08:40:46 +0200 Subject: [PATCH 09/84] New translations csv.php (Spanish) --- resources/lang/es_ES/csv.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/csv.php b/resources/lang/es_ES/csv.php index 377460ee8e..b518776e5f 100644 --- a/resources/lang/es_ES/csv.php +++ b/resources/lang/es_ES/csv.php @@ -17,6 +17,7 @@ return [ 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', + 'initial_box_title' => 'Basic CSV import setup options', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -34,6 +35,7 @@ return [ 'roles_column' => 'Column', 'roles_no_example_data' => 'No example data available', 'roles_submit' => 'Continue with step 3/3', + 'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From 29221c290185c47a687d078fea4b14becdefea33 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:19 +0200 Subject: [PATCH 10/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index c0de54bff1..cf4610f854 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From 873ca4f4382af4fb4f3b9ed2e76a5a3da1e5a6aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:33 +0200 Subject: [PATCH 11/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 19e9f5e84e..13b5ecefca 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Rechercher', From 61a7dcda236714cf4e4146206b38c65d10cff5d7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:36 +0200 Subject: [PATCH 12/84] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index cc0a79c3c2..08984e95cd 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Das Girokonto "@name" akzeptiert nur Transaktionen in @native_currency. Wenn Sie stattdessen @foreign_currency verwenden wollen, sollten Sie sicherstellen, dass der Betrag auch in @native_currency angengeben ist:', 'transfer_exchange_rate_instructions' => 'Das Quellkonto "@source_name" akzeptiert nur Transaktionen in @source_currency. Das Zielkonto "@dest_name" akzeptiert nur Transaktionen in @dest_currency. Sie müssen den Betrag in beiden Währungen korrenkt angeben.', 'transaction_data' => 'Transaktionsdaten', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Suche', From 107eedfb49d042063cddbf26e13cb5f1095df323 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:38 +0200 Subject: [PATCH 13/84] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 6e339e1cbc..040e832233 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Betaalrekening "@naam" accepteert alleen boekingen in @native_currency. Als je @foreign_currency wilt gebruiken moet je ook het bedrag in @native_currency opgeven:', 'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name: accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.', 'transaction_data' => 'Transactiegegevens', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Zoeken', From bc836011bcb827f8f7a5047bf0b6ddf3ce490b0b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:41 +0200 Subject: [PATCH 14/84] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index c7a2562562..dd1a3e9805 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => '搜尋', From 8a8e792faac06acd8c88d790660e54e2e26a7c21 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:44 +0200 Subject: [PATCH 15/84] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 50a461d420..0a0038a5b8 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Dane transakcji', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Szukaj', From 624f3c60bd543bf89c4a0e75537e8a55c4d7eca3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:46 +0200 Subject: [PATCH 16/84] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d2cce1d67f..ced3b8e038 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Pesquisa', From deb7754cb90d78a968f4d3d398a8f6871c1b6482 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:50 +0200 Subject: [PATCH 17/84] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 311a388afa..a592b456d3 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From 7c02b032f6667a2a601c4726fc75ac8711e92432 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jul 2017 14:40:52 +0200 Subject: [PATCH 18/84] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 7e1f82ef74..bdd023e773 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -145,6 +145,7 @@ return [ 'exchange_rate_instructions' => 'Premoženjski račun "@name" sprejema samo transakcije v @native_currency. Če želite namesto tega uporabiti @foreign_currency, morate podati tudi znesek v @native_currency:', 'transfer_exchange_rate_instructions' => 'Izvorni premoženjski račun "@source_name" sprejema samo transakcije v @source_currency. Ciljni premoženjski račun "@dest_name" sprejema samo transakcije v @dest_currency. Podati morate znesek v obeh valutah.', 'transaction_data' => 'Transaction data', + 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From 0b5b636578bbbbd9926244b0133e7c539b606adf Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:20 +0200 Subject: [PATCH 19/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index cf4610f854..d9453d2ad0 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Default tags', 'tag_title_balancingAct' => 'Balancing act tags', 'tag_title_advancePayment' => 'Advance payment tags', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', From c5a621010e426190733d2a474a8345896d06d20a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:35 +0200 Subject: [PATCH 20/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 13b5ecefca..768a400a74 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Tags par défaut', 'tag_title_balancingAct' => 'Balancing act tags', 'tag_title_advancePayment' => 'Tags de paiement anticipé', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Les tags groupent des opérations ensemble, ce qui permet de stocker des remboursements (dans le cas où vous avancer de l\'argent aux autres) et d\'autres types "d\'équilibres" où résumer les dépenses (les remboursements de votre nouvelle TV) ou quand les dépenses et les dépôts s\'annulent les uns les autres (achat de quelque chose avec de l\'argent mis de coté). C\'est comme vous souhaitez. Utiliser les tags à l\'ancienne est toujours possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', From 92903e1ec37e1c352bf17f00e14351ae09fd8369 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:37 +0200 Subject: [PATCH 21/84] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 08984e95cd..4686b21594 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -888,9 +888,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'tag_title_nothing' => 'Standard-Tags', 'tag_title_balancingAct' => 'Ausgleich Tags', 'tag_title_advancePayment' => 'Vorauszahlung Tags', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Transaktionsinformationen', 'transaction_journal_meta' => 'Metainformationen', From 2b7f3061d0c01f0cfdc30a5a67aa4b9b9a76a240 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:40 +0200 Subject: [PATCH 22/84] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 040e832233..528adb2e71 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Standaard tags', 'tag_title_balancingAct' => 'Balancerende tags', 'tag_title_advancePayment' => 'Vooruitbetaalde tags', - 'tags_introduction' => 'Normaal gesproken zijn tags enkele woorden, gebruikt om gerelateerde zaken snel aan elkaar te plakken. dure-aanschaf, rekening, feestje. In Firefly III hebben tags meer betekenis en kan je er een datum, omschrijving en locatie aan geven. Daarmee kan je je transacties op een wat zinvollere manier aan elkaar koppelen. Je kan bijvoorbeeld een tag Kerstdiner maken en informatie over het restaurant meenemen. Zulke tags zijn enkelvoudig; je gebruikt ze maar bij één gelegenheid.', - 'tags_group' => 'Omdat tags transacties groeperen kan je er teruggaves, vergoedingen en andere geldzaken mee aanduiden, zolang de transacties elkaar "opheffen". Hoe je dit aanpakt is aan jou. De gewone manier kan natuurlijk ook.', - 'tags_start' => 'Maak hieronder een tag, of voer nieuwe tags in als je nieuwe transacties maakt.', 'transaction_journal_information' => 'Transactieinformatie', 'transaction_journal_meta' => 'Metainformatie', From 778a408c6cf0b841920e65526e7216eabdc268eb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:42 +0200 Subject: [PATCH 23/84] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index dd1a3e9805..91446cfdbf 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => '預設標籤', 'tag_title_balancingAct' => '抵銷行為標籤', 'tag_title_advancePayment' => '預付款標籤', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => '標籤可以把交易進行分組,容許你記錄報銷(你為其他人墊支),或者其他「抵銷行為」——例如分期付款(買電視機的時候),或者支出和收入會互相抵銷(以儲蓄買東西)的交易。當然,你也可以建立普通的標籤,隨你喜歡。', - 'tags_start' => '要開始使用,請新增標籤或在建立新交易紀錄時輸入標籤。', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', From dc9cf7689d94e9f6d71a64fec08b4f41cc2196eb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:44 +0200 Subject: [PATCH 24/84] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 0a0038a5b8..5c84d0831b 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Domyślne tagi', 'tag_title_balancingAct' => 'Balancing act tags', 'tag_title_advancePayment' => 'Advance payment tags', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Informacje o transakcji', 'transaction_journal_meta' => 'Meta informacje', From 4c7dee69c2f2b1ba465e19f90b05a8ee3263aaec Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:47 +0200 Subject: [PATCH 25/84] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index ced3b8e038..9d05777f1c 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Tags padrões', 'tag_title_balancingAct' => 'Saldo das tags', 'tag_title_advancePayment' => 'Tags de pagamento do adiantamento', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags agrupam transações, que torna possível armazenar os reembolsos (no caso você empreste dinheiro para os outros) e outros "balancetes" onde as despesas são somadas (os pagamentos na sua TV nova) ou onde as despesas e depósitos estão anulando uns aos outros (compra algo com dinheiro guardado). Isso é tudo para você. Usando tags à moda antiga claro é sempre possível.', - 'tags_start' => 'Crie uma tag para começar ou insira tags ao criar novas transações.', 'transaction_journal_information' => 'Informação da transação', 'transaction_journal_meta' => 'Meta-informação', From 13dc6c7dfb90c359684d9e4ebe1c36a5fab04c85 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:50 +0200 Subject: [PATCH 26/84] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index a592b456d3..10a78430c8 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Default tags', 'tag_title_balancingAct' => 'Balancing act tags', 'tag_title_advancePayment' => 'Advance payment tags', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', From 1a5d54f74f1fda94f83f2afa80dae9ff093b4c0b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:40:53 +0200 Subject: [PATCH 27/84] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index bdd023e773..7368e276bf 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -887,9 +887,6 @@ return [ 'tag_title_nothing' => 'Default tags', 'tag_title_balancingAct' => 'Balancing act tags', 'tag_title_advancePayment' => 'Advance payment tags', - 'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like expensive, bill or for-party. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called Christmas dinner with friends and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.', - 'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.', - 'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', From ebda475972f7b5a13e5948fecd9e672edd297744 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 14:10:17 +0200 Subject: [PATCH 28/84] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 528adb2e71..d64c84a186 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Betaalrekening "@naam" accepteert alleen boekingen in @native_currency. Als je @foreign_currency wilt gebruiken moet je ook het bedrag in @native_currency opgeven:', 'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name: accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.', 'transaction_data' => 'Transactiegegevens', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Zoeken', From 2c912456ce93b7d49b0a096ca3b9d6a47b9f1008 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 14:10:23 +0200 Subject: [PATCH 29/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index d9453d2ad0..916d8472ef 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From a920894a8f4da9ddd000e8272fc41b3ac934bae2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 14:10:35 +0200 Subject: [PATCH 30/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 768a400a74..176f164104 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Rechercher', From 7f745455867a4798359943ed82a54b49d0c4c130 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 14:10:38 +0200 Subject: [PATCH 31/84] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 4686b21594..149f054cd6 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Das Girokonto "@name" akzeptiert nur Transaktionen in @native_currency. Wenn Sie stattdessen @foreign_currency verwenden wollen, sollten Sie sicherstellen, dass der Betrag auch in @native_currency angengeben ist:', 'transfer_exchange_rate_instructions' => 'Das Quellkonto "@source_name" akzeptiert nur Transaktionen in @source_currency. Das Zielkonto "@dest_name" akzeptiert nur Transaktionen in @dest_currency. Sie müssen den Betrag in beiden Währungen korrenkt angeben.', 'transaction_data' => 'Transaktionsdaten', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Suche', From d3404c657023eb231d03803209fb90ee9e50d7d6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 3 Aug 2017 21:00:10 +0200 Subject: [PATCH 32/84] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 10a78430c8..15f7859e26 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From 18fcf079712afbca67d64e68e133e9cf46c03f0a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 3 Aug 2017 21:00:14 +0200 Subject: [PATCH 33/84] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 7368e276bf..704148266a 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Premoženjski račun "@name" sprejema samo transakcije v @native_currency. Če želite namesto tega uporabiti @foreign_currency, morate podati tudi znesek v @native_currency:', 'transfer_exchange_rate_instructions' => 'Izvorni premoženjski račun "@source_name" sprejema samo transakcije v @source_currency. Ciljni premoženjski račun "@dest_name" sprejema samo transakcije v @dest_currency. Podati morate znesek v obeh valutah.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Search', From 9b64ba21fdd2b813e21072d1b6710e5cd2f35c19 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 3 Aug 2017 21:00:17 +0200 Subject: [PATCH 34/84] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 9d05777f1c..303d4277ae 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Pesquisa', From e5406a0ea3d0c07fa8cff2c6a5a488dc4b1150b9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 3 Aug 2017 21:00:20 +0200 Subject: [PATCH 35/84] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 91446cfdbf..6fd84ba5ba 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => '搜尋', From 4fd157b5f45980a33225ffcc226bf322321f6b80 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 3 Aug 2017 21:00:23 +0200 Subject: [PATCH 36/84] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 5c84d0831b..7dc56871a8 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -145,7 +145,6 @@ return [ 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Dane transakcji', - 'jump_back_in_time' => 'The period you selected contains no transactions. Firefly III has skipped this empty period. The dates below may divert from what you have selected.', // search 'search' => 'Szukaj', From 63170324a868173ba5eedacc1d1e9370104fac22 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 08:20:08 +0200 Subject: [PATCH 37/84] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 4536965016..56bcb9333d 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -64,7 +64,7 @@ return [ 'expense_account' => 'Conta de Despesa', 'revenue_account' => 'Conta de Receita', 'decimal_places' => 'Casas décimais', - 'exchange_rate_instruction' => 'Foreign currencies', + 'exchange_rate_instruction' => 'Moedas estrangeiras', 'exchanged_amount' => 'Exchanged amount', 'source_amount' => 'Amount (source)', 'destination_amount' => 'Amount (destination)', From 46a85295e8e19f886d0a6683d1b3ca2e69b20c8c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 08:20:11 +0200 Subject: [PATCH 38/84] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 303d4277ae..5a3e5b48a2 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -20,7 +20,7 @@ return [ 'everything' => 'Tudo', 'customRange' => 'Intervalo Personalizado', 'apply' => 'Aplicar', - 'select_date' => 'Select date..', + 'select_date' => 'Selecione a data..', 'cancel' => 'Cancelar', 'from' => 'De', 'to' => 'Até', From 9dbe24b37c15f0c6347263bfca5ee3c6facf2b48 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 08:20:13 +0200 Subject: [PATCH 39/84] New translations csv.php (Portuguese, Brazilian) --- resources/lang/pt_BR/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt_BR/csv.php b/resources/lang/pt_BR/csv.php index 9e4ab5abd7..2853590877 100644 --- a/resources/lang/pt_BR/csv.php +++ b/resources/lang/pt_BR/csv.php @@ -41,8 +41,8 @@ return [ 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', 'map_text' => 'Nas tabelas a seguir, o valor à esquerda mostra informações encontradas no seu arquivo CSV carregado. É sua tarefa mapear esse valor, se possível, para um valor já presente em seu banco de dados. O Firefly vai se ater a esse mapeamento. Se não há nenhum valor para mapear, ou não quer mapear o valor específico, não selecione nada.', 'map_field_value' => 'Field value', - 'map_field_mapped_to' => 'Mapped to', - 'map_do_not_map' => '(do not map)', + 'map_field_mapped_to' => 'Mapeado para', + 'map_do_not_map' => '(não mapear)', 'map_submit' => 'Start the import', // map things. From 4477064f177a8de4bd738ecfd8724215946ce7df Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 12:50:08 +0200 Subject: [PATCH 40/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 176f164104..5692d63986 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -131,7 +131,7 @@ return [ 'title_withdrawal_between' => 'All expenses between :start and :end', 'all_deposit' => 'All revenue', 'title_deposit_between' => 'All revenue between :start and :end', - 'all_transfers' => 'All transfers', + 'all_transfers' => 'Tous les transferts', 'title_transfers_between' => 'All transfers between :start and :end', 'all_transfer' => 'All transfers', 'all_journals_for_tag' => 'All transactions for tag ":tag"', From c67d0d59bbaf834bfd80980846adcca7aaa204b7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 13:00:08 +0200 Subject: [PATCH 41/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 54 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 5692d63986..fc5fa384fe 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -20,14 +20,14 @@ return [ 'everything' => 'Tout', 'customRange' => 'Etendue personnalisée', 'apply' => 'Appliquer', - 'select_date' => 'Select date..', + 'select_date' => 'Sélectionnez la date..', 'cancel' => 'Annuler', 'from' => 'Depuis', 'to' => 'A', 'showEverything' => 'Tout Afficher', 'never' => 'Jamais', 'search_results_for' => 'Résultats de recherche pour ":query"', - 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', + 'no_results_for_empty_search' => 'Votre recherche était vide, rien n’a été trouvé.', 'bounced_error' => 'Le message envoyé à :email a été rejeté, donc pas d\'accès pour vous.', 'deleted_error' => 'Ces informations d\'identification ne sont pas présentes dans nos données.', 'general_blocked_error' => 'Votre compte a été désactivé, vous ne pouvez plus vous connecter.', @@ -69,11 +69,11 @@ return [ 'warning_much_data' => ':days de données peuvent prendre un certain temps à charger.', 'registered' => 'Vous avez été enregistré avec succès !', 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', + 'tagadvancePayment' => 'Acompte', 'tagnothing' => '', - 'Default asset account' => 'Default asset account', + 'Default asset account' => 'Compte d’actif par défaut', 'no_budget_pointer' => 'Vous semblez n’avoir encore aucun budget. Vous devez en créer sur la page des budgets. Les budgets peuvent vous aider à garder une trace des dépenses.', - 'Savings account' => 'Savings account', + 'Savings account' => 'Compte d’épargne', 'Credit card' => 'Carte de Crédit', 'source_accounts' => 'Compte(s) source', 'destination_accounts' => 'Compte(s) de destination', @@ -92,14 +92,14 @@ return [ 'cannot_redirect_to_account' => 'Firefly III n\'est pas en mesure de vous rediriger vers la bonne page. Veuillez nous en excuser.', 'sum_of_expenses' => 'Montant des dépenses', 'sum_of_income' => 'Montant des revenus', - 'total_sum' => 'Total sum', + 'total_sum' => 'Montant total ', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', 'cannot_change_demo' => 'Vous ne pouvez pas modifier le mot de passe du compte de démonstration.', 'cannot_delete_demo' => 'Vous ne pouvez pas supprimer le compte de démonstration.', 'cannot_reset_demo_user' => 'Vous ne pouvez pas réinitialiser le mot de passe du compte démonstration', - 'per_period' => 'Per period', + 'per_period' => 'Par période', 'all_periods' => 'Toutes les périodes', 'current_period' => 'Période en cours', 'show_the_current_period_and_overview' => 'Show the current period and overview', @@ -109,33 +109,33 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Between :start and :end', - 'clone_withdrawal' => 'Clone this withdrawal', - 'clone_deposit' => 'Clone this deposit', - 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', - 'multi_select_no_selection' => 'None selected', - 'multi_select_all_selected' => 'All selected', - 'multi_select_filter_placeholder' => 'Find..', + 'budget_in_period_breadcrumb' => 'Entre :start et :end', + 'clone_withdrawal' => 'Cloner ce retrait', + 'clone_deposit' => 'Cloner ce dépôt', + 'clone_transfer' => 'Cloner ce transfert', + 'transaction_journal_other_options' => 'Autres options', + 'multi_select_no_selection' => 'Aucun selectionnez', + 'multi_select_all_selected' => 'Tous sélectionnés', + 'multi_select_filter_placeholder' => 'Rechercher..', 'between_dates_breadcrumb' => 'Entre :start et :end', 'all_journals_without_budget' => 'Toutes les transactions sans budget', 'journals_without_budget' => 'Transactions sans budget', 'all_journals_without_category' => 'Toutes les transactions sans catégorie', 'journals_without_category' => 'Transactions sans catégorie', 'all_journals_for_account' => 'Toutes les transactions pour le compte :name', - 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', - 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', - 'transferred' => 'Transferred', - 'all_withdrawal' => 'All expenses', - 'all_transactions' => 'All transactions', - 'title_withdrawal_between' => 'All expenses between :start and :end', - 'all_deposit' => 'All revenue', - 'title_deposit_between' => 'All revenue between :start and :end', + 'chart_all_journals_for_account' => 'Tableau de toutes les transactions pour le compte :name', + 'journals_in_period_for_account' => 'Toutes les transactions pour le compte :name entre :start et :end', + 'transferred' => 'Transféré', + 'all_withdrawal' => 'Toutes les dépenses', + 'all_transactions' => 'Toutes les transactions', + 'title_withdrawal_between' => 'Toutes les dépenses entre :start et :end', + 'all_deposit' => 'Toutes les recettes', + 'title_deposit_between' => 'Toutes les recettes entre :start et :end', 'all_transfers' => 'Tous les transferts', - 'title_transfers_between' => 'All transfers between :start and :end', - 'all_transfer' => 'All transfers', - 'all_journals_for_tag' => 'All transactions for tag ":tag"', - 'title_transfer_between' => 'All transfers between :start and :end', + 'title_transfers_between' => 'Tous les transferts entre :start et :end', + 'all_transfer' => 'Tous les transferts', + 'all_journals_for_tag' => 'Toutes les transactions pour le tag ":tag"', + 'title_transfer_between' => 'Tous les transferts entre :start et :end', 'all_journals_for_category' => 'All transactions for category :name', 'all_journals_for_budget' => 'All transactions for budget :name', 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', From 8f52a68526165ba0cf1366b9adf4f8bb2ef24ccc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 13:10:13 +0200 Subject: [PATCH 42/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index fc5fa384fe..e5f41c3191 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -136,7 +136,7 @@ return [ 'all_transfer' => 'Tous les transferts', 'all_journals_for_tag' => 'Toutes les transactions pour le tag ":tag"', 'title_transfer_between' => 'Tous les transferts entre :start et :end', - 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_category' => 'Toutes les transactions pour la catégorie :name', 'all_journals_for_budget' => 'All transactions for budget :name', 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', From f3687393034a6e225539ded9280c4612c15027e2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:07 +0200 Subject: [PATCH 43/84] New translations validation.php (Chinese Traditional) --- resources/lang/zh_TW/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index f1593f0b18..0cca5af228 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From 308f05101eb8e733de32c9696e21f8a3309504cb Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:09 +0200 Subject: [PATCH 44/84] New translations validation.php (Dutch) --- resources/lang/nl_NL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 7533fe6848..cda6d53edf 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Het :attribute veld bestaat niet in :other.', 'present' => 'Het :attribute veld moet aanwezig zijn.', 'amount_zero' => 'Het totaalbedrag kan niet nul zijn', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From bc1294ae61daff4389250618cd3a0a663b65ecc9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:10 +0200 Subject: [PATCH 45/84] New translations validation.php (French) --- resources/lang/fr_FR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 0991553a5d..805922498c 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Le champ :attribute n\'existe pas dans :other.', 'present' => 'Le champs :attribute doit être rempli.', 'amount_zero' => 'Le montant total ne peut pas être zéro', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From 8708fba4bcd4a423d1e9ca728086f332ab11ef62 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:12 +0200 Subject: [PATCH 46/84] New translations validation.php (Slovenian) --- resources/lang/sl_SI/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index f4760a6c28..b73aa097d2 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From 1d8e953ebc7dfe0053ae643e2e94dd88196a4ad2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:13 +0200 Subject: [PATCH 47/84] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index d2ccbc2c92..bc07de9c63 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From 0e11026b604d72af51e0916362c0aff475769943 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:14 +0200 Subject: [PATCH 48/84] New translations validation.php (Portuguese, Brazilian) --- resources/lang/pt_BR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 3e4891f349..5e3f285a69 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'O campo :attribute não existe em :other.', 'present' => 'O campo :attribute deve estar presente.', 'amount_zero' => 'A quantidade total não pode ser zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From 94c5340fbfe3efe4df13419bb609c6646095de46 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:15 +0200 Subject: [PATCH 49/84] New translations validation.php (Polish) --- resources/lang/pl_PL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 107f70fe31..65da3fa284 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Pole :attribute nie istnieje w :other.', 'present' => 'Pole :attribute musi być obecne.', 'amount_zero' => 'Całkowita kwota nie może być zerem', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From ff5506c84267f8e48094f43a7051921b84ab3ca3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:16 +0200 Subject: [PATCH 50/84] New translations validation.php (German) --- resources/lang/de_DE/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 02952cb05d..82c109644e 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => ':attribute existiert nicht in :other.', 'present' => 'Das :attribute Feld muss vorhanden sein.', 'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From aee6ea56b5ff3c7f24bc45c8798fda9cd2329156 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:24 +0200 Subject: [PATCH 51/84] New translations validation.php (Russian) --- resources/lang/ru_RU/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index a51b836d9c..85fee473b0 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file From b2ac2bd97ad768fa04d370959b6e69050e486688 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:32 +0200 Subject: [PATCH 52/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 916d8472ef..681fddb516 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Импорт данных в Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From 537bdb62dafdd21e4fa136edd09fbb85f33ddaa7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:49 +0200 Subject: [PATCH 53/84] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index e5f41c3191..88871adf76 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From c26c4ddf15aecb03e366ed1f828adc9d3760468d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:53 +0200 Subject: [PATCH 54/84] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 149f054cd6..215cda2df2 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -967,7 +967,8 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From 1c76fcd26b5d4e655e63f333f8ddd3495cdec3de Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:55 +0200 Subject: [PATCH 55/84] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index d64c84a186..2c50aa1079 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Gegevens importeren in Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welkom bij de importroutine van Firefly. Deze pagina\'s helpen je met het importeren van gegevens in Firefly III. Bekijk ook de help-pagina\'s via het icoontje in de rechterbovenhoek.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Selecteer je bestand', 'import_index_config' => 'Als je eerder gegevens hebt geïmporteerd in Firefly III, heb je wellicht een configuratiebestand, dat een aantal zaken alvast voor je kan instellen. Voor bepaalde banken hebben andere gebruikers uit de liefde van hun hart het benodigde configuratiebestand gedeeld.', 'import_index_type' => 'Selecteer het type bestand dat je zal uploaden', From 90d73228f364b885e0143264d7093aad4c204287 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:59 +0200 Subject: [PATCH 56/84] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 6fd84ba5ba..3d4d108d44 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From da56363ef9905cfe1a1a758d8a1753be8e0484a9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:11:02 +0200 Subject: [PATCH 57/84] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 7dc56871a8..ab5ead5ebd 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Indeks', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Wybierz swój plik', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From 2be6fb329e33f8b70f5ec321a47f4e1dcedaec2f Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:11:05 +0200 Subject: [PATCH 58/84] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 5a3e5b48a2..ab96109fa9 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From d36c96fba9b803850520194882535a851ad617ae Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:11:10 +0200 Subject: [PATCH 59/84] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 15f7859e26..776fa5d01f 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From 858925b8c84209779012f6ff5ed774a54dacd3bd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:11:13 +0200 Subject: [PATCH 60/84] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 704148266a..213a95fd85 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -966,7 +966,8 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Select your file', 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', From 36f9ded08e60224d4f26575cce932a2b229e9bbf Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 01:00:05 +0200 Subject: [PATCH 61/84] New translations breadcrumbs.php (Russian) --- resources/lang/ru_RU/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/breadcrumbs.php b/resources/lang/ru_RU/breadcrumbs.php index 22c5d21b8e..ccbdda58d2 100644 --- a/resources/lang/ru_RU/breadcrumbs.php +++ b/resources/lang/ru_RU/breadcrumbs.php @@ -24,7 +24,7 @@ return [ 'edit_bill' => 'Редактирование счёта к оплате ":name"', 'delete_bill' => 'Удаление счёта к оплате ":name"', 'reports' => 'Отчёты', - 'search_result' => 'Search results for ":query"', + 'search_result' => 'Результаты поиска для ":query"', 'withdrawal_list' => 'Мои расходы', 'deposit_list' => 'Мои доходы', 'transfer_list' => 'Переводы', From 417373ba7024489d2bb0e051fa7fe8675cb46122 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 01:00:06 +0200 Subject: [PATCH 62/84] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index c25d3120aa..5e7bc9356b 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -62,12 +62,12 @@ return [ 'returnHereUpdateExplanation' => 'After updating, return here.', 'description' => 'Description', 'expense_account' => 'Expense account', - 'revenue_account' => 'Revenue account', - 'decimal_places' => 'Decimal places', - 'exchange_rate_instruction' => 'Foreign currencies', - 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', + 'revenue_account' => 'Доходный счет', + 'decimal_places' => 'Количество цифр после точки', + 'exchange_rate_instruction' => 'Иностранные валюты', + 'exchanged_amount' => 'Сумма обмена', + 'source_amount' => 'Сумма (источник)', + 'destination_amount' => 'Сумма (назначение)', 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', @@ -93,10 +93,10 @@ return [ 'targetdate' => 'Target date', 'tag' => 'Tag', 'under' => 'Under', - 'symbol' => 'Symbol', - 'code' => 'Code', + 'symbol' => 'Символ', + 'code' => 'Код', 'iban' => 'IBAN', - 'accountNumber' => 'Account number', + 'accountNumber' => 'Номер счета', 'has_headers' => 'Headers', 'date_format' => 'Date format', 'specifix' => 'Bank- or file specific fixes', From e4ebeefa61fe519279ce4cf8829c25fe2c10595f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 01:00:09 +0200 Subject: [PATCH 63/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 66 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 681fddb516..2693499971 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -17,20 +17,20 @@ return [ 'edit' => 'Изменить', 'delete' => 'Удалить', 'welcomeBack' => 'Что происходит с моими финансами?', - 'everything' => 'Everything', - 'customRange' => 'Custom range', + 'everything' => 'Всё', + 'customRange' => 'Другой интервал', 'apply' => 'Применить', 'select_date' => 'Выбрать дату...', 'cancel' => 'Отмена', - 'from' => 'From', - 'to' => 'To', + 'from' => 'От', + 'to' => 'Куда', 'showEverything' => 'Показать всё', 'never' => 'Никогда', - 'search_results_for' => 'Search results for ":query"', - 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', - 'bounced_error' => 'The message sent to :email bounced, so no access for you.', - 'deleted_error' => 'These credentials do not match our records.', - 'general_blocked_error' => 'Your account has been disabled, so you cannot login.', + 'search_results_for' => 'Результаты поиска по запросу ":query"', + 'no_results_for_empty_search' => 'Результатов не найдено.', + 'bounced_error' => 'Сообщение, отправленное на :email было "отбито", доступ запрещен.', + 'deleted_error' => 'Введенные вами данные не найдены в нашей базе.', + 'general_blocked_error' => 'Ваш аккаунт был отключен, так что вы не можете войти.', 'expired_error' => 'Your account has expired, and can no longer be used.', 'removed_amount' => 'Removed :amount', 'added_amount' => 'Added :amount', @@ -74,11 +74,11 @@ return [ 'Default asset account' => 'Счёт по умолчанию', 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', 'Savings account' => 'Savings account', - 'Credit card' => 'Credit card', - 'source_accounts' => 'Source account(s)', - 'destination_accounts' => 'Destination account(s)', + 'Credit card' => 'Кредитная карта', + 'source_accounts' => 'Исходный счет(а)', + 'destination_accounts' => 'Счет(а) назначения', 'user_id_is' => 'Ваш id пользователя :user', - 'field_supports_markdown' => 'This field supports Markdown.', + 'field_supports_markdown' => 'Это поле поддерживает Markdown.', 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', @@ -96,13 +96,13 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', - 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', - 'per_period' => 'Per period', - 'all_periods' => 'All periods', - 'current_period' => 'Current period', - 'show_the_current_period_and_overview' => 'Show the current period and overview', + 'cannot_change_demo' => 'Невозможно сменить пароль демонстрационной учетной записи.', + 'cannot_delete_demo' => 'Вы не можете удалить демонстрационную учетную запись.', + 'cannot_reset_demo_user' => 'Невозможно сбросить пароль демонстрационной учетной записи', + 'per_period' => 'За период', + 'all_periods' => 'Все периоды', + 'current_period' => 'Текущий период', + 'show_the_current_period_and_overview' => 'Показать текущий период и обзор', 'pref_languages_locale' => 'Для корректной работы с языками, отличными от английского, ваша операционная система должна отдавать корректную информацию о локали. Если это не так, валюты, даты и суммы могут отображаться некорректно.', 'budget_in_period' => 'All transactions for budget ":name" between :start and :end', 'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end', @@ -112,11 +112,11 @@ return [ 'budget_in_period_breadcrumb' => 'Между :start и :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', - 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', - 'multi_select_no_selection' => 'None selected', - 'multi_select_all_selected' => 'All selected', - 'multi_select_filter_placeholder' => 'Find..', + 'clone_transfer' => 'Клонировать этот трансфер', + 'transaction_journal_other_options' => 'Другие параметры', + 'multi_select_no_selection' => 'Ничего не выбрано', + 'multi_select_all_selected' => 'Все выбранные', + 'multi_select_filter_placeholder' => 'Поиск..', 'between_dates_breadcrumb' => 'Между :start и :end', 'all_journals_without_budget' => 'All transactions without a budget', 'journals_without_budget' => 'Transactions without a budget', @@ -147,10 +147,10 @@ return [ 'transaction_data' => 'Transaction data', // search - 'search' => 'Search', - 'search_found_transactions' => 'Number of transactions found:', - 'general_search_error' => 'An error occured while searching. Please check the log files for more information.', - 'search_box' => 'Search', + 'search' => 'Поиск', + 'search_found_transactions' => 'Количество транзакций найдено:', + 'general_search_error' => 'Произошла ошибка при поиске. Пожалуйста, проверьте файлы журнала для получения дополнительной информации.', + 'search_box' => 'Поиск', 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', 'search_error' => 'Error while searching', 'search_searching' => 'Searching ...', @@ -756,8 +756,8 @@ return [ 'report_included_accounts' => 'Included accounts', 'report_date_range' => 'Date range', 'report_preset_ranges' => 'Pre-set ranges', - 'shared' => 'Shared', - 'fiscal_year' => 'Fiscal year', + 'shared' => 'Общие', + 'fiscal_year' => 'Фискальный год', 'income_entry' => 'Income from account ":name" between :start and :end', 'expense_entry' => 'Expenses to account ":name" between :start and :end', 'category_entry' => 'Expenses in category ":name" between :start and :end', @@ -765,9 +765,9 @@ return [ 'balance_amount' => 'Expenses in budget ":budget" paid from account ":account" between :start and :end', 'no_audit_activity' => 'No activity was recorded on account :account_name between :start and :end.', 'audit_end_balance' => 'Account balance of :account_name at the end of :end was: :balance', - 'reports_extra_options' => 'Extra options', + 'reports_extra_options' => 'Дополнительные опции', 'report_has_no_extra_options' => 'This report has no extra options', - 'reports_submit' => 'View report', + 'reports_submit' => 'Просмотреть отчет', 'end_after_start_date' => 'End date of report must be after start date.', 'select_category' => 'Select category(ies)', 'select_budget' => 'Select budget(s).', From ae72187aed96e11fb5fe583955c0f8d9d903f837 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 01:10:05 +0200 Subject: [PATCH 64/84] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index 5e7bc9356b..40aca9eb5f 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -70,35 +70,35 @@ return [ 'destination_amount' => 'Сумма (назначение)', 'native_amount' => 'Native amount', - 'revenue_account_source' => 'Revenue account (source)', + 'revenue_account_source' => 'Доходный счет (источник)', 'source_account_asset' => 'Source account (asset account)', 'destination_account_expense' => 'Destination account (expense account)', 'destination_account_asset' => 'Destination account (asset account)', 'source_account_revenue' => 'Source account (revenue account)', - 'type' => 'Type', + 'type' => 'Тип', 'convert_Withdrawal' => 'Convert withdrawal', 'convert_Deposit' => 'Convert deposit', 'convert_Transfer' => 'Convert transfer', - 'amount' => 'Amount', - 'date' => 'Date', + 'amount' => 'Сумма', + 'date' => 'Дата', 'interest_date' => 'Interest date', 'book_date' => 'Book date', 'process_date' => 'Processing date', 'category' => 'Category', 'tags' => 'Tags', 'deletePermanently' => 'Delete permanently', - 'cancel' => 'Cancel', - 'targetdate' => 'Target date', - 'tag' => 'Tag', + 'cancel' => 'Отмена', + 'targetdate' => 'Намеченная дата', + 'tag' => 'Тег', 'under' => 'Under', 'symbol' => 'Символ', 'code' => 'Код', 'iban' => 'IBAN', 'accountNumber' => 'Номер счета', - 'has_headers' => 'Headers', - 'date_format' => 'Date format', + 'has_headers' => 'Заголовки', + 'date_format' => 'Формат даты', 'specifix' => 'Bank- or file specific fixes', 'attachments[]' => 'Attachments', 'store_new_withdrawal' => 'Store new withdrawal', @@ -108,13 +108,13 @@ return [ 'add_new_deposit' => 'Add a new deposit', 'add_new_transfer' => 'Add a new transfer', 'noPiggybank' => '(no piggy bank)', - 'title' => 'Title', - 'notes' => 'Notes', - 'filename' => 'File name', - 'mime' => 'Mime type', - 'size' => 'Size', - 'trigger' => 'Trigger', - 'stop_processing' => 'Stop processing', + 'title' => 'Заголовок', + 'notes' => 'Заметки', + 'filename' => 'Имя файла', + 'mime' => 'Тип Mime', + 'size' => 'Размер', + 'trigger' => 'Триггер', + 'stop_processing' => 'Остановить обработку', 'start_date' => 'Start of range', 'end_date' => 'End of range', 'export_start_range' => 'Start of export range', From e904a38735e855bef0ab841b40f8815d6a2dcfd6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 01:10:08 +0200 Subject: [PATCH 65/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 2693499971..59c1d79ca2 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -32,19 +32,19 @@ return [ 'deleted_error' => 'Введенные вами данные не найдены в нашей базе.', 'general_blocked_error' => 'Ваш аккаунт был отключен, так что вы не можете войти.', 'expired_error' => 'Your account has expired, and can no longer be used.', - 'removed_amount' => 'Removed :amount', - 'added_amount' => 'Added :amount', + 'removed_amount' => 'Снято :amount', + 'added_amount' => 'Добавлено :amount', 'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.', 'Opening balance' => 'Opening balance', 'create_new_stuff' => 'Create new stuff', - 'new_withdrawal' => 'New withdrawal', - 'new_deposit' => 'New deposit', - 'new_transfer' => 'New transfer', - 'new_asset_account' => 'New asset account', - 'new_expense_account' => 'New expense account', - 'new_revenue_account' => 'New revenue account', - 'new_budget' => 'New budget', - 'new_bill' => 'New bill', + 'new_withdrawal' => 'Новый вывод', + 'new_deposit' => 'Новый доход', + 'new_transfer' => 'Новый перевод', + 'new_asset_account' => 'Новый счет активов', + 'new_expense_account' => 'Новый расходный счет', + 'new_revenue_account' => 'Новый доходный счет', + 'new_budget' => 'Новый бюджет', + 'new_bill' => 'Новый счет', 'block_account_logout' => 'You have been logged out. Blocked accounts cannot use this site. Did you register with a valid email address?', 'flash_success' => 'Успешно!', 'flash_info' => 'Сообщение', @@ -55,7 +55,7 @@ return [ 'net_worth' => 'Net worth', 'route_has_no_help' => 'There is no help for this route.', 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', - 'two_factor_welcome' => 'Hello, :user!', + 'two_factor_welcome' => 'Привет, :user!', 'two_factor_enter_code' => 'To continue, please enter your two factor authentication code. Your application can generate it for you.', 'two_factor_code_here' => 'Enter code here', 'two_factor_title' => 'Two factor authentication', From 97b62fce79514a020527d200550c45d086262291 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Aug 2017 02:00:07 +0200 Subject: [PATCH 66/84] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 59c1d79ca2..5d7f0e4621 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -35,7 +35,7 @@ return [ 'removed_amount' => 'Снято :amount', 'added_amount' => 'Добавлено :amount', 'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.', - 'Opening balance' => 'Opening balance', + 'Opening balance' => 'Баланс на момент открытия', 'create_new_stuff' => 'Create new stuff', 'new_withdrawal' => 'Новый вывод', 'new_deposit' => 'Новый доход', @@ -69,11 +69,11 @@ return [ 'warning_much_data' => ':days days of data may take a while to load.', 'registered' => 'You have registered successfully!', 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', + 'tagadvancePayment' => 'Авансовый платеж', 'tagnothing' => '', 'Default asset account' => 'Счёт по умолчанию', 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', - 'Savings account' => 'Savings account', + 'Savings account' => 'Сберегательный счет', 'Credit card' => 'Кредитная карта', 'source_accounts' => 'Исходный счет(а)', 'destination_accounts' => 'Счет(а) назначения', @@ -84,15 +84,15 @@ return [ 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Показать все транзакции без группировки по датам.', - 'expenses_by_category' => 'Expenses by category', - 'expenses_by_budget' => 'Expenses by budget', - 'income_by_category' => 'Income by category', + 'expenses_by_category' => 'Расходы по категориям', + 'expenses_by_budget' => 'Расходы по бюджетам', + 'income_by_category' => 'Доход по категориям', 'expenses_by_asset_account' => 'Expenses by asset account', 'expenses_by_expense_account' => 'Expenses by expense account', 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', - 'sum_of_expenses' => 'Sum of expenses', - 'sum_of_income' => 'Sum of income', - 'total_sum' => 'Total sum', + 'sum_of_expenses' => 'Сумма расходов', + 'sum_of_income' => 'Сумма дохода', + 'total_sum' => 'Итого', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', @@ -125,7 +125,7 @@ return [ 'all_journals_for_account' => 'All transactions for account :name', 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', - 'transferred' => 'Transferred', + 'transferred' => 'Переведено', 'all_withdrawal' => 'All expenses', 'all_transactions' => 'All transactions', 'title_withdrawal_between' => 'All expenses between :start and :end', @@ -144,7 +144,7 @@ return [ 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', - 'transaction_data' => 'Transaction data', + 'transaction_data' => 'Данные транзакции', // search 'search' => 'Поиск', @@ -184,7 +184,7 @@ return [ 'export_format_mt940' => 'MT940 compatible format', 'export_included_accounts' => 'Export transactions from these accounts', 'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.', - 'do_export' => 'Export', + 'do_export' => 'Экспорт', 'export_status_never_started' => 'The export has not started yet', 'export_status_make_exporter' => 'Creating exporter thing...', 'export_status_collecting_journals' => 'Collecting your transactions...', @@ -202,7 +202,7 @@ return [ 'export_status_creating_zip_file' => 'Creating a zip file...', 'export_status_created_zip_file' => 'Created a zip file!', 'export_status_finished' => 'Export has succesfully finished! Yay!', - 'export_data_please_wait' => 'Please wait...', + 'export_data_please_wait' => 'Подождите пожалуйста...', 'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.', // rules From 439b2589f9b1da8d49fcd88fa27428beb4498db6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:24 +0200 Subject: [PATCH 67/84] New translations intro.php (Chinese Traditional) --- resources/lang/zh_TW/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/intro.php b/resources/lang/zh_TW/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/zh_TW/intro.php +++ b/resources/lang/zh_TW/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 7ce88912465c6a7da5129b641672c4e38cbb52dd Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:25 +0200 Subject: [PATCH 68/84] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 817e059230ea29cf20b1936a9507d01ae6b22ac6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:27 +0200 Subject: [PATCH 69/84] New translations intro.php (French) --- resources/lang/fr_FR/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/intro.php b/resources/lang/fr_FR/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/fr_FR/intro.php +++ b/resources/lang/fr_FR/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 085892a4c880027243f1fcaa710f9d955b26061c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:28 +0200 Subject: [PATCH 70/84] New translations intro.php (German) --- resources/lang/de_DE/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/intro.php b/resources/lang/de_DE/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/de_DE/intro.php +++ b/resources/lang/de_DE/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 3313e66fc21d40c76ff5688b3c61a58d0e56aa00 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:30 +0200 Subject: [PATCH 71/84] New translations intro.php (Slovenian) --- resources/lang/sl_SI/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/sl_SI/intro.php b/resources/lang/sl_SI/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/sl_SI/intro.php +++ b/resources/lang/sl_SI/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From d909bb1b2565f7244c21665f8e8bc96d84541f1e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:31 +0200 Subject: [PATCH 72/84] New translations intro.php (Spanish) --- resources/lang/es_ES/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/intro.php b/resources/lang/es_ES/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/es_ES/intro.php +++ b/resources/lang/es_ES/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 48cbffba14edc2403ff08a73a8e77a79c0c78c48 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:32 +0200 Subject: [PATCH 73/84] New translations intro.php (Russian) --- resources/lang/ru_RU/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/intro.php b/resources/lang/ru_RU/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/ru_RU/intro.php +++ b/resources/lang/ru_RU/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From cc142b2ba1a52ec4b23184e4cc5f3585d0298992 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:33 +0200 Subject: [PATCH 74/84] New translations intro.php (Portuguese, Brazilian) --- resources/lang/pt_BR/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/intro.php b/resources/lang/pt_BR/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/pt_BR/intro.php +++ b/resources/lang/pt_BR/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From 1678eba9ccb3ac96def9843dc66db7b259ab6987 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:10:35 +0200 Subject: [PATCH 75/84] New translations intro.php (Polish) --- resources/lang/pl_PL/intro.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/intro.php b/resources/lang/pl_PL/intro.php index 7fb42114a8..e3c6739e9a 100644 --- a/resources/lang/pl_PL/intro.php +++ b/resources/lang/pl_PL/intro.php @@ -111,6 +111,7 @@ return [ 'preferences_index_tabs' => 'More options are available behind these tabs.', // currencies + 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', // create currency From e504d3cc35e3e8d550bc47f4dc30ef59dda08493 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:28 +0200 Subject: [PATCH 76/84] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index 40aca9eb5f..1584ae87ed 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'Asset account (source)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'From account', 'account_to_id' => 'To account', 'source_account' => 'Source account', From 919cb5d1f2e62a11e23645793351faea9852deb9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:39 +0200 Subject: [PATCH 77/84] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 20be49e75a..76702442ee 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'Asset account (source)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'From account', 'account_to_id' => 'To account', 'source_account' => 'Source account', From b5d659c13c625b50ee3236db83f7c59fdd822c6e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:40 +0200 Subject: [PATCH 78/84] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 56bcb9333d..d03f5ac8e6 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Conta de receita (fonte)', 'journal_source_account_id' => 'Conta de ativo (fonte)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'da conta', 'account_to_id' => 'para conta', 'source_account' => 'Conta de origem', From ac6b4db0f8c682d300537ae7a592b49468273d99 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:41 +0200 Subject: [PATCH 79/84] New translations form.php (Slovenian) --- resources/lang/sl_SI/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index 4c24c5c20b..a405643995 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'premoženjski račun (vir)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'From account', 'account_to_id' => 'To account', 'source_account' => 'Source account', From ed7a0a2b9d174ba1bb26d9bdb5732e046ab039c8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:45 +0200 Subject: [PATCH 80/84] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index ddf76bd3a8..054af71fb4 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Konto przychodów (źródło)', 'journal_source_account_id' => 'Konto aktywów (źródło)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'Z konta', 'account_to_id' => 'Na konto', 'source_account' => 'Konto źródłowe', From dea7f7d5d695f7e6d619d000787260dc378f7e3a Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:46 +0200 Subject: [PATCH 81/84] New translations form.php (German) --- resources/lang/de_DE/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 71d3c09168..bb484d2e73 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Kreditor (Quelle)', 'journal_source_account_id' => 'Girokonto (Quelle)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'Vom Konto', 'account_to_id' => 'Auf Konto', 'source_account' => 'Quellkonto', From f7ba05f4651fec81b14edee01a837a88edad9c2f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:58 +0200 Subject: [PATCH 82/84] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index bed5859214..fbf1117882 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Debiteur (bron)', 'journal_source_account_id' => 'Betaalrekening (bron)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'Van account', 'account_to_id' => 'Naar account', 'source_account' => 'Bronrekening', From c3908450a09fd7ccd9ae635f74a2980c19db520c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:40:59 +0200 Subject: [PATCH 83/84] New translations form.php (French) --- resources/lang/fr_FR/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index c649240ef4..405d6a5f9c 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => 'Compte de recettes (source)', 'journal_source_account_id' => 'Compte d’actif (source)', 'BIC' => 'Code BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => 'Compte d\'origine', 'account_to_id' => 'Compte de destination', 'source_account' => 'Compte d\'origine', From 726270f8bc67b980c2d4633835dbd268d821db1f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Aug 2017 16:41:01 +0200 Subject: [PATCH 84/84] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index bd66c25928..597e17f5eb 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -32,6 +32,7 @@ return [ 'journal_source_account_name' => '收入帳戶 (源頭)', 'journal_source_account_id' => '資產帳戶 (源頭)', 'BIC' => 'BIC', + 'verify_password' => 'Verify password security', 'account_from_id' => '從帳戶', 'account_to_id' => '到帳戶', 'source_account' => '來源帳戶',