This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
Locales["fi"] = {
["male"] = "Mies",
["female"] = "Nainen",
["command_setslots"] = "Aseta pelaajalle monihahmoslottien määrä",
["command_remslots"] = "Poista pelaajalta monihahmoslotteja",
["command_enablechar"] = "Ota käyttöön pelaajan tietty hahmo",
["command_disablechar"] = "Poista käytöstä pelaajan tietty hahmo",
["command_charslot"] = "Hahmon slottinumero",
["command_identifier"] = "Pelaajan tunniste",
["command_slots"] = "Slottien määrä",
["slotsadd"] = "Asetit %s slottia pelaajalle %s",
["slotsrem"] = "Poistit slottien määrän pelaajalta %s",
["charenabled"] = "Otat käyttöön hahmon #%s pelaajalta %s",
["chardisabled"] = "Poistit käytöstä hahmon #%s pelaajalta %s",
["charnotfound"] = "Hahmo #%s pelaajalta %s ei ole olemassa",
UI = {
["title"] = "HAHMON VALINTA",
["char_info_title"] = "Hahmon tiedot",
["play"] = "PELAA",
}
}