refactor: update en.json

This commit is contained in:
robin 2022-11-02 11:12:57 +08:00
parent e45ecdc0ef
commit f6545f2de3
1 changed files with 41 additions and 4 deletions

View File

@ -759,7 +759,30 @@
"dashboard": {
"title": "Dashboard",
"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": {
"title": "Flags",
@ -816,7 +839,10 @@
"inactive": "Inactive",
"suspended": "Suspended",
"deleted": "Deleted",
"normal": "Normal"
"normal": "Normal",
"filter": {
"placeholder": "Filter by name, user:id"
}
},
"questions": {
"page_title": "Questions",
@ -829,7 +855,10 @@
"created": "Created",
"status": "Status",
"action": "Action",
"change": "Change"
"change": "Change",
"filter": {
"placeholder": "Filter by title, question:id"
}
},
"answers": {
"page_title": "Answers",
@ -840,7 +869,10 @@
"created": "Created",
"status": "Status",
"action": "Action",
"change": "Change"
"change": "Change",
"filter": {
"placeholder": "Filter by title, answer:id"
}
},
"general": {
"page_title": "General",
@ -876,6 +908,11 @@
"label": "Interface Language",
"msg": "Interface language cannot be empty.",
"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": {