mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
Merge pull request #43 from laqieer/fix/setting_languages
fix: Japanese and Chinese translation of new added texts for settings
This commit is contained in:
commit
7e1734c21c
1 changed files with 6 additions and 6 deletions
12
js/locale.js
12
js/locale.js
|
@ -242,9 +242,9 @@ const LOCALIZATION={
|
||||||
},
|
},
|
||||||
'ja':{
|
'ja':{
|
||||||
'creator_mode': '作成モード',
|
'creator_mode': '作成モード',
|
||||||
'settings': 'Settings',
|
'settings': '設定',
|
||||||
'alternate_output_name': 'Use patch name for output',
|
'alternate_output_name': 'パッチと同じ名前で出力',
|
||||||
'light_theme': 'Light theme',
|
'light_theme': 'ライトテーマ',
|
||||||
|
|
||||||
'apply_patch': 'パッチを当て',
|
'apply_patch': 'パッチを当て',
|
||||||
'rom_file': 'ROMファィル:',
|
'rom_file': 'ROMファィル:',
|
||||||
|
@ -302,9 +302,9 @@ const LOCALIZATION={
|
||||||
},
|
},
|
||||||
'zh-cn':{
|
'zh-cn':{
|
||||||
'creator_mode': '创建模式',
|
'creator_mode': '创建模式',
|
||||||
'settings': 'Settings',
|
'settings': '设置',
|
||||||
'alternate_output_name': 'Use patch name for output',
|
'alternate_output_name': '修改后ROM文件名和补丁保持一致',
|
||||||
'light_theme': 'Light theme',
|
'light_theme': '浅色主题',
|
||||||
|
|
||||||
'apply_patch': '打补丁',
|
'apply_patch': '打补丁',
|
||||||
'rom_file': 'ROM文件:',
|
'rom_file': 'ROM文件:',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue