Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Nov 27, 2024
1 parent 1fdeddd commit 2b9a18e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/lang/zh/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// 2FAuth
'sign_out' => '退出',
'sign_in' => '登录',
'sign_in_using' => '登录方式',
'sign_in_using' => '切换登录方式',
'if_administrator' => '您是管理员吗?',
'sign_in_here' => '您可以不使用 SSO 登录',
'or_continue_with' => '您也可以使用:',
Expand Down
10 changes: 5 additions & 5 deletions resources/lang/zh/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'date' => ':attribute 必须是有效的日期格式。',
'date_equals' => ':attribute 必须要等于 :date。',
'date_format' => ':attribute 的格式必须为 :format。',
'decimal' => 'The :attribute field must have :decimal decimal places.',
'decimal' => ':attribute 必须有 :decimal 位小数。',
'declined' => '必须拒绝 :attribute。',
'declined_if' => '当 :other 为 :value 时,必须拒绝 :attribute 。',
'different' => ':attribute 与 :other 必须不同。',
Expand All @@ -53,7 +53,7 @@
'ends_with' => ':attribute 必须以 :values 为结尾。',
'enum' => '选中的 :attribute 无效。',
'exists' => ':attribute 不存在。',
'extensions' => 'The :attribute field must have one of the following extensions: :values.',
'extensions' => ':attribute 必须包含以下扩展名之一 :values',
'file' => ':attribute 必须是文件。',
'filled' => ':attribute 不能为空。',
'gt' => [
Expand Down Expand Up @@ -112,7 +112,7 @@
'missing_if' => '当 :other 为 :value 时 :attribute 必须为空。',
'missing_unless' => '除非 :other 为 :value,否则 :attribute 必须为空。',
'missing_with' => '当 :value 存在时,:attribute 必须为空。',
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
'missing_with_all' => '当 :value 存在时,:attribute 必须为空。',
'multiple_of' => ':attribute 必须是 :value 的倍数。',
'not_in' => '已选的属性 :attribute 非法。',
'not_regex' => ':attribute 的格式错误。',
Expand All @@ -125,8 +125,8 @@
'uncompromised' => '输入的 :attribute 已在数据泄露中出现过。请选择其他的 :attribute。',
],
'present' => ':attribute 必须存在。',
'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.',
'present_if' => '当 :other :value 时,:attribute 为必填项',
'present_unless' => '除非 :other :value,否则 :attribute 为必填项。',
'present_with' => 'The :attribute field must be present when :values is present.',
'present_with_all' => 'The :attribute field must be present when :values are present.',
'prohibited' => '已禁止 :attribute 字段。',
Expand Down

0 comments on commit 2b9a18e

Please sign in to comment.