Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Mar 4, 2024
1 parent 77c2d61 commit 465496a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/ts/i18n/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
cHash: 'hash',
cSize: 'size',
usmbtn: 'SELECT USM',
accountBannedMessage: 'The built-in account has been banned. Please open OPTION and set another account to update game database.'
accountBannedMessage: 'The built-in account has been banned. Please open OPTION and set another account to fetch data from game server.'
},
event: {
atapon: 'ATAPOM',
Expand Down
2 changes: 1 addition & 1 deletion app/src/ts/i18n/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
cHash: 'ハッシュ',
cSize: 'サイズ',
usmbtn: 'USMを選択',
accountBannedMessage: 'クライアントの使用しているアカウントがバンされました。オプションを開いてアカウントを設置してゲームデータベースを更新できるようにします。'
accountBannedMessage: 'クライアントの使用しているアカウントがバンされました。オプションを開いてアカウントを設置してゲームサーバーと通信できるようにします。'
},
event: {
atapon: 'アタポン',
Expand Down
2 changes: 1 addition & 1 deletion app/src/ts/i18n/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
cHash: '哈希値',
cSize: '文件大小',
usmbtn: '選択USM',
accountBannedMessage: '客戸端内置帳号已被封禁。請打開選項並設置另一個帳号来更新遊戯数据庫。'
accountBannedMessage: '客戸端内置帳号已被封禁。請打開選項並設置另一個帳号来与遊戯服務器進行通信。'
},
event: {
atapon: '消耗道具型',
Expand Down

0 comments on commit 465496a

Please sign in to comment.