Skip to content

Commit

Permalink
Add chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 2, 2017
1 parent 2913828 commit 312bcba
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _locales/zh/messages.json
@@ -0,0 +1,29 @@
{
"extensionLocale": {
"message": "en",
"description": "Used to check which locale is loaded, as it might be different from @@ui_locale."
},
"extensionName": {
"message": "Talkie"
},
"extensionShortName": {
"message": "Talkie"
},
"extensionDescription": {
"message": "在任何网页上选择文字,并让计算机大声读出它,只需点击对讲机按钮。"
},
"buttonDefaultTitle": {
"message": "大声读出文本选择"
},
"noTextSelectedMessage": {
"message": "请先在网站上选择所需的文字!"
},
"noVoiceForLanguageDetectedMessage": {
"message": "Sorry, no available voice language detected for the selected text.",
"description": "This is a fallback message. For this reason it is always in English."
},
"noVoiceForLanguageDetectedMessageLanguage": {
"message": "en",
"description": "This is a fallback message. For this reason it is always in English."
}
}

0 comments on commit 312bcba

Please sign in to comment.