mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
parent
451c86e431
commit
7d75f00696
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => 'Dies ist keine gültige IBAN.',
|
||||
'zero_or_more' => 'Der Wert darf nicht negativ sein.',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => 'Der Wert muss ein gültiges Datum oder Zeitangabe sein (ISO 8601).',
|
||||
'source_equals_destination' => 'Das Quellkonto entspricht dem Zielkonto.',
|
||||
'unique_account_number_for_user' => 'Diese Kontonummer scheint bereits verwendet zu sein.',
|
||||
'unique_iban_for_user' => 'Dieser IBAN scheint bereits verwendet zu werden.',
|
||||
|
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => 'Il ne s\'agit pas d\'un IBAN valide.',
|
||||
'zero_or_more' => 'Le montant ne peut pas être négatif.',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => 'La valeur doit être une date ou une heure valide (ISO 8601).',
|
||||
'source_equals_destination' => 'Le compte source est identique au compte de destination.',
|
||||
'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.',
|
||||
'unique_iban_for_user' => 'Il semble que cet IBAN soit déjà utilisé.',
|
||||
|
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => 'Questo non è un IBAN valido.',
|
||||
'zero_or_more' => 'Il valore non può essere negativo.',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => 'Il valore deve essere un valore valido per una data o per un orario (ISO 8601).',
|
||||
'source_equals_destination' => 'Il conto di origine è uguale al conto di destinazione.',
|
||||
'unique_account_number_for_user' => 'Sembra che questo numero di conto sia già in uso.',
|
||||
'unique_iban_for_user' => 'Sembra che questo IBAN sia già in uso.',
|
||||
|
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => 'To nie jest prawidłowy IBAN.',
|
||||
'zero_or_more' => 'Wartość nie może być ujemna.',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => 'Wartość musi być prawidłową datą lub czasem (ISO 8601).',
|
||||
'source_equals_destination' => 'Konto źródłowe jest równe kontu docelowemu.',
|
||||
'unique_account_number_for_user' => 'Wygląda na to, że ten numer konta jest już w użyciu.',
|
||||
'unique_iban_for_user' => 'Wygląda na to, że ten IBAN jest już używany.',
|
||||
|
@ -1132,7 +1132,7 @@ return [
|
||||
'instance_configuration' => '組態設定',
|
||||
'firefly_instance_configuration' => 'Firefly III 的組態設定選項',
|
||||
'setting_single_user_mode' => '單使用者模式',
|
||||
'setting_single_user_mode_explain' => '預設情況下, 螢火蟲 iii 只接受一 (1) 個註冊: 您。這是一項安全措施, 可防止其他人使用您的實例, 除非您允許他們使用。將來的註冊將被阻止。當您取消選中此核取方塊時, 其他人也可以使用您的實例, 假設他們可以到達它 (當它連接到互聯網時)。',
|
||||
'setting_single_user_mode_explain' => '預設下,Firefly III 只接受一個 (1) 註冊,即您本人。此為安全措施,在除經你同意外,防止其他人使用您的空間,目前註冊功能已關閉。當您取消此核選方塊後,若他們能連接到此空間 (在已聯網狀態),其他人也可以使用。',
|
||||
'store_configuration' => '儲存設定',
|
||||
'single_user_administration' => ':email 的使用者管理後臺',
|
||||
'edit_user' => '編輯使用者 :email',
|
||||
|
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => '這不是有效的 IBAN。',
|
||||
'zero_or_more' => '此數值不能為負數',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => '此數值必為有效的日期或時間值 (ISO 8601)。',
|
||||
'source_equals_destination' => '來源帳戶與目標帳戶相同。',
|
||||
'unique_account_number_for_user' => '看起來此帳戶號碼已在使用中。',
|
||||
'unique_iban_for_user' => '看起來此IBAN已在使用中。',
|
||||
|
Loading…
Reference in New Issue
Block a user