mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Update language strings
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -101,7 +100,7 @@ return [
|
||||
'unique_object_for_user' => '此名称已在使用中',
|
||||
'unique_account_for_user' => '此账户名称已在使用中',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => ':attribute 必须介于 :min 和 :max 之间',
|
||||
'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间',
|
||||
'between.string' => ':attribute 必须介于 :min 到 :max 字符之间',
|
||||
@@ -181,7 +179,7 @@ return [
|
||||
'same_account_type' => '两个账户必须是相同类型的账户',
|
||||
'same_account_currency' => '两个账户必须设置有相同的货币',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。',
|
||||
'valid_recurrence_rep_type' => '此重复类型不能用于定期交易',
|
||||
'valid_recurrence_rep_moment' => '此重复时刻不能用于此重复类型',
|
||||
@@ -254,7 +251,7 @@ return [
|
||||
'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'deposit_dest_wrong_type' => '提交的目标账户的类型不正确',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'transfer_source_bad_data' => '[c]搜索ID“:id”或名称“:name”时,没有找到有效的来源账户。',
|
||||
'transfer_dest_need_data' => '[c] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user