refactor, fix bug and update i18n(management), to be continue

This commit is contained in:
shiqstone
2021-04-21 12:22:34 +08:00
parent d9e2b0bc8b
commit cb70c35037
20 changed files with 690 additions and 462 deletions

View File

@@ -29,6 +29,8 @@ confirm_password = Confirm password
new_account = Create New Account
setting = Setting
save = Save
edit = Edit
delete = Delete
cancel = Cancel
create = Create
confirm_delete = Confirm
@@ -42,6 +44,14 @@ administrator = Administrator
editor = Editor
observer = Observer
back = Back
detail = Detail
admin_right = Reading, writing and management
editor_right = Reading and writing
observer_right = Reading only
yes = yes
no = no
read = Read
generate = Generate
[message]
tips = Tips
@@ -190,10 +200,22 @@ origin_pwd_empty = The origin password cannot be empty
new_pwd_empty = The new password cannot be empty
confirm_pwd_empty = The confirm password cannot be empty
pwd_length = Password must be between 6-18 characters
pwd_length_tips = Password must be between 6-50 characters
wrong_origin_pwd = The origin password incorrect
wrong_confirm_pwd = The confirm passwrod incorrect
same_pwd = The new password must different from the origin
pwd_encrypt_failed = Password encryption failed
team_name_empty = Team name cannot be emtpy
proj_empty = Project cannot be empty
site_name_empty = Site name cannot be empty
proj_space_name_empty = Project space name cannot be empty
proj_space_id_empty = Project space id cannot be empty
proj_space_id_tips = The project space id can only consist of letters and numbers and be between 2-100 characters
project_order_desc = Number only, sort from largest to smallest
project_label_desc = Allows up to 10 labels, use ";" to separate multiple tags
cannot_change_own_status = Cannot change own status
cannot_change_super_status = Cannot change super administrator status
cannot_change_super_priv = Cannot change super administrator permissions
[blog]
author = Author
@@ -246,7 +268,10 @@ make_private = Into Privete
history_record_amount = Number of history records
corp_id = corp name
text_editor = editor
project_label = Project Label
project_order = Project Order
access_pass = Access Password
access_token = Access Token
auto_publish = Auto publish
enable_export = Enable Export
enable_share = Enable Share
@@ -429,7 +454,7 @@ no_result = No search result
first = first
last = last
prev = prev
next =
next = next
[uc]
user_center = User Center
@@ -444,6 +469,95 @@ description = Description
description_tips = Description cannot exceed 500 characters
avatar = Avatar
change_avatar = Change avatar
password = Password
origin_pwd = Origin password
new_pwd = New password
confirm_pwd = Confirm password
confirm_pwd = Confirm password
role = Role
type = Type
status = Status
super_admin = Super administrator
admin = Administrator
user = User
normal = Normal
disable = Disable
enable = Enable
create_user = Create User
edit_user = Edit User
pwd_tips = Please leave it blank if you do not change the password, only local users can change the password
[mgr]
dashboard_menu = Dashboard
user_menu = User
team_menu = Team
project_menu = Project
project_space_menu = Project Space
comment_menu = Comment
config_menu = Configure
attachment_menu = Attachment
label_menu = Label
dashboard_mgr = Dashboard
user_mgr = User Management
team_mgr = Team Management
project_mgr = Project Management
project_space_mgr = Project Space Management
comment_mgr = Comment Management
config_mgr = Configure Management
config_file = Configure File
attachment_mgr = Attachment Management
label_mgr = Label Management
label_name = Label name
used_quantity = Used Quantity
proj_amount = Number Of Project
blog_amount = Number Of Blog
member_amount = Number Of Member
comment_amount = Number Of Comment
attachment_amount = Number Of Attachment
member_mgr = Member Management
add_member = Add Member
create_team = Create Team
team_name = Team Name
proj = Project
member = Member
edit_team = Edit Team
team_member_mgr = Team Member Management
team_proj = Team Project
add_proj = Add Project
proj_name = Project name
proj_author = Project author
join_time = Join Time
join_proj = Join
file_name = File name
is_exist = Is Exist
exist = Exist
deleted = Deleted
proj_blog_name = Project/Blog name
doc_name = Document name
file_path = File path
download_url = Download URL
file_size = File size
upload_time = Upload time
download = Download
download_title = Download to local
attachment_name = Attachment name
site_name = Site Name
domain_icp = Domain ICP
site_desc = Site Description
site_desc_tips = Description cannot exceed 500 characters
enable_anonymous_access = Enable anonymous access
enable = Enable
disable = Disable
enable_register = Enable Registration
enable_captcha = Enable Captcha
enable_doc_his = Enable Document Historic
proj_space_name = Project space name
proj_space_id = Project space ID
create_proj_space = Create Project Space
edit_proj_space = Edit Project Space
proj_list = Project List
edit_proj = Edit Project
create_time = Create Time
creator = Creator
doc_amount = Number of Document
last_edit = Last Edit
delete_project = Delete Project

View File

@@ -29,6 +29,8 @@ confirm_password = 确认密码
new_account = 用户注册
setting = 设置
save = 保存
edit = 编辑
delete = 删除
cancel = 取消
create = 创建
confirm_delete = 确定删除
@@ -42,6 +44,14 @@ administrator = 管理员
editor = 编辑者
observer = 观察者
back = 返回
detail = 详情
admin_right = 拥有阅读、写作和管理权限
editor_right = 拥有阅读和写作权限
observer_right = 拥有阅读权限
yes =
no =
read = 阅读
generate = 生成
[message]
tips = 友情提示
@@ -190,10 +200,22 @@ origin_pwd_empty = 原密码不能为空
new_pwd_empty = 新密码不能为空
confirm_pwd_empty = 确认密码不能为空
pwd_length = 密码必须在6-18字之间
pwd_length_tips = 密码必须在6-50个字符之间
wrong_origin_pwd = 原始密码不正确
wrong_confirm_pwd = 确认密码不正确
same_pwd = 新密码不能和原始密码相同
pwd_encrypt_failed = 密码加密失败
team_name_empty = 团队名称不能为空
proj_empty = 项目不能为空
site_name_empty = 网站标题不能为空
proj_space_name_empty = 项目空间名称不能为空
proj_space_id_empty = 项目空间标识不能为空
proj_space_id_tips = 项目空间标识只能由字母和数字组成且在2-100字符之间
project_order_desc = 只能是数字,序号越大排序越靠前
project_label_desc = 最多允许添加10个标签多个标签请用“;”分割
cannot_change_own_status = 不能变更自己的状态
cannot_change_super_status = 不能变更超级管理员的状态
cannot_change_super_priv = 不能变更超级管理员的权限
[blog]
author = 作者
@@ -246,7 +268,10 @@ make_private = 转为私有
history_record_amount = 历史记录数量
corp_id = 公司名称
text_editor = 编辑器
project_label = 项目标签
project_order = 项目排序
access_pass = 访问密码
access_token = 访问令牌
auto_publish = 自动发布
enable_export = 开启导出
enable_share = 开启分享
@@ -444,6 +469,95 @@ description = 描述
description_tips = 描述不能超过500字
avatar = 头像
change_avatar = 修改头像
password = 密码
origin_pwd = 原始密码
new_pwd = 新密码
confirm_pwd = 确认密码
confirm_pwd = 确认密码
role = 角色
type = 类型
status = 状态
super_admin = 超级管理员
admin = 管理员
user = 普通用户
normal = 正常
disable = 禁用
enable = 启用
create_user = 创建用户
edit_user = 编辑用户
pwd_tips = 不修改密码请留空,只支持本地用户修改密码
[mgr]
dashboard_menu = 仪表盘
user_menu = 用户管理
team_menu = 团队管理
project_menu = 项目管理
project_space_menu = 项目空间管理
comment_menu = 评论管理
config_menu = 配置管理
attachment_menu = 附件管理
label_menu = 标签管理
dashboard_mgr = 仪表盘
user_mgr = 用户管理
team_mgr = 团队管理
project_mgr = 项目管理
project_space_mgr = 项目空间管理
comment_mgr = 评论管理
config_mgr = 配置管理
config_file = 配置文件
attachment_mgr = 附件管理
label_mgr = 标签管理
label_name = 标签名称
used_quantity = 使用数量
proj_amount = 项目数量
blog_amount = 文章数量
member_amount = 成员数量
comment_amount = 评论数量
attachment_amount = 附件数量
member_mgr = 成员管理
add_member = 添加成员
create_team = 创建团队
team_name = 团队名称
proj = 项目
member = 成员
edit_team = 编辑团队
team_member_mgr = 团队用户管理
team_proj = 团队项目
add_proj = 添加项目
proj_name = 项目名称
proj_author = 项目作者
join_time = 加入时间
join_proj = 加入项目
file_name = 文件名称
is_exist = 是否存在
exist = 存在
deleted = 已删除
proj_blog_name = 项目/文章名称
doc_name = 文档名称
file_path = 文件路径
download_url = 下载路径
file_size = 文件大小
upload_time = 上传时间
download = 下载
download_title = 下载到本地
attachment_name = 附件名称
site_name = 网站标题
domain_icp = 域名备案
site_desc = 网站描述
site_desc_tips = 描述信息不超过500个字符
enable_anonymous_access = 启用匿名访问
enable = 开启
disable = 关闭
enable_register = 启用注册
enable_captcha = 启用验证码
enable_doc_his = 启用文档历史
proj_space_name = 项目空间名称
proj_space_id = 项目空间标识
create_proj_space = 创建项目空间
edit_proj_space = 编辑项目空间
proj_list = 项目列表
edit_proj = 编辑项目
create_time = 创建时间
creator = 创建者
doc_amount = 文档数量
last_edit = 最后编辑
delete_project = 删除项目