mirror of https://github.com/mindoc-org/mindoc.git
parent
f5518d73f7
commit
fa6643ae52
|
@ -25,6 +25,11 @@ account_recovery = Account recovery
|
||||||
new_password = New password
|
new_password = New password
|
||||||
confirm_password = Confirm password
|
confirm_password = Confirm password
|
||||||
new_account = Create New Account
|
new_account = Create New Account
|
||||||
|
setting = Setting
|
||||||
|
save = Save
|
||||||
|
cancel = Cancel
|
||||||
|
create = Create
|
||||||
|
confirm_delete = Confirm Delete
|
||||||
|
|
||||||
[message]
|
[message]
|
||||||
keyword_placeholder = input keyword please...
|
keyword_placeholder = input keyword please...
|
||||||
|
@ -41,7 +46,7 @@ captcha_empty = Captcha cannot be empty
|
||||||
system_error = System error
|
system_error = System error
|
||||||
processing = Processing...
|
processing = Processing...
|
||||||
email_sent = The email is sent successfully, please log in to check it.
|
email_sent = The email is sent successfully, please log in to check it.
|
||||||
password_empty = Confirm password cannot be empty
|
confirm_password_empty = Confirm password cannot be empty
|
||||||
incorrect_confirm_password = Incorrect confirm password
|
incorrect_confirm_password = Incorrect confirm password
|
||||||
illegal_request = Illegal request
|
illegal_request = Illegal request
|
||||||
account_or_password_empty = Account or Password cannot be empty
|
account_or_password_empty = Account or Password cannot be empty
|
||||||
|
@ -65,6 +70,49 @@ failed_obtain_user_info = Failed to obtain identity information
|
||||||
dingtalk_auto_login_not_enable = DingTalk automatic login function is not enabled
|
dingtalk_auto_login_not_enable = DingTalk automatic login function is not enabled
|
||||||
failed_auto_login = Automatic login failed
|
failed_auto_login = Automatic login failed
|
||||||
no_project = No Project
|
no_project = No Project
|
||||||
|
item_not_exist = Item does not exist or has been deleted
|
||||||
|
doc_not_exist = Document does not exist or has been deleted
|
||||||
|
unknown_exception = Unknown Exception
|
||||||
|
no_data = No Data
|
||||||
|
project_must_belong_space = Project must belong to a project space, and the super administrator can manage and maintain it
|
||||||
|
project_title_placeholder = Title (limit in 30 words)
|
||||||
|
project_title_tips = Project name cannot exceed 100 characters
|
||||||
|
project_id_placeholder = Project ID(limit in 30 characters)
|
||||||
|
project_id_tips = The document logo can only contain lowercase letters, numbers, and "-", "." and "_" symbols.
|
||||||
|
project_decs_placeholder = Project description cannot exceed 500 characters
|
||||||
|
project_public_desc = (Anyone can access)
|
||||||
|
project_private_desc = (Only participants or use tokens can access)
|
||||||
|
project_cover_desc = The project cover can be modified in the project settings
|
||||||
|
confirm_delete_project = Are you sure you want to delete the project?
|
||||||
|
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_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
|
||||||
|
|
||||||
[blog]
|
[blog]
|
||||||
author = author
|
author = author
|
||||||
|
project_list = Project List
|
||||||
|
add_project = Add Project
|
||||||
|
import_project = Import Project
|
||||||
|
delete_project = Delete Project
|
||||||
|
project_summary = Project summary
|
||||||
|
read = Read
|
||||||
|
edit = Edit
|
||||||
|
delete = Delete
|
||||||
|
copy = Copy
|
||||||
|
view = View
|
||||||
|
edit_doc = Edit Document
|
||||||
|
default_cover = Default Cover
|
||||||
|
create_time = Create Time
|
||||||
|
creator = Creator
|
||||||
|
doc_amount = Document Amount
|
||||||
|
project_role = Project Role
|
||||||
|
last_edit = Last Edited
|
||||||
|
project_title = Project Title
|
||||||
|
project_id = Project ID
|
||||||
|
project_desc = Project description
|
||||||
|
public = Public
|
||||||
|
private = Private
|
||||||
|
|
Loading…
Reference in New Issue