Skip to content

Commit

Permalink
feat(lang): japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and 0721Betty committed Nov 27, 2020
1 parent fb70c9b commit e392e45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/lang/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ export default {
uptime: {
zh: '运行时间',
en: 'Uptime',
ja: '動作時間',
ja: '運行時間',
},
}
22 changes: 11 additions & 11 deletions src/lang/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,56 +380,56 @@ export default {
messageCount: {
zh: '消息数',
en: 'Message count',
ja: 'Message count',
ja: 'メッセージ数',
},
timedMessage: {
zh: '定时消息',
en: 'Timed message',
ja: 'Timed message',
ja: '定時メッセージ',
},
msgFrequency: {
zh: '消息频率(秒)',
en: 'Message frequency(s)',
ja: 'Message frequency(s)',
ja: 'メッセージ頻度(秒)',
},
clearIntervalBtn: {
zh: '清理定时器',
en: 'Clear timer',
ja: 'Clear timer',
ja: 'タイマーをクリーンする',
},
setTimerSuccess: {
zh: '成功设置定时器,发送一条消息将触发定时消息',
en: 'Timer set successfully, sending a message will trigger timed messages',
ja: 'Timer set successfully, sending a message will trigger timed messages',
ja: 'タイマーを正しく設定した。メッセージ一通を送信すれば、定時メッセージを触発する',
},
startTimedMessage: {
zh: '成功开启定时消息,消息频率(秒):',
en: 'Opened timed message successfully, frequency(s): ',
ja: 'Opened timed message successfully, frequency(s): ',
ja: '定時メッセージを正しく設定した。メッセージ頻度(秒): ',
},
stopTimedMessage: {
zh: '已停止发送定时消息',
en: 'Stopped sending timed messages',
ja: 'Stopped sending timed messages',
ja: '定時メッセージを発送中止した',
},
systemTopic: {
zh: '系统主题',
en: 'System topic',
ja: 'System topic',
ja: 'システムテーマ',
},
bytesStatistics: {
zh: '收发流量统计',
en: 'Bytes statistics',
ja: 'Bytes statistics',
ja: 'データ通信量の送受信を統計する',
},
bytesReceived: {
zh: '累计接收流量',
en: 'Accumulated received bytes',
ja: 'Accumulated received bytes',
ja: 'データ通信量の受信を累算する',
},
bytesSent: {
zh: '累计发送流量',
en: 'Accumulated sent bytes',
ja: 'Accumulated sent bytes',
ja: 'データ通信量の送信を累算する',
},
}

0 comments on commit e392e45

Please sign in to comment.