mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
New translations.
This commit is contained in:
1
resources/lang/.gitignore
vendored
1
resources/lang/.gitignore
vendored
@@ -2,7 +2,6 @@ ca_ES
|
||||
da_DK
|
||||
he_IL
|
||||
is_IS
|
||||
ja_JP
|
||||
sl_SI
|
||||
uk_UA
|
||||
sr_CS
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Това е невалиден IBAN.',
|
||||
'zero_or_more' => 'Стойността не може да бъде отрицателна.',
|
||||
'date_or_time' => 'Стойността трябва да е валидна дата и време (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'withdrawal_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'deposit_source_bad_data' => 'Не може да се намери валидна разходна сметка при търсене на ID ":id" или име ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Toto není platný IBAN.',
|
||||
'zero_or_more' => 'Hodnota nemůže být záporná.',
|
||||
'date_or_time' => 'Je třeba, aby hodnota byla platné datum nebo čas (ve formátu dle normy ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'withdrawal_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
|
||||
'generic_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'generic_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
|
||||
'deposit_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
|
@@ -1074,7 +1074,7 @@ return [
|
||||
'expense_deleted' => 'Ausgabenkonto „:name” erfolgreich gelöscht',
|
||||
'revenue_deleted' => 'Einnahmenkonto „:name” erfolgreich gelöscht',
|
||||
'update_asset_account' => 'Bestandskonto aktualisieren',
|
||||
'update_undefined_account' => 'Update account',
|
||||
'update_undefined_account' => 'Konto aktualisieren',
|
||||
'update_liabilities_account' => 'Verbindlichkeit aktualisieren',
|
||||
'update_expense_account' => 'Ausgabenkonto aktualisieren',
|
||||
'update_revenue_account' => 'Einnahmenkonto aktualisieren',
|
||||
@@ -1122,7 +1122,7 @@ return [
|
||||
'stored_new_account' => 'Neues Konto „:name” gespeichert!',
|
||||
'stored_new_account_js' => 'Neues Konto "<a href="accounts/show/{ID}">„{name}”</a>" gespeichert!',
|
||||
'updated_account' => 'Konto „:name” aktualisiert',
|
||||
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
|
||||
'updated_account_js' => 'Konto "<a href="accounts/show/{ID}">{title}</a>" aktualisiert.',
|
||||
'credit_card_options' => 'Kreditkartenoptionen',
|
||||
'no_transactions_account' => 'Es liegen (in diesem Zeitraum) keine Buchungen für das Bestandskonto „:name” vor.',
|
||||
'no_transactions_period' => 'Keine Buchungen (in diesem Zeitraum) vorhanden.',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Dies ist keine gültige IBAN.',
|
||||
'zero_or_more' => 'Der Wert darf nicht negativ sein.',
|
||||
'date_or_time' => 'Der Wert muss ein gültiges Datum oder Zeitangabe sein (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.',
|
||||
'withdrawal_dest_bad_data' => 'Bei der Suche nach Kennung „:id” oder Name „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
|
||||
'generic_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'generic_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
|
||||
'deposit_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
|
||||
'deposit_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Αυτό δεν είναι έγκυρο IBAN.',
|
||||
'zero_or_more' => 'Αυτή η τιμή δεν μπορεί να είναι αρνητική.',
|
||||
'date_or_time' => 'Αυτή η τιμή πρέπει να είναι έγκυρη ημερομηνία ή τιμή ώρας (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'withdrawal_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'generic_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'deposit_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'This is not a valid IBAN.',
|
||||
'zero_or_more' => 'The value cannot be negative.',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Este no es un IBAN válido.',
|
||||
'zero_or_more' => 'El valor no puede ser negativo.',
|
||||
'date_or_time' => 'El valor debe ser una fecha u hora válido (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida al buscar el ID ":id" o nombre ":name".',
|
||||
'generic_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida al buscar el ID ":id" o nombre ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'deposit_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'IBAN ei ole oikeassa muodossa.',
|
||||
'zero_or_more' => 'Arvo ei voi olla negatiivinen.',
|
||||
'date_or_time' => 'Arvon täytyy olla päivämäärä tai aika-arvo (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'withdrawal_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'deposit_source_bad_data' => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Il ne s\'agit pas d\'un IBAN valide.',
|
||||
'zero_or_more' => 'Le montant ne peut pas être négatif.',
|
||||
'date_or_time' => 'La valeur doit être une date ou une heure valide (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'withdrawal_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'generic_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'deposit_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Ez nem egy érvényes IBAN számlaszám.',
|
||||
'zero_or_more' => 'Az érték nem lehet negatív.',
|
||||
'date_or_time' => 'Az értéknek érvényes dátum vagy időformátumúnak kell lennie (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_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.',
|
||||
'withdrawal_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_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.',
|
||||
'deposit_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Ini bukan IBAN yang valid.',
|
||||
'zero_or_more' => 'Nilai tidak bisa negatif.',
|
||||
'date_or_time' => 'Nilainya harus berupa nilai tanggal atau waktu yang valid (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'withdrawal_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'generic_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'deposit_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
|
@@ -1074,7 +1074,7 @@ return [
|
||||
'expense_deleted' => 'Conto uscite ":name" eliminato correttamente',
|
||||
'revenue_deleted' => 'Conto entrate ":name" eliminato correttamente',
|
||||
'update_asset_account' => 'Aggiorna conto attività',
|
||||
'update_undefined_account' => 'Update account',
|
||||
'update_undefined_account' => 'Aggiorna conto',
|
||||
'update_liabilities_account' => 'Aggiorna passività',
|
||||
'update_expense_account' => 'Aggiorna conto uscite',
|
||||
'update_revenue_account' => 'Aggiorna conto entrate',
|
||||
@@ -1122,7 +1122,7 @@ return [
|
||||
'stored_new_account' => 'Nuovo conto ":name" stored!',
|
||||
'stored_new_account_js' => 'Nuovo conto "<a href="accounts/show/{ID}">{name}</a>" salvato!',
|
||||
'updated_account' => 'Aggiorna conto ":name"',
|
||||
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
|
||||
'updated_account_js' => 'Conto "<a href="accounts/show/{ID}">{title}</a>" aggiornato.',
|
||||
'credit_card_options' => 'Opzioni carta di credito',
|
||||
'no_transactions_account' => 'Non ci sono transazioni (in questo periodo) per il conto attività ":name".',
|
||||
'no_transactions_period' => 'Non ci sono transazioni (in questo periodo).',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Questo non è un IBAN valido.',
|
||||
'zero_or_more' => 'Il valore non può essere negativo.',
|
||||
'date_or_time' => 'Il valore deve essere un valore valido per una data o per un orario (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'withdrawal_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'generic_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'deposit_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
|
26
resources/lang/ja_JP/api.php
Normal file
26
resources/lang/ja_JP/api.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* api.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
];
|
28
resources/lang/ja_JP/auth.php
Normal file
28
resources/lang/ja_JP/auth.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* auth.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => '認証データが登録情報と一致しません。',
|
||||
'throttle' => 'ログインの失敗が既定回数に達しました。:seconds 秒以上空けて、再度お試しください。',
|
||||
];
|
64
resources/lang/ja_JP/breadcrumbs.php
Normal file
64
resources/lang/ja_JP/breadcrumbs.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'ホーム',
|
||||
'edit_currency' => '通貨 ":name" を編集する',
|
||||
'delete_currency' => '通貨 ":name" を削除する',
|
||||
'newPiggyBank' => '新しい貯金箱を作成する',
|
||||
'edit_piggyBank' => '貯金箱 ":name" を編集する',
|
||||
'preferences' => '設定',
|
||||
'profile' => 'プロフィール',
|
||||
'accounts' => '口座',
|
||||
'changePassword' => 'パスワードを変更する',
|
||||
'change_email' => 'メールアドレスを変更する',
|
||||
'bills' => '請求書',
|
||||
'newBill' => '新しい請求書',
|
||||
'edit_bill' => '請求書 ":name" を編集する',
|
||||
'delete_bill' => '請求書 ":name" を削除する',
|
||||
'reports' => 'レポート',
|
||||
'search_result' => '":query" の検索結果',
|
||||
'withdrawal_list' => '支出',
|
||||
'Withdrawal_list' => '支出',
|
||||
'deposit_list' => '収入、所得、入金',
|
||||
'transfer_list' => '振り替え',
|
||||
'transfers_list' => '振り替え',
|
||||
'reconciliation_list' => '照合リスト',
|
||||
'create_withdrawal' => '新しい出金を作成する',
|
||||
'create_deposit' => '新しい入金を作成する',
|
||||
'create_transfer' => '新しい振り替えを作成する',
|
||||
'create_new_transaction' => '新規取引を作成',
|
||||
'edit_journal' => '取り引き ":description" を編集する',
|
||||
'edit_reconciliation' => '":description" を編集する',
|
||||
'delete_journal' => '取り引き ":description" を削除する',
|
||||
'delete_group' => '取り引き ":description" を削除する',
|
||||
'tags' => 'タグ',
|
||||
'createTag' => '新しいタグを作成する',
|
||||
'edit_tag' => 'タグ ":tag" を編集する',
|
||||
'delete_tag' => 'タグ ":tag" を削除する',
|
||||
'delete_journal_link' => '取引間のリンクを削除する',
|
||||
'edit_object_group' => 'グループ「:title」を編集',
|
||||
'delete_object_group' => 'グループ「:title」を削除',
|
||||
'logout_others' => '他のセッションをログアウトさせる'
|
||||
];
|
29
resources/lang/ja_JP/components.php
Normal file
29
resources/lang/ja_JP/components.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* components.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
56
resources/lang/ja_JP/config.php
Normal file
56
resources/lang/ja_JP/config.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* config.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'ja',
|
||||
'locale' => 'ja, Japanese, ja_JP.utf8, ja_JP.UTF-8',
|
||||
'month' => '%Y年%B月',
|
||||
'month_and_day' => '%Y年%B月%e日',
|
||||
'month_and_day_moment_js' => 'YYYY年MM月D日',
|
||||
'month_and_day_fns' => 'y年 MMMM d日',
|
||||
'month_and_date_day' => '%Y年%e月%B日%A',
|
||||
'month_and_day_no_year' => '%e月%B日',
|
||||
'date_time' => '%Y年%B月%e日 %T',
|
||||
'specific_day' => '%Y年%B月%e日',
|
||||
'week_in_year' => 'YYYY年w[週目]',
|
||||
'year' => '%Y年',
|
||||
'half_year' => '%Y年%B月',
|
||||
'month_js' => 'YYYY年MM月',
|
||||
'month_and_day_js' => 'YYYY年MM月DD日',
|
||||
'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss',
|
||||
'specific_day_js' => 'YYYY年MM月D日',
|
||||
'week_in_year_js' => 'YYYY年w[週目]',
|
||||
'week_in_year_fns' => "yyyy年w[週目]",
|
||||
'year_js' => 'YYYY年',
|
||||
'half_year_js' => 'YYYY年第Q四半期',
|
||||
'quarter_fns' => "yyyy年第Q四半期",
|
||||
'half_year_fns' => "yyyy年H[半期]",
|
||||
'dow_1' => '月曜日',
|
||||
'dow_2' => '火曜日',
|
||||
'dow_3' => '水曜日',
|
||||
'dow_4' => '木曜日',
|
||||
'dow_5' => '金曜日',
|
||||
'dow_6' => '土曜日',
|
||||
'dow_7' => '日曜日',
|
||||
];
|
38
resources/lang/ja_JP/demo.php
Normal file
38
resources/lang/ja_JP/demo.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* demo.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'no_demo_text' => '申し訳ありませんが、<abbr title=":route">このページ</abbr>のデモ説明文はもうありません。',
|
||||
'see_help_icon' => '右上角にある<i class="fa fa-question-circle"></i>アイコンが更に多くの情報を教えてくれるかもしれません。',
|
||||
'index' => '<strong>Firefly III</strong>へようこそ!このページでは、あなたの収支に関しての基本的な情報が得られます。詳しくは、→<a href=":asset">Asset Accounts</a>アカウントを確認、あるいは<a href=":budgets">予算</a>や<a href=":reports">レポート</a>ページを見てください。或いは、気ままに見て回るのも良いでしょう。',
|
||||
'accounts-index' => '資産勘定はあなたの個人預金口座です。支出元アカウントはあなたがお金を支出する場所、店や友人などです。
|
||||
収入アカウントはお金を受け取る元、あなたの仕事や政府などの収入源です。債務はあなたの負債や古いクレジットカードの借金、奨学金などのローンです。このページではそれらを編集したり削除したりできます。',
|
||||
'budgets-index' => 'このページはあなたの支出の概要を表しています。一番上のバーは予算計上に利用可能な残高を表しています。これは右の残高をクリックすることによってどんな期間にも変更できます。',
|
||||
'reports-index-start' => 'Firefly IIIは多くの形式のレポートに対応しています。右上角の<i class="fa fa-question-circle"></i>アイコンで見ることができます。',
|
||||
'reports-index-examples' => 'これらの例を必ず確認してください:<a href=":one">毎月の財務概要</a>、<a href=":two">年次財務概要</a>、<a href=":three">予算概要</a>。',
|
||||
'currencies-index' => 'Firefly IIIは多くの通貨に対応しています。デフォルトはユーロですが、米ドルや他の多くの通貨に変更することもできます。ご覧のように少しの種類の通貨しか含まれていませんが、あなたの好みで追加することも出来ます。デフォルトの通貨を変更しても既存の収支には影響ありません: Firefly IIIは同時に複数の通貨を扱うことができます。',
|
||||
'transactions-index' => 'これらの経費、預金、送金などに特に意味はありません。自動で生成されたものです。',
|
||||
'piggy-banks-index' => 'ご覧のように、3つの貯金箱があります。プラスやマイナスのボタンでそれぞれの貯金箱のお金の量を調整することができます。貯金箱の名前をクリックするとそれぞれの貯金箱の管理ができます。',
|
||||
'profile-index' => 'デモサイトは4時間毎にリセットされることに注意してください。あなたの変更はいつでも破棄される可能性があります。これは自動的に行われ、バグではありません。',
|
||||
];
|
104
resources/lang/ja_JP/email.php
Normal file
104
resources/lang/ja_JP/email.php
Normal file
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* email.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// common items
|
||||
'greeting' => 'ようこそ',
|
||||
'closing' => 'ピーピー',
|
||||
'signature' => 'Firely-iiiのメールロボット',
|
||||
'footer_ps' => ':ipAddressにリクエストされたので、このメール送信されました。',
|
||||
|
||||
// admin test
|
||||
'admin_test_subject' => 'Firefly-iiiのテストメッセージ',
|
||||
'admin_test_body' => 'Firefly-iiiのテストメッセージ。:emailに送信しました。',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Firefly III に新しいログイン',
|
||||
'new_ip_body' => 'Firefly III が未知のIPアドレスからあなたのアカウントへの新しいログインを検出しました。 以下のIPアドレスからログインしたことがないか、ログインから6ヶ月以上経過している場合、Firefly IIIは警告します。',
|
||||
'new_ip_warning' => 'このIPアドレスまたはログインに覚えがある場合は、このメッセージを無視できます。 ログインしていないか、これが何であるかがわからない場合、 パスワードのセキュリティを確認、変更し、すべてのセッションをログアウトしてください。 これはあなたのプロフィールページから行えます。もちろん、あなたはすでに2FAが有効になっていますよね?',
|
||||
'ip_address' => 'IPアドレス',
|
||||
'host_name' => 'ホスト',
|
||||
'date_time' => '日付と時刻',
|
||||
|
||||
// access token created
|
||||
'access_token_created_subject' => '新しいアクセストークンが作成されました。',
|
||||
'access_token_created_body' => 'あなたのユーザーアカウントの利用するために、新しいアクセストークンを作成した方がいます。',
|
||||
'access_token_created_explanation' => 'このトークンがあれば、Firefly III APIを使用してあなたの財務記録の <strong>すべて</strong> にアクセスできます。',
|
||||
'access_token_created_revoke' => 'これがあなたではない場合は、できるだけ早く :url からこのトークンを無効にしてください。',
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Firefly-iiiへようこそ!',
|
||||
'registered_welcome' => '<a style="color:#337ab7" href=":address">Firefly III</a>へようこそ。登録がこのメールで確認できました。やった!',
|
||||
'registered_pw' => 'パスワードを忘れた場合は、 <a style="color:#337ab7" href=":address/password/reset">パスワードリセットツール</a> を使用してリセットしてください。',
|
||||
'registered_help' => '各ページの右上にヘルプアイコンがあります。ヘルプが必要な場合は、クリックしてください。',
|
||||
'registered_doc_html' => 'まだ読んでいない場合は、 <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/personal-finances">概論</a>をご覧ください。',
|
||||
'registered_doc_text' => 'まだ読んでいない場合は、初回利用ガイドと詳細説明をご覧ください。',
|
||||
'registered_closing' => 'では!',
|
||||
'registered_firefly_iii_link' => 'Firefly III:',
|
||||
'registered_pw_reset_link' => 'パスワードのリセット:',
|
||||
'registered_doc_link' => 'ドキュメント:',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Firefly III のメールアドレスが変更されました',
|
||||
'email_change_body_to_new' => 'あなた、もしくはあなたのFirefly IIIアカウントにアクセスできるユーザーが、メールアドレスを変更しました。 このメッセージに覚えがない場合は、無視して削除してください。',
|
||||
'email_change_body_to_old' => 'あなた、もしくはあなたのFirefly IIIアカウントにアクセスできるユーザーが、メールアドレスを変更しました。 このメッセージに覚えがない場合は、 <strong>必ず</strong>以下の「元に戻す」リンクに従いアカウントを保護してください。',
|
||||
'email_change_ignore' => 'あなたがこの変更を開始した場合は、このメッセージを無視してください。',
|
||||
'email_change_old' => '古いメールアドレス: :email',
|
||||
'email_change_old_strong' => '古いメールアドレス: <strong>:email</strong>',
|
||||
'email_change_new' => '新しいメールアドレス: :email',
|
||||
'email_change_new_strong' => '新しいメールアドレスは: <strong>:email</strong>',
|
||||
'email_change_instructions' => 'この変更を確認するまで Firefly III を使用できません。以下のリンクに従ってください。',
|
||||
'email_change_undo_link' => '変更を元に戻すには、次のリンクに従ってください:',
|
||||
|
||||
// OAuth token created
|
||||
'oauth_created_subject' => '新しいOAuthクライアントが作成されました',
|
||||
'oauth_created_body' => '誰か(あなただと幸いです)があなたのユーザーアカウント用の新しいFirefly III API OAuth クライアントを作成しました。 ":name" というラベルが付けられており、コールバックURL <span style="font-family: monospace;">:url</span> があります。',
|
||||
'oauth_created_explanation' => 'このクライアントは、Firefly III APIを介してあなたの <strong>すべて</strong> の財務記録のにアクセスできます。',
|
||||
'oauth_created_undo' => 'これがあなたではない場合は、できるだけ早く:url からこのクライアントを無効にしてください。',
|
||||
|
||||
// reset password
|
||||
'reset_pw_subject' => 'パスワードリセットのリクエスト',
|
||||
'reset_pw_instructions' => '誰かがあなたのパスワードをリセットしようとしました。もしあなたであれば、以下のリンクに従ってください。',
|
||||
'reset_pw_warning' => '<strong>必ず</strong>実際にリンクが Firefly III に遷移することを確認してください!',
|
||||
|
||||
// error
|
||||
'error_subject' => 'Firefly III でエラーが発生しました',
|
||||
'error_intro' => 'Firefly III v:version でエラーが発生しました: <span style="font-family: monospace;">:errorMessage</span>。',
|
||||
'error_type' => 'エラー種別は ":class" でした。',
|
||||
'error_timestamp' => 'エラーは :time に発生しました',
|
||||
'error_location' => 'このエラーは、ファイル "<span style="font-family: monospace;">:file</span>" :line 行目のコード :code で発生しました。',
|
||||
'error_user' => 'ユーザー #:id <a href="mailto::email">:email</a> がエラーに遭遇しました。',
|
||||
'error_no_user' => 'このエラーの際、ユーザーはログインしていないか、ユーザーは検出されませんでした。',
|
||||
'error_ip' => 'このエラーに関連する IP アドレス: :ip',
|
||||
'error_url' => 'URL: :url',
|
||||
'error_user_agent' => 'ユーザーエージェント: :userAgent',
|
||||
'error_stacktrace' => '完全なスタックトレースは以下の通りです。これがバグだと考えるなら、このメッセージを<a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>に届けることができます。これは先ほど遭遇したバグの修正に役立ちます。',
|
||||
'error_github_html' => 'ご希望の場合は、<a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>で新しいissueを作ることもできます。',
|
||||
'error_github_text' => 'ご希望の場合は、https://github.com/fofoflifly-iii/firelify-ii/issuesで新しいissueを作ることもできます。',
|
||||
'error_stacktrace_below' => '完全なスタックトレースは以下の通りです:',
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III が取引を作成しました|Firefly III が:count件の取引を作成しました',
|
||||
'new_journals_header' => 'Firefly III が取引を作成しました。Firefly III で参照できます:|Firefly III が:count件の取引を作成しました。 Firefly III でそれらを参照できます。',
|
||||
];
|
51
resources/lang/ja_JP/errors.php
Normal file
51
resources/lang/ja_JP/errors.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'404_header' => 'Firefly IIIはお探しのページを見つけることができませんでした。',
|
||||
'404_page_does_not_exist' => 'あなたがリクエストしたページは存在しません。間違ったURLを入力していないか確認してください。ミスタイプをしているかもしれません。',
|
||||
'404_send_error' => 'このページにリダイレクトしてしまった件については、大変申し訳ありません。このエラーについてはログファイルに記載がありますので、それをお送りいただければ幸いです。',
|
||||
'404_github_link' => 'このページがあるはずだと強い確信を持っているのであれば、<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>でIssueを立てて(チケットを開いて)ください。',
|
||||
'whoops' => 'エラー',
|
||||
'fatal_error' => '致命的なエラーが発生しました。"storage/logs"にあるログファイルを確認するか、"docker logs -f [container]"を使用して問題点を確認してください。',
|
||||
'maintenance_mode' => 'Firefly III はメンテナンスモードです。',
|
||||
'be_right_back' => 'メンテナンスはすぐに終わります。',
|
||||
'check_back' => '必要なメンテナンスを行っているため、Firefly IIIは一時停止しています。しばらくしてからもう一度確認してください。',
|
||||
'error_occurred' => '申し訳ありません。エラーが発生しました。',
|
||||
'error_not_recoverable' => '残念ながら、このエラーは回復不可能です。Firefly IIIは故障しました。エラーログは以下の通りです:',
|
||||
'error' => 'エラー',
|
||||
'error_location' => 'このエラーは、ファイル「<span style="font-family: monospace;">:file</span>」 :line 行目のコード :code で発生しました。',
|
||||
'stacktrace' => 'スタックトレース',
|
||||
'more_info' => '詳細情報',
|
||||
'collect_info' => 'ログファイルがある <code>storage/logs</code> ディレクトリにて、より詳細な情報を集めてください。Docker を使っている場合は <code>docker logs -f [container]</code> を使用してください。',
|
||||
'collect_info_more' => 'エラー情報の収集については、 <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a> をご覧ください。',
|
||||
'github_help' => 'GitHubでヘルプを見る',
|
||||
'github_instructions' => '<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> にて新しい issue を作ることは大歓迎です。',
|
||||
'use_search' => '検索してください!',
|
||||
'include_info' => '<a href=":link">このデバッグページ</a>からの情報を含めます。',
|
||||
'tell_more' => '「おっと!」以上のことを教えてください。',
|
||||
'include_logs' => 'エラーログを含めます (上記参照)。',
|
||||
'what_did_you_do' => '何をしていたか教えてください。',
|
||||
|
||||
];
|
1891
resources/lang/ja_JP/firefly.php
Normal file
1891
resources/lang/ja_JP/firefly.php
Normal file
File diff suppressed because it is too large
Load Diff
247
resources/lang/ja_JP/form.php
Normal file
247
resources/lang/ja_JP/form.php
Normal file
@@ -0,0 +1,247 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => '銀行名',
|
||||
'bank_balance' => '残高',
|
||||
'savings_balance' => '貯蓄バランス',
|
||||
'credit_card_limit' => 'クレジットカード上限額',
|
||||
'automatch' => '自動的に一致',
|
||||
'skip' => 'スキップ',
|
||||
'enabled' => '有効',
|
||||
'name' => '名前',
|
||||
'active' => '有効',
|
||||
'amount_min' => '最低額',
|
||||
'amount_max' => '上限額',
|
||||
'match' => '一致',
|
||||
'strict' => '厳格モード',
|
||||
'repeat_freq' => '繰り返し',
|
||||
'object_group' => 'グループ',
|
||||
'location' => '場所',
|
||||
'update_channel' => 'チャンネルを更新',
|
||||
'currency_id' => '通貨',
|
||||
'transaction_currency_id' => '通貨',
|
||||
'auto_budget_currency_id' => '通貨',
|
||||
'external_ip' => 'サーバーの外部IPアドレス',
|
||||
'attachments' => '添付ファイル',
|
||||
'BIC' => '銀行投資契約',
|
||||
'verify_password' => 'パスワードのセキュリティを確認',
|
||||
'source_account' => '支出元のアカウント',
|
||||
'destination_account' => '送金先のアカウント',
|
||||
'asset_destination_account' => '送金先のアカウント',
|
||||
'include_net_worth' => '純資産に含める',
|
||||
'asset_source_account' => '支出元のアカウント',
|
||||
'journal_description' => '説明',
|
||||
'note' => '備考',
|
||||
'currency' => '通貨',
|
||||
'account_id' => '資産勘定',
|
||||
'budget_id' => '予算',
|
||||
'bill_id' => '請求',
|
||||
'opening_balance' => '期首残高',
|
||||
'tagMode' => 'タグモード',
|
||||
'virtual_balance' => '仮想残高',
|
||||
'targetamount' => '入金先に入金される金額',
|
||||
'account_role' => 'アカウントのロール',
|
||||
'opening_balance_date' => '期首残高日',
|
||||
'cc_type' => 'クレジットカードの決済方法',
|
||||
'cc_monthly_payment_date' => 'クレジットカードの引き落とし日',
|
||||
'piggy_bank_id' => '貯金箱',
|
||||
'returnHere' => 'ここへ戻る',
|
||||
'returnHereExplanation' => '保存後、別のものを作成するにはここへ戻ってきてください。',
|
||||
'returnHereUpdateExplanation' => '保存後、ここへ戻ってきてください。',
|
||||
'description' => '説明',
|
||||
'expense_account' => '支出元アカウント',
|
||||
'revenue_account' => '収入アカウント',
|
||||
'decimal_places' => '小数点以下の桁',
|
||||
'destination_amount' => '金額(先)',
|
||||
'new_email_address' => '新しいメールアドレス',
|
||||
'verification' => '認証',
|
||||
'api_key' => 'APIキー',
|
||||
'remember_me' => 'ログインを維持',
|
||||
'liability_type_id' => '債務形式',
|
||||
'liability_type' => '債務種別',
|
||||
'interest' => '利息',
|
||||
'interest_period' => '利息期間',
|
||||
'extension_date' => '延長日',
|
||||
'type' => 'タイプ',
|
||||
'convert_Withdrawal' => '出金を変換',
|
||||
'convert_Deposit' => '預金を変換',
|
||||
'convert_Transfer' => '送金を変換',
|
||||
'amount' => '金額',
|
||||
'foreign_amount' => '外貨量',
|
||||
'date' => '日付',
|
||||
'interest_date' => '利息',
|
||||
'book_date' => '予約日',
|
||||
'process_date' => '処理日',
|
||||
'category' => 'カテゴリ',
|
||||
'tags' => 'タグ',
|
||||
'deletePermanently' => '永久に削除',
|
||||
'cancel' => 'キャンセル',
|
||||
'targetdate' => '目標日付',
|
||||
'startdate' => '開始日',
|
||||
'tag' => 'タグ',
|
||||
'under' => '下',
|
||||
'symbol' => '記号',
|
||||
'code' => 'コード',
|
||||
'iban' => '国際銀行口座番号',
|
||||
'account_number' => 'アカウント番号',
|
||||
'creditCardNumber' => 'クレジットカード番号',
|
||||
'has_headers' => 'ヘッダー',
|
||||
'date_format' => '日付書式',
|
||||
'specifix' => '銀行またはファイル固有の修正',
|
||||
'attachments[]' => '添付ファイル',
|
||||
'title' => 'タイトル',
|
||||
'notes' => '備考',
|
||||
'filename' => 'ファイル名',
|
||||
'mime' => 'Mimeタイプ',
|
||||
'size' => 'サイズ',
|
||||
'trigger' => 'トリガー',
|
||||
'stop_processing' => '処理を停止',
|
||||
'start_date' => '期間の開始',
|
||||
'end_date' => '期間の終了',
|
||||
'enddate' => '終了日',
|
||||
'start' => '期間の開始',
|
||||
'end' => '期間の終了',
|
||||
'delete_account' => '勘定":name" を削除する',
|
||||
'delete_bill' => '請求書 ":name" を削除する',
|
||||
'delete_budget' => '予算":name" を削除する',
|
||||
'delete_category' => 'カテゴリ":name" を削除する',
|
||||
'delete_currency' => '通貨 ":name" を削除する',
|
||||
'delete_journal' => '取り引き ":description" を削除する',
|
||||
'delete_attachment' => '添付',
|
||||
'delete_rule' => '削除',
|
||||
'delete_rule_group' => 'ルールグループ「:title」を削除',
|
||||
'delete_link_type' => '取引間のリンクを削除する',
|
||||
'delete_user' => '削除',
|
||||
'delete_recurring' => '取り引き ":description" を削除する',
|
||||
'user_areYouSure' => 'ユーザー 「:email」 を削除すると、すべてが消去されます。元に戻すことはできません。 あなたが自分自身を削除すると、この Firefly III へのアクセスができなくなります。',
|
||||
'attachment_areYouSure' => '添付ファイル「:name」を削除してもよろしいですか?',
|
||||
'account_areYouSure' => 'アカウント「:name」を削除してもよろしいですか?',
|
||||
'account_areYouSure_js' => 'アカウント「{name}」を削除してもよろしいですか?',
|
||||
'bill_areYouSure' => '請求「:name」を削除してもよろしいですか?',
|
||||
'rule_areYouSure' => '規則「:title」を削除してもよろしいですか?',
|
||||
'object_group_areYouSure' => 'グループ「:title」を削除してもよろしいですか?',
|
||||
'ruleGroup_areYouSure' => '規則グループ「:title」を削除してもよろしいですか?',
|
||||
'budget_areYouSure' => '予算「:name」を削除してもよろしいですか?',
|
||||
'category_areYouSure' => 'カテゴリ「:name」を削除してもよろしいですか?',
|
||||
'recurring_areYouSure' => '定期的な取引「:title」を削除してもよろしいですか?',
|
||||
'currency_areYouSure' => '通貨「:name」を削除してもよろしいですか?',
|
||||
'piggyBank_areYouSure' => '貯金箱「:name」を削除してもよろしいですか?',
|
||||
'journal_areYouSure' => '「:description」と説明されている取引を削除してもよろしいですか?',
|
||||
'mass_journal_are_you_sure' => 'これらの取引を削除してもよろしいですか?',
|
||||
'tag_areYouSure' => 'タグ「:tag」を削除してもよろしいですか?',
|
||||
'journal_link_areYouSure' => '<a href=":source_link">:source</a> と <a href=":destination_link">:destination</a> の間のリンクを削除してもよろしいですか?',
|
||||
'linkType_areYouSure' => 'リンクタイプ「:name (:inward/:outward)」を削除してもよろしいですか?',
|
||||
'permDeleteWarning' => 'Firefly III からの削除は永続的であり、元に戻すことはできません。',
|
||||
'mass_make_selection' => 'チェックボックスを外せば、その項目が削除されないようにすることができます。',
|
||||
'delete_all_permanently' => 'この数値は選択されたトリガーには無効です。',
|
||||
'update_all_journals' => 'チャンネルを更新',
|
||||
'also_delete_transactions' => 'このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する :count 件の取引も削除されます。',
|
||||
'also_delete_transactions_js' => '取引はありません|このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する {count} 件の取引も削除されます。',
|
||||
'also_delete_connections' => 'このリンクタイプにリンクするただ一つの取引の関連がなくなります。|このリンクタイプにリンクする :count 件の取引の関連がなくなります。',
|
||||
'also_delete_rules' => 'このルールグループに関連するただ一つのルールも削除されます。|このルールグループに関連する :count 個のルールも削除されます。',
|
||||
'also_delete_piggyBanks' => 'このアカウントに関連するただ一つの貯金箱も削除されます。|このアカウントに関連する :count 個の貯金箱も削除されます。',
|
||||
'also_delete_piggyBanks_js' => '貯金箱はありません|このアカウントに関連するただ一つの貯金箱も削除されます。|このアカウントに関連する {count} 個の貯金箱も削除されます。',
|
||||
'not_delete_piggy_banks' => 'このグループに関連する貯金箱lは削除されません。|このグループに関連する :count 個の貯金箱は削除されません。',
|
||||
'bill_keep_transactions' => 'この請求に関連するただ一つの取引は削除されません。|この請求に関連する :count 件の取引は削除されません。',
|
||||
'budget_keep_transactions' => 'この予算に関連するただ一つの取引は削除されません。|この予算に関連する :count 件の取引は削除されません。',
|
||||
'category_keep_transactions' => 'このカテゴリに関連するただ一つ取引は削除されません。|このカテゴリに関連する :count 件の取引は削除されません。',
|
||||
'recurring_keep_transactions' => 'この定期的な取引によって生成された、ただ一つの取引は削除されません。|この定期的な取引によって生成された :count 件の取引は削除されません。',
|
||||
'tag_keep_transactions' => 'このタグに関連するただ一つ取引は削除されません。|このタグに関連する :count 件の取引は削除されません。',
|
||||
'check_for_updates' => 'アップデートの確認',
|
||||
'liability_direction' => '債務の出入',
|
||||
'delete_object_group' => 'グループ「:title」を削除',
|
||||
'email' => '新しいメールアドレス',
|
||||
'password' => 'パスワードがリセットされました!',
|
||||
'password_confirmation' => 'パスワードを変更する',
|
||||
'blocked' => 'あなたはログアウトしました。ブロックされたアカウントはこのサイトを使うことが出来ません。有効なメールアドレスで登録しましたか?',
|
||||
'blocked_code' => 'ブロック',
|
||||
'login_name' => 'あなたはバックアップコードを利用してログインしました。もし再び使用することが出来ないなら、リストから削除してください。',
|
||||
'is_owner' => '管理者',
|
||||
|
||||
// import
|
||||
'apply_rules' => '適用',
|
||||
'artist' => 'アーティスト',
|
||||
'album' => 'アルバム',
|
||||
'song' => '曲',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'ドメイン',
|
||||
'single_user_mode' => 'ユーザー登録の受付を停止する',
|
||||
'is_demo_site' => 'デモサイトは4時間毎にリセットされることに注意してください。あなたの変更はいつでも破棄される可能性があります。これは自動的に行われ、バグではありません。',
|
||||
|
||||
// import
|
||||
'configuration_file' => 'ファイル ":name" のアップロードに成功しました。',
|
||||
'csv_comma' => 'コンマ (,)',
|
||||
'csv_semicolon' => 'セミコロン (;)',
|
||||
'csv_tab' => 'タブ (非表示)',
|
||||
'csv_delimiter' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'client_id' => 'ID',
|
||||
'app_id' => 'ID',
|
||||
'secret' => 'シークレット',
|
||||
'public_key' => 'APIキー',
|
||||
'country_code' => 'バックアップコード',
|
||||
'provider_code' => '取引データ',
|
||||
'fints_url' => 'APIキー',
|
||||
'fints_port' => 'ポート',
|
||||
'fints_bank_code' => '銀行名',
|
||||
'fints_username' => 'ユーザー名',
|
||||
'fints_password' => 'パスワードを変更する',
|
||||
'fints_account' => '貯蓄口座',
|
||||
'local_account' => 'Firefly III アカウント',
|
||||
'from_date' => 'から',
|
||||
'to_date' => '日付範囲',
|
||||
'due_date' => '日付範囲',
|
||||
'payment_date' => 'クレジットカードの引き落とし日',
|
||||
'invoice_date' => '日付を選択...',
|
||||
'internal_reference' => '内部参照',
|
||||
'inward' => '説明',
|
||||
'outward' => '説明',
|
||||
'rule_group_id' => '規則',
|
||||
'transaction_description' => '取り引き ":description" を編集する',
|
||||
'first_date' => '日付範囲',
|
||||
'transaction_type' => '無効なトランザクション形式です。',
|
||||
'repeat_until' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
|
||||
'recurring_description' => '取り引き ":description" を削除する',
|
||||
'repetition_type' => '最低でも一回の繰り返しが必要です。',
|
||||
'foreign_currency_id' => 'このフィールドを使用して、通貨と金額を設定します。',
|
||||
'repetition_end' => '最低でも一回の繰り返しが必要です。',
|
||||
'repetitions' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
|
||||
'calendar' => 'カレンダー',
|
||||
'weekend' => '週末',
|
||||
'client_secret' => 'クライアントシークレット',
|
||||
'withdrawal_destination_id' => '送金先のアカウント',
|
||||
'deposit_source_id' => '支出元のアカウント',
|
||||
'expected_on' => '予期された',
|
||||
'paid' => '支払い済み',
|
||||
'auto_budget_type' => '自動予算',
|
||||
'auto_budget_amount' => '自動予算額',
|
||||
'auto_budget_period' => '自動予算期間',
|
||||
'collected' => '受領済み',
|
||||
'submitted' => '送信済み',
|
||||
'key' => 'キー',
|
||||
'value' => '記録の内容',
|
||||
];
|
145
resources/lang/ja_JP/intro.php
Normal file
145
resources/lang/ja_JP/intro.php
Normal file
@@ -0,0 +1,145 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* intro.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// index
|
||||
'index_intro' => 'Firefly IIIのインデックスページへようこそ。Firefly IIIの動作を理解するために、この導入にお付き合い下さい。',
|
||||
'index_accounts-chart' => 'このチャートはあなたの支出元アカウントの残高を表示しています。アカウントの設定でここに表示するかどうか選択できます。',
|
||||
'index_box_out_holder' => 'この小さな吹き出しとこの横にある吹き出しは収支状況の概要を表示しています。',
|
||||
'index_help' => 'ページや入力欄について助けが必要なら、このボタンを押して下さい。',
|
||||
'index_outro' => 'Firefly IIIの多くのページはこのような小さなツアーから始まります。もし質問やコメントがある場合は、私に連絡して下さい。楽しんで!',
|
||||
'index_sidebar-toggle' => '新しい取引やアカウントなどを作成するには、このアイコン下のメニューを使用して下さい。',
|
||||
'index_cash_account' => 'これらは今までに作られたアカウントです。現金支出を管理するため現金アカウントを使うこともできますが、もちろん強制ではありません。',
|
||||
|
||||
// transactions
|
||||
'transactions_create_basic_info' => '貸方、借方、日付、説明など、取引の基本情報を入力します。',
|
||||
'transactions_create_amount_info' => '取引の金額を入力します。必要に応じて、フィールドは自動的に更新されます。',
|
||||
'transactions_create_optional_info' => 'これらのフィールドはすべて任意です。ここにメタデータを追加すると、取引をより整理できます。',
|
||||
'transactions_create_split' => '取引を分割する場合は、このボタンでさらに分割を追加します',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'あなたのアカウントには有効なIBANを設定してください。これは将来のデータインポートをとても簡単にします。',
|
||||
'accounts_create_asset_opening_balance' => '経費勘定はFirefly IIIでのこのアカウントの始まりを示す"期首残高"を持っているかもしれません。',
|
||||
'accounts_create_asset_currency' => 'Firefly IIIは複数の通貨をサポートしています。経費勘定は一つの主通貨を持っており、あなたはここでそれを選択する必要があります。',
|
||||
'accounts_create_asset_virtual' => 'あなたのアカウントに仮想の残高を与えることはしばしば助けになるかもしれません: 余剰は常に実際の残高から差し引かれます。',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => '予算はあなたの財源を管理するために使用され、Firefly IIIの一つの主要機能を構成します。',
|
||||
'budgets_index_set_budget' => 'FIrefly IIIがあなたが割り当て可能なすべての金額を予算計上したかどうか伝えられるように。あなたの毎期間の合計予算を設定してください。',
|
||||
'budgets_index_see_expenses_bar' => '消費した金額が少しずつこのバーを埋めます。',
|
||||
'budgets_index_navigate_periods' => '期間を操作することで、予算を事前に簡単に設定できます。',
|
||||
'budgets_index_new_budget' => 'あなたが妥当だと考える新しい予算を設定してください。',
|
||||
'budgets_index_list_of_budgets' => '各予算の金額を設定したり自分の行っていることを確認するためにこの表を使ってください。',
|
||||
'budgets_index_outro' => '予算計上についてもっと知るには、右上のヘルプアイコンを確認してください。',
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'あなたの財務状況の詳細を見るにはこれらのレポートを使用してください。',
|
||||
'reports_index_inputReportType' => 'レポートの種類を選択してください。それぞれのレポートが何を表示するかを見るにはヘルプページを確認してください。',
|
||||
'reports_index_inputAccountsSelect' => 'あなたが適切だと思うように経費勘定を除外したり追加してください。',
|
||||
'reports_index_inputDateRange' => '日付範囲の設定はすべてあなた次第です:1日から10年まで。',
|
||||
'reports_index_extra-options-box' => 'あなたが選んだレポートに応じて、追加のフィルターやオプションを選択できます。',
|
||||
|
||||
// reports (reports)
|
||||
'reports_report_default_intro' => 'このレポートはあなたの財務状況の素早く包括的な概要を表示します。他の何かを表示したい場合、私に連絡することをためらわないでください!',
|
||||
'reports_report_audit_intro' => 'このレポートはあなたの経費勘定の詳細を表示します。',
|
||||
'reports_report_audit_optionsBox' => 'あなたが興味のある列を表示したり隠したりするにはこれらのチェックボックスを使用してください。',
|
||||
|
||||
'reports_report_category_intro' => 'このレポートは一つまたは複数のカテゴリーの見通しを表示します。',
|
||||
'reports_report_category_pieCharts' => 'これらの図表は支出の見通しやカテゴリ、勘定ごとの収入を表示します。',
|
||||
'reports_report_category_incomeAndExpensesChart' => 'この図表はカテゴリーごとのあなたの支出と収入を表示します。',
|
||||
|
||||
'reports_report_tag_intro' => 'このレポートはあなたの一つまたは複数のタグの見通しを表示します。',
|
||||
'reports_report_tag_pieCharts' => 'これらのチャートはタグ、勘定、カテゴリ、予算ごとのあなたの支出と収入を表示しています。',
|
||||
'reports_report_tag_incomeAndExpensesChart' => 'このチャートはタグごとのあなたの支出と収入を表示しています。',
|
||||
|
||||
'reports_report_budget_intro' => 'このレポートは、1つまたは複数の予算についての洞察を提供します。',
|
||||
'reports_report_budget_pieCharts' => 'これらのチャートは、予算ごとまたはアカウントごとの費用に関する洞察を提供します。',
|
||||
'reports_report_budget_incomeAndExpensesChart' => 'このグラフは予算あたりの支出を示しています。',
|
||||
|
||||
// create transaction
|
||||
'transactions_create_switch_box' => 'これらのボタンを使用して、保存したい取引の種類をすばやく切り替えます。',
|
||||
'transactions_create_ffInput_category' => 'このフィールドでは自由に入力できます。以前に作成したカテゴリが推奨されます。',
|
||||
'transactions_create_withdrawal_ffInput_budget' => 'より良い財務管理のために、出金に予算を紐付けます。',
|
||||
'transactions_create_withdrawal_currency_dropdown_amount' => '出金が別の通貨の場合は、このドロップダウンを使用してください。',
|
||||
'transactions_create_deposit_currency_dropdown_amount' => '入金が別の通貨である場合は、このドロップダウンを使用してください。',
|
||||
'transactions_create_transfer_ffInput_piggy_bank_id' => '貯金箱を選択し、この送金をその貯金とします。',
|
||||
|
||||
// piggy banks index:
|
||||
'piggy-banks_index_saved' => 'この項目は、それぞれの貯金箱にどれだけ貯めたかを示しています。',
|
||||
'piggy-banks_index_button' => 'このプログレスバーの隣には、それぞれの貯金箱からお金を追加または削除する、2つのボタン(+と-) があります。',
|
||||
'piggy-banks_index_accountStatus' => 'この表には、ひとつ以上の貯金箱をもつ資産口座の状況が表示されています。',
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'あなたの目標は何ですか? 新しいソファ、カメラ、もしもの時のお金ですか?',
|
||||
'piggy-banks_create_date' => '貯金箱の目標日や期限を設定できます。',
|
||||
|
||||
// show piggy
|
||||
'piggy-banks_show_piggyChart' => 'このグラフは、この貯金箱の経過を示しています。',
|
||||
'piggy-banks_show_piggyDetails' => 'あなたの貯金庫に関する詳細',
|
||||
'piggy-banks_show_piggyEvents' => 'すべての追加または削除もここにリストされています。',
|
||||
|
||||
// bill index
|
||||
'bills_index_rules' => 'ここでは、この請求がきたときに、どのルールが一致するか確認します。',
|
||||
'bills_index_paid_in_period' => 'この項目は、請求が最後に支払われた日を示します。',
|
||||
'bills_index_expected_in_period' => 'この項目は、それぞれの請求がくると予想されるか、その場合いつかを示します。',
|
||||
|
||||
// show bill
|
||||
'bills_show_billInfo' => 'この表はこの請求に関する一般情報を示しています。',
|
||||
'bills_show_billButtons' => 'このボタンで、これまでの取引を再スキャンし、この請求にマッチさせます。',
|
||||
'bills_show_billChart' => 'このチャートは、この請求書に紐づく取引を示しています。',
|
||||
|
||||
// create bill
|
||||
'bills_create_intro' => '請求を使って期間ごとに支払うべき金額を追跡します。家賃や保険、住宅ローンのような支出です。',
|
||||
'bills_create_name' => '「家賃」や「健康保険」などのわかりやすい名称を使用してください。',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => 'この請求の最低額と最大額を選択してください。',
|
||||
'bills_create_repeat_freq_holder' => 'ほとんどの請求書は毎月の繰り返しですが、別の周期を設定することができます。',
|
||||
'bills_create_skip_holder' => '請求が2週ごとに繰り返される場合は、1週ごとに1週スキップするために、「スキップ」項目を「1」に設定してください。',
|
||||
|
||||
// rules index
|
||||
'rules_index_intro' => 'Firefly III ではルールを管理することができます。ルールは作成または編集する取引に自動的に適用されます。',
|
||||
'rules_index_new_rule_group' => 'グループ内のルールを組み合わせることで、管理が容易になります。',
|
||||
'rules_index_new_rule' => '好きなだけルールを作ってください。',
|
||||
'rules_index_prio_buttons' => '適切と思う順に並び変えてください。',
|
||||
'rules_index_test_buttons' => 'ルールをテストしたり、既存のトランザクションに適用したりできます。',
|
||||
'rules_index_rule-triggers' => 'ルールには、ドラッグ&ドロップで並べ替えできる「トリガー」と「アクション」があります。',
|
||||
'rules_index_outro' => '右上の (?) アイコンからヘルプページを確認してください。',
|
||||
|
||||
// create rule:
|
||||
'rules_create_mandatory' => '説明的なタイトルを入力し、ルールが実行されるタイミングを設定します。',
|
||||
'rules_create_ruletriggerholder' => '好きなだけトリガーを追加してください。アクションが実行されるには全てトリガーが一致しなければならないことを覚えておいてください。',
|
||||
'rules_create_test_rule_triggers' => 'ルールに一致する取引を確認するには、このボタンを使用します。',
|
||||
'rules_create_actions' => '好きなだけアクションを設定します。',
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'これらのタブには、より多くのオプションがあります。',
|
||||
|
||||
// currencies
|
||||
'currencies_index_intro' => 'Firefly III は複数の通貨をサポートしており、このページで変更できます。',
|
||||
'currencies_index_default' => 'Firefly IIIにはデフォルト通貨が1つあります。',
|
||||
'currencies_index_buttons' => 'これらのボタンを使用して、デフォルトの通貨を変更したり、他の通貨を有効にします。',
|
||||
|
||||
// create currency
|
||||
'currencies_create_code' => 'このコードはISOに準拠している必要があります(新しい通貨はググってください)。',
|
||||
];
|
140
resources/lang/ja_JP/list.php
Normal file
140
resources/lang/ja_JP/list.php
Normal file
@@ -0,0 +1,140 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'ボタン',
|
||||
'icon' => 'アイコン',
|
||||
'id' => 'ID',
|
||||
'create_date' => '作成日時',
|
||||
'update_date' => '更新日時',
|
||||
'updated_at' => '更新日時',
|
||||
'balance_before' => '前の残高',
|
||||
'balance_after' => '後の残高',
|
||||
'name' => '名前',
|
||||
'role' => 'ロール',
|
||||
'currentBalance' => '現在の残高',
|
||||
'linked_to_rules' => '関連ルール',
|
||||
'active' => '有効?',
|
||||
'percentage' => 'パーセント',
|
||||
'recurring_transaction' => '繰り返しの収支',
|
||||
'next_due' => '次の期限',
|
||||
'transaction_type' => 'タイプ',
|
||||
'lastActivity' => '最終アクティビティ',
|
||||
'balanceDiff' => '残高差',
|
||||
'other_meta_data' => 'その他のメタデータ',
|
||||
'account_type' => '口座の種類',
|
||||
'created_at' => '作成日時',
|
||||
'account' => '口座',
|
||||
'external_uri' => '外部URI',
|
||||
'matchingAmount' => '金額',
|
||||
'destination' => '資産勘定(支出先)',
|
||||
'source' => '収入アカウント(収入源)',
|
||||
'next_expected_match' => '次の予期された一致',
|
||||
'automatch' => '自動的に一致したか?',
|
||||
'repeat_freq' => '繰り返し',
|
||||
'description' => '説明',
|
||||
'amount' => '金額',
|
||||
'date' => '日付',
|
||||
'interest_date' => '利息',
|
||||
'book_date' => '予約日',
|
||||
'process_date' => '処理日',
|
||||
'due_date' => '締切日',
|
||||
'payment_date' => '引き落とし日',
|
||||
'invoice_date' => '日付を選択...',
|
||||
'internal_reference' => 'システム内参考品',
|
||||
'notes' => '備考',
|
||||
'from' => 'から',
|
||||
'piggy_bank' => '貯金箱',
|
||||
'to' => '受け取り',
|
||||
'budget' => '予算',
|
||||
'category' => 'カテゴリ',
|
||||
'bill' => '請求',
|
||||
'withdrawal' => '出金',
|
||||
'deposit' => '預金',
|
||||
'transfer' => '送金',
|
||||
'type' => '種類',
|
||||
'completed' => '完了',
|
||||
'iban' => '国際銀行口座番号',
|
||||
'paid_current_period' => '期間',
|
||||
'email' => '新しいメールアドレス',
|
||||
'registered_at' => '登録に成功しました!',
|
||||
'is_blocked' => 'ブロック済み',
|
||||
'is_admin' => '管理者か',
|
||||
'has_two_factor' => '2段階認証が有効か',
|
||||
'blocked_code' => 'ブロックコード',
|
||||
'source_account' => '支出元のアカウント',
|
||||
'destination_account' => '送金先のアカウント',
|
||||
'accounts_count' => '口座数',
|
||||
'journals_count' => '取引数',
|
||||
'attachments_count' => '添付ファイル数',
|
||||
'bills_count' => '請求書数',
|
||||
'categories_count' => 'カテゴリ数',
|
||||
'budget_count' => '予算数',
|
||||
'rule_and_groups_count' => 'ルールとルールグループ数',
|
||||
'tags_count' => 'タグの数',
|
||||
'tags' => 'タグ',
|
||||
'inward' => '内向きの説明',
|
||||
'outward' => '外向きの説明',
|
||||
'number_of_transactions' => '取引数',
|
||||
'total_amount' => '合計金額',
|
||||
'sum' => '合計',
|
||||
'sum_excluding_transfers' => '合計 (送金を除く)',
|
||||
'sum_withdrawals' => '合計出金額',
|
||||
'sum_deposits' => '預金合計額',
|
||||
'sum_transfers' => '合計送金額',
|
||||
'sum_reconciliations' => '調整の合計',
|
||||
'reconcile' => '照合',
|
||||
'sepa_ct_id' => 'SEPA エンドツーエンド識別子',
|
||||
'sepa_ct_op' => 'SEPA 反対のアカウント識別子',
|
||||
'sepa_db' => 'SEPA 委任識別子',
|
||||
'sepa_country' => 'SEPA国',
|
||||
'sepa_cc' => 'SEPA 精算コード',
|
||||
'sepa_ep' => 'SEPA 外部目的',
|
||||
'sepa_ci' => 'SEPA 債権者識別子',
|
||||
'sepa_batch_id' => 'SEPA バッチ ID',
|
||||
'external_id' => '外部ID',
|
||||
'account_at_bunq' => 'bunq口座',
|
||||
'file_name' => 'ファイル名',
|
||||
'file_size' => 'ファイルサイズ',
|
||||
'file_type' => 'ファイルの種類',
|
||||
'attached_to' => '添付先',
|
||||
'file_exists' => 'ファイルがすでに存在しています',
|
||||
'spectre_bank' => '銀行',
|
||||
'spectre_last_use' => '最終ログイン',
|
||||
'spectre_status' => '状態',
|
||||
'bunq_payment_id' => 'bunq 支払いID',
|
||||
'repetitions' => '繰り返し',
|
||||
'title' => 'タイトル',
|
||||
'transaction_s' => '取引',
|
||||
'field' => '入力欄',
|
||||
'value' => '数値',
|
||||
'interest' => '利息',
|
||||
'interest_period' => '利息期間',
|
||||
'liability_type' => '債務形式',
|
||||
'liability_direction' => '債務の出入',
|
||||
'end_date' => '終了日',
|
||||
'payment_info' => '支払情報',
|
||||
'expected_info' => '次の予想される取引',
|
||||
'start_date' => '開始日',
|
||||
];
|
1
resources/lang/ja_JP/locales.json
Normal file
1
resources/lang/ja_JP/locales.json
Normal file
File diff suppressed because one or more lines are too long
28
resources/lang/ja_JP/pagination.php
Normal file
28
resources/lang/ja_JP/pagination.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'previous' => '« 前',
|
||||
'next' => '次 »',
|
||||
];
|
32
resources/lang/ja_JP/passwords.php
Normal file
32
resources/lang/ja_JP/passwords.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'password' => 'パスワードは6文字以上、かつ要件に合致している必要があります。',
|
||||
'user' => 'そのメールアドレスのユーザーを見つけることができません。',
|
||||
'token' => 'パスワードリセットトークンが正しくありません。',
|
||||
'sent' => 'パスワードリセットのためのリンクをメールで送信しました!',
|
||||
'reset' => 'パスワードがリセットされました!',
|
||||
'blocked' => 'ナイストライ。',
|
||||
];
|
226
resources/lang/ja_JP/validation.php
Normal file
226
resources/lang/ja_JP/validation.php
Normal file
@@ -0,0 +1,226 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => '無効なIBANです。',
|
||||
'zero_or_more' => '数値はマイナスにできません。',
|
||||
'date_or_time' => '数値はISO 8601 準拠の有効な日付や時刻である必要があります。',
|
||||
'source_equals_destination' => '支出元と支出先が同じです。',
|
||||
'unique_account_number_for_user' => 'このアカウント番号は既に使われているようです。',
|
||||
'unique_iban_for_user' => 'このIBANは既に使われているようです。',
|
||||
'deleted_user' => 'セキュリティー上の制約から、このメールアドレスでは登録できません。',
|
||||
'rule_trigger_value' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule_action_value' => 'この数値は選択された操作には無効です。',
|
||||
'file_already_attached' => 'アップロードされたファイル ":name"は既に対象に割り当てられています。',
|
||||
'file_attached' => 'ファイル ":name" のアップロードに成功しました。',
|
||||
'must_exist' => ':attribute のIDはデータベースに存在しません。',
|
||||
'all_accounts_equal' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'group_title_mandatory' => '一つ以上の取引がある場合、グループ名は必須です。',
|
||||
'transaction_types_equal' => 'すべての分割先は同じ形式である必要があります。',
|
||||
'invalid_transaction_type' => '無効なトランザクション形式です。',
|
||||
'invalid_selection' => 'あなたの選択は無効です。',
|
||||
'belongs_user' => 'この欄ではその数値は無効です。',
|
||||
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
|
||||
'at_least_one_repetition' => '最低でも一回の繰り返しが必要です。',
|
||||
'require_repeat_until' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
|
||||
'require_currency_info' => 'この項目の内容は通貨情報がなければ無効です。',
|
||||
'not_transfer_account' => 'このアカウントは送金に使用できるアカウントではありません。',
|
||||
'require_currency_amount' => 'この項目の内容は、外部金額情報がなければ無効です。',
|
||||
'equal_description' => '取引の説明はグローバルな説明と同じであってはいけません。',
|
||||
'file_invalid_mime' => '「:mime」タイプのファイル ":name" は新しいアップロードとして受け付けられません。',
|
||||
'file_too_large' => 'ファイル ":name" のアップロードに成功しました。',
|
||||
'belongs_to_user' => '数値はマイナスにできません。',
|
||||
'accepted' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'bic' => '銀行投資契約',
|
||||
'at_least_one_trigger' => 'ルールには少なくとも1つのトリガーが必要です。',
|
||||
'at_least_one_action' => 'ルールには少なくとも1つのアクションが必要です。',
|
||||
'base64' => 'これは有効な base64 エンコードデータではありません。',
|
||||
'model_id_invalid' => '指定されたIDはこのモデルでは無効です。',
|
||||
'less' => ':attributeは10,000,000未満にしてください',
|
||||
'active_url' => '無効なIBANです。',
|
||||
'after' => ':attribute は :date よりも後の日付にして下さい。',
|
||||
'date_after' => '開始日は終了日より前でなければなりません。',
|
||||
'alpha' => ':attribute は文字のみ含めることが出来ます。',
|
||||
'alpha_dash' => ':attribute は、文字列、数字、ダッシュ(-)のみ含めることが出来ます。',
|
||||
'alpha_num' => ':attribute は、文字列と数字のみ含めることが出来ます。',
|
||||
'array' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'unique_for_user' => 'このIBANは既に使われているようです。',
|
||||
'before' => ':attribute は :date よりも前の日付にして下さい。',
|
||||
'unique_object_for_user' => 'このIBANは既に使われているようです。',
|
||||
'unique_account_for_user' => 'このアカウント番号は既に使われているようです。',
|
||||
'between.numeric' => ':attribute は :min から :max の範囲内にして下さい。',
|
||||
'between.file' => ':attribute は :min から :max キロバイトの範囲内にして下さい。',
|
||||
'between.string' => ':attribute は :min から :max 文字の範囲内にして下さい。',
|
||||
'between.array' => ':attribute は :min から :max 個にして下さい。',
|
||||
'boolean' => ':attribute 項目は、true または false にして下さい。',
|
||||
'confirmed' => ':attribute のIDはデータベースに存在しません。',
|
||||
'date' => '無効なIBANです。',
|
||||
'date_format' => ':attribute は :format と一致しません。',
|
||||
'different' => ':attribute と :other は、異なっている必要があります。',
|
||||
'digits' => ':attribute は :digits 桁にして下さい。',
|
||||
'digits_between' => ':attribute は :min から :max 桁にして下さい。',
|
||||
'email' => ':attribute は有効なメールアドレスにして下さい。',
|
||||
'filled' => ':attribute は必須です。',
|
||||
'exists' => 'この数値は選択された操作には無効です。',
|
||||
'image' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'in' => 'この数値は選択された操作には無効です。',
|
||||
'integer' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'ip' => ':attribute は有効なIPアドレスにして下さい。',
|
||||
'json' => ':attribute は有効なJSON文字列にして下さい。',
|
||||
'max.numeric' => ':attribute は :max 以上にして下さい。',
|
||||
'max.file' => ':attribute は :max キロバイト以上にして下さい。',
|
||||
'max.string' => ':attribute は :max 文字以上にして下さい。',
|
||||
'max.array' => ':attribute は :max 以上のアイテムを持つことはできません。',
|
||||
'mimes' => ':attributeには、:values型のファイルを指定してください。',
|
||||
'min.numeric' => ':attribute は、少なくとも :min 以上にして下さい。',
|
||||
'lte.numeric' => ':attribute は :value 以下にして下さい。',
|
||||
'min.file' => ':attribute は :min キロバイト以上にして下さい。',
|
||||
'min.string' => 'パスワードは6文字以上、かつ要件に合致している必要があります。',
|
||||
'min.array' => ':attribute は :min 個以上にして下さい。',
|
||||
'not_in' => 'この数値は選択された操作には無効です。',
|
||||
'numeric' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'numeric_native' => '国内通貨',
|
||||
'numeric_destination' => '金額(先)',
|
||||
'numeric_source' => '金額(元)',
|
||||
'regex' => 'パスワードリセットトークンが正しくありません。',
|
||||
'required' => ':attribute 項目は必須です。',
|
||||
'required_if' => ':otherが:valueの場合、:attributeを指定してください。',
|
||||
'required_unless' => ':other が :values 以外の場合、:attribute フィールドは必須です。',
|
||||
'required_with' => ':values が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_with_all' => ':attribute 項目は :values が存在する場合は必須です。',
|
||||
'required_without' => ':values が存在しな場合、:attribute は必須です。',
|
||||
'required_without_all' => ':values が一つも存在しない場合、:attribute は必須です。',
|
||||
'same' => ':attribute は :other 一致する必要があります。',
|
||||
'size.numeric' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'amount_min_over_max' => '最小金額は最大金額より大きくすることはできません。',
|
||||
'size.file' => ':attribute は :size キロバイトにして下さい。',
|
||||
'size.string' => ':attribute は :size 文字にしてください。',
|
||||
'size.array' => ':attribute は :size 個である必要があります。',
|
||||
'unique' => ':attributeは既に使用されています。',
|
||||
'string' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'url' => 'パスワードリセットトークンが正しくありません。',
|
||||
'timezone' => ':attribute は有効なゾーンにしてください。',
|
||||
'2fa_code' => 'この欄ではその数値は無効です。',
|
||||
'dimensions' => ':attribute は無効な画像サイズです。',
|
||||
'distinct' => ':attribute は重複しています。',
|
||||
'file' => 'ファイル ":name" のアップロードに成功しました。',
|
||||
'in_array' => ':attribute のIDはデータベースに存在しません。',
|
||||
'present' => 'この欄のすべてのアカウントは一致している必要があります。',
|
||||
'amount_zero' => '合計金額はゼロにすることはできません。',
|
||||
'current_target_amount' => '現在の金額は目標金額より少なくなければなりません。',
|
||||
'unique_piggy_bank_for_user' => 'ブタの貯金箱 ":name" を編集する',
|
||||
'unique_object_group' => 'グループ名は一意でなければなりません',
|
||||
'starts_with' => '値は :values で始まる必要があります。',
|
||||
'unique_webhook' => 'すでにこれらの値の Webhook があります。',
|
||||
'unique_existing_webhook' => 'これらの値を持つ別の Webhook が既にあります。',
|
||||
'same_account_type' => 'これらの口座は同じ口座タイプでなければなりません',
|
||||
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
|
||||
|
||||
'secure_password' => 'これは安全なパスワードではありません。もう一度やり直してください。詳細については、https://bit.ly/FF3-password-security を参照してください。',
|
||||
'valid_recurrence_rep_type' => '繰り返し取引のタイプが無効です。',
|
||||
'valid_recurrence_rep_moment' => '無効な繰り返し設定があります。',
|
||||
'invalid_account_info' => 'あなたの選択は無効です。',
|
||||
'attributes' => [
|
||||
'email' => '新しいメールアドレス',
|
||||
'description' => '説明',
|
||||
'amount' => '金額',
|
||||
'transactions.*.amount' => '取引金額',
|
||||
'name' => '名前',
|
||||
'piggy_bank_id' => '貯金箱',
|
||||
'targetamount' => '入金先に入金される金額',
|
||||
'opening_balance_date' => '期首残高日',
|
||||
'opening_balance' => '期首残高',
|
||||
'match' => '入力された情報に誤りがあります。',
|
||||
'amount_min' => '最低額',
|
||||
'amount_max' => '上限額',
|
||||
'title' => '一つ以上の取引がある場合、グループ名は必須です。',
|
||||
'tag' => 'タグ',
|
||||
'transaction_description' => '取り引き ":description" を編集する',
|
||||
'rule-action-value.1' => 'この数値は選択された操作には無効です。',
|
||||
'rule-action-value.2' => 'この数値は選択された操作には無効です。',
|
||||
'rule-action-value.3' => 'この数値は選択された操作には無効です。',
|
||||
'rule-action-value.4' => 'この数値は選択された操作には無効です。',
|
||||
'rule-action-value.5' => 'この数値は選択された操作には無効です。',
|
||||
'rule-action.1' => '操作',
|
||||
'rule-action.2' => '操作',
|
||||
'rule-action.3' => '操作',
|
||||
'rule-action.4' => '操作',
|
||||
'rule-action.5' => '操作',
|
||||
'rule-trigger-value.1' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule-trigger-value.2' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule-trigger-value.3' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule-trigger-value.4' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule-trigger-value.5' => 'この数値は選択されたトリガーには無効です。',
|
||||
'rule-trigger.1' => 'トリガー',
|
||||
'rule-trigger.2' => 'トリガー',
|
||||
'rule-trigger.3' => 'トリガー',
|
||||
'rule-trigger.4' => 'トリガー',
|
||||
'rule-trigger.5' => 'トリガー',
|
||||
],
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => '続行するには有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'withdrawal_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'withdrawal_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'withdrawal_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ口座が見つかりませんでした。',
|
||||
|
||||
'generic_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
|
||||
'deposit_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'deposit_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'deposit_dest_need_data' => '続行するには、有効な預け入れ先口座 ID および(または)有効な預け入れ先口座名を取得する必要があります。',
|
||||
'deposit_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'deposit_dest_wrong_type' => '預け入れ先口座が適切なタイプではありません。',
|
||||
|
||||
'transfer_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'transfer_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'transfer_dest_need_data' => '続行するには、有効な預け入れ先口座 ID および(または)有効な預け入れ先口座名を取得する必要があります。',
|
||||
'transfer_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'need_id_in_edit' => '各分割は transaction_journal_id (有効な ID または 0 のいずれか) でなければなりません。',
|
||||
|
||||
'ob_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'lc_source_need_data' => '続行するには有効な引き出し元口座 ID が必要です。',
|
||||
'ob_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'ob_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
|
||||
'generic_invalid_source' => 'この口座を引き出し元口座として使用することはできません。',
|
||||
'generic_invalid_destination' => 'この口座を預け入れ先口座として使用することはできません。',
|
||||
|
||||
'gte.numeric' => ':attribute は :value 以上でなければなりません。',
|
||||
'gt.numeric' => ':attribute は :value より大きな値でなければいけません。',
|
||||
'gte.file' => ':attribute は :value キロバイト以上でなければなりません。',
|
||||
'gte.string' => ':attribute は :value 文字以上でなければなりません。',
|
||||
'gte.array' => ':attribute は :value 個以上でなければいけません。',
|
||||
|
||||
'amount_required_for_auto_budget' => '金額は必須です。',
|
||||
'auto_budget_amount_positive' => '金額はゼロ以上でなければなりません。',
|
||||
'auto_budget_period_mandatory' => '自動予算期間は必須項目です。',
|
||||
];
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Dette er ikke en gyldig IBAN.',
|
||||
'zero_or_more' => 'Verdien kan ikke være negativ.',
|
||||
'date_or_time' => 'Verdien må være et gyldig dato- eller klokkeslettformat (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.',
|
||||
'deposit_source_bad_data' => 'Kunne ikke finne en gyldig kilde-konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array mist "where"-clausule',
|
||||
'missing_update' => 'Array mist "update"-clausule',
|
||||
'invalid_where_key' => 'JSON bevat een ongeldige key in de "where"-clausule',
|
||||
'invalid_update_key' => 'JSON bevat een ongeldige key in de "update"-clausule',
|
||||
'invalid_query_data' => 'Er zitten ongeldige gegevens in het %s:%s veld van je query.',
|
||||
'invalid_query_account_type' => 'Je query bevat accounts van verschillende types, wat niet is toegestaan.',
|
||||
'invalid_query_currency' => 'Je query bevat account met verschillende valuta-instellingen, wat niet is toegestaan.',
|
||||
'iban' => 'Dit is niet een geldige IBAN.',
|
||||
'zero_or_more' => 'De waarde mag niet negatief zijn.',
|
||||
'date_or_time' => 'De waarde moet een geldige datum of tijdwaarde zijn (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Om door te gaan moet een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'withdrawal_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'generic_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'deposit_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'To nie jest prawidłowy IBAN.',
|
||||
'zero_or_more' => 'Wartość nie może być ujemna.',
|
||||
'date_or_time' => 'Wartość musi być prawidłową datą lub czasem (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'generic_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'deposit_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
|
@@ -1074,7 +1074,7 @@ return [
|
||||
'expense_deleted' => 'Conta de despesa ":name" excluída com sucesso',
|
||||
'revenue_deleted' => 'Conta de receitas ":name" excluída com sucesso',
|
||||
'update_asset_account' => 'Atualizar de conta de ativo',
|
||||
'update_undefined_account' => 'Update account',
|
||||
'update_undefined_account' => 'Atualizar conta',
|
||||
'update_liabilities_account' => 'Atualizar passivo',
|
||||
'update_expense_account' => 'Atualizar conta de despesas',
|
||||
'update_revenue_account' => 'Atualizar conta de receita',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Este não é um válido IBAN.',
|
||||
'zero_or_more' => 'O valor não pode ser negativo.',
|
||||
'date_or_time' => 'O valor deve ser uma data válida (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'É necessário obter um ID de uma conta de destino válida e/ou um nome de conta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou pelo nome ":name".',
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou pelo nome ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'deposit_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Este IBAN não é valido.',
|
||||
'zero_or_more' => 'O valor não pode ser negativo.',
|
||||
'date_or_time' => 'O valor deve ser uma data válida ou hora (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'deposit_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Acesta nu este un IBAN valabil.',
|
||||
'zero_or_more' => 'Valoarea nu poate fi negativă.',
|
||||
'date_or_time' => 'Valoarea trebuie să fie o dată validă sau o valoare în timp (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'withdrawal_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Nu s-a găsit un cont sursă valid la căutarea ID-ului ":id" sau a numelui ":name".',
|
||||
'generic_source_bad_data' => 'Nu s-a găsit un cont sursă valid la căutarea ID-ului ":id" sau a numelui ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.',
|
||||
'deposit_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Это некорректный IBAN.',
|
||||
'zero_or_more' => 'Это значение не может быть отрицательным.',
|
||||
'date_or_time' => 'Значение должно быть корректной датой или временем (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'withdrawal_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'generic_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'deposit_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Toto nie je platný IBAN.',
|
||||
'zero_or_more' => 'Hodnota nemôže byť záporná.',
|
||||
'date_or_time' => 'Je třeba, aby hodnota byla platné datum nebo čas (ve formátu dle normy ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Pro pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'withdrawal_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
|
||||
'generic_source_bad_data' => 'Pre ID ":id" alebo meno ":name" sa nenašiel žiadny platný zdrojový účet.',
|
||||
'generic_source_bad_data' => 'Pre ID ":id" alebo meno ":name" sa nenašiel žiadny platný zdrojový účet.',
|
||||
|
||||
'deposit_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Pre ID „:id“ alebo „:name“ sa nenašiel žiadny platný zdrojový účet.',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Detta är inte ett giltigt IBAN.',
|
||||
'zero_or_more' => 'Värdet får inte vara negativt.',
|
||||
'date_or_time' => 'Värdet måste vara ett giltigt datum eller tid (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
|
||||
'withdrawal_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
|
||||
'generic_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
|
||||
'deposit_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Bu geçerli bir IBAN değil.',
|
||||
'zero_or_more' => 'Değer negatif olamaz.',
|
||||
'date_or_time' => 'Değer geçerli tarih veya zaman formatı olmalıdır (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Đây không phải là một IBAN hợp lệ.',
|
||||
'zero_or_more' => 'Giá trị không thể âm.',
|
||||
'date_or_time' => 'Giá trị phải là giá trị ngày hoặc thời gian hợp lệ (ISO 8601).',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.',
|
||||
'withdrawal_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Không thể tìm thấy tài khoản nguồn hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
'generic_source_bad_data' => 'Không thể tìm thấy tài khoản nguồn hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.',
|
||||
'deposit_source_bad_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để continuaCould không tìm thấy tài khoản nguồn hợp lệ khi tìm kiếm IDe ":id" hoặc tên ":name".',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => '此 IBAN 无效',
|
||||
'zero_or_more' => '此值不能为负',
|
||||
'date_or_time' => '此值必须是有效的日期或时间 (ISO 8601)',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
|
||||
'withdrawal_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'deposit_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
|
@@ -23,6 +23,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => '這不是有效的 IBAN。',
|
||||
'zero_or_more' => '此數值不能為負數。',
|
||||
'date_or_time' => '此數值須為有效的日期或時間值 (ISO 8601)。',
|
||||
@@ -185,7 +192,7 @@ return [
|
||||
'withdrawal_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。',
|
||||
'withdrawal_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。',
|
||||
'deposit_source_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的來源帳戶。',
|
||||
|
Reference in New Issue
Block a user