Update dmf.lua
This commit is contained in:
parent
fcfd5477dd
commit
088c0997f8
1 changed files with 3 additions and 0 deletions
|
@ -34,9 +34,11 @@ return {
|
||||||
},
|
},
|
||||||
toggle_mods = {
|
toggle_mods = {
|
||||||
en = "Toggle Mods",
|
en = "Toggle Mods",
|
||||||
|
["zh-cn"] = "开启关闭模组",
|
||||||
},
|
},
|
||||||
toggle_mods_description = {
|
toggle_mods_description = {
|
||||||
en = "Enable or disable your mods.",
|
en = "Enable or disable your mods.",
|
||||||
|
["zh-cn"] = "启用或禁用安装的模组。",
|
||||||
},
|
},
|
||||||
ui_scaling = {
|
ui_scaling = {
|
||||||
en = "UI Scaling for FHD+ Resolutions",
|
en = "UI Scaling for FHD+ Resolutions",
|
||||||
|
@ -331,6 +333,7 @@ return {
|
||||||
},
|
},
|
||||||
dev_console_close_warning = {
|
dev_console_close_warning = {
|
||||||
en = "The developer console is disabled, but must be closed manually.",
|
en = "The developer console is disabled, but must be closed manually.",
|
||||||
|
["zh-cn"] = "开发者控制台已禁用,但必须手动关闭。",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue