mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-01-19 18:21:18 +08:00
refactor and update i18n, to be continue
This commit is contained in:
@@ -39,10 +39,15 @@ operate = Operate
|
||||
confirm = Confirm
|
||||
|
||||
[message]
|
||||
tips = Tips
|
||||
page_not_existed = The page does not exist
|
||||
no_permission = No enough permissions
|
||||
keyword_placeholder = input keyword please...
|
||||
wrong_account_password = Incorrect username or password
|
||||
wrong_password = Wrong password
|
||||
click_to_change = Click to change one
|
||||
logging_in = logging in...
|
||||
need_relogin = Relogin please.
|
||||
return_account_login = Return account password login
|
||||
no_account_yet = No account yet?
|
||||
has_account = Already have an account?
|
||||
@@ -78,7 +83,9 @@ dingtalk_auto_login_not_enable = DingTalk automatic login function is not enable
|
||||
failed_auto_login = Automatic login failed
|
||||
no_project = No Project
|
||||
item_not_exist = Item does not exist or has been deleted
|
||||
item_not_exist_or_no_permit = Item does not exist or has insufficient permissions
|
||||
doc_not_exist = Document does not exist or has been deleted
|
||||
doc_not_exist_or_no_permit = Document does not exist or has insufficient permissions
|
||||
unknown_exception = Unknown Exception
|
||||
no_data = No Data
|
||||
project_must_belong_space = Project must belong to a project space, and the administrator can manage it
|
||||
@@ -95,6 +102,8 @@ warning_delete_project = Remove items will not be retrieved.
|
||||
project_space_empty = Please select project space
|
||||
project_title_empty = Project title cannot be empty
|
||||
project_id_empty = Project ID cannot be empty
|
||||
project_id_existed = Project ID already in use
|
||||
project_id_error = Project ID error
|
||||
project_id_length = Project ID must be less than 50 characters
|
||||
import_file_empty = Please select the file to upload
|
||||
file_type_placeholder = Please select a Zip file
|
||||
@@ -105,6 +114,7 @@ project_id_desc = The project ID is used to mark the uniqueness of the item and
|
||||
history_record_amount_desc = When document history enabled, this value limits the number of history saved per document
|
||||
corp_id_desc = The footer that appears when the document PDF document is exported
|
||||
project_desc_desc = The description information is no more than 500 characters, supports markdown syntax
|
||||
project_desc_tips = The description information is no more than 500 characters
|
||||
access_pass_desc = The password that needs to be provided to access the project without permit
|
||||
auto_publish_desc = Enable for each save is automatically published to the latest version
|
||||
enable_export_desc = Configure the exporter before you start the export, also enable the export function in the profile
|
||||
@@ -121,7 +131,32 @@ receive_account_empty = The recipient account cannot be empty
|
||||
cannot_preview = Cannot preview
|
||||
upload_failed = Upload failed
|
||||
upload_file_size_limit = The file must be less than 2MB
|
||||
upload_file_empty = Upload file is empty
|
||||
uploda_file_type_error = upload file type is wrong
|
||||
choose_pic_file = Please select a picture
|
||||
no_doc_in_cur_proj = No documents for the current project
|
||||
build_doc_tree_error = There was an error building the project document tree
|
||||
param_error = Parameter error
|
||||
doc_name_empty = Document name cannot empty
|
||||
parent_id_not_existed = Parent ID not existed
|
||||
doc_not_belong_project = The document does not belong to the specified project`
|
||||
attachment_not_exist = Attachment does not exist
|
||||
read_file_error = Load file error
|
||||
confirm_override_doc = The document has been modified, are you sure to override it?
|
||||
doc_auto_published = The document was automatically published
|
||||
export_func_disable = The export function is disable
|
||||
cur_project_export_func_disable = The export function is disable for current Project
|
||||
cur_project_not_support_md = The Markdown editor is not supported for the current project
|
||||
export_failed = The export failed, check the system logs
|
||||
file_converting = The document is being converted in the background, please download it later
|
||||
unsupport_file_type = Unsupport file type
|
||||
no_exportable_file = The project has no exportable file
|
||||
gen_qrcode_failed = Generate QrCode failed
|
||||
search_result_error = Search error
|
||||
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!
|
||||
|
||||
[blog]
|
||||
author = author
|
||||
@@ -188,6 +223,120 @@ choose = Choose
|
||||
upload = Upload
|
||||
recipient_account = Recipient
|
||||
|
||||
[doc]
|
||||
modify_doc = Modify Document
|
||||
comparison = Comparison
|
||||
save_merge = Save Merge
|
||||
prev_diff = Previous difference
|
||||
next_diff = Next difference
|
||||
merge_to_left = Merge to left
|
||||
merge_to_right = Merge to right
|
||||
exchange_left_right = Exchange left and right
|
||||
print = Print
|
||||
download = Download
|
||||
share = Share
|
||||
share_project = Share project
|
||||
share_url = Project URL
|
||||
contents = Contents
|
||||
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>
|
||||
edit_doc = Edit Document
|
||||
backward = backward
|
||||
save = save
|
||||
save_as_tpl = save as template
|
||||
undo = undo
|
||||
redo = redo
|
||||
bold = bold
|
||||
italic = italic
|
||||
strikethrough = strikethrough
|
||||
h1 = head 1
|
||||
h2 = head 2
|
||||
h3 = head 3
|
||||
h4 = head 4
|
||||
h5 = head 5
|
||||
h6 = head 6
|
||||
unorder_list = disorder list
|
||||
order_list = order list
|
||||
hline = horizontal line
|
||||
link = link
|
||||
ref_link = reference link
|
||||
add_pic = add picture
|
||||
code = code
|
||||
code_block = code block
|
||||
table = add table
|
||||
quote = quote
|
||||
gfm_task = GFM task
|
||||
attachment = attachment
|
||||
json_to_table = Json converted to table
|
||||
template = template
|
||||
close_preview = disable preview
|
||||
modify_history = modify history
|
||||
sidebar = sidebar
|
||||
help = help
|
||||
publish = publish
|
||||
document = document
|
||||
create_doc = create document
|
||||
attachments = attachments
|
||||
doc_name = Document name
|
||||
doc_name_tips = Right-click on the document name of the directory to delete and modify the document name and add subordinate documents
|
||||
doc_id = Document ID
|
||||
doc_id_tips = The document ID can only contain lowercase letters, numbers, and "-" and "_" symbols, and can only start with a lowercase letter
|
||||
expand_desc = (Expand nodes when reading)
|
||||
fold_desc = (Fold nodes when reading)
|
||||
empty_contents = Empty contents
|
||||
empty_contents_desc = Click to expand the subordinate nodes
|
||||
upload_attachment = Upload attachment
|
||||
doc_history = Document history
|
||||
choose_template_type = Choose template type please
|
||||
normal_tpl = Normal
|
||||
api_tpl = API
|
||||
data_dict = Data Dictionary
|
||||
custom_tpl = Custom
|
||||
tpl_default_type = Default type
|
||||
tpl_plain_text = Plain Text
|
||||
for_api_doc = Used for API Document
|
||||
code_highlight = support code highlighting
|
||||
for_data_dict = Used for data dictionary
|
||||
form_support = Form Support
|
||||
any_type_doc = Support any type of document
|
||||
as_global_tpl = Can be set as a global template
|
||||
tpl_name = Template name
|
||||
tpl_type = Template type
|
||||
creator = Creator
|
||||
create_time = Create time
|
||||
operation = Operation
|
||||
global_tpl = Global
|
||||
global_tpl_desc = (Any Project is available)
|
||||
project_tpl = Project
|
||||
project_tpl_desc = (Only the current Project is available)
|
||||
insert = insert
|
||||
uploading = Uploading
|
||||
his_ver = Historic version
|
||||
update_time = Update time
|
||||
updater = Updater
|
||||
version = Version
|
||||
delete = Delete
|
||||
recover = Recover
|
||||
merge = Merge
|
||||
comparison_title = Document comparison [the left is the historical document, the right is the current document, please merge the documents to the right]
|
||||
font_size = font size
|
||||
underscore = underscore
|
||||
right_intent = right intent
|
||||
left_intent = left intent
|
||||
subscript = subscript
|
||||
superscript = superscript
|
||||
clean_format = clear format
|
||||
add_video = add video
|
||||
formula = formula
|
||||
font_color = font color
|
||||
bg_color = background color
|
||||
input_pwd = input password please
|
||||
read_pwd = read password
|
||||
commit = commit
|
||||
|
||||
[page]
|
||||
first = first
|
||||
last = last
|
||||
|
||||
@@ -39,10 +39,15 @@ operate = 操作
|
||||
confirm = 确定
|
||||
|
||||
[message]
|
||||
tips = 友情提示
|
||||
page_not_existed = 页面不存在
|
||||
no_permission = 权限不足
|
||||
keyword_placeholder = 请输入关键词...
|
||||
wrong_account_password = 账号或密码错误
|
||||
wrong_password = 密码错误
|
||||
click_to_change = 点击换一张
|
||||
logging_in = 正在登录...
|
||||
need_relogin = 请重新登录。
|
||||
return_account_login = 返回账号密码登录
|
||||
no_account_yet = 还没有账号?
|
||||
has_account = 已有账号?
|
||||
@@ -78,7 +83,9 @@ dingtalk_auto_login_not_enable = 未开启钉钉自动登录功能
|
||||
failed_auto_login = 自动登录失败
|
||||
no_project = 暂无项目
|
||||
item_not_exist = 项目不存在或已删除
|
||||
item_not_exist_or_no_permit = 项目不存在或权限不足
|
||||
doc_not_exist = 文档不存在或已删除
|
||||
doc_not_exist_or_no_permit = 文档不存在或权限不足
|
||||
unknown_exception = 未知异常
|
||||
no_data = 暂无数据
|
||||
project_must_belong_space = 每个项目必须归属一个项目空间,超级管理员可在后台管理和维护
|
||||
@@ -95,6 +102,8 @@ warning_delete_project = 删除项目后将无法找回。
|
||||
project_space_empty = 请选择项目空间
|
||||
project_title_empty = 项目标题不能为空
|
||||
project_id_empty = 项目标识不能为空
|
||||
project_id_existed = 文档标识已被使用
|
||||
project_id_error = 项目标识有误
|
||||
project_id_length = 项目标识必须小于50字符
|
||||
import_file_empty = 请选择需要上传的文件
|
||||
file_type_placeholder = 请选择Zip文件
|
||||
@@ -105,6 +114,7 @@ project_id_desc = 项目标识用来标记项目的唯一性,不可修改。
|
||||
history_record_amount_desc = 当开启文档历史时,该值会限制每个文档保存的历史数量
|
||||
corp_id_desc = 导出文档PDF文档时显示的页脚
|
||||
project_desc_desc = 描述信息不超过500个字符,支持Markdown语法
|
||||
project_desc_tips = 项目描述不能大于500字
|
||||
access_pass_desc = 没有访问权限访问项目时需要提供的密码
|
||||
auto_publish_desc = 开启后,每次保存会自动发布到最新版本
|
||||
enable_export_desc = 开启导出前请先配置导出程序,并在配置文件中同时开启导出功能
|
||||
@@ -121,7 +131,32 @@ receive_account_empty = 接受者账号不能为空
|
||||
cannot_preview = 不能预览
|
||||
upload_failed = 上传失败
|
||||
upload_file_size_limit = 文件必须小于2MB
|
||||
upload_file_empty = 上传文件为空
|
||||
uploda_file_type_error = 文件类型有误
|
||||
choose_pic_file = 请选择图片
|
||||
no_doc_in_cur_proj = 当前项目没有文档
|
||||
build_doc_tree_error = 生成项目文档树时出错
|
||||
param_error = 参数错误
|
||||
doc_name_empty = 文档名称不能为空
|
||||
parent_id_not_existed = 父分类不存在
|
||||
doc_not_belong_project = 文档不属于指定的项目
|
||||
attachment_not_exist = 附件不存在或已删除
|
||||
read_file_error = 读取文档错误
|
||||
confirm_override_doc = 文档已被修改确定要覆盖吗?
|
||||
doc_auto_published = 文档自动发布成功
|
||||
export_func_disable = 系统没有开启导出功能
|
||||
cur_project_export_func_disable = 当前项目没有开启导出功能
|
||||
cur_project_not_support_md = 当前项目不支持Markdown编辑器
|
||||
export_failed = 导出失败,请查看系统日志
|
||||
file_converting = 文档正在后台转换,请稍后再下载
|
||||
unsupport_file_type = 不支持的文件格式
|
||||
no_exportable_file = 项目没有导出文件
|
||||
gen_qrcode_failed = 生成二维码失败
|
||||
search_result_error = 搜索结果错误
|
||||
get_doc_his_failed = 获取历史失败
|
||||
project_space_not_exist = 项目空间不存在
|
||||
search_placeholder = 请输入搜索关键字
|
||||
no_search_result = 暂无相关搜索结果!
|
||||
|
||||
[blog]
|
||||
author = 作者
|
||||
@@ -188,6 +223,120 @@ choose = 选择
|
||||
upload = 上传
|
||||
recipient_account = 接收者账号
|
||||
|
||||
[doc]
|
||||
modify_doc = 修改文档
|
||||
comparison = 文档比较
|
||||
save_merge = 保存合并
|
||||
prev_diff = 上一处差异
|
||||
next_diff = 下一处差异
|
||||
merge_to_left = 合并到左侧
|
||||
merge_to_right = 合并到右侧
|
||||
exchange_left_right = 左右切换
|
||||
print = 打印
|
||||
download = 下载
|
||||
share = 分享
|
||||
share_project = 项目分享
|
||||
share_url = 项目地址
|
||||
contents = 目录
|
||||
search = 搜索
|
||||
expand = 展开
|
||||
fold = 收起
|
||||
close = 关闭
|
||||
doc_tool_copyright = 本文档使用 <a href="https://www.iminho.me" target="_blank">MinDoc</a> 发布
|
||||
edit_doc = 编辑文档
|
||||
backward = 返回
|
||||
save = 保存
|
||||
save_as_tpl = 保存为模板
|
||||
undo = 撤销
|
||||
redo = 重做
|
||||
bold = 粗体
|
||||
italic = 斜体
|
||||
strikethrough = 删除线
|
||||
h1 = 标题一
|
||||
h2 = 标题二
|
||||
h3 = 标题三
|
||||
h4 = 标题四
|
||||
h5 = 标题五
|
||||
h6 = 标题六
|
||||
unorder_list = 无序列表
|
||||
order_list = 有序列表
|
||||
hline = Horizontal line
|
||||
link = 链接
|
||||
ref_link = 引用链接
|
||||
add_pic = 添加图片
|
||||
code = 行内代码
|
||||
code_block = 代码块
|
||||
table = 添加表格
|
||||
quote = 引用
|
||||
gfm_task = GFM 任务列表
|
||||
attachment = 附件
|
||||
json_to_table = Json转换为表格
|
||||
template = 模板
|
||||
close_preview = 关闭实时预览
|
||||
modify_history = 修改历史
|
||||
sidebar = 边栏
|
||||
help = 使用帮助
|
||||
publish = 发布
|
||||
document = 文档
|
||||
create_doc = 创建文档
|
||||
attachments = 个附件
|
||||
doc_name = 文档名称
|
||||
doc_name_tips = 在目录的文档名上右键可以删除和修改文档名称以及添加下级文档
|
||||
doc_id = 文档标识
|
||||
doc_id_tips = 文档标识只能包含小写字母、数字,以及“-”和“_”符号,并且只能小写字母开头
|
||||
expand_desc = (在阅读时会自动展开节点)
|
||||
fold_desc = (在阅读时会关闭节点)
|
||||
empty_contents = 空目录
|
||||
empty_contents_desc = (单击时会展开下级节点)
|
||||
upload_attachment = 上传附件
|
||||
doc_history = 文档历史记录
|
||||
choose_template_type = 请选择模板类型
|
||||
normal_tpl = 普通文档
|
||||
api_tpl = API文档
|
||||
data_dict = 数据字典
|
||||
custom_tpl = 自定义模板
|
||||
tpl_default_type = 默认类型
|
||||
tpl_plain_text = 简单的文本文档
|
||||
for_api_doc = 用于API文档速写
|
||||
code_highlight = 支持代码高亮
|
||||
for_data_dict = 用于数据字典显示
|
||||
form_support = 表格支持
|
||||
any_type_doc = 支持任意类型文档
|
||||
as_global_tpl = 可以设置为全局模板
|
||||
tpl_name = 模板名称
|
||||
tpl_type = 模板类型
|
||||
creator = 创建人
|
||||
create_time = 创建时间
|
||||
operation = 操作
|
||||
global_tpl = 全局
|
||||
global_tpl_desc = (任何项目都可用)
|
||||
project_tpl = 项目
|
||||
project_tpl_desc = (只有当前项目可用)
|
||||
insert = 插入
|
||||
uploading = 正在上传
|
||||
his_ver = 历史版本
|
||||
update_time = 修改时间
|
||||
updater = 修改人
|
||||
version = 版本
|
||||
delete = 删除
|
||||
recover = 恢复
|
||||
merge = 合并
|
||||
comparison_title = 文档比较【左侧为历史文档,右侧为当前文档,请将文档合并到右侧】
|
||||
font_size = 字号
|
||||
underscore = 下划线
|
||||
right_intent = 右缩进
|
||||
left_intent = 左缩进
|
||||
subscript = 下标
|
||||
superscript = 上标
|
||||
clean_format = 清空格式
|
||||
add_video = 添加视频
|
||||
formula = 公式
|
||||
font_color = 字体颜色
|
||||
bg_color = 背景颜色
|
||||
input_pwd = 请输入密码
|
||||
read_pwd = 浏览密码
|
||||
commit = 提交
|
||||
|
||||
[page]
|
||||
first = 首页
|
||||
last = 末页
|
||||
|
||||
Reference in New Issue
Block a user