mirror of https://gitee.com/answerdev/answer.git
refactor: update en.json
This commit is contained in:
parent
e45ecdc0ef
commit
f6545f2de3
|
@ -759,7 +759,30 @@
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"title": "Dashboard",
|
"title": "Dashboard",
|
||||||
"welcome": "Welcome to Answer Admin !",
|
"welcome": "Welcome to Answer Admin !",
|
||||||
"version": "Version"
|
"site_statistics": "Site Statistics",
|
||||||
|
"questions": "Questions:",
|
||||||
|
"answers": "Answers:",
|
||||||
|
"comments": "Comments:",
|
||||||
|
"votes": "Votes:",
|
||||||
|
"active_users": "Active users:",
|
||||||
|
"flags": "Flags:",
|
||||||
|
"site_health_status": "Site Health Status",
|
||||||
|
"version": "Version:",
|
||||||
|
"https": "HTTPS:",
|
||||||
|
"uploading_files": "Uploading files:",
|
||||||
|
"smtp": "SMTP:",
|
||||||
|
"timezone": "Timezone:",
|
||||||
|
"system_info": "System Info",
|
||||||
|
"storage_used": "Storage used:",
|
||||||
|
"uptime": "Uptime:",
|
||||||
|
"answer_links": "Answer Links",
|
||||||
|
"documents": "Documents",
|
||||||
|
"feedback": "Feedback",
|
||||||
|
"review": "Review",
|
||||||
|
"config": "Config",
|
||||||
|
"update_to": "Update to",
|
||||||
|
"latest": "Latest",
|
||||||
|
"check_failed": "Check failed"
|
||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"title": "Flags",
|
"title": "Flags",
|
||||||
|
@ -816,7 +839,10 @@
|
||||||
"inactive": "Inactive",
|
"inactive": "Inactive",
|
||||||
"suspended": "Suspended",
|
"suspended": "Suspended",
|
||||||
"deleted": "Deleted",
|
"deleted": "Deleted",
|
||||||
"normal": "Normal"
|
"normal": "Normal",
|
||||||
|
"filter": {
|
||||||
|
"placeholder": "Filter by name, user:id"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"questions": {
|
"questions": {
|
||||||
"page_title": "Questions",
|
"page_title": "Questions",
|
||||||
|
@ -829,7 +855,10 @@
|
||||||
"created": "Created",
|
"created": "Created",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"change": "Change"
|
"change": "Change",
|
||||||
|
"filter": {
|
||||||
|
"placeholder": "Filter by title, question:id"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"answers": {
|
"answers": {
|
||||||
"page_title": "Answers",
|
"page_title": "Answers",
|
||||||
|
@ -840,7 +869,10 @@
|
||||||
"created": "Created",
|
"created": "Created",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"change": "Change"
|
"change": "Change",
|
||||||
|
"filter": {
|
||||||
|
"placeholder": "Filter by title, answer:id"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"page_title": "General",
|
"page_title": "General",
|
||||||
|
@ -876,6 +908,11 @@
|
||||||
"label": "Interface Language",
|
"label": "Interface Language",
|
||||||
"msg": "Interface language cannot be empty.",
|
"msg": "Interface language cannot be empty.",
|
||||||
"text": "User interface language. It will change when you refresh the page."
|
"text": "User interface language. It will change when you refresh the page."
|
||||||
|
},
|
||||||
|
"timezone": {
|
||||||
|
"label": "Timezone",
|
||||||
|
"msg": "Timezone cannot be empty.",
|
||||||
|
"text": "Choose a UTC (Coordinated Universal Time) time offset."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"smtp": {
|
"smtp": {
|
||||||
|
|
Loading…
Reference in New Issue