mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update language strings
This commit is contained in:
@@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'A szabályban legalább egy műveletnek lennie kell.',
|
||||
'base64' => 'Ez nem érvényes base64 kódolású adat.',
|
||||
'model_id_invalid' => 'A megadott azonosító érvénytelennek tűnik ehhez a modellhez.',
|
||||
'more' => ':attribute nagyobb kell legyen nullánál.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'less' => ':attribute kisebbnek kell lennie 10,000,000-nél',
|
||||
'active_url' => ':attribute nem egy érvényes URL.',
|
||||
'after' => ':attribute egy :date utáni dátum kell legyen.',
|
||||
@@ -121,19 +121,19 @@ return [
|
||||
'string' => ':attribute egy karakterlánc kell legyen.',
|
||||
'url' => ':attribute attribútum formátuma érvénytelen.',
|
||||
'timezone' => ':attribute érvényes zóna kell legyen.',
|
||||
'2fa_code' => ':attribute mező érvénytelen.',
|
||||
'dimensions' => ':attribute attribútum képfelbontása érvénytelen.',
|
||||
'distinct' => ':attribute mezőben duplikált érték van.',
|
||||
'file' => ':attribute egy fájl kell legyen.',
|
||||
'in_array' => ':attribute nem létezik itt: :other.',
|
||||
'present' => ':attribute mezőnek jelen kell lennie.',
|
||||
'amount_zero' => 'A teljes mennyiség nem lehet nulla.',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
|
||||
'secure_password' => 'Ez nem biztonságos jelszó. Kérlek próbáld meg újra. További információért lásd: https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.',
|
||||
'valid_recurrence_rep_moment' => 'Érvénytelen ismétlési időpont ehhez az ismétléstípushoz.',
|
||||
'invalid_account_info' => 'Érvénytelen számlainformáció.',
|
||||
'2fa_code' => ':attribute mező érvénytelen.',
|
||||
'dimensions' => ':attribute attribútum képfelbontása érvénytelen.',
|
||||
'distinct' => ':attribute mezőben duplikált érték van.',
|
||||
'file' => ':attribute egy fájl kell legyen.',
|
||||
'in_array' => ':attribute nem létezik itt: :other.',
|
||||
'present' => ':attribute mezőnek jelen kell lennie.',
|
||||
'amount_zero' => 'A teljes mennyiség nem lehet nulla.',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
|
||||
'secure_password' => 'Ez nem biztonságos jelszó. Kérlek próbáld meg újra. További információért lásd: https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.',
|
||||
'valid_recurrence_rep_moment' => 'Érvénytelen ismétlési időpont ehhez az ismétléstípushoz.',
|
||||
'invalid_account_info' => 'Érvénytelen számlainformáció.',
|
||||
'attributes' => [
|
||||
'email' => 'email cím',
|
||||
'description' => 'leírás',
|
||||
@@ -181,7 +181,7 @@ return [
|
||||
'deposit_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'deposit_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'deposit_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
|
||||
'transfer_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'transfer_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
@@ -193,6 +193,11 @@ return [
|
||||
'ob_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user