diff --git a/resources/lang/de_DE/config.php b/resources/lang/de_DE/config.php index c3ea682c45..c522918cb9 100644 --- a/resources/lang/de_DE/config.php +++ b/resources/lang/de_DE/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e. %B %Y', - 'date_time' => '%e %B %Y, @ %T', - 'specific_day' => '%e. %B %Y', - 'week_in_year' => 'Woche %W, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e. %B %Y', + 'date_time' => '%e %B %Y, @ %T', + 'specific_day' => '%e. %B %Y', + 'week_in_year' => 'Woche %W, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/de_DE/import.php b/resources/lang/de_DE/import.php index c9f282190e..76de95c13f 100644 --- a/resources/lang/de_DE/import.php +++ b/resources/lang/de_DE/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Zugeordnet zu', 'map_do_not_map' => '(keine Zuordnung)', 'file_map_submit' => 'Starte den Import', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(diese Spalte ignorieren)', diff --git a/resources/lang/en_US/config.php b/resources/lang/en_US/config.php index e41b1d60fb..d3a8d6d114 100644 --- a/resources/lang/en_US/config.php +++ b/resources/lang/en_US/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%B %e, %Y', - 'date_time' => '%B %e, %Y, @ %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => 'Week %W, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%B %e, %Y', + 'date_time' => '%B %e, %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Week %W, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index ef0316f7af..636fd3e846 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -103,7 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Mapped to', 'map_do_not_map' => '(do not map)', 'file_map_submit' => 'Start the import', - 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(ignore this column)', diff --git a/resources/lang/es_ES/auth.php b/resources/lang/es_ES/auth.php deleted file mode 100644 index 0174bb37e5..0000000000 --- a/resources/lang/es_ES/auth.php +++ /dev/null @@ -1,37 +0,0 @@ -. - */ -declare(strict_types=1); - -return [ - /* - |-------------------------------------------------------------------------- - | Authentication Language Lines - |-------------------------------------------------------------------------- - | - | The following language lines are used during authentication for various - | messages that we need to display to the user. You are free to modify - | these language lines according to your application's requirements. - | - */ - - 'failed' => 'Las credenciales no coinciden con los registros.', - 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor reintente en :seconds segundos.', -]; diff --git a/resources/lang/fr_FR/config.php b/resources/lang/fr_FR/config.php index 80add95912..6d11dc4bad 100644 --- a/resources/lang/fr_FR/config.php +++ b/resources/lang/fr_FR/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'fr, French, fr_FR, fr_FR.utf8, fr_FR.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e %B %Y', - 'date_time' => '%B %e %Y @ %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => 'Semaine %W %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'fr, French, fr_FR, fr_FR.utf8, fr_FR.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e %B %Y', + 'date_time' => '%B %e %Y @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Semaine %W %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/fr_FR/import.php b/resources/lang/fr_FR/import.php index 9f933addf7..a8c06a5e26 100644 --- a/resources/lang/fr_FR/import.php +++ b/resources/lang/fr_FR/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Mappé à', 'map_do_not_map' => '(ne pas mapper)', 'file_map_submit' => 'Démarrez l\'importation', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(ignorer cette colonne)', diff --git a/resources/lang/id_ID/config.php b/resources/lang/id_ID/config.php index 4b966ecc7c..e83657ebbd 100644 --- a/resources/lang/id_ID/config.php +++ b/resources/lang/id_ID/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e %B %Y', - 'date_time' => '%e %B %Y, @ %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => 'Minggu %W, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e %B %Y', + 'date_time' => '%e %B %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Minggu %W, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 306be4f209..3d805e4572 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -141,6 +141,16 @@ return [ 'invalid_server_configuration' => 'Konfigurasi server tidak valid', 'invalid_locale_settings' => 'Firefly III tidak dapat memformat jumlah uang karena server Anda kehilangan paket yang dibutuhkan. Ada instructions bagaimana melakukan ini.', 'quickswitch' => 'Quickswitch', + 'sign_in_to_start' => 'Sign in to start your session', + 'sign_in' => 'Sign in', + 'register_new_account' => 'Register a new account', + 'forgot_my_password' => 'I forgot my password', + 'problems_with_input' => 'There were some problems with your input.', + 'reset_password' => 'Reset your password', + 'button_reset_password' => 'Reset password', + 'reset_button' => 'Reset', + 'want_to_login' => 'I want to login', + 'button_register' => 'Register', // check for updates: 'update_check_title' => 'Check for updates', @@ -613,6 +623,7 @@ return [ 'bill_will_automatch' => 'Tagihan akan secara otomatis terhubung ke transaksi yang sesuai', 'skips_over' => 'melompati', + // accounts: 'details_for_asset' => 'Rincian akun aset ":name"', 'details_for_expense' => 'Rincian untuk akun biaya ":name"', diff --git a/resources/lang/id_ID/form.php b/resources/lang/id_ID/form.php index ffccb90c16..e81300934a 100644 --- a/resources/lang/id_ID/form.php +++ b/resources/lang/id_ID/form.php @@ -78,6 +78,7 @@ return [ 'new_email_address' => 'Alamat email baru', 'verification' => 'Verifikasi', 'api_key' => 'Kunci API', + 'remember_me' => 'Remember me', 'source_account_asset' => 'Akun sumber (akun aset)', 'destination_account_expense' => 'Akun tujuan (akun pengeluaran)', diff --git a/resources/lang/id_ID/import.php b/resources/lang/id_ID/import.php index d231eec60a..5d9f6a3156 100644 --- a/resources/lang/id_ID/import.php +++ b/resources/lang/id_ID/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Dipetakan ke', 'map_do_not_map' => '(jangan memetakan)', 'file_map_submit' => 'Mulai impor', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(abaikan kolom ini)', diff --git a/resources/lang/nl_NL/config.php b/resources/lang/nl_NL/config.php index e473cc88d8..0379439ef2 100644 --- a/resources/lang/nl_NL/config.php +++ b/resources/lang/nl_NL/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8, nl_NL.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e %B %Y', - 'date_time' => '%e %B %Y, @ %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => 'week %W, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8, nl_NL.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e %B %Y', + 'date_time' => '%e %B %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'week %W, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 795004f992..c996652422 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -141,16 +141,16 @@ return [ 'invalid_server_configuration' => 'Ongeldige serverconfiguratie', 'invalid_locale_settings' => 'Firefly III kan geldbedragen niet goed weergeven omdat je server de vereiste software mist. Er zijn instructies hoe dit te doen.', 'quickswitch' => 'Quickswitch', - 'sign_in_to_start' => 'Sign in to start your session', - 'sign_in' => 'Sign in', - 'register_new_account' => 'Register a new account', - 'forgot_my_password' => 'I forgot my password', - 'problems_with_input' => 'There were some problems with your input.', - 'reset_password' => 'Reset your password', - 'button_reset_password' => 'Reset password', + 'sign_in_to_start' => 'Login om te beginnen', + 'sign_in' => 'Inloggen', + 'register_new_account' => 'Registreer een nieuw account', + 'forgot_my_password' => 'Ik ben mijn wachtwoord vergeten', + 'problems_with_input' => 'Er zijn wat problemen met je input.', + 'reset_password' => 'Je wachtwoord resetten', + 'button_reset_password' => 'Reset wachtwoord', 'reset_button' => 'Reset', - 'want_to_login' => 'I want to login', - 'button_register' => 'Register', + 'want_to_login' => 'Ik wil inloggen', + 'button_register' => 'Registreren', // check for updates: 'update_check_title' => 'Op updates controleren', diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index a94710e261..39a3771efb 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -78,7 +78,7 @@ return [ 'new_email_address' => 'Nieuw emailadres', 'verification' => 'Verificatie', 'api_key' => 'API sleutel', - 'remember_me' => 'Remember me', + 'remember_me' => 'Aangemeld blijven', 'source_account_asset' => 'Bronrekening (betaalrekening)', 'destination_account_expense' => 'Doelrekening (crediteur)', diff --git a/resources/lang/nl_NL/import.php b/resources/lang/nl_NL/import.php index 3e35459647..3459e79ee4 100644 --- a/resources/lang/nl_NL/import.php +++ b/resources/lang/nl_NL/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Gelinkt aan', 'map_do_not_map' => '(niet linken)', 'file_map_submit' => 'Start importeren', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(negeer deze kolom)', diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index 2591be728d..aaf451e1ca 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e %B %Y', - 'date_time' => '%e %B %Y o %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => 'Tydzień %W, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e %B %Y', + 'date_time' => '%e %B %Y o %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Tydzień %W, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/pl_PL/import.php b/resources/lang/pl_PL/import.php index 936b20c23f..9cda8d3a87 100644 --- a/resources/lang/pl_PL/import.php +++ b/resources/lang/pl_PL/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Zmapowane do', 'map_do_not_map' => '(nie mapuj)', 'file_map_submit' => 'Rozpocznij import', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(zignoruj tę kolumnę)', diff --git a/resources/lang/tr_TR/config.php b/resources/lang/tr_TR/config.php index 086fd1a53e..4f2ceb7fc1 100644 --- a/resources/lang/tr_TR/config.php +++ b/resources/lang/tr_TR/config.php @@ -21,12 +21,12 @@ declare(strict_types=1); return [ - 'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.S.UTF-8', - 'month' => '%B %Y', - 'month_and_day' => '%e %B %Y', - 'date_time' => '%e %B %Y, @ %T', - 'specific_day' => '%e %B %Y', - 'week_in_year' => '%W. hafta, %Y', - 'year' => '%Y', - 'half_year' => '%B %Y', + 'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.S.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%e %B %Y', + 'date_time' => '%e %B %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => '%W. hafta, %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', ]; diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index a6bf3f3151..dc97088fbb 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -141,6 +141,16 @@ return [ 'invalid_server_configuration' => 'Geçersiz sunucu yapılandırması', 'invalid_locale_settings' => 'Firefly III parasal tutarları biçimlendiremiyor çünkü gerekli paketler sunucunuzda yok. Bunun nasıl yapıldığıyla ilgili talimatlar var.', 'quickswitch' => 'Hızlı anahtar', + 'sign_in_to_start' => 'Sign in to start your session', + 'sign_in' => 'Sign in', + 'register_new_account' => 'Register a new account', + 'forgot_my_password' => 'I forgot my password', + 'problems_with_input' => 'There were some problems with your input.', + 'reset_password' => 'Reset your password', + 'button_reset_password' => 'Reset password', + 'reset_button' => 'Reset', + 'want_to_login' => 'I want to login', + 'button_register' => 'Register', // check for updates: 'update_check_title' => 'Check for updates', @@ -614,6 +624,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', 'bill_will_automatch' => 'Fatura uygun işlemlere otomatik olarak bağlandı', 'skips_over' => 'atla', + // accounts: 'details_for_asset' => '":name" Varlık hesabı ayrıntıları', 'details_for_expense' => '":name" Harcama hesabı ayrıntıları', diff --git a/resources/lang/tr_TR/form.php b/resources/lang/tr_TR/form.php index 754c1e1498..ff90c476bd 100644 --- a/resources/lang/tr_TR/form.php +++ b/resources/lang/tr_TR/form.php @@ -78,6 +78,7 @@ return [ 'new_email_address' => 'Yeni e-posta adresi', 'verification' => 'Doğrulama', 'api_key' => 'API anahtarı', + 'remember_me' => 'Remember me', 'source_account_asset' => 'Kaynak Hesabı (varlık hesabı)', 'destination_account_expense' => 'Hedef Hesap (gider hesabı)', diff --git a/resources/lang/tr_TR/import.php b/resources/lang/tr_TR/import.php index 48cbb2c758..6d19e9680e 100644 --- a/resources/lang/tr_TR/import.php +++ b/resources/lang/tr_TR/import.php @@ -103,6 +103,7 @@ return [ 'file_map_field_mapped_to' => 'Eşleşti', 'map_do_not_map' => '(eşleştirme)', 'file_map_submit' => 'İçe aktarmaya başla', + 'file_nothing_to_map' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.', // map things. 'column__ignore' => '(bu sütünu yok say)',