Custom localization file support

This commit is contained in:
Federico Cecchetto
2022-07-16 00:29:44 +02:00
parent 4fa5dbe930
commit a487e6fcfa
11 changed files with 211 additions and 54 deletions

View File

@ -0,0 +1,39 @@
{
"MENU_MODS": "MODS",
"MENU_MODS_DESC": "Load installed mods.",
"LUA_MENU_MOD_DESC_DEFAULT": "Load &&1.",
"LUA_MENU_MOD_DESC": "&&1\nAuthor: &&2\nVersion: &&3",
"LUA_MENU_LOADED_MOD": "Loaded mod: ^3&&1",
"LUA_MENU_AVAILABLE_MODS": "Available mods",
"LUA_MENU_UNLOAD": "Unload",
"LUA_MENU_UNLOAD_DESC": "Unload the currently loaded mod.",
"LUA_MENU_WORKSHOP": "Workshop",
"LUA_MENU_WORKSHOP_DESC": "Download and install mods.",
"MENU_GENERAL": "H2-MOD",
"MENU_GENERAL_DESC": "Set h2-mod's settings.",
"LUA_MENU_AUTO_UPDATE": "Automatic updates",
"LUA_MENU_AUTO_UPDATE_DESC": "Enable or disable automatic updates on startup.",
"LUA_MENU_CHECK_UPDATES": "Check for updates",
"LUA_MENU_CHECK_UPDATES_DESC": "Check for updates.",
"LUA_MENU_DRAWING": "Hud",
"LUA_MENU_UPDATES": "Updates",
"LUA_MENU_RENDERING": "Rendering",
"LUA_MENU_DRAW_FPS": "Draw FPS",
"LUA_MENU_DRAW_FPS_DESC": "Enable or disable drawing fps or viewpos on screen.",
"LUA_MENU_FPS_ONLY": "FPS only",
"LUA_MENU_FPS_AND_VIEWPOS": "FPS and View Pos",
"LUA_MENU_DRAW_SPEED": "Draw speed",
"LUA_MENU_DRAW_SPEED_DESC": "Enable or disable drawing the player speed on screen.",
"LUA_MENU_DRAW_SPEEDGRAPH": "Draw speed graph",
"LUA_MENU_DRAW_SPEEDGRAPH_DESC": "Enable or disable the speed graph.",
"LUA_MENU_R_FULLBRIGHT": "Fullbright",
"LUA_MENU_R_FULLBRIGHT_DESC": "Change the fullbright mode",
"LUA_MENU_MODE2": "No dynamic lighting",
"LUA_MENU_MODE3": "Debug shader",
"MENU_SYSINFO_CUSTOMER_SUPPORT_LINK": "Github Page:",
"MENU_SYSINFO_CUSTOMER_SUPPORT_URL": "https://github.com/fedddddd/h2-mod",
"MENU_SYSINFO_DONATION_LINK": "Donation link:",
"MENU_SYSINFO_DONATION_URL": "https://paypal.me/fedecek"
}

View File

@ -0,0 +1,39 @@
{
"MENU_MODS": "MODS",
"MENU_MODS_DESC": "Abilita mod installate.",
"LUA_MENU_MOD_DESC_DEFAULT": "Abilita &&1.",
"LUA_MENU_MOD_DESC": "&&1\nAutore: &&2\nVersione: &&3",
"LUA_MENU_LOADED_MOD": "Mod attiva: ^3&&1",
"LUA_MENU_AVAILABLE_MODS": "Mod disponibili",
"LUA_MENU_UNLOAD": "Disabilita",
"LUA_MENU_UNLOAD_DESC": "Disabilita la mod attualmente attiva.",
"LUA_MENU_WORKSHOP": "Workshop",
"LUA_MENU_WORKSHOP_DESC": "Scarica e installa mod.",
"MENU_GENERAL": "H2-MOD",
"MENU_GENERAL_DESC": "Imposta le opzioni di h2-mod.",
"LUA_MENU_AUTO_UPDATE": "Aggiornamenti automatici",
"LUA_MENU_AUTO_UPDATE_DESC": "Controlla automaticamente gli aggiornamenti all'avvio.",
"LUA_MENU_CHECK_UPDATES": "Controlla gli aggiornamenti",
"LUA_MENU_CHECK_UPDATES_DESC": "Controlla gli aggiornamenti.",
"LUA_MENU_DRAWING": "Hud",
"LUA_MENU_UPDATES": "Aggiornamenti",
"LUA_MENU_RENDERING": "Rendering",
"LUA_MENU_DRAW_FPS": "Mostra FPS",
"LUA_MENU_DRAW_FPS_DESC": "Mostra gli FPS o la posizione sullo schermo.",
"LUA_MENU_FPS_ONLY": "Solo FPS",
"LUA_MENU_FPS_AND_VIEWPOS": "FPS e Posizione",
"LUA_MENU_DRAW_SPEED": "Mostra la velocità",
"LUA_MENU_DRAW_SPEED_DESC": "Mostra la velocità sullo schermo.",
"LUA_MENU_DRAW_SPEEDGRAPH": "Mostra il grafico della velocità",
"LUA_MENU_DRAW_SPEEDGRAPH_DESC": "Attiva o disattiva il grafico della velocità.",
"LUA_MENU_R_FULLBRIGHT": "Fullbright",
"LUA_MENU_R_FULLBRIGHT_DESC": "Cambia la modalità di fullbright",
"LUA_MENU_MODE2": "No illuminazione dinamica",
"LUA_MENU_MODE3": "Shader di debug",
"MENU_SYSINFO_CUSTOMER_SUPPORT_LINK": "Pagina di Github:",
"MENU_SYSINFO_CUSTOMER_SUPPORT_URL": "https://github.com/fedddddd/h2-mod",
"MENU_SYSINFO_DONATION_LINK": "Link per donazioni:",
"MENU_SYSINFO_DONATION_URL": "https://paypal.me/fedecek"
}