Skip to content

Commit

Permalink
i18n 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky committed Jul 28, 2023
1 parent bd1f075 commit b65515f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const en = {
},
Final2xHome: {
text0: 'Removal successful',
text1: 'Drag and drop images or folders here to upload'
text1: 'Click or drag and drop images or folders here to upload'
},
Final2xSettings: {
text0: 'When the GPU display order is incorrect for the loaded device, choose another one',
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ja = {
},
Final2xHome: {
text0: '削除が成功しました',
text1: 'ここにファイルをおいてアップロードしてください'
text1: '画像やフォルダをここにクリックまたはドラッグ&ドロップしてアップロードしてください'
},
Final2xSettings: {
text0: 'デバイスの負荷。GPUの表示順が正しくない場合は、別のものを選択してください',
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const zh = {
},
Final2xHome: {
text0: '移除成功',
text1: '将图片或文件夹拖拽到此处上传'
text1: '点击或拖拽图片或文件夹到此处上传'
},
Final2xSettings: {
text0: '负载的设备,GPU显示顺序错误时,选择另一个即可',
Expand Down

0 comments on commit b65515f

Please sign in to comment.