Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lang.js \"zh-TW\" #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions app/src/common/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,19 @@ const supportedLanguages = {
noSuggestionsText: "Nenhuma sugestão.",
settingsUpdatedText: "Configurações Atualizadas!",
},
"zh-TW": {
langName: "正體中文 (台灣)",
welcomeMessage: "你好!需要什麼協助嗎?",
inputPlaceholder: "試試看問我任何問題...",
listeningMessage: "聆聽中...",
initSuggestions: [
{ label: "天氣", query: "今天天氣如何?" },
{ label: "擲硬幣", query: "擲硬幣" },
{ label: "你可以做什麼?", query: "你可以做什麼" },
],
noSuggestionsText: "沒有建議。 ",
settingsUpdatedText: "設定已經更新!",
},
};

module.exports = supportedLanguages;