New translations.

This commit is contained in:
James Cole 2019-08-23 14:11:10 +02:00
parent a172c51495
commit c810bad97c
55 changed files with 12027 additions and 11835 deletions

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'cs', 'html_language' => 'cs',
'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8', 'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A %B %e, %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A %B %e, %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'Týden %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Týden %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'D. MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss', 'month_and_day_js' => 'D. MMMM YYYY',
'specific_day_js' => 'D. MMMM YYYY', 'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] t, RRRR', 'specific_day_js' => 'D. MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] t, RRRR',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Pondělí', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Úterý', 'dow_1' => 'Pondělí',
'dow_3' => 'Středa', 'dow_2' => 'Úterý',
'dow_4' => 'Čtvrtek', 'dow_3' => 'Středa',
'dow_5' => 'Pátek', 'dow_4' => 'Čtvrtek',
'dow_6' => 'Sobota', 'dow_5' => 'Pátek',
'dow_7' => 'Neděle', 'dow_6' => 'Sobota',
'dow_7' => 'Neděle',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => 'Je třeba, aby :attribute byl řetězec.', 'string' => 'Je třeba, aby :attribute byl řetězec.',
'url' => 'Formát :attribute není platný.', 'url' => 'Formát :attribute není platný.',
'timezone' => 'Je třeba, aby :attribute byla platná zóna.', 'timezone' => 'Je třeba, aby :attribute byla platná zóna.',
'2fa_code' => 'Kolonka :attribute není platná.', '2fa_code' => 'Kolonka :attribute není platná.',
'dimensions' => ':attribute nemá platné rozměry obrázku.', 'dimensions' => ':attribute nemá platné rozměry obrázku.',
'distinct' => 'Kolonka :attribute má duplicitní hodnotu.', 'distinct' => 'Kolonka :attribute má duplicitní hodnotu.',
'file' => 'Je třeba, aby :attribute byl soubor.', 'file' => 'Je třeba, aby :attribute byl soubor.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'Je třeba, aby kolonka :attribute byla přítomna.', 'present' => 'Je třeba, aby kolonka :attribute byla přítomna.',
'amount_zero' => 'Celková částka nemůže být nula.', 'amount_zero' => 'Celková částka nemůže být nula.',
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.', 'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', 'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.',
'invalid_account_info' => 'Neplatná informace o účtu.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
'invalid_account_info' => 'Neplatná informace o účtu.',
'attributes' => [ 'attributes' => [
'email' => 'e-mailová adresa', 'email' => 'e-mailová adresa',
'description' => 'popis', 'description' => 'popis',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'de', 'html_language' => 'de',
'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8', 'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e. %B %Y', 'month_and_day' => '%e. %B %Y',
'month_and_date_day' => '%A, %B %e. %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A, %B %e. %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e. %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'KW %W, %Y', 'specific_day' => '%e. %B %Y',
'year' => '%Y', 'week_in_year' => 'KW %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'Do MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'Do MMMM YYYY um HH:mm:ss', 'month_and_day_js' => 'Do MMMM YYYY',
'specific_day_js' => 'D. MMMM YYYY', 'date_time_js' => 'Do MMMM YYYY um HH:mm:ss',
'week_in_year_js' => '[Week]. KW, YYYY', 'specific_day_js' => 'D. MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week]. KW, YYYY',
'half_year_js' => 'Q. Quartal YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Montag', 'half_year_js' => 'Q. Quartal YYYY',
'dow_2' => 'Dienstag', 'dow_1' => 'Montag',
'dow_3' => 'Mittwoch', 'dow_2' => 'Dienstag',
'dow_4' => 'Donnerstag', 'dow_3' => 'Mittwoch',
'dow_5' => 'Freitag', 'dow_4' => 'Donnerstag',
'dow_6' => 'Samstag', 'dow_5' => 'Freitag',
'dow_7' => 'Sonntag', 'dow_6' => 'Samstag',
'dow_7' => 'Sonntag',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -255,7 +255,7 @@ return [
'withdrawal_destination_id' => 'Zielkonto', 'withdrawal_destination_id' => 'Zielkonto',
'deposit_source_id' => 'Quellkonto', 'deposit_source_id' => 'Quellkonto',
'expected_on' => 'Expected on', 'expected_on' => 'Erwartet am',
'paid' => 'Paid', 'paid' => 'Bezahlt',
]; ];

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute muss eine Zeichenfolge sein.', 'string' => ':attribute muss eine Zeichenfolge sein.',
'url' => ':attribute Format ist ungültig.', 'url' => ':attribute Format ist ungültig.',
'timezone' => ':attribute muss in einem gültigen Bereich liegen.', 'timezone' => ':attribute muss in einem gültigen Bereich liegen.',
'2fa_code' => ':attribute Feld ist ungültig.', '2fa_code' => ':attribute Feld ist ungültig.',
'dimensions' => 'Das :attribute hat eine ungültige Auflösung.', 'dimensions' => 'Das :attribute hat eine ungültige Auflösung.',
'distinct' => 'Der Wert von :attribute existiert bereits.', 'distinct' => 'Der Wert von :attribute existiert bereits.',
'file' => 'Das :attribute muss eine Datei sein.', 'file' => 'Das :attribute muss eine Datei sein.',
'in_array' => ':attribute existiert nicht in :other.', 'in_array' => ':attribute existiert nicht in :other.',
'present' => 'Das :attribute Feld muss vorhanden sein.', 'present' => 'Das :attribute Feld muss vorhanden sein.',
'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein.', 'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein.',
'unique_piggy_bank_for_user' => 'Der Name des Sparschweins muss eindeutig sein.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Dies ist ein unsicheres Passwort. Bitte versuchen Sie es erneut. Weitere Informationen finden Sie unter https://github.com/firefly-iii/help/wiki/Secure-password', 'unique_piggy_bank_for_user' => 'Der Name des Sparschweins muss eindeutig sein.',
'valid_recurrence_rep_type' => 'Ungültige Wiederholungsart für Daueraufträge.', 'secure_password' => 'Dies ist ein unsicheres Passwort. Bitte versuchen Sie es erneut. Weitere Informationen finden Sie unter https://github.com/firefly-iii/help/wiki/Secure-password',
'valid_recurrence_rep_moment' => 'Ungültiges Wiederholungsmoment für diese Art der Wiederholung.', 'valid_recurrence_rep_type' => 'Ungültige Wiederholungsart für Daueraufträge.',
'invalid_account_info' => 'Ungültige Kontodaten.', 'valid_recurrence_rep_moment' => 'Ungültiges Wiederholungsmoment für diese Art der Wiederholung.',
'invalid_account_info' => 'Ungültige Kontodaten.',
'attributes' => [ 'attributes' => [
'email' => 'E-Mail Adresse', 'email' => 'E-Mail Adresse',
'description' => 'Beschreibung', 'description' => 'Beschreibung',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'es', 'html_language' => 'es',
'locale' => 'es, Spanish, es_ES.utf8, es_ES.UTF-8', 'locale' => 'es, Spanish, es_ES.utf8, es_ES.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e de %B %Y', 'month_and_day' => '%e de %B %Y',
'month_and_date_day' => '%A %e de %B %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%e %B', 'month_and_date_day' => '%A %e de %B %Y',
'date_time' => '%e de %B %Y a las %T', 'month_and_day_no_year' => '%e %B',
'specific_day' => '%e %B %Y', 'date_time' => '%e de %B %Y a las %T',
'week_in_year' => 'Semana %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Semana %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'D MMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'D MMMM YYYY, HH:mm:ss', 'month_and_day_js' => 'D MMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'D MMMM YYYY, HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Lunes', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Martes', 'dow_1' => 'Lunes',
'dow_3' => 'Miércoles', 'dow_2' => 'Martes',
'dow_4' => 'Jueves', 'dow_3' => 'Miércoles',
'dow_5' => 'Viernes', 'dow_4' => 'Jueves',
'dow_6' => 'Sábado', 'dow_5' => 'Viernes',
'dow_7' => 'Domingo', 'dow_6' => 'Sábado',
'dow_7' => 'Domingo',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => 'El :attribute debería ser una cadena de caracteres.', 'string' => 'El :attribute debería ser una cadena de caracteres.',
'url' => 'El formato del campo :attribute no es válido.', 'url' => 'El formato del campo :attribute no es válido.',
'timezone' => 'El campo :attribute debe contener una zona válida.', 'timezone' => 'El campo :attribute debe contener una zona válida.',
'2fa_code' => 'El campo :attribute no es válido.', '2fa_code' => 'El campo :attribute no es válido.',
'dimensions' => 'Las dimensiones de la imagen :attribute son incorrectas.', 'dimensions' => 'Las dimensiones de la imagen :attribute son incorrectas.',
'distinct' => 'El campo :attribute tiene un valor duplicado.', 'distinct' => 'El campo :attribute tiene un valor duplicado.',
'file' => 'El campo :attribute debe ser un fichero.', 'file' => 'El campo :attribute debe ser un fichero.',
'in_array' => 'El campo :attribute no existe en :other.', 'in_array' => 'El campo :attribute no existe en :other.',
'present' => 'El campo :attribute debe estar presente.', 'present' => 'El campo :attribute debe estar presente.',
'amount_zero' => 'La cantidad total no puede ser cero.', 'amount_zero' => 'La cantidad total no puede ser cero.',
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.', 'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Momento de repetición no válido para este tipo de repetición.', 'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.',
'invalid_account_info' => 'Información de cuenta no válida.', 'valid_recurrence_rep_moment' => 'Momento de repetición no válido para este tipo de repetición.',
'invalid_account_info' => 'Información de cuenta no válida.',
'attributes' => [ 'attributes' => [
'email' => 'dirección de correo electrónico', 'email' => 'dirección de correo electrónico',
'description' => 'descripcion', 'description' => 'descripcion',

View File

@ -39,7 +39,7 @@ return [
'reports' => 'Rapport', 'reports' => 'Rapport',
'search_result' => 'Résultats de recherche pour ":query"', 'search_result' => 'Résultats de recherche pour ":query"',
'withdrawal_list' => 'Dépenses', 'withdrawal_list' => 'Dépenses',
'Withdrawal_list' => 'Expenses', 'Withdrawal_list' => 'penses',
'deposit_list' => 'Revenu, salaire et versements', 'deposit_list' => 'Revenu, salaire et versements',
'transfer_list' => 'Virements', 'transfer_list' => 'Virements',
'transfers_list' => 'Virements', 'transfers_list' => 'Virements',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'fr', 'html_language' => 'fr',
'locale' => 'fr_FR.utf8, fr_FR.UTF-8', 'locale' => 'fr_FR.utf8, fr_FR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A %e %B %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%e %B', 'month_and_date_day' => '%A %e %B %Y',
'date_time' => '%B %e %Y @ %T', 'month_and_day_no_year' => '%e %B',
'specific_day' => '%e %B %Y', 'date_time' => '%B %e %Y @ %T',
'week_in_year' => 'Semaine %W %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Semaine %W %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'Do MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss', 'month_and_day_js' => 'Do MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Lundi', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Mardi', 'dow_1' => 'Lundi',
'dow_3' => 'Mercredi', 'dow_2' => 'Mardi',
'dow_4' => 'Jeudi', 'dow_3' => 'Mercredi',
'dow_5' => 'Vendredi', 'dow_4' => 'Jeudi',
'dow_6' => 'Samedi', 'dow_5' => 'Vendredi',
'dow_7' => 'Dimanche', 'dow_6' => 'Samedi',
'dow_7' => 'Dimanche',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -253,9 +253,9 @@ return [
'weekend' => 'Week-end', 'weekend' => 'Week-end',
'client_secret' => 'Clé secrète', 'client_secret' => 'Clé secrète',
'withdrawal_destination_id' => 'Destination account', 'withdrawal_destination_id' => 'Compte de destination',
'deposit_source_id' => 'Source account', 'deposit_source_id' => 'Compte source',
'expected_on' => 'Expected on', 'expected_on' => 'Prévu le',
'paid' => 'Paid', 'paid' => 'Pa',
]; ];

View File

@ -210,7 +210,7 @@ return [
'specific_belfius_name' => 'Belfius BE', 'specific_belfius_name' => 'Belfius BE',
'specific_belfius_descr' => 'Corrige d\'éventuels problèmes avec les fichiers Belfius', 'specific_belfius_descr' => 'Corrige d\'éventuels problèmes avec les fichiers Belfius',
'specific_ingbelgium_name' => 'ING BE', 'specific_ingbelgium_name' => 'ING BE',
'specific_ingbelgium_descr' => 'Fixes potential problems with ING Belgium files', 'specific_ingbelgium_descr' => 'Corrige d\'éventuels problèmes avec les fichiers ING Belgium',
// job configuration for file provider (stage: roles) // job configuration for file provider (stage: roles)
'job_config_roles_title' => 'Configuration de l\'importation (3/4) - Définir le rôle de chaque colonne', 'job_config_roles_title' => 'Configuration de l\'importation (3/4) - Définir le rôle de chaque colonne',
'job_config_roles_text' => 'Chaque colonne de votre fichier CSV contient des données différentes. Veuillez indiquer quel type de données limportateur doit attendre. Loption de « mapper » les données signifie que vous allez lier chaque entrée trouvée dans la colonne à une valeur dans votre base de données. Une colonne souvent mappée est celle contenant l\'IBAN du compte opposé. Il est facile de le faire correspondre avec un IBAN déjà présent dans votre base de données.', 'job_config_roles_text' => 'Chaque colonne de votre fichier CSV contient des données différentes. Veuillez indiquer quel type de données limportateur doit attendre. Loption de « mapper » les données signifie que vous allez lier chaque entrée trouvée dans la colonne à une valeur dans votre base de données. Une colonne souvent mappée est celle contenant l\'IBAN du compte opposé. Il est facile de le faire correspondre avec un IBAN déjà présent dans votre base de données.',
@ -311,6 +311,6 @@ return [
'column_internal-reference' => 'Référence interne', 'column_internal-reference' => 'Référence interne',
// error message // error message
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.', 'duplicate_row' => 'La ligne n°:row (":description") n\'a pas pu être importée. Elle existe déjà.',
]; ];

View File

@ -30,13 +30,13 @@ return [
'index_help' => 'Si vous avez besoin daide avec une page ou un formulaire, appuyez sur ce bouton.', 'index_help' => 'Si vous avez besoin daide avec une page ou un formulaire, appuyez sur ce bouton.',
'index_outro' => 'La plupart des pages de Firefly III vont commencer avec un petit tour comme celui-ci. Merci de me contacter si vous avez des questions ou des commentaires. Profitez-en !', 'index_outro' => 'La plupart des pages de Firefly III vont commencer avec un petit tour comme celui-ci. Merci de me contacter si vous avez des questions ou des commentaires. Profitez-en !',
'index_sidebar-toggle' => 'Pour créer de nouvelles transactions, comptes ou autres choses, utilisez le menu sous cette icône.', 'index_sidebar-toggle' => 'Pour créer de nouvelles transactions, comptes ou autres choses, utilisez le menu sous cette icône.',
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.', 'index_cash_account' => 'Voici les comptes créés jusqu\'ici. Vous pouvez utilier le compte de trésorerie pour faire le suivi de vos dépenses en espèces, mais ce n\'est pas obligatoire, bien sûr.',
// transactions (withdrawal) // transactions (withdrawal)
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.', 'transactions_create_withdrawal_source' => 'Choisissez votre compte d\'actif ou passif préféré à partir de ce menu déroulant.',
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.', 'transactions_create_withdrawal_destination' => 'Sélectionnez un compte de dépenses ici. Laissez-le vide si vous voulez faire une dépense en espèces.',
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.', 'transactions_create_withdrawal_foreign_currency' => 'Utilisez ce champ pour définir une devise étrangère et un montant.',
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.', 'transactions_create_withdrawal_more_meta' => 'Beaucoup d\'autres métadonnées que vous avez définies dans ces champs.',
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button', 'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions (deposit) // transactions (deposit)

View File

@ -120,18 +120,19 @@ return [
'string' => 'Le champ :attribute doit être une chaîne de caractères.', 'string' => 'Le champ :attribute doit être une chaîne de caractères.',
'url' => 'Le format de l\'URL de :attribute n\'est pas valide.', 'url' => 'Le format de l\'URL de :attribute n\'est pas valide.',
'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
'2fa_code' => 'Le champ :attribute est invalide.', '2fa_code' => 'Le champ :attribute est invalide.',
'dimensions' => 'Le :attribute possède des dimensions dimage non valides.', 'dimensions' => 'Le :attribute possède des dimensions dimage non valides.',
'distinct' => ':attribute possède une valeur en double.', 'distinct' => ':attribute possède une valeur en double.',
'file' => 'Le :attribute doit être un fichier.', 'file' => 'Le :attribute doit être un fichier.',
'in_array' => 'Le champ :attribute n\'existe pas dans :other.', 'in_array' => 'Le champ :attribute n\'existe pas dans :other.',
'present' => 'Le champs :attribute doit être rempli.', 'present' => 'Le champs :attribute doit être rempli.',
'amount_zero' => 'Le montant total ne peut pas être zéro.', 'amount_zero' => 'Le montant total ne peut pas être zéro.',
'unique_piggy_bank_for_user' => 'Le nom de la tirelire doit être unique.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Ce n\'est pas un mot de passe sécurisé. Veuillez essayez à nouveau. Pour plus d\'informations, visitez https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Le nom de la tirelire doit être unique.',
'valid_recurrence_rep_type' => 'Type de répétition non valide pour des opérations périodiques.', 'secure_password' => 'Ce n\'est pas un mot de passe sécurisé. Veuillez essayez à nouveau. Pour plus d\'informations, visitez https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Période de répétition non valide pour ce type de répétition.', 'valid_recurrence_rep_type' => 'Type de répétition non valide pour des opérations périodiques.',
'invalid_account_info' => 'Informations de compte non valides.', 'valid_recurrence_rep_moment' => 'Période de répétition non valide pour ce type de répétition.',
'invalid_account_info' => 'Informations de compte non valides.',
'attributes' => [ 'attributes' => [
'email' => 'adresse email', 'email' => 'adresse email',
'description' => 'description', 'description' => 'description',
@ -190,6 +191,6 @@ return [
'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.', 'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".', 'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
'generic_invalid_source' => 'You can\'t use this account as the source account.', 'generic_invalid_source' => 'Vous ne pouvez pas utiliser ce compte comme compte source.',
'generic_invalid_destination' => 'You can\'t use this account as the destination account.', 'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte destinataire.',
]; ];

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'hu', 'html_language' => 'hu',
'locale' => 'hu, Hungarian, hu_HU.utf8, hu_HU.UTF-8', 'locale' => 'hu, Hungarian, hu_HU.utf8, hu_HU.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'month_and_date_day' => '%Y %e %B, %A', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%e %B', 'month_and_date_day' => '%Y %e %B, %A',
'date_time' => '%Y %B %e @ %T', 'month_and_day_no_year' => '%e %B',
'specific_day' => '%Y %e %B', 'date_time' => '%Y %B %e @ %T',
'week_in_year' => 'Hét %W, %Y', 'specific_day' => '%Y %e %B',
'year' => '%Y', 'week_in_year' => 'Hét %W, %Y',
'half_year' => '%Y %B', 'year' => '%Y',
'month_js' => 'YYYY MMMM', 'half_year' => '%Y %B',
'month_and_day_js' => 'YYYY MMMM DD', 'month_js' => 'YYYY MMMM',
'date_time_js' => 'YYYY MMMM DD @ HH:mm:ss', 'month_and_day_js' => 'YYYY MMMM DD',
'specific_day_js' => 'YYYY MMMM DD', 'date_time_js' => 'YYYY MMMM DD @ HH:mm:ss',
'week_in_year_js' => 'YYYY, w [Week]', 'specific_day_js' => 'YYYY MMMM DD',
'year_js' => 'YYYY', 'week_in_year_js' => 'YYYY, w [Week]',
'half_year_js' => 'YYYY Q', 'year_js' => 'YYYY',
'dow_1' => 'Hétfő', 'half_year_js' => 'YYYY Q',
'dow_2' => 'Kedd', 'dow_1' => 'Hétfő',
'dow_3' => 'Szerda', 'dow_2' => 'Kedd',
'dow_4' => 'Csütörtök', 'dow_3' => 'Szerda',
'dow_5' => 'Péntek', 'dow_4' => 'Csütörtök',
'dow_6' => 'Szombat', 'dow_5' => 'Péntek',
'dow_7' => 'Vasárnap', 'dow_6' => 'Szombat',
'dow_7' => 'Vasárnap',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute egy karakterlánc kell legyen.', 'string' => ':attribute egy karakterlánc kell legyen.',
'url' => ':attribute attribútum formátuma érvénytelen.', 'url' => ':attribute attribútum formátuma érvénytelen.',
'timezone' => ':attribute érvényes zóna kell legyen.', 'timezone' => ':attribute érvényes zóna kell legyen.',
'2fa_code' => ':attribute mező érvénytelen.', '2fa_code' => ':attribute mező érvénytelen.',
'dimensions' => ':attribute attribútum képfelbontása érvénytelen.', 'dimensions' => ':attribute attribútum képfelbontása érvénytelen.',
'distinct' => ':attribute mezőben duplikált érték van.', 'distinct' => ':attribute mezőben duplikált érték van.',
'file' => ':attribute egy fájl kell legyen.', 'file' => ':attribute egy fájl kell legyen.',
'in_array' => ':attribute nem létezik itt: :other.', 'in_array' => ':attribute nem létezik itt: :other.',
'present' => ':attribute mezőnek jelen kell lennie.', 'present' => ':attribute mezőnek jelen kell lennie.',
'amount_zero' => 'A teljes mennyiség nem lehet nulla.', 'amount_zero' => 'A teljes mennyiség nem lehet nulla.',
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'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', 'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.', '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_moment' => 'Érvénytelen ismétlési időpont ehhez az ismétléstípushoz.', 'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.',
'invalid_account_info' => 'Érvénytelen számlainformáció.', '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' => [ 'attributes' => [
'email' => 'email cím', 'email' => 'email cím',
'description' => 'leírás', 'description' => 'leírás',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'id', 'html_language' => 'id',
'locale' => 'id, Bahasa Indonesia, id_ID.utf8, id_ID.UTF-8', 'locale' => 'id, Bahasa Indonesia, id_ID.utf8, id_ID.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A, %B %e %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A, %B %e %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'Minggu %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Minggu %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'DD MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'DD MMMM YYYY, @ HH:mm:ss', 'month_and_day_js' => 'DD MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'DD MMMM YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Senin', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Selasa', 'dow_1' => 'Senin',
'dow_3' => 'Rabu', 'dow_2' => 'Selasa',
'dow_4' => 'Kamis', 'dow_3' => 'Rabu',
'dow_5' => 'Jumat', 'dow_4' => 'Kamis',
'dow_6' => 'Sabtu', 'dow_5' => 'Jumat',
'dow_7' => 'Minggu', 'dow_6' => 'Sabtu',
'dow_7' => 'Minggu',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute harus sebuah string.', 'string' => ':attribute harus sebuah string.',
'url' => 'Format atribut tidak valid.', 'url' => 'Format atribut tidak valid.',
'timezone' => ':attribute harus zona yang valid.', 'timezone' => ':attribute harus zona yang valid.',
'2fa_code' => 'Bidang :attribute tidak valid.', '2fa_code' => 'Bidang :attribute tidak valid.',
'dimensions' => ':attribute memiliki dimensi gambar yang tidak valid.', 'dimensions' => ':attribute memiliki dimensi gambar yang tidak valid.',
'distinct' => 'Bidang :attribute memiliki nilai duplikat.', 'distinct' => 'Bidang :attribute memiliki nilai duplikat.',
'file' => ':attribute harus berupa file.', 'file' => ':attribute harus berupa file.',
'in_array' => 'Bidang :attribute tidak ada in :other.', 'in_array' => 'Bidang :attribute tidak ada in :other.',
'present' => 'Bidang :attribute harus ada.', 'present' => 'Bidang :attribute harus ada.',
'amount_zero' => 'Jumlah total tidak boleh nol.', 'amount_zero' => 'Jumlah total tidak boleh nol.',
'unique_piggy_bank_for_user' => 'Nama celengan harus unik.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Nama celengan harus unik.',
'valid_recurrence_rep_type' => 'Tipe pengulangan yang tidak valid untuk transaksi berkala.', 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Waktu pengulangan tidaklah valid untuk tipe pengulangan ini.', 'valid_recurrence_rep_type' => 'Tipe pengulangan yang tidak valid untuk transaksi berkala.',
'invalid_account_info' => 'Informasi akun tidak valid.', 'valid_recurrence_rep_moment' => 'Waktu pengulangan tidaklah valid untuk tipe pengulangan ini.',
'invalid_account_info' => 'Informasi akun tidak valid.',
'attributes' => [ 'attributes' => [
'email' => 'alamat email', 'email' => 'alamat email',
'description' => 'keterangan', 'description' => 'keterangan',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'it', 'html_language' => 'it',
'locale' => 'it, Italiano, it_IT.utf8, it_IT.UTF-8', 'locale' => 'it, Italiano, it_IT.utf8, it_IT.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A %B %e %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A %B %e %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'Settimana %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Settimana %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM AAAA', 'half_year' => '%B %Y',
'month_and_day_js' => 'Do MMMM YYYY', 'month_js' => 'MMMM AAAA',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss', 'month_and_day_js' => 'Do MMMM YYYY',
'specific_day_js' => 'G MMMM AAAA', 'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] s, AAAA', 'specific_day_js' => 'G MMMM AAAA',
'year_js' => 'AAAA', 'week_in_year_js' => '[Week] s, AAAA',
'half_year_js' => 'T AAAA', 'year_js' => 'AAAA',
'dow_1' => 'Lunedì', 'half_year_js' => 'T AAAA',
'dow_2' => 'Martedì', 'dow_1' => 'Lunedì',
'dow_3' => 'Mercoledì', 'dow_2' => 'Martedì',
'dow_4' => 'Giovedì', 'dow_3' => 'Mercoledì',
'dow_5' => 'Venerdì', 'dow_4' => 'Giovedì',
'dow_6' => 'Sabato', 'dow_5' => 'Venerdì',
'dow_7' => 'Domenica', 'dow_6' => 'Sabato',
'dow_7' => 'Domenica',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -255,7 +255,7 @@ return [
'withdrawal_destination_id' => 'Conto di destinazione', 'withdrawal_destination_id' => 'Conto di destinazione',
'deposit_source_id' => 'Conto di origine', 'deposit_source_id' => 'Conto di origine',
'expected_on' => 'Expected on', 'expected_on' => 'Prevista il',
'paid' => 'Paid', 'paid' => 'Pagata',
]; ];

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute deve essere una stringa.', 'string' => ':attribute deve essere una stringa.',
'url' => ':attribute il formato non è valido.', 'url' => ':attribute il formato non è valido.',
'timezone' => ':attribute deve essere una zona valida.', 'timezone' => ':attribute deve essere una zona valida.',
'2fa_code' => 'Il campo :attribute non è valido.', '2fa_code' => 'Il campo :attribute non è valido.',
'dimensions' => ':attribute ha dimensioni di immagine non valide.', 'dimensions' => ':attribute ha dimensioni di immagine non valide.',
'distinct' => ':attribute il campo ha un valore doppio.', 'distinct' => ':attribute il campo ha un valore doppio.',
'file' => ':attribute deve essere un file.', 'file' => ':attribute deve essere un file.',
'in_array' => ':attribute il campo non esiste in :other.', 'in_array' => ':attribute il campo non esiste in :other.',
'present' => ':attribute il campo deve essere presente.', 'present' => ':attribute il campo deve essere presente.',
'amount_zero' => 'L\'importo totale non può essere zero.', 'amount_zero' => 'L\'importo totale non può essere zero.',
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.', 'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Il momento di ripetizione per questo tipo di ripetizione non è valido.', 'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.',
'invalid_account_info' => 'Informazione sul conto non valida.', 'valid_recurrence_rep_moment' => 'Il momento di ripetizione per questo tipo di ripetizione non è valido.',
'invalid_account_info' => 'Informazione sul conto non valida.',
'attributes' => [ 'attributes' => [
'email' => 'indirizzo email', 'email' => 'indirizzo email',
'description' => 'descrizione', 'description' => 'descrizione',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'no', 'html_language' => 'no',
'locale' => 'no, nb, Norsk, nb_NO, nb_NO.utf8, nb_NO.UTF-8', 'locale' => 'no, nb, Norsk, nb_NO, nb_NO.utf8, nb_NO.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B, %Y', 'month_and_day' => '%e %B, %Y',
'month_and_date_day' => '%A %B. %e, %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B. %e', 'month_and_date_day' => '%A %B. %e, %Y',
'date_time' => '%e. %B, %Y @ %T', 'month_and_day_no_year' => '%B. %e',
'specific_day' => '%e. %B %Y', 'date_time' => '%e. %B, %Y @ %T',
'week_in_year' => 'Uke %W, %Y', 'specific_day' => '%e. %B %Y',
'year' => '%Y', 'week_in_year' => 'Uke %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'month_and_day_js' => 'MMMM Do, YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Mandag', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Tirsdag', 'dow_1' => 'Mandag',
'dow_3' => 'Onsdag', 'dow_2' => 'Tirsdag',
'dow_4' => 'Torsdag', 'dow_3' => 'Onsdag',
'dow_5' => 'Fredag', 'dow_4' => 'Torsdag',
'dow_6' => 'Lørdag', 'dow_5' => 'Fredag',
'dow_7' => 'Søndag', 'dow_6' => 'Lørdag',
'dow_7' => 'Søndag',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute må være en streng.', 'string' => ':attribute må være en streng.',
'url' => ':attribute formatet er ugyldig.', 'url' => ':attribute formatet er ugyldig.',
'timezone' => ':attribute må være en gyldig tidssone.', 'timezone' => ':attribute må være en gyldig tidssone.',
'2fa_code' => ':attribute formatet er ugyldig.', '2fa_code' => ':attribute formatet er ugyldig.',
'dimensions' => ':attribute har ugyldig bilde dimensjoner.', 'dimensions' => ':attribute har ugyldig bilde dimensjoner.',
'distinct' => ':attribute feltet har en duplikatverdi.', 'distinct' => ':attribute feltet har en duplikatverdi.',
'file' => ':attribute må være en fil.', 'file' => ':attribute må være en fil.',
'in_array' => 'Feltet :attribute finnes ikke i :other.', 'in_array' => 'Feltet :attribute finnes ikke i :other.',
'present' => ':attribute feltet må være definert.', 'present' => ':attribute feltet må være definert.',
'amount_zero' => 'Totalbeløpet kan ikke være null.', 'amount_zero' => 'Totalbeløpet kan ikke være null.',
'unique_piggy_bank_for_user' => 'Navnet på sparegris må være unik.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Dette er ikke et sikkert passord. Vennligst prøv igjen. For mer informasjon, se https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Navnet på sparegris må være unik.',
'valid_recurrence_rep_type' => 'Ugyldig repetisjons type for gjentakende transaksjoner.', 'secure_password' => 'Dette er ikke et sikkert passord. Vennligst prøv igjen. For mer informasjon, se https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Ugyldig repetisjons tid for denne type repetisjon.', 'valid_recurrence_rep_type' => 'Ugyldig repetisjons type for gjentakende transaksjoner.',
'invalid_account_info' => 'Ugyldig konto informasjon.', 'valid_recurrence_rep_moment' => 'Ugyldig repetisjons tid for denne type repetisjon.',
'invalid_account_info' => 'Ugyldig konto informasjon.',
'attributes' => [ 'attributes' => [
'email' => 'epostadresse', 'email' => 'epostadresse',
'description' => 'beskrivelse', 'description' => 'beskrivelse',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'nl', 'html_language' => 'nl',
'locale' => 'nl, Dutch, nl_NL.utf8, nl_NL.UTF-8', 'locale' => 'nl, Dutch, nl_NL.utf8, nl_NL.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A %e %B %Y', 'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A %e %B %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'week %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'week %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'D MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'D MMMM YYYY @ HH:mm:ss', 'month_and_day_js' => 'D MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'D MMMM YYYY @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Maandag', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Dinsdag', 'dow_1' => 'Maandag',
'dow_3' => 'Woensdag', 'dow_2' => 'Dinsdag',
'dow_4' => 'Donderdag', 'dow_3' => 'Woensdag',
'dow_5' => 'Vrijdag', 'dow_4' => 'Donderdag',
'dow_6' => 'Zaterdag', 'dow_5' => 'Vrijdag',
'dow_7' => 'Zondag', 'dow_6' => 'Zaterdag',
'dow_7' => 'Zondag',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -255,7 +255,7 @@ return [
'withdrawal_destination_id' => 'Doelrekening', 'withdrawal_destination_id' => 'Doelrekening',
'deposit_source_id' => 'Bronrekening', 'deposit_source_id' => 'Bronrekening',
'expected_on' => 'Expected on', 'expected_on' => 'Verwacht op',
'paid' => 'Paid', 'paid' => 'Betaald',
]; ];

View File

@ -120,18 +120,19 @@ return [
'string' => 'Het :attribute moet een tekenreeks zijn.', 'string' => 'Het :attribute moet een tekenreeks zijn.',
'url' => ':attribute is geen geldige URL.', 'url' => ':attribute is geen geldige URL.',
'timezone' => 'Het :attribute moet een geldige zone zijn.', 'timezone' => 'Het :attribute moet een geldige zone zijn.',
'2fa_code' => 'De waarde in het :attribute-veld is niet geldig.', '2fa_code' => 'De waarde in het :attribute-veld is niet geldig.',
'dimensions' => 'Het :attribute heeft het verkeerde afbeeldingsformaat.', 'dimensions' => 'Het :attribute heeft het verkeerde afbeeldingsformaat.',
'distinct' => 'Het :attribute veld heeft een dubbele waarde.', 'distinct' => 'Het :attribute veld heeft een dubbele waarde.',
'file' => ':attribute moet een bestand zijn.', 'file' => ':attribute moet een bestand zijn.',
'in_array' => 'Het :attribute veld bestaat niet in :other.', 'in_array' => 'Het :attribute veld bestaat niet in :other.',
'present' => 'Het :attribute veld moet aanwezig zijn.', 'present' => 'Het :attribute veld moet aanwezig zijn.',
'amount_zero' => 'Het totaalbedrag kan niet nul zijn.', 'amount_zero' => 'Het totaalbedrag kan niet nul zijn.',
'unique_piggy_bank_for_user' => 'De naam van de spaarpot moet uniek zijn.', 'current_target_amount' => 'Het huidige bedrag moet minder zijn dan het doelbedrag.',
'secure_password' => 'Dit is geen veilig wachtwoord. Probeer het nog een keer. Zie ook: https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'De naam van de spaarpot moet uniek zijn.',
'valid_recurrence_rep_type' => 'Dit is geen geldige herhaling voor periodieke transacties.', 'secure_password' => 'Dit is geen veilig wachtwoord. Probeer het nog een keer. Zie ook: https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Ongeldig herhaalmoment voor dit type herhaling.', 'valid_recurrence_rep_type' => 'Dit is geen geldige herhaling voor periodieke transacties.',
'invalid_account_info' => 'Ongeldige rekeninginformatie.', 'valid_recurrence_rep_moment' => 'Ongeldig herhaalmoment voor dit type herhaling.',
'invalid_account_info' => 'Ongeldige rekeninginformatie.',
'attributes' => [ 'attributes' => [
'email' => 'e-mailadres', 'email' => 'e-mailadres',
'description' => 'omschrijving', 'description' => 'omschrijving',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'pl', 'html_language' => 'pl',
'locale' => 'pl_PL.utf8, pl_PL.UTF-8', 'locale' => 'pl_PL.utf8, pl_PL.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A, %e %B %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%e %B', 'month_and_date_day' => '%A, %e %B %Y',
'date_time' => '%e %B %Y o %T', 'month_and_day_no_year' => '%e %B',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y o %T',
'week_in_year' => 'Tydzień %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Tydzień %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'D MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss', 'month_and_day_js' => 'D MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss',
'week_in_year_js' => '[Tydzień] w. YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Tydzień] w. YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Poniedziałek', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Wtorek', 'dow_1' => 'Poniedziałek',
'dow_3' => 'Środa', 'dow_2' => 'Wtorek',
'dow_4' => 'Czwartek', 'dow_3' => 'Środa',
'dow_5' => 'Piątek', 'dow_4' => 'Czwartek',
'dow_6' => 'Sobota', 'dow_5' => 'Piątek',
'dow_7' => 'Niedziela', 'dow_6' => 'Sobota',
'dow_7' => 'Niedziela',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute musi być ciągiem znaków.', 'string' => ':attribute musi być ciągiem znaków.',
'url' => 'Format :attribute jest nieprawidłowy.', 'url' => 'Format :attribute jest nieprawidłowy.',
'timezone' => ':attribute musi być prawidłową strefą.', 'timezone' => ':attribute musi być prawidłową strefą.',
'2fa_code' => 'Format :attribute jest nieprawidłowy.', '2fa_code' => 'Format :attribute jest nieprawidłowy.',
'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.', 'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.',
'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.', 'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.',
'file' => ':attribute musi być plikiem.', 'file' => ':attribute musi być plikiem.',
'in_array' => 'Pole :attribute nie istnieje w :other.', 'in_array' => 'Pole :attribute nie istnieje w :other.',
'present' => 'Pole :attribute musi być obecne.', 'present' => 'Pole :attribute musi być obecne.',
'amount_zero' => 'Całkowita kwota nie może wynosić zero.', 'amount_zero' => 'Całkowita kwota nie może wynosić zero.',
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'To nie jest bezpieczne hasło. Proszę spróbować ponownie. Aby uzyskać więcej informacji odwiedź https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
'valid_recurrence_rep_type' => 'Nieprawidłowy typ powtórzeń dla cyklicznych transakcji.', 'secure_password' => 'To nie jest bezpieczne hasło. Proszę spróbować ponownie. Aby uzyskać więcej informacji odwiedź https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Nieprawidłowy moment powtórzenia dla tego typu powtórzenia.', 'valid_recurrence_rep_type' => 'Nieprawidłowy typ powtórzeń dla cyklicznych transakcji.',
'invalid_account_info' => 'Nieprawidłowe informacje o koncie.', 'valid_recurrence_rep_moment' => 'Nieprawidłowy moment powtórzenia dla tego typu powtórzenia.',
'invalid_account_info' => 'Nieprawidłowe informacje o koncie.',
'attributes' => [ 'attributes' => [
'email' => 'adres e-mail', 'email' => 'adres e-mail',
'description' => 'opis', 'description' => 'opis',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'pt-br', 'html_language' => 'pt-br',
'locale' => 'pt-br, pt_BR.utf8, pt_BR.UTF-8', 'locale' => 'pt-br, pt_BR.utf8, pt_BR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y', 'month_and_day' => '%e de %B de %Y',
'month_and_date_day' => '%A, %B de %e de %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B de %e', 'month_and_date_day' => '%A, %B de %e de %Y',
'date_time' => '%B %e, %Y, @ %T', 'month_and_day_no_year' => '%B de %e',
'specific_day' => '%e %B %Y', 'date_time' => '%B %e, %Y, @ %T',
'week_in_year' => 'Semana %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Semana %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'month_and_day_js' => 'MMMM Do, YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] s, AAAA', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] s, AAAA',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Segunda', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Terça', 'dow_1' => 'Segunda',
'dow_3' => 'Quarta', 'dow_2' => 'Terça',
'dow_4' => 'Quinta', 'dow_3' => 'Quarta',
'dow_5' => 'Sexta', 'dow_4' => 'Quinta',
'dow_6' => 'Sábado', 'dow_5' => 'Sexta',
'dow_7' => 'Domingo', 'dow_6' => 'Sábado',
'dow_7' => 'Domingo',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => 'O campo :attribute deve ser uma string.', 'string' => 'O campo :attribute deve ser uma string.',
'url' => 'O formato do URL indicado para o campo :attribute é inválido.', 'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.', 'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
'2fa_code' => 'O campo :attribute é inválido.', '2fa_code' => 'O campo :attribute é inválido.',
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.', 'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
'distinct' => 'O campo :attribute tem um valor duplicado.', 'distinct' => 'O campo :attribute tem um valor duplicado.',
'file' => 'O :attribute deve ser um arquivo.', 'file' => 'O :attribute deve ser um arquivo.',
'in_array' => 'O campo :attribute não existe em :other.', 'in_array' => 'O campo :attribute não existe em :other.',
'present' => 'O campo :attribute deve estar presente.', 'present' => 'O campo :attribute deve estar presente.',
'amount_zero' => 'O montante total não pode ser zero.', 'amount_zero' => 'O montante total não pode ser zero.',
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.', 'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.', 'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.',
'invalid_account_info' => 'Informação de conta inválida.', 'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.',
'invalid_account_info' => 'Informação de conta inválida.',
'attributes' => [ 'attributes' => [
'email' => 'endereço de e-mail', 'email' => 'endereço de e-mail',
'description' => 'descrição', 'description' => 'descrição',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'ro', 'html_language' => 'ro',
'locale' => 'ro, Română, ro_RO.utf8, ro_RO.UTF-8', 'locale' => 'ro, Română, ro_RO.utf8, ro_RO.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'month_and_date_day' => '%A %B %e %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A %B %e %Y',
'date_time' => '%B %e, %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%B %e, %Y, @ %T',
'week_in_year' => 'Săptămâna %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Săptămâna %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'month_and_day_js' => 'MMMM Do, YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Luni', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Marţi', 'dow_1' => 'Luni',
'dow_3' => 'Miercuri', 'dow_2' => 'Marţi',
'dow_4' => 'Joi', 'dow_3' => 'Miercuri',
'dow_5' => 'Vineri', 'dow_4' => 'Joi',
'dow_6' => 'Sâmbătă', 'dow_5' => 'Vineri',
'dow_7' => 'Duminică', 'dow_6' => 'Sâmbătă',
'dow_7' => 'Duminică',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute trebuie să fie un șir de caractere.', 'string' => ':attribute trebuie să fie un șir de caractere.',
'url' => ':attribute format este invalid.', 'url' => ':attribute format este invalid.',
'timezone' => ':attribute trebuie să fie o zonă validă.', 'timezone' => ':attribute trebuie să fie o zonă validă.',
'2fa_code' => 'Câmpul :attribute este invalid.', '2fa_code' => 'Câmpul :attribute este invalid.',
'dimensions' => ':attribute are dimensiuni de imagine nevalide.', 'dimensions' => ':attribute are dimensiuni de imagine nevalide.',
'distinct' => 'Câmpul :attribute are o valoare duplicată.', 'distinct' => 'Câmpul :attribute are o valoare duplicată.',
'file' => ':attribute trebuie să fie un fișier.', 'file' => ':attribute trebuie să fie un fișier.',
'in_array' => 'Câmpul :attribute nu există în :other.', 'in_array' => 'Câmpul :attribute nu există în :other.',
'present' => 'Câmpul :attribute trebuie să fie prezent.', 'present' => 'Câmpul :attribute trebuie să fie prezent.',
'amount_zero' => 'Suma totală nu poate fi zero.', 'amount_zero' => 'Suma totală nu poate fi zero.',
'unique_piggy_bank_for_user' => 'Numele pușculiței trebuie să fie unic.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Aceasta nu este o parolă sigură. Vă rugăm să încercați din nou. Pentru mai multe informații, vizitați https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Numele pușculiței trebuie să fie unic.',
'valid_recurrence_rep_type' => 'Tip de repetare nevalid pentru tranzacțiile recurente.', 'secure_password' => 'Aceasta nu este o parolă sigură. Vă rugăm să încercați din nou. Pentru mai multe informații, vizitați https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Momentul repetiției nevalid pentru acest tip de repetare.', 'valid_recurrence_rep_type' => 'Tip de repetare nevalid pentru tranzacțiile recurente.',
'invalid_account_info' => 'Informațiile contului nevalide.', 'valid_recurrence_rep_moment' => 'Momentul repetiției nevalid pentru acest tip de repetare.',
'invalid_account_info' => 'Informațiile contului nevalide.',
'attributes' => [ 'attributes' => [
'email' => 'adresă e-mail', 'email' => 'adresă e-mail',
'description' => 'descriere', 'description' => 'descriere',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'ru', 'html_language' => 'ru',
'locale' => 'ru_RU.utf8, ru_RU.UTF-8', 'locale' => 'ru_RU.utf8, ru_RU.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A, %B %e %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A, %B %e %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => 'Неделя %W, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => 'Неделя %W, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'Do MMMM YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss', 'month_and_day_js' => 'Do MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Неделя] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Неделя] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Понедельник', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Вторник', 'dow_1' => 'Понедельник',
'dow_3' => 'Среда', 'dow_2' => 'Вторник',
'dow_4' => 'Четверг', 'dow_3' => 'Среда',
'dow_5' => 'Пятница', 'dow_4' => 'Четверг',
'dow_6' => 'Суббота', 'dow_5' => 'Пятница',
'dow_7' => 'Воскресенье', 'dow_6' => 'Суббота',
'dow_7' => 'Воскресенье',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => 'Значение :attribute должно быть строкой.', 'string' => 'Значение :attribute должно быть строкой.',
'url' => 'Неверный формат ввода :attribute.', 'url' => 'Неверный формат ввода :attribute.',
'timezone' => ':attribute должен быть в допустимом диапазоне.', 'timezone' => ':attribute должен быть в допустимом диапазоне.',
'2fa_code' => ':attribute введен неверно.', '2fa_code' => ':attribute введен неверно.',
'dimensions' => 'Недопустимые размеры изображения :attribute.', 'dimensions' => 'Недопустимые размеры изображения :attribute.',
'distinct' => 'Поле :attribute содержит повторяющееся значение.', 'distinct' => 'Поле :attribute содержит повторяющееся значение.',
'file' => ':attribute должен быть файлом.', 'file' => ':attribute должен быть файлом.',
'in_array' => 'Поле :attribute не существует в :other.', 'in_array' => 'Поле :attribute не существует в :other.',
'present' => 'Поле :attribute должно быть заполнено.', 'present' => 'Поле :attribute должно быть заполнено.',
'amount_zero' => 'Сумма не может быть равна нулю.', 'amount_zero' => 'Сумма не может быть равна нулю.',
'unique_piggy_bank_for_user' => 'Название копилки должно быть уникальным.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Подробнее можно узнать по ссылке https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Название копилки должно быть уникальным.',
'valid_recurrence_rep_type' => 'Недопустимый тип для повторяющихся транзакций.', 'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Подробнее можно узнать по ссылке https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Неверный период повторения для данного типа повторений.', 'valid_recurrence_rep_type' => 'Недопустимый тип для повторяющихся транзакций.',
'invalid_account_info' => 'Неверные данные о счёте.', 'valid_recurrence_rep_moment' => 'Неверный период повторения для данного типа повторений.',
'invalid_account_info' => 'Неверные данные о счёте.',
'attributes' => [ 'attributes' => [
'email' => '"Адрес электронной почты"', 'email' => '"Адрес электронной почты"',
'description' => '"Описание"', 'description' => '"Описание"',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'en', 'html_language' => 'en',
'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.UTF-8', 'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'month_and_date_day' => '%A %B %e, %Y', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e', 'month_and_date_day' => '%A %B %e, %Y',
'date_time' => '%e %B %Y, @ %T', 'month_and_day_no_year' => '%B %e',
'specific_day' => '%e %B %Y', 'date_time' => '%e %B %Y, @ %T',
'week_in_year' => '%W. hafta, %Y', 'specific_day' => '%e %B %Y',
'year' => '%Y', 'week_in_year' => '%W. hafta, %Y',
'half_year' => '%B %Y', 'year' => '%Y',
'month_js' => 'MMMM YYYY', 'half_year' => '%B %Y',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'month_and_day_js' => 'MMMM Do, YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => 'Pazartesi', 'half_year_js' => 'Q YYYY',
'dow_2' => 'Salı', 'dow_1' => 'Pazartesi',
'dow_3' => 'Çarşamba', 'dow_2' => 'Salı',
'dow_4' => 'Perşembe', 'dow_3' => 'Çarşamba',
'dow_5' => 'Cuma', 'dow_4' => 'Perşembe',
'dow_6' => 'Cumartesi', 'dow_5' => 'Cuma',
'dow_7' => 'Pazar', 'dow_6' => 'Cumartesi',
'dow_7' => 'Pazar',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute bir dizi olmalıdır.', 'string' => ':attribute bir dizi olmalıdır.',
'url' => ':attribute biçimi geçersiz.', 'url' => ':attribute biçimi geçersiz.',
'timezone' => ':attribute geçerli bir bölge olmalıdır.', 'timezone' => ':attribute geçerli bir bölge olmalıdır.',
'2fa_code' => ':attribute alanı geçersiz.', '2fa_code' => ':attribute alanı geçersiz.',
'dimensions' => ':attribute geçersiz görüntü boyutlarına sahip.', 'dimensions' => ':attribute geçersiz görüntü boyutlarına sahip.',
'distinct' => ':attribute alanı yinelenen bir değere sahip.', 'distinct' => ':attribute alanı yinelenen bir değere sahip.',
'file' => ':attribute bir dosya olmalıdır.', 'file' => ':attribute bir dosya olmalıdır.',
'in_array' => ':attribute alanı :other içinde olamaz.', 'in_array' => ':attribute alanı :other içinde olamaz.',
'present' => ':attribute alanı mevcut olmalıdır.', 'present' => ':attribute alanı mevcut olmalıdır.',
'amount_zero' => 'Toplam tutarı sıfır olamaz.', 'amount_zero' => 'Toplam tutarı sıfır olamaz.',
'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.',
'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 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
'invalid_account_info' => 'Invalid account information.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
'invalid_account_info' => 'Invalid account information.',
'attributes' => [ 'attributes' => [
'email' => 'E-posta adresi', 'email' => 'E-posta adresi',
'description' => 'Açıklama', 'description' => 'Açıklama',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'zh', 'html_language' => 'zh',
'locale' => 'zh_CN.utf8,zh_CN.UTF-8', 'locale' => 'zh_CN.utf8,zh_CN.UTF-8',
'month' => '%Y 年 %B', 'month' => '%Y 年 %B',
'month_and_day' => '%Y年 %B %e日', 'month_and_day' => '%Y年 %B %e日',
'month_and_date_day' => '%Y 年 %B %e 日 %A', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%B %e 日', 'month_and_date_day' => '%Y 年 %B %e 日 %A',
'date_time' => '%Y 年 %B %e 日, @ %T', 'month_and_day_no_year' => '%B %e 日',
'specific_day' => '%Y 年 %B %e 日', 'date_time' => '%Y 年 %B %e 日, @ %T',
'week_in_year' => '%Y 年第 %W 周', 'specific_day' => '%Y 年 %B %e 日',
'year' => '%Y 年', 'week_in_year' => '%Y 年第 %W 周',
'half_year' => '%Y 年 %B', 'year' => '%Y 年',
'month_js' => 'MMMM YYYY', 'half_year' => '%Y 年 %B',
'month_and_day_js' => 'YYYY MMMM Do', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'YYYY MMMM Do,@ HH:mm:ss', 'month_and_day_js' => 'YYYY MMMM Do',
'specific_day_js' => 'YYYY MMMM D', 'date_time_js' => 'YYYY MMMM Do,@ HH:mm:ss',
'week_in_year_js' => 'YYYY年, w [Week]', 'specific_day_js' => 'YYYY MMMM D',
'year_js' => 'YYYY', 'week_in_year_js' => 'YYYY年, w [Week]',
'half_year_js' => 'YYYY Q', 'year_js' => 'YYYY',
'dow_1' => '星期一', 'half_year_js' => 'YYYY Q',
'dow_2' => '星期二', 'dow_1' => '星期一',
'dow_3' => '星期三', 'dow_2' => '星期二',
'dow_4' => '星期四', 'dow_3' => '星期三',
'dow_5' => '星期五', 'dow_4' => '星期四',
'dow_6' => '星期六', 'dow_5' => '星期五',
'dow_7' => '星期日', 'dow_6' => '星期六',
'dow_7' => '星期日',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute 必须是字串。', 'string' => ':attribute 必须是字串。',
'url' => ':attribute 格式无效。', 'url' => ':attribute 格式无效。',
'timezone' => ':attribute 必须是有效的区域。', 'timezone' => ':attribute 必须是有效的区域。',
'2fa_code' => ':attribute 栏位是无效的。', '2fa_code' => ':attribute 栏位是无效的。',
'dimensions' => ':attribute 具有无效图片尺寸。', 'dimensions' => ':attribute 具有无效图片尺寸。',
'distinct' => ':attribute 栏位有重复值。', 'distinct' => ':attribute 栏位有重复值。',
'file' => ':attribute 必须是档案。', 'file' => ':attribute 必须是档案。',
'in_array' => ':attribute 栏位不存在于 :other。', 'in_array' => ':attribute 栏位不存在于 :other。',
'present' => ':attribute 栏位必须存在。', 'present' => ':attribute 栏位必须存在。',
'amount_zero' => '总金额不能为零。', 'amount_zero' => '总金额不能为零。',
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。', 'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。', 'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
'invalid_account_info' => '无效的帐户资讯。', 'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
'invalid_account_info' => '无效的帐户资讯。',
'attributes' => [ 'attributes' => [
'email' => '电子邮件地址', 'email' => '电子邮件地址',
'description' => '描述', 'description' => '描述',

View File

@ -23,29 +23,30 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'html_language' => 'zh-tw', 'html_language' => 'zh-tw',
'locale' => 'zh_TW, Chinese Traditional (Taiwan), zh_TW.utf8, zh_TW.UTF-8', 'locale' => 'zh_TW, Chinese Traditional (Taiwan), zh_TW.utf8, zh_TW.UTF-8',
'month' => '%Y 年 %b', 'month' => '%Y 年 %b',
'month_and_day' => '%Y 年 %b %e 號', 'month_and_day' => '%Y 年 %b %e 號',
'month_and_date_day' => '%Y 年 %b %e 號 %A', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_no_year' => '%b %e 號', 'month_and_date_day' => '%Y 年 %b %e 號 %A',
'date_time' => '%Y 年 %b %e 號 %T', 'month_and_day_no_year' => '%b %e 號',
'specific_day' => '%Y 年 %b %e 號', 'date_time' => '%Y 年 %b %e 號 %T',
'week_in_year' => '%Y 年第 %W 週', 'specific_day' => '%Y 年 %b %e 號',
'year' => '%Y 年', 'week_in_year' => '%Y 年第 %W 週',
'half_year' => '%Y 年 %b', 'year' => '%Y 年',
'month_js' => 'MMMM YYYY', 'half_year' => '%Y 年 %b',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_js' => 'MMMM YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'month_and_day_js' => 'MMMM Do, YYYY',
'specific_day_js' => 'D MMMM YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'week_in_year_js' => '[Week] w, YYYY', 'specific_day_js' => 'D MMMM YYYY',
'year_js' => 'YYYY', 'week_in_year_js' => '[Week] w, YYYY',
'half_year_js' => 'Q YYYY', 'year_js' => 'YYYY',
'dow_1' => '週一', 'half_year_js' => 'Q YYYY',
'dow_2' => '週二', 'dow_1' => '週一',
'dow_3' => '週三', 'dow_2' => '週二',
'dow_4' => '週四', 'dow_3' => '週三',
'dow_5' => '週五', 'dow_4' => '週四',
'dow_6' => '週六', 'dow_5' => '週五',
'dow_7' => '週日', 'dow_6' => '週六',
'dow_7' => '週日',
]; ];

File diff suppressed because it is too large Load Diff

View File

@ -120,18 +120,19 @@ return [
'string' => ':attribute 必須是字串。', 'string' => ':attribute 必須是字串。',
'url' => ':attribute 格式無效。', 'url' => ':attribute 格式無效。',
'timezone' => ':attribute 必須是有效的時區。', 'timezone' => ':attribute 必須是有效的時區。',
'2fa_code' => '欄位 :attribute 無效。', '2fa_code' => '欄位 :attribute 無效。',
'dimensions' => ':attribute 圖片尺寸無效。', 'dimensions' => ':attribute 圖片尺寸無效。',
'distinct' => '欄位 :attribute 有重複值。', 'distinct' => '欄位 :attribute 有重複值。',
'file' => ':attribute 必須是檔案。', 'file' => ':attribute 必須是檔案。',
'in_array' => '欄位 :attribute 不存在於 :other。', 'in_array' => '欄位 :attribute 不存在於 :other。',
'present' => ':attribute 欄位必須存在。', 'present' => ':attribute 欄位必須存在。',
'amount_zero' => '總金額不能為零。', 'amount_zero' => '總金額不能為零。',
'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。', 'current_target_amount' => 'The current amount must be less than the target amount.',
'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security', 'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。',
'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。', 'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。', 'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。',
'invalid_account_info' => '無效的帳戶資訊。', 'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。',
'invalid_account_info' => '無效的帳戶資訊。',
'attributes' => [ 'attributes' => [
'email' => '電子郵件地址', 'email' => '電子郵件地址',
'description' => '描述', 'description' => '描述',