refactor and update i18n, to be continue
This commit is contained in:
shiqstone
2021-04-12 21:12:26 +08:00
parent a5682f1308
commit 6eb26fcb23
12 changed files with 140 additions and 93 deletions

View File

@@ -37,6 +37,10 @@ js_lang = en
remove = Remove
operate = Operate
confirm = Confirm
creator = Creator
administrator = Administrator
editor = Editor
observer = Observer
[message]
tips = Tips
@@ -128,6 +132,8 @@ project_name_empty = Project name cannot be empty
success = Success
failed = Failed
receive_account_empty = The recipient account cannot be empty
receive_account_not_exist = The recipient account not exist
receive_account_disabled = The recipient account disable
cannot_preview = Cannot preview
upload_failed = Upload failed
upload_file_size_limit = The file must be less than 2MB
@@ -157,6 +163,10 @@ get_doc_his_failed = Fail to get document history
project_space_not_exist = Project space does not exist
search_placeholder = input keyword please
no_search_result = No search results!
user_exist_in_proj = The user already exists in the project
cannot_change_own_priv = Cannot change own permissions
cannot_delete_self = Cannot delete myself
cannot_handover_myself = Cannot handover to myself
[blog]
author = author
@@ -242,7 +252,8 @@ search = Search
expand = Unfold
fold = Fold
close = Close
doc_tool_copyright = Document is Published by <a href="https://www.iminho.me" target="_blank">MinDoc</a>
doc_publish_by = Document is Published by
doc_publish =
edit_doc = Edit Document
backward = backward
save = save
@@ -336,6 +347,10 @@ bg_color = background color
input_pwd = input password please
read_pwd = read password
commit = commit
ft_author = Author
ft_last_editor = Last editor
ft_create_time = Create time
ft_update_time = Update time
[page]
first = first

View File

@@ -37,6 +37,10 @@ js_lang = zh-CN
remove = 移除
operate = 操作
confirm = 确定
creator = 创始人
administrator = 管理员
editor = 编辑者
observer = 观察者
[message]
tips = 友情提示
@@ -128,6 +132,8 @@ project_name_empty = 项目名称不能为空
success = 成功
failed = 失败
receive_account_empty = 接受者账号不能为空
receive_account_not_exist = 接受用户不存在
receive_account_disabled = 接受用户已被禁用
cannot_preview = 不能预览
upload_failed = 上传失败
upload_file_size_limit = 文件必须小于2MB
@@ -157,6 +163,10 @@ get_doc_his_failed = 获取历史失败
project_space_not_exist = 项目空间不存在
search_placeholder = 请输入搜索关键字
no_search_result = 暂无相关搜索结果!
user_exist_in_proj = 用户已存在该项目中
cannot_change_own_priv = 不能变更自己的权限
cannot_delete_self = 不能删除自己
cannot_handover_myself = 不能转让给自己
[blog]
author = 作者
@@ -242,7 +252,8 @@ search = 搜索
expand = 展开
fold = 收起
close = 关闭
doc_tool_copyright = 本文档使用 <a href="https://www.iminho.me" target="_blank">MinDoc</a> 发布
doc_publish_by = 本文档使用
doc_publish = 发布
edit_doc = 编辑文档
backward = 返回
save = 保存
@@ -336,6 +347,10 @@ bg_color = 背景颜色
input_pwd = 请输入密码
read_pwd = 浏览密码
commit = 提交
ft_author = 作者:
ft_last_editor = 最后编辑:
ft_create_time = 创建时间:
ft_update_time = 更新时间:
[page]
first = 首页