Merge branch 'ui-v0.3' into 'test'

refactor(i18n): update en.json

See merge request opensource/answer!178
This commit is contained in:
Ren Yubin 2022-11-03 08:26:26 +00:00
commit d3c7817c6d
1 changed files with 11 additions and 1 deletions

View File

@ -976,6 +976,11 @@
"msg": "Site name cannot be empty.", "msg": "Site name cannot be empty.",
"text": "The name of this site, as used in the title tag." "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": { "short_description": {
"label": "Short Site Description (optional)", "label": "Short Site Description (optional)",
"msg": "Short site description cannot be empty.", "msg": "Short site description cannot be empty.",
@ -985,6 +990,11 @@
"label": "Site Description (optional)", "label": "Site Description (optional)",
"msg": "Site description cannot be empty.", "msg": "Site description cannot be empty.",
"text": "Describe this site in one sentence, as used in the meta description tag." "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": { "interface": {
@ -1004,7 +1014,7 @@
"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": { "time_zone": {
"label": "Timezone", "label": "Timezone",
"msg": "Timezone cannot be empty.", "msg": "Timezone cannot be empty.",
"text": "Choose a UTC (Coordinated Universal Time) time offset." "text": "Choose a UTC (Coordinated Universal Time) time offset."