Skip to content

Commit

Permalink
feat(i18n): Japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 11, 2020
1 parent b87156f commit 92f3d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/lang/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ export default {
newWindow: {
zh: '新建窗口',
en: 'New window',
ja: 'New window',
ja: '窓口を新規する',
},
}
10 changes: 5 additions & 5 deletions src/lang/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,26 +355,26 @@ export default {
searchContent: {
zh: '内容搜索',
en: 'Search',
ja: 'Search',
ja: '内容検索',
},
inputTopic: {
zh: '请输入主题',
en: 'Please input Topic',
ja: 'Please input Topic',
ja: 'トピックを入力してください',
},
inputMsgContent: {
zh: '请输入消息内容',
en: 'Please input Message',
ja: 'Please input Message',
ja: 'メッセージ内容を入力してください',
},
flieName: {
zh: '文件名',
en: 'File Name',
ja: 'File Name',
ja: 'ファイル名',
},
uploadFileTip: {
zh: '文件内容格式错误或为空',
en: 'The file content is malformed or empty',
ja: 'The file content is malformed or empty',
ja: 'ファイル内容格式ミス/空いている',
},
}

0 comments on commit 92f3d6b

Please sign in to comment.