mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Updated all language strings.
This commit is contained in:
@@ -23,11 +23,19 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => 'Ini bukan IBAN yang valid.',
|
||||
'unique_account_number_for_user' => 'Sepertinya nomor rekening ini sudah digunakan.',
|
||||
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
|
||||
'deleted_user' => 'Kerena kendala keamanan, anda tidak bisa mendaftar menggunkan alamat email ini.',
|
||||
'rule_trigger_value' => 'Nilai ini tidak validi untuk trigger yang dipilih.',
|
||||
'rule_action_value' => 'Nilai ini tidak valid untuk tindakan yang dipilih.',
|
||||
'file_already_attached' => 'Upload file ";name" sudah terpasang pada objek ini.',
|
||||
'file_attached' => 'File yang diupload dengan sukses ":name.',
|
||||
'must_exist' => 'The ID in field :attribute does not exist in the database.',
|
||||
'all_accounts_equal' => 'All accounts in this field must be equal.',
|
||||
'invalid_selection' => 'Your selection is invalid',
|
||||
'belongs_user' => 'This value is invalid for this field.',
|
||||
'at_least_one_transaction' => 'Need at least one transaction.',
|
||||
'require_currency_info' => 'The content of this field is invalid without currency information.',
|
||||
'equal_description' => 'Transaction description should not equal global description.',
|
||||
'file_invalid_mime' => 'File ":name" adalah tipe ":mime" yang tidak diterima sebagai upload baru.',
|
||||
'file_too_large' => 'File "; name" terlalu besar.',
|
||||
'belongs_to_user' => 'Nilai dari :attribute tidak diketahui',
|
||||
@@ -84,6 +92,7 @@ return [
|
||||
'required_without_all' => 'Bidang :attribute diperlukan ketika tidak ada satupun :values ada.',
|
||||
'same' => ':attribute dan :other harus cocok.',
|
||||
'size.numeric' => ':attribute harus :size.',
|
||||
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
|
||||
'size.file' => ':attribute harus kilobyte :size.',
|
||||
'size.string' => ':attribute harus karakter :size.',
|
||||
'size.array' => ':attribute harus berisi item :size.',
|
||||
@@ -100,37 +109,39 @@ return [
|
||||
'amount_zero' => 'Jumlah total tidak boleh nol',
|
||||
'secure_password' => 'Ini bukan kata sandi yang aman. Silahkan coba lagi. Untuk informasi lebih lanjut, kunjungi https://goo.gl/NCh2tN',
|
||||
'attributes' => [
|
||||
'email' => 'email address',
|
||||
'description' => 'description',
|
||||
'amount' => 'amount',
|
||||
'name' => 'name',
|
||||
'targetamount' => 'target amount',
|
||||
'openingBalanceDate' => 'opening balance date',
|
||||
'openingBalance' => 'opening balance',
|
||||
'match' => 'match',
|
||||
'amount_min' => 'minimum amount',
|
||||
'amount_max' => 'maximum amount',
|
||||
'title' => 'title',
|
||||
'tag' => 'tag',
|
||||
'rule-action-value.1' => 'rule action value #1',
|
||||
'rule-action-value.2' => 'rule action value #2',
|
||||
'rule-action-value.3' => 'rule action value #3',
|
||||
'rule-action-value.4' => 'rule action value #4',
|
||||
'rule-action-value.5' => 'rule action value #5',
|
||||
'rule-action.1' => 'rule action #1',
|
||||
'rule-action.2' => 'rule action #2',
|
||||
'rule-action.3' => 'rule action #3',
|
||||
'rule-action.4' => 'rule action #4',
|
||||
'rule-action.5' => 'rule action #5',
|
||||
'rule-trigger-value.1' => 'rule trigger value #1',
|
||||
'rule-trigger-value.2' => 'rule trigger value #2',
|
||||
'rule-trigger-value.3' => 'rule trigger value #3',
|
||||
'rule-trigger-value.4' => 'rule trigger value #4',
|
||||
'rule-trigger-value.5' => 'rule trigger value #5',
|
||||
'rule-trigger.1' => 'rule trigger #1',
|
||||
'rule-trigger.2' => 'rule trigger #2',
|
||||
'rule-trigger.3' => 'rule trigger #3',
|
||||
'rule-trigger.4' => 'rule trigger #4',
|
||||
'rule-trigger.5' => 'rule trigger #5',
|
||||
'email' => 'email address',
|
||||
'description' => 'description',
|
||||
'amount' => 'amount',
|
||||
'name' => 'name',
|
||||
'piggy_bank_id' => 'piggy bank ID',
|
||||
'targetamount' => 'target amount',
|
||||
'openingBalanceDate' => 'opening balance date',
|
||||
'openingBalance' => 'opening balance',
|
||||
'match' => 'match',
|
||||
'amount_min' => 'minimum amount',
|
||||
'amount_max' => 'maximum amount',
|
||||
'title' => 'title',
|
||||
'tag' => 'tag',
|
||||
'transaction_description' => 'transaction description',
|
||||
'rule-action-value.1' => 'rule action value #1',
|
||||
'rule-action-value.2' => 'rule action value #2',
|
||||
'rule-action-value.3' => 'rule action value #3',
|
||||
'rule-action-value.4' => 'rule action value #4',
|
||||
'rule-action-value.5' => 'rule action value #5',
|
||||
'rule-action.1' => 'rule action #1',
|
||||
'rule-action.2' => 'rule action #2',
|
||||
'rule-action.3' => 'rule action #3',
|
||||
'rule-action.4' => 'rule action #4',
|
||||
'rule-action.5' => 'rule action #5',
|
||||
'rule-trigger-value.1' => 'rule trigger value #1',
|
||||
'rule-trigger-value.2' => 'rule trigger value #2',
|
||||
'rule-trigger-value.3' => 'rule trigger value #3',
|
||||
'rule-trigger-value.4' => 'rule trigger value #4',
|
||||
'rule-trigger-value.5' => 'rule trigger value #5',
|
||||
'rule-trigger.1' => 'rule trigger #1',
|
||||
'rule-trigger.2' => 'rule trigger #2',
|
||||
'rule-trigger.3' => 'rule trigger #3',
|
||||
'rule-trigger.4' => 'rule trigger #4',
|
||||
'rule-trigger.5' => 'rule trigger #5',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user