mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +02:00
preparing better handling for bmg patch
This commit is contained in:
parent
798791b526
commit
85276b6a52
2 changed files with 31 additions and 0 deletions
|
@ -1,4 +1,34 @@
|
||||||
{
|
{
|
||||||
|
"bmg": [
|
||||||
|
{
|
||||||
|
"mode": "overwrite_id",
|
||||||
|
"language": "fr",
|
||||||
|
"data": {
|
||||||
|
"0x703e": "\\\\c{{white}}{self.gui.translate('Random: All tracks', lang=bmglang)}\n",
|
||||||
|
"0x703f": "\\\\c{{white}}{self.gui.translate('Random: Original tracks', lang=bmglang)}\n",
|
||||||
|
"0x7040": "\\\\c{{white}}{self.gui.translate('Random: Custom Tracks', lang=bmglang)}\n",
|
||||||
|
"0x7041": "\\\\c{{white}}{self.gui.translate('Random: New tracks', lang=bmglang)}\n"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "replace_text",
|
||||||
|
"data": {
|
||||||
|
"CWF de Nintendo": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
"Wi-Fi Nintendo": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
"CWF Nintendo": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
"Nintendo WFC": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
"Wi-Fi": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
"インターネット": "{NINTENDO_CWF_REPLACE}",
|
||||||
|
|
||||||
|
"Menu principal": "{MAINMENU_REPLACE}",
|
||||||
|
"Menú principal": "{MAINMENU_REPLACE}",
|
||||||
|
"Main Menu": "{MAINMENU_REPLACE}",
|
||||||
|
"トップメニュー": "{MAINMENU_REPLACE}",
|
||||||
|
|
||||||
|
"Mario Kart Wii": "{MAINMENU_REPLACE}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"img": {
|
"img": {
|
||||||
"tt_hatena_64x64.tpl.png": "TPL.RGB5A3",
|
"tt_hatena_64x64.tpl.png": "TPL.RGB5A3",
|
||||||
"tt_obi_bottom_curve_000.tpl.png": "TPL.RGB5A3",
|
"tt_obi_bottom_curve_000.tpl.png": "TPL.RGB5A3",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
requests
|
requests
|
||||||
pillow
|
pillow
|
||||||
cx_Freeze
|
cx_Freeze
|
||||||
|
fstring
|
Loading…
Reference in a new issue