Updated language files [skip ci]

This commit is contained in:
James Cole
2018-01-04 10:31:49 +01:00
parent 2b4a3d463b
commit bc879a3872
21 changed files with 97 additions and 104 deletions

View File

@@ -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',
];

View File

@@ -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)',

View File

@@ -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',
];

View File

@@ -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)',

View File

@@ -1,37 +0,0 @@
<?php
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
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.',
];

View File

@@ -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',
];

View File

@@ -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)',

View File

@@ -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',
];

View File

@@ -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 <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions bagaimana melakukan ini</a>.',
'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"',

View File

@@ -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)',

View File

@@ -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)',

View File

@@ -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',
];

View File

@@ -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 <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructies hoe dit te doen</a>.',
'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',

View File

@@ -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)',

View File

@@ -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)',

View File

@@ -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',
];

View File

@@ -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ę)',

View File

@@ -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',
];

View File

@@ -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. <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">Bunun nasıl yapıldığıyla ilgili talimatlar</a> 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ı',

View File

@@ -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ı)',

View File

@@ -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)',