mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Updated language files [skip ci]
This commit is contained in:
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Zugeordnet zu',
|
'file_map_field_mapped_to' => 'Zugeordnet zu',
|
||||||
'map_do_not_map' => '(keine Zuordnung)',
|
'map_do_not_map' => '(keine Zuordnung)',
|
||||||
'file_map_submit' => 'Starte den Import',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(diese Spalte ignorieren)',
|
'column__ignore' => '(diese Spalte ignorieren)',
|
||||||
|
@@ -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.',
|
|
||||||
];
|
|
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Mappé à',
|
'file_map_field_mapped_to' => 'Mappé à',
|
||||||
'map_do_not_map' => '(ne pas mapper)',
|
'map_do_not_map' => '(ne pas mapper)',
|
||||||
'file_map_submit' => 'Démarrez l\'importation',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(ignorer cette colonne)',
|
'column__ignore' => '(ignorer cette colonne)',
|
||||||
|
@@ -141,6 +141,16 @@ return [
|
|||||||
'invalid_server_configuration' => 'Konfigurasi server tidak valid',
|
'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>.',
|
'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',
|
'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:
|
// check for updates:
|
||||||
'update_check_title' => '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',
|
'bill_will_automatch' => 'Tagihan akan secara otomatis terhubung ke transaksi yang sesuai',
|
||||||
'skips_over' => 'melompati',
|
'skips_over' => 'melompati',
|
||||||
|
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
'details_for_asset' => 'Rincian akun aset ":name"',
|
'details_for_asset' => 'Rincian akun aset ":name"',
|
||||||
'details_for_expense' => 'Rincian untuk akun biaya ":name"',
|
'details_for_expense' => 'Rincian untuk akun biaya ":name"',
|
||||||
|
@@ -78,6 +78,7 @@ return [
|
|||||||
'new_email_address' => 'Alamat email baru',
|
'new_email_address' => 'Alamat email baru',
|
||||||
'verification' => 'Verifikasi',
|
'verification' => 'Verifikasi',
|
||||||
'api_key' => 'Kunci API',
|
'api_key' => 'Kunci API',
|
||||||
|
'remember_me' => 'Remember me',
|
||||||
|
|
||||||
'source_account_asset' => 'Akun sumber (akun aset)',
|
'source_account_asset' => 'Akun sumber (akun aset)',
|
||||||
'destination_account_expense' => 'Akun tujuan (akun pengeluaran)',
|
'destination_account_expense' => 'Akun tujuan (akun pengeluaran)',
|
||||||
|
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Dipetakan ke',
|
'file_map_field_mapped_to' => 'Dipetakan ke',
|
||||||
'map_do_not_map' => '(jangan memetakan)',
|
'map_do_not_map' => '(jangan memetakan)',
|
||||||
'file_map_submit' => 'Mulai impor',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(abaikan kolom ini)',
|
'column__ignore' => '(abaikan kolom ini)',
|
||||||
|
@@ -141,16 +141,16 @@ return [
|
|||||||
'invalid_server_configuration' => 'Ongeldige serverconfiguratie',
|
'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>.',
|
'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',
|
'quickswitch' => 'Quickswitch',
|
||||||
'sign_in_to_start' => 'Sign in to start your session',
|
'sign_in_to_start' => 'Login om te beginnen',
|
||||||
'sign_in' => 'Sign in',
|
'sign_in' => 'Inloggen',
|
||||||
'register_new_account' => 'Register a new account',
|
'register_new_account' => 'Registreer een nieuw account',
|
||||||
'forgot_my_password' => 'I forgot my password',
|
'forgot_my_password' => 'Ik ben mijn wachtwoord vergeten',
|
||||||
'problems_with_input' => 'There were some problems with your input.',
|
'problems_with_input' => 'Er zijn wat problemen met je input.',
|
||||||
'reset_password' => 'Reset your password',
|
'reset_password' => 'Je wachtwoord resetten',
|
||||||
'button_reset_password' => 'Reset password',
|
'button_reset_password' => 'Reset wachtwoord',
|
||||||
'reset_button' => 'Reset',
|
'reset_button' => 'Reset',
|
||||||
'want_to_login' => 'I want to login',
|
'want_to_login' => 'Ik wil inloggen',
|
||||||
'button_register' => 'Register',
|
'button_register' => 'Registreren',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Op updates controleren',
|
'update_check_title' => 'Op updates controleren',
|
||||||
|
@@ -78,7 +78,7 @@ return [
|
|||||||
'new_email_address' => 'Nieuw emailadres',
|
'new_email_address' => 'Nieuw emailadres',
|
||||||
'verification' => 'Verificatie',
|
'verification' => 'Verificatie',
|
||||||
'api_key' => 'API sleutel',
|
'api_key' => 'API sleutel',
|
||||||
'remember_me' => 'Remember me',
|
'remember_me' => 'Aangemeld blijven',
|
||||||
|
|
||||||
'source_account_asset' => 'Bronrekening (betaalrekening)',
|
'source_account_asset' => 'Bronrekening (betaalrekening)',
|
||||||
'destination_account_expense' => 'Doelrekening (crediteur)',
|
'destination_account_expense' => 'Doelrekening (crediteur)',
|
||||||
|
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Gelinkt aan',
|
'file_map_field_mapped_to' => 'Gelinkt aan',
|
||||||
'map_do_not_map' => '(niet linken)',
|
'map_do_not_map' => '(niet linken)',
|
||||||
'file_map_submit' => 'Start importeren',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(negeer deze kolom)',
|
'column__ignore' => '(negeer deze kolom)',
|
||||||
|
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Zmapowane do',
|
'file_map_field_mapped_to' => 'Zmapowane do',
|
||||||
'map_do_not_map' => '(nie mapuj)',
|
'map_do_not_map' => '(nie mapuj)',
|
||||||
'file_map_submit' => 'Rozpocznij import',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(zignoruj tę kolumnę)',
|
'column__ignore' => '(zignoruj tę kolumnę)',
|
||||||
|
@@ -141,6 +141,16 @@ return [
|
|||||||
'invalid_server_configuration' => 'Geçersiz sunucu yapılandırması',
|
'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.',
|
'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',
|
'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:
|
// check for updates:
|
||||||
'update_check_title' => '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ı',
|
'bill_will_automatch' => 'Fatura uygun işlemlere otomatik olarak bağlandı',
|
||||||
'skips_over' => 'atla',
|
'skips_over' => 'atla',
|
||||||
|
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
'details_for_asset' => '":name" Varlık hesabı ayrıntıları',
|
'details_for_asset' => '":name" Varlık hesabı ayrıntıları',
|
||||||
'details_for_expense' => '":name" Harcama hesabı ayrıntıları',
|
'details_for_expense' => '":name" Harcama hesabı ayrıntıları',
|
||||||
|
@@ -78,6 +78,7 @@ return [
|
|||||||
'new_email_address' => 'Yeni e-posta adresi',
|
'new_email_address' => 'Yeni e-posta adresi',
|
||||||
'verification' => 'Doğrulama',
|
'verification' => 'Doğrulama',
|
||||||
'api_key' => 'API anahtarı',
|
'api_key' => 'API anahtarı',
|
||||||
|
'remember_me' => 'Remember me',
|
||||||
|
|
||||||
'source_account_asset' => 'Kaynak Hesabı (varlık hesabı)',
|
'source_account_asset' => 'Kaynak Hesabı (varlık hesabı)',
|
||||||
'destination_account_expense' => 'Hedef Hesap (gider hesabı)',
|
'destination_account_expense' => 'Hedef Hesap (gider hesabı)',
|
||||||
|
@@ -103,6 +103,7 @@ return [
|
|||||||
'file_map_field_mapped_to' => 'Eşleşti',
|
'file_map_field_mapped_to' => 'Eşleşti',
|
||||||
'map_do_not_map' => '(eşleştirme)',
|
'map_do_not_map' => '(eşleştirme)',
|
||||||
'file_map_submit' => 'İçe aktarmaya başla',
|
'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.
|
// map things.
|
||||||
'column__ignore' => '(bu sütünu yok say)',
|
'column__ignore' => '(bu sütünu yok say)',
|
||||||
|
Reference in New Issue
Block a user