From 7d75f00696c4b0aae4bd7695e7fb060402b5e0c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 16 Feb 2019 19:22:05 +0100 Subject: [PATCH] New translations. --- resources/lang/de_DE/validation.php | 2 +- resources/lang/fr_FR/validation.php | 2 +- resources/lang/it_IT/validation.php | 2 +- resources/lang/pl_PL/validation.php | 2 +- resources/lang/zh_TW/firefly.php | 2 +- resources/lang/zh_TW/validation.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 5668c353fa..6f29920127 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -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.', diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 11971b9d3b..a553d3fddf 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -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é.', diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index 8cfffe8c41..60673df3c6 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -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.', diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 8fac93587c..bbdee1ffe1 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -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.', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 524b4c5025..b7f69cfbef 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -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', diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index 4d0d125815..d7c19676e6 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -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已在使用中。',