mirror of https://gitee.com/answerdev/answer.git
refactor(i18n): update en.json
This commit is contained in:
parent
549f816d3e
commit
2c60e16141
|
@ -976,6 +976,11 @@
|
|||
"msg": "Site name cannot be empty.",
|
||||
"text": "The name of this site, as used in the title tag."
|
||||
},
|
||||
"url": {
|
||||
"label": "Site URL",
|
||||
"msg": "Site url cannot be empty.",
|
||||
"text": "The address of your site."
|
||||
},
|
||||
"short_description": {
|
||||
"label": "Short Site Description (optional)",
|
||||
"msg": "Short site description cannot be empty.",
|
||||
|
@ -985,6 +990,11 @@
|
|||
"label": "Site Description (optional)",
|
||||
"msg": "Site description cannot be empty.",
|
||||
"text": "Describe this site in one sentence, as used in the meta description tag."
|
||||
},
|
||||
"email": {
|
||||
"label": "Contact Email",
|
||||
"msg": "Contact email cannot be empty.",
|
||||
"text": "Email address of key contact responsible for this site."
|
||||
}
|
||||
},
|
||||
"interface": {
|
||||
|
@ -1004,7 +1014,7 @@
|
|||
"msg": "Interface language cannot be empty.",
|
||||
"text": "User interface language. It will change when you refresh the page."
|
||||
},
|
||||
"timezone": {
|
||||
"time_zone": {
|
||||
"label": "Timezone",
|
||||
"msg": "Timezone cannot be empty.",
|
||||
"text": "Choose a UTC (Coordinated Universal Time) time offset."
|
||||
|
|
Loading…
Reference in New Issue