mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update language strings
This commit is contained in:
@@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => '規則必須至少有一個動作。',
|
||||
'base64' => '這不是有效的 base64 編碼資料。',
|
||||
'model_id_invalid' => '指定的 ID 對於此模型似乎無效。',
|
||||
'more' => ':attribute 必須大於零。',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'less' => ':attribute 必須小於 10,000,000。',
|
||||
'active_url' => ':attribute 不是有效的 URL。',
|
||||
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
||||
@@ -121,19 +121,19 @@ return [
|
||||
'string' => ':attribute 必須是字串。',
|
||||
'url' => ':attribute 格式無效。',
|
||||
'timezone' => ':attribute 必須是有效的時區。',
|
||||
'2fa_code' => '欄位 :attribute 無效。',
|
||||
'dimensions' => ':attribute 圖片尺寸無效。',
|
||||
'distinct' => '欄位 :attribute 有重複值。',
|
||||
'file' => ':attribute 必須是檔案。',
|
||||
'in_array' => '欄位 :attribute 不存在於 :other。',
|
||||
'present' => ':attribute 欄位必須存在。',
|
||||
'amount_zero' => '總金額不能為零。',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。',
|
||||
'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。',
|
||||
'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。',
|
||||
'invalid_account_info' => '無效的帳戶資訊。',
|
||||
'2fa_code' => '欄位 :attribute 無效。',
|
||||
'dimensions' => ':attribute 圖片尺寸無效。',
|
||||
'distinct' => '欄位 :attribute 有重複值。',
|
||||
'file' => ':attribute 必須是檔案。',
|
||||
'in_array' => '欄位 :attribute 不存在於 :other。',
|
||||
'present' => ':attribute 欄位必須存在。',
|
||||
'amount_zero' => '總金額不能為零。',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。',
|
||||
'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。',
|
||||
'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。',
|
||||
'invalid_account_info' => '無效的帳戶資訊。',
|
||||
'attributes' => [
|
||||
'email' => '電子郵件地址',
|
||||
'description' => '描述',
|
||||
@@ -181,7 +181,7 @@ return [
|
||||
'deposit_source_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的來源帳戶。',
|
||||
'deposit_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。',
|
||||
'deposit_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
|
||||
'transfer_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。',
|
||||
'transfer_source_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的來源帳戶。',
|
||||
@@ -193,6 +193,11 @@ return [
|
||||
'ob_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。',
|
||||
'ob_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。',
|
||||
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
];
|
||||
|
Reference in New Issue
Block a user