mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* add zh-CN.yml for chinese * The files appear to use CRLF line endings instead of LF (Unix-style). * Add the missing entries to the zh-CN.yml file and include the Simplified Chinese option. * Fix grammatical errors Signed-off-by: jiang123574 <jiang123574@163.com> * Update languages_helper.rb Signed-off-by: jiang123574 <jiang123574@163.com> * Update 'SimpleFin' to 'SimpleFIN' in translations Signed-off-by: jiang123574 <jiang123574@163.com> * update zh-CN.yml * update zh-CN.yml * add new zh-CN.yml * CodeRabbit comments * Enable Banking i18n --------- Signed-off-by: jiang123574 <jiang123574@163.com> Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
19 lines
767 B
YAML
19 lines
767 B
YAML
---
|
|
zh-CN:
|
|
no_pending_change: 当前没有待处理的邮箱更改请求!
|
|
users:
|
|
destroy:
|
|
success: 您的账户已删除。
|
|
resend_confirmation_email:
|
|
no_pending_change: 当前没有待处理的邮箱更改请求!
|
|
success: 新的确认邮件已加入发送队列。
|
|
reset:
|
|
success: 账户重置成功。相关数据将在后台逐步删除。
|
|
unauthorized: 您没有执行此操作的权限。
|
|
reset_with_sample_data:
|
|
success: 账户已重置,正在准备示例数据。您将很快看到演示数据。
|
|
update:
|
|
email_change_failed: 邮箱地址更改失败。
|
|
email_change_initiated: 请查收新邮箱地址的确认邮件以完成更改。
|
|
success: 个人资料已更新成功。
|