mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Update some translations [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'iban' => 'Ini bukan IBAN yang valid.',
|
||||
'source_equals_destination' => 'The source account equals the destination account',
|
||||
'source_equals_destination' => 'The source account equals the destination account.',
|
||||
'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.',
|
||||
@@ -34,7 +34,7 @@ return [
|
||||
'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',
|
||||
'invalid_selection' => 'Your selection is invalid.',
|
||||
'belongs_user' => 'This value is invalid for this field.',
|
||||
'at_least_one_transaction' => 'Need at least one transaction.',
|
||||
'at_least_one_repetition' => 'Need at least one repetition.',
|
||||
@@ -43,9 +43,11 @@ return [
|
||||
'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',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown.',
|
||||
'accepted' => ':attribute harus diterima.',
|
||||
'bic' => 'Ini bukan BIC yang valid.',
|
||||
'at_least_one_trigger' => 'Rule must have at least one trigger',
|
||||
'at_least_one_action' => 'Rule must have at least one action',
|
||||
'base64' => 'This is not valid base64 encoded data.',
|
||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||
'more' => ':attribute harus lebih besar dari nol.',
|
||||
@@ -57,8 +59,8 @@ return [
|
||||
'array' => ':attribute harus berupa array.',
|
||||
'unique_for_user' => 'Sudah ada entri dengan :attribute ini.',
|
||||
'before' => ':attribute harus tanggal sebelum :date.',
|
||||
'unique_object_for_user' => 'Nama ini sudah digunakan',
|
||||
'unique_account_for_user' => 'Nama akun ini sudah digunakan',
|
||||
'unique_object_for_user' => 'This name is already in use.',
|
||||
'unique_account_for_user' => 'This account name is already in use.',
|
||||
'between.numeric' => ':attribute harus antara :min dan :max.',
|
||||
'between.file' => ':attribute harus antara :min dan :max kilobyte.',
|
||||
'between.string' => ':attribute harus antara :min dan :max karakter.',
|
||||
@@ -113,12 +115,12 @@ return [
|
||||
'file' => ':attribute harus berupa file.',
|
||||
'in_array' => 'Bidang :attribute tidak ada in :other.',
|
||||
'present' => 'Bidang :attribute harus ada.',
|
||||
'amount_zero' => 'Jumlah total tidak boleh nol',
|
||||
'amount_zero' => 'The total amount cannot be zero.',
|
||||
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security.',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'invalid_account_info' => 'Invalid account information',
|
||||
'invalid_account_info' => 'Invalid account information.',
|
||||
'attributes' => [
|
||||
'email' => 'email address',
|
||||
'description' => 'description',
|
||||
|
||||
Reference in New Issue
Block a user