mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
Further locale change (#471)
* chore(l10n): update translation files Add-on: Cleanup translation files Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/ Translation: ExpCluster/ExpScenario * Update readme.lua * links * readme * chore(l10n): update English translation chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation chore(l10n): update English translation Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: phidias <phidias@aperx.org> Language: Chinese (Simplified Han script) Language: Chinese (Traditional Han script) Language: English Progress: 100.0% (1 of 1 strings) Progress: 100.0% (2 of 2 strings) Progress: 100.0% (233 of 233 strings) Progress: 100.0% (4 of 4 strings) Translate-URL: https://translate.aperx.org/projects/expcluster/explegacy/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/explegacy/zh_Hant/ Translate-URL: https://translate.aperx.org/projects/expcluster/exprole/en/ Translate-URL: https://translate.aperx.org/projects/expcluster/exprole/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/exprole/zh_Hant/ Translate-URL: https://translate.aperx.org/projects/expcluster/expserverups/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/expserverups/zh_Hant/ Translate-URL: https://translate.aperx.org/projects/expcluster/exputil/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/exputil/zh_Hant/ Translation: ExpCluster/ExpLegacy Translation: ExpCluster/ExpRole Translation: ExpCluster/ExpServerUPS Translation: ExpCluster/ExpUtil * chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation chore(l10n): update English translation Co-authored-by: phidias <phidias@aperx.org> Language: Chinese (Simplified Han script) Language: Chinese (Traditional Han script) Language: English Progress: 100.0% (452 of 452 strings) Progress: 95.7% (433 of 452 strings) Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/en/ Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/zh_Hant/ Translation: ExpCluster/ExpScenario * chore(l10n): update Chinese (Traditional Han script) translation chore(l10n): update Chinese (Simplified Han script) translation Co-authored-by: phidias <phidias@aperx.org> Language: Chinese (Simplified Han script) Language: Chinese (Traditional Han script) Progress: 95.7% (433 of 452 strings) Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/zh_Hans/ Translate-URL: https://translate.aperx.org/projects/expcluster/expscenario/zh_Hant/ Translation: ExpCluster/ExpScenario --------- Co-authored-by: Weblate <noreply@weblate.org>
This commit is contained in:
@@ -189,7 +189,7 @@ define_tab(
|
||||
local player = Gui.get_player(parent)
|
||||
|
||||
local server_details = {
|
||||
name = "ExpGaming S0 - Local",
|
||||
name = config_server_detail["community_name"] .. " S0 - Local",
|
||||
welcome = "Failed to load description: disconnected from external api.",
|
||||
reset_time = "Not Set",
|
||||
}
|
||||
@@ -338,7 +338,7 @@ define_tab(
|
||||
local external_links = Elements.title_table(scroll_pane, 235, { "exp-gui_readme.servers-external" }, 2)
|
||||
for _, key in ipairs{ "discord", "website", "patreon", "status", "github" } do
|
||||
Gui.elements.centered_label(external_links, 110, key:gsub("^%l", string.upper))
|
||||
Gui.elements.centered_label(external_links, 460, { "links." .. key }, { "exp-gui_readme.servers-open-in-browser" })
|
||||
Gui.elements.centered_label(external_links, 460, config_server_detail[key], { "exp-gui_readme.servers-open-in-browser" })
|
||||
end
|
||||
|
||||
return container
|
||||
|
||||
Reference in New Issue
Block a user