mirror of https://gitee.com/answerdev/answer.git
fix: lang typo
This commit is contained in:
parent
734537773e
commit
c7a06d0ab9
|
@ -43,7 +43,7 @@
|
|||
"text": "Blockquote"
|
||||
},
|
||||
"bold": {
|
||||
"text": "Bold"
|
||||
"text": "Strong"
|
||||
},
|
||||
"chart": {
|
||||
"text": "Chart",
|
||||
|
@ -57,18 +57,18 @@
|
|||
"pie_chart": "Pie chart"
|
||||
},
|
||||
"code": {
|
||||
"text": "Code",
|
||||
"add_code": "Add code",
|
||||
"text": "Code Sample",
|
||||
"add_code": "Add code sample",
|
||||
"form": {
|
||||
"fields": {
|
||||
"code": {
|
||||
"label": "Code text",
|
||||
"label": "Code",
|
||||
"msg": {
|
||||
"empty": "Code text cannot be empty"
|
||||
"empty": "Code cannot be empty."
|
||||
}
|
||||
},
|
||||
"language": {
|
||||
"label": "Code language",
|
||||
"label": "Language",
|
||||
"placeholder": "Automatic detection"
|
||||
}
|
||||
}
|
||||
|
@ -95,7 +95,7 @@
|
|||
"text": "Help"
|
||||
},
|
||||
"hr": {
|
||||
"text": "Line"
|
||||
"text": "Horizontal Rule"
|
||||
},
|
||||
"image": {
|
||||
"text": "Image",
|
||||
|
@ -107,13 +107,13 @@
|
|||
"label": "Image file",
|
||||
"btn": "Select image",
|
||||
"msg": {
|
||||
"empty": "Image file cannot be empty",
|
||||
"only_image": "Only image files are allowed",
|
||||
"max_size": "Image file size cannot exceed 4MB"
|
||||
"empty": "File cannot be empty.",
|
||||
"only_image": "Only image files are allowed.",
|
||||
"max_size": "File size cannot exceed 4MB."
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"label": "Image description (optional)"
|
||||
"label": "Description (optional)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -121,9 +121,9 @@
|
|||
"form2": {
|
||||
"fields": {
|
||||
"url": {
|
||||
"label": "Image url",
|
||||
"label": "Image URL",
|
||||
"msg": {
|
||||
"empty": "Image url cannot be empty"
|
||||
"empty": "Image URL cannot be empty"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
|
@ -142,21 +142,21 @@
|
|||
"text": "Outdent"
|
||||
},
|
||||
"italic": {
|
||||
"text": "Italic"
|
||||
"text": "Emphasis"
|
||||
},
|
||||
"link": {
|
||||
"text": "Link",
|
||||
"add_link": "Add link",
|
||||
"text": "Hyperlink",
|
||||
"add_link": "Add hyperlink",
|
||||
"form": {
|
||||
"fields": {
|
||||
"url": {
|
||||
"label": "Link url",
|
||||
"label": "URL",
|
||||
"msg": {
|
||||
"empty": "Link url cannot be empty"
|
||||
"empty": "URL cannot be empty."
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"label": "Link name (optional)"
|
||||
"label": "Description (optional)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -164,10 +164,10 @@
|
|||
"btn_confirm": "Confirm"
|
||||
},
|
||||
"ordered_list": {
|
||||
"text": "Ordered list"
|
||||
"text": "Numbered List"
|
||||
},
|
||||
"unordered_list": {
|
||||
"text": "Unordered list"
|
||||
"text": "Bulleted List"
|
||||
},
|
||||
"table": {
|
||||
"text": "Table",
|
||||
|
@ -180,7 +180,7 @@
|
|||
"btn_cancel": "Cancel",
|
||||
"btn_submit": "Submit",
|
||||
"remark": {
|
||||
"empty": "cannot be empty"
|
||||
"empty": "Cannot be empty."
|
||||
},
|
||||
"msg": {
|
||||
"empty": "Please select a reason"
|
||||
|
@ -195,7 +195,7 @@
|
|||
"btn_cancel": "Cancel",
|
||||
"btn_submit": "Submit",
|
||||
"remark": {
|
||||
"empty": "cannot be empty"
|
||||
"empty": "Cannot be empty."
|
||||
},
|
||||
"msg": {
|
||||
"empty": "Please select a reason"
|
||||
|
@ -206,13 +206,13 @@
|
|||
"form": {
|
||||
"fields": {
|
||||
"display_name": {
|
||||
"label": "Display Name",
|
||||
"label": "Display name",
|
||||
"msg": {
|
||||
"empty": "Display name cannot be empty"
|
||||
}
|
||||
},
|
||||
"slug_name": {
|
||||
"label": "Url slug",
|
||||
"label": "URL slug",
|
||||
"description": "Spaces are not allowed, please use '-' instead.",
|
||||
"msg": {
|
||||
"empty": "Please enter a name for the tag."
|
||||
|
@ -361,25 +361,25 @@
|
|||
"label": "Title",
|
||||
"placeholder": "Be specific and imagine you’re asking a question to another person",
|
||||
"msg": {
|
||||
"empty": "Title cannot be empty"
|
||||
"empty": "Title cannot be empty."
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"label": "Body",
|
||||
"msg": {
|
||||
"empty": "Body cannot be empty"
|
||||
"empty": "Body cannot be empty."
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
"label": "Tags",
|
||||
"msg": {
|
||||
"empty": "Tags cannot be empty"
|
||||
"empty": "Tags cannot be empty."
|
||||
}
|
||||
},
|
||||
"answer": {
|
||||
"label": "Answer",
|
||||
"msg": {
|
||||
"empty": "Answer cannot be empty"
|
||||
"empty": "Answer cannot be empty."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"title": "Captcha",
|
||||
"placeholder": "Type the text above",
|
||||
"msg": {
|
||||
"empty": "cannot be empty"
|
||||
"empty": "Cannot be empty."
|
||||
}
|
||||
},
|
||||
"inactive": {
|
||||
|
@ -442,7 +442,7 @@
|
|||
"another": "We sent another activation email to you at <bold>{{mail}}</bold>. It might take a few minutes for it to arrive; be sure to check your spam folder.",
|
||||
"btn_name": "Resend activation email",
|
||||
"msg": {
|
||||
"empty": "cannot be empty"
|
||||
"empty": "Cannot be empty."
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
@ -453,19 +453,19 @@
|
|||
"name": {
|
||||
"label": "Name",
|
||||
"msg": {
|
||||
"empty": "Name cannot be empty"
|
||||
"empty": "Name cannot be empty."
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"label": "Email",
|
||||
"msg": {
|
||||
"empty": "Email cannot be empty"
|
||||
"empty": "Email cannot be empty."
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"msg": {
|
||||
"empty": "Password cannot be empty",
|
||||
"empty": "Password cannot be empty.",
|
||||
"different": "The passwords entered on both sides are inconsistent"
|
||||
}
|
||||
}
|
||||
|
@ -477,7 +477,7 @@
|
|||
"email": {
|
||||
"label": "Email",
|
||||
"msg": {
|
||||
"empty": "Email cannot be empty"
|
||||
"empty": "Email cannot be empty."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -490,7 +490,7 @@
|
|||
"password": {
|
||||
"label": "Password",
|
||||
"msg": {
|
||||
"empty": "Password cannot be empty",
|
||||
"empty": "Password cannot be empty.",
|
||||
"length": "The length needs to be between 8 and 32",
|
||||
"different": "The passwords entered on both sides are inconsistent"
|
||||
}
|
||||
|
@ -511,7 +511,7 @@
|
|||
"btn_name": "Update profile",
|
||||
"display_name": {
|
||||
"label": "Display name",
|
||||
"msg": "name cannot be empty"
|
||||
"msg": "Display name cannot be empty."
|
||||
},
|
||||
"avatar": {
|
||||
"label": "Profile image",
|
||||
|
@ -542,13 +542,13 @@
|
|||
"change_email_info": "We've sent an email to that address. Please follow the confirmation instructions.",
|
||||
"email": {
|
||||
"label": "Email",
|
||||
"msg": "email cannot be empty"
|
||||
"msg": "Email cannot be empty."
|
||||
},
|
||||
"password_title": "Password",
|
||||
"current_pass": {
|
||||
"label": "Current Password",
|
||||
"msg": {
|
||||
"empty": "cannot be empty",
|
||||
"empty": "Current Password cannot be empty.",
|
||||
"length": "The length needs to be between 8 and 32",
|
||||
"different": "The two entered passwords do not match"
|
||||
}
|
||||
|
@ -595,7 +595,7 @@
|
|||
"title": "Your Answer",
|
||||
"btn_name": "Post your answer",
|
||||
"confirm_info": "you have answered, confirm to continue answer",
|
||||
"empty": "cannot be empty"
|
||||
"empty": "Answer cannot be empty."
|
||||
}
|
||||
},
|
||||
"delete": {
|
||||
|
@ -830,17 +830,17 @@
|
|||
"page_title": "General",
|
||||
"name": {
|
||||
"label": "Site name",
|
||||
"msg": "Site name cannot be empty",
|
||||
"msg": "Site name cannot be empty.",
|
||||
"text": "The name of this site, as used in the title tag."
|
||||
},
|
||||
"short_description": {
|
||||
"label": "Short site description",
|
||||
"msg": "Short site description cannot be empty",
|
||||
"label": "Short site description (optional)",
|
||||
"msg": "Short site description cannot be empty.",
|
||||
"text": "Short description, as used in the title tag on homepage."
|
||||
},
|
||||
"description": {
|
||||
"label": "Site description",
|
||||
"msg": "Site description cannot be empty",
|
||||
"label": "Site description (optional)",
|
||||
"msg": "Site description cannot be empty.",
|
||||
"text": "Describe this site in one sentence, as used in the meta description tag."
|
||||
}
|
||||
},
|
||||
|
@ -848,17 +848,17 @@
|
|||
"page_title": "Interface",
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"msg": "Site name cannot be empty",
|
||||
"msg": "Site logo cannot be empty.",
|
||||
"text": "You can upload your image or <1>reset</1> it to the site title text."
|
||||
},
|
||||
"theme": {
|
||||
"label": "Theme",
|
||||
"msg": "Theme cannot be empty",
|
||||
"msg": "Theme cannot be empty.",
|
||||
"text": "Select an existing theme."
|
||||
},
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue