mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Merge branch 'dev' into dev
This commit is contained in:
@@ -54,60 +54,61 @@ Locales["cs"] = {
|
||||
["in_vehicle"] = "Nelze provést, hráč je v autě",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Přivolat si hráče k sobě",
|
||||
["command_car"] = "Spawnout vozidlo",
|
||||
["command_car_car"] = "Zadej jméno vozidla nebo spawnname",
|
||||
["command_cardel"] = "Odstranění vozidla v okolí",
|
||||
["command_cardel_radius"] = "Odstranění vozidla v určeném dosahu",
|
||||
["command_clear"] = "Vymazat text v chatu",
|
||||
["command_clearall"] = "Vymazat chet pro všechny hráče",
|
||||
["command_clearinventory"] = "Vymazat všechny věci z invetáře hráče",
|
||||
["command_clearloadout"] = "Vymazat všechny zbraně z inventáře hráče",
|
||||
["command_freeze"] = "Zmrazit hráče",
|
||||
["command_unfreeze"] = "Odmrazit hráče",
|
||||
["command_giveaccountmoney"] = "Poslat peníze na účet ",
|
||||
["command_giveaccountmoney_account"] = "Převést peníze na účet",
|
||||
["command_giveaccountmoney_amount"] = "Částka k poslání",
|
||||
["command_giveaccountmoney_invalid"] = "Neplátné jméno",
|
||||
["command_giveitem"] = "Darovat věc hráči",
|
||||
["command_giveitem_item"] = "Název věci",
|
||||
["command_giveitem_count"] = "Množství",
|
||||
["command_giveweapon"] = "Dát zbraň hráči",
|
||||
["command_giveweapon_weapon"] = "Název zbraně",
|
||||
["command_giveweapon_ammo"] = "Množství náboje",
|
||||
["command_giveweapon_hasalready"] = "Hráč již má tuto zbraň",
|
||||
["command_giveweaponcomponent"] = "Darovat přídavek na zbraň",
|
||||
["command_giveweaponcomponent_component"] = "Název zbraně",
|
||||
["command_giveweaponcomponent_invalid"] = "Špatné jméno přídavku",
|
||||
["command_giveweaponcomponent_hasalready"] = "Hráč již má tento přídavek",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Hráč nemá tuto zbrań",
|
||||
["command_goto"] = "Teleportování sebe k hráči",
|
||||
["command_kill"] = "Zabití hráče",
|
||||
["command_save"] = "Uložení dat hráče",
|
||||
["command_saveall"] = "Uložení veškerých dat hráče",
|
||||
["command_setaccountmoney"] = "Nastavení určeného počtu peněz",
|
||||
["command_setaccountmoney_amount"] = "Počet peněz",
|
||||
["command_setcoords"] = "Teleportování na určené souřadnice",
|
||||
["command_setcoords_x"] = "Hodnota X",
|
||||
["command_setcoords_y"] = "Hodnota Y",
|
||||
["command_setcoords_z"] = "Hodnota Z",
|
||||
["command_setjob"] = "Nastavit práci hráči",
|
||||
["command_setjob_job"] = "Název práce",
|
||||
["command_setjob_grade"] = "Pozice ve firmě",
|
||||
["command_setjob_invalid"] = "Špatné zadání práce,hodnosti nebo i obou hodnot",
|
||||
["command_setgroup"] = "Nastavení práv hráči",
|
||||
["command_setgroup_group"] = "Název skupiny",
|
||||
["commanderror_argumentmismatch"] = "Chybný počet hodnot (správně %s, potřebných %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Chybně zadaná hodnot #%s (správně, špatně)",
|
||||
["commanderror_invaliditem"] = "Špatný předmět",
|
||||
["commanderror_invalidweapon"] = "Špatná zbraň",
|
||||
["commanderror_console"] = "příkaz nelze být zpracován v konzoli",
|
||||
["commanderror_invalidcommand"] = "Špatný příakz - /%s",
|
||||
["commanderror_invalidplayerid"] = "Hráč není dostupný",
|
||||
["commandgeneric_playerid"] = "Id hráče",
|
||||
["command_giveammo_noweapon_found"] = "%s nemá tuto zbraň",
|
||||
["command_giveammo_weapon"] = "Název zbraně",
|
||||
["command_giveammo_ammo"] = "Počet nábojů",
|
||||
['command_bring'] = 'Přivolat si hráče k sobě',
|
||||
['command_car'] = 'Spawnout vozidlo',
|
||||
['command_car_car'] = 'Zadej jméno vozidla nebo spawnname',
|
||||
['command_cardel'] = 'Odstranění vozidla v okolí',
|
||||
['command_cardel_radius'] = 'Odstranění vozidla v určeném dosahu',
|
||||
['command_clear'] = 'Vymazat text v chatu',
|
||||
['command_clearall'] = 'Vymazat chet pro všechny hráče',
|
||||
['command_clearinventory'] = 'Vymazat všechny věci z invetáře hráče',
|
||||
['command_clearloadout'] = 'Vymazat všechny zbraně z inventáře hráče',
|
||||
['command_freeze'] = 'Zmrazit hráče',
|
||||
['command_unfreeze'] = 'Odmrazit hráče',
|
||||
['command_giveaccountmoney'] = 'Poslat peníze na účet ',
|
||||
['command_giveaccountmoney_account'] = 'Převést peníze na účet',
|
||||
['command_giveaccountmoney_amount'] = 'Částka k poslání',
|
||||
['command_giveaccountmoney_invalid'] = 'Neplátné jméno',
|
||||
['command_giveitem'] = 'Darovat věc hráči',
|
||||
['command_giveitem_item'] = 'Název věci',
|
||||
['command_giveitem_count'] = 'Množství',
|
||||
['command_giveweapon'] = 'Dát zbraň hráči',
|
||||
['command_giveweapon_weapon'] = 'Název zbraně',
|
||||
['command_giveweapon_ammo'] = 'Množství náboje',
|
||||
['command_giveweapon_hasalready'] = 'Hráč již má tuto zbraň',
|
||||
['command_giveweaponcomponent'] = 'Darovat přídavek na zbraň',
|
||||
['command_giveweaponcomponent_component'] = 'Název zbraně',
|
||||
['command_giveweaponcomponent_invalid'] = 'Špatné jméno přídavku',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Hráč již má tento přídavek',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Hráč nemá tuto zbrań',
|
||||
['command_goto'] = 'Teleportování sebe k hráči',
|
||||
['command_kill'] = 'Zabití hráče',
|
||||
['command_save'] = 'Uložení dat hráče',
|
||||
['command_saveall'] = 'Uložení veškerých dat hráče',
|
||||
['command_setaccountmoney'] = 'Nastavení určeného počtu peněz',
|
||||
['command_setaccountmoney_amount'] = 'Počet peněz',
|
||||
['command_setcoords'] = 'Teleportování na určené souřadnice',
|
||||
['command_setcoords_x'] = 'Hodnota X',
|
||||
['command_setcoords_y'] = 'Hodnota Y',
|
||||
['command_setcoords_z'] = 'Hodnota Z',
|
||||
['command_setjob'] = 'Nastavit práci hráči',
|
||||
['command_setjob_job'] = 'Název práce',
|
||||
['command_setjob_grade'] = 'Pozice ve firmě',
|
||||
['command_setjob_invalid'] = 'Špatné zadání práce,hodnosti nebo i obou hodnot',
|
||||
['command_setgroup'] = 'Nastavení práv hráči',
|
||||
['command_setgroup_group'] = 'Název skupiny',
|
||||
['commanderror_argumentmismatch'] = 'Chybný počet hodnot (správně %s, potřebných %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Chybně zadaná hodnot #%s (správně, špatně)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Špatný předmět',
|
||||
['commanderror_invalidweapon'] = 'Špatná zbraň',
|
||||
['commanderror_console'] = 'příkaz nelze být zpracován v konzoli',
|
||||
['commanderror_invalidcommand'] = 'Špatný příakz - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Hráč není dostupný',
|
||||
['commandgeneric_playerid'] = 'Id hráče',
|
||||
['command_giveammo_noweapon_found'] = '%s nemá tuto zbraň',
|
||||
['command_giveammo_weapon'] = 'Název zbraně',
|
||||
['command_giveammo_ammo'] = 'Počet nábojů',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,66 +54,67 @@ Locales["da"] = {
|
||||
["in_vehicle"] = "Kan ikke udføre handling, spilleren er i et køretøj",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Tag en spiller til dig",
|
||||
["command_car"] = "Spawn et køretøj",
|
||||
["command_car_car"] = "Køretøjsmodel eller hash",
|
||||
["command_cardel"] = "Fjern køretøjer i nærheden",
|
||||
["command_cardel_radius"] = "Fjerner alle køretøjer inden for den specificerede radius",
|
||||
["command_clear"] = "Ryd chatten",
|
||||
["command_clearall"] = "Ryd chatten for alle spillere",
|
||||
["command_clearinventory"] = "Fjern alle elementer fra spillernes inventar",
|
||||
["command_clearloadout"] = "Fjern alle våben fra Players Loadout",
|
||||
["command_freeze"] = "Frys en spiller",
|
||||
["command_unfreeze"] = "Frigør en spiller",
|
||||
["command_giveaccountmoney"] = "Giv penge til en bestemt konto",
|
||||
["command_giveaccountmoney_account"] = "Konto at tilføje til",
|
||||
["command_giveaccountmoney_amount"] = "Beløb at tilføje",
|
||||
["command_giveaccountmoney_invalid"] = "Kontonavn ugyldigt",
|
||||
["command_giveitem"] = "Giv spilleren en genstand",
|
||||
["command_giveitem_item"] = "Genstands navn",
|
||||
["command_giveitem_count"] = "Antal",
|
||||
["command_giveweapon"] = "Giv spilleren et våben",
|
||||
["command_giveweapon_weapon"] = "Navn på våben",
|
||||
["command_giveweapon_ammo"] = "Ammunitions mængde",
|
||||
["command_giveweapon_hasalready"] = "Spilleren har allerede dette våben",
|
||||
["command_giveweaponcomponent"] = "Giv en våbenkomponent til spilleren",
|
||||
["command_giveweaponcomponent_component"] = "Komponent navn",
|
||||
["command_giveweaponcomponent_invalid"] = "Ugyldig våben-komponent",
|
||||
["command_giveweaponcomponent_hasalready"] = "Spilleren har allerede denne våben-komponent",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Spilleren har ikke dette våben",
|
||||
["command_goto"] = "Teleporter dig selv til en spiller",
|
||||
["command_kill"] = "Dræb en spiller",
|
||||
["command_save"] = "Force save en spillers data",
|
||||
["command_saveall"] = "Force save alle spillers data",
|
||||
["command_setaccountmoney"] = "Indstil pengene på en bestemt konto",
|
||||
["command_setaccountmoney_amount"] = "Beløb",
|
||||
["command_setcoords"] = "Teleporter til specificerede koordinater",
|
||||
["command_setcoords_x"] = "X værdi",
|
||||
["command_setcoords_y"] = "Y værdi",
|
||||
["command_setcoords_z"] = "Z værdi",
|
||||
["command_setjob"] = "Sæt en spillers job",
|
||||
["command_setjob_job"] = "Navn",
|
||||
["command_setjob_grade"] = "Job karakter",
|
||||
["command_setjob_invalid"] = "jobbet, karakteren eller begge dele er ugyldige",
|
||||
["command_setgroup"] = "Indstil en spillers tilladelsesgruppe",
|
||||
["command_setgroup_group"] = "Navn på gruppe",
|
||||
["commanderror_argumentmismatch"] = "Antal ugyldige argumenter (bestået %s, ønsket %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Ugyldigt argument #%s datatype (bestået streng, ønsket nummer)",
|
||||
["commanderror_invaliditem"] = "Ugyldig genstand",
|
||||
["commanderror_invalidweapon"] = "Ugyldigt våben",
|
||||
["commanderror_console"] = "Kommandoen kan ikke udføres fra konsollen",
|
||||
["commanderror_invalidcommand"] = "Ugyldig kommando - /%s",
|
||||
["commanderror_invalidplayerid"] = "Den angivne spiller er ikke online",
|
||||
["commandgeneric_playerid"] = "Spillerens server-id",
|
||||
["command_giveammo_noweapon_found"] = "%s har ikke det våben",
|
||||
["command_giveammo_weapon"] = "Våben navn",
|
||||
["command_giveammo_ammo"] = "Ammunitions mængde",
|
||||
["tpm_nowaypoint"] = "Ingen waypoint indstillet.",
|
||||
["tpm_success"] = "Teleporteret med succes",
|
||||
['command_bring'] = 'Tag en spiller til dig',
|
||||
['command_car'] = 'Spawn et køretøj',
|
||||
['command_car_car'] = 'Køretøjsmodel eller hash',
|
||||
['command_cardel'] = 'Fjern køretøjer i nærheden',
|
||||
['command_cardel_radius'] = 'Fjerner alle køretøjer inden for den specificerede radius',
|
||||
['command_clear'] = 'Ryd chatten',
|
||||
['command_clearall'] = 'Ryd chatten for alle spillere',
|
||||
['command_clearinventory'] = 'Fjern alle elementer fra spillernes inventar',
|
||||
['command_clearloadout'] = 'Fjern alle våben fra Players Loadout',
|
||||
['command_freeze'] = 'Frys en spiller',
|
||||
['command_unfreeze'] = 'Frigør en spiller',
|
||||
['command_giveaccountmoney'] = 'Giv penge til en bestemt konto',
|
||||
['command_giveaccountmoney_account'] = 'Konto at tilføje til',
|
||||
['command_giveaccountmoney_amount'] = 'Beløb at tilføje',
|
||||
['command_giveaccountmoney_invalid'] = 'Kontonavn ugyldigt',
|
||||
['command_giveitem'] = 'Giv spilleren en genstand',
|
||||
['command_giveitem_item'] = 'Genstands navn',
|
||||
['command_giveitem_count'] = 'Antal',
|
||||
['command_giveweapon'] = 'Giv spilleren et våben',
|
||||
['command_giveweapon_weapon'] = 'Navn på våben',
|
||||
['command_giveweapon_ammo'] = 'Ammunitions mængde',
|
||||
['command_giveweapon_hasalready'] = 'Spilleren har allerede dette våben',
|
||||
['command_giveweaponcomponent'] = 'Giv en våbenkomponent til spilleren',
|
||||
['command_giveweaponcomponent_component'] = 'Komponent navn',
|
||||
['command_giveweaponcomponent_invalid'] = 'Ugyldig våben-komponent',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Spilleren har allerede denne våben-komponent',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Spilleren har ikke dette våben',
|
||||
['command_goto'] = 'Teleporter dig selv til en spiller',
|
||||
['command_kill'] = 'Dræb en spiller',
|
||||
['command_save'] = 'Force save en spillers data',
|
||||
['command_saveall'] = 'Force save alle spillers data',
|
||||
['command_setaccountmoney'] = 'Indstil pengene på en bestemt konto',
|
||||
['command_setaccountmoney_amount'] = 'Beløb',
|
||||
['command_setcoords'] = 'Teleporter til specificerede koordinater',
|
||||
['command_setcoords_x'] = 'X værdi',
|
||||
['command_setcoords_y'] = 'Y værdi',
|
||||
['command_setcoords_z'] = 'Z værdi',
|
||||
['command_setjob'] = 'Sæt en spillers job',
|
||||
['command_setjob_job'] = 'Navn',
|
||||
['command_setjob_grade'] = 'Job karakter',
|
||||
['command_setjob_invalid'] = 'jobbet, karakteren eller begge dele er ugyldige',
|
||||
['command_setgroup'] = 'Indstil en spillers tilladelsesgruppe',
|
||||
['command_setgroup_group'] = 'Navn på gruppe',
|
||||
['commanderror_argumentmismatch'] = 'Antal ugyldige argumenter (bestået %s, ønsket %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Ugyldigt argument #%s datatype (bestået streng, ønsket nummer)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Ugyldig genstand',
|
||||
['commanderror_invalidweapon'] = 'Ugyldigt våben',
|
||||
['commanderror_console'] = 'Kommandoen kan ikke udføres fra konsollen',
|
||||
['commanderror_invalidcommand'] = 'Ugyldig kommando - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Den angivne spiller er ikke online',
|
||||
['commandgeneric_playerid'] = 'Spillerens server-id',
|
||||
['command_giveammo_noweapon_found'] = '%s har ikke det våben',
|
||||
['command_giveammo_weapon'] = 'Våben navn',
|
||||
['command_giveammo_ammo'] = 'Ammunitions mængde',
|
||||
['tpm_nowaypoint'] = 'Ingen waypoint indstillet.',
|
||||
['tpm_success'] = 'Teleporteret med succes',
|
||||
|
||||
["noclip_message"] = "Noclip er blevet %s",
|
||||
["enabled"] = "~g~aktiveret~s~",
|
||||
["disabled"] = "~r~deaktiveret~s~",
|
||||
['noclip_message'] = 'Noclip er blevet %s',
|
||||
['enabled'] = '~g~aktiveret~s~',
|
||||
['disabled'] = '~r~deaktiveret~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,66 +54,67 @@ Locales["de"] = {
|
||||
["in_vehicle"] = "Du kannst diese Aktion nicht ausführen! Person ist in einem Fahrzeug",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Person zu dir bringen",
|
||||
["command_car"] = "Fahrzeug Spawnen",
|
||||
["command_car_car"] = "Fahrzeug Model oder Hash",
|
||||
["command_cardel"] = "Fahrzeuge entfernen",
|
||||
["command_cardel_radius"] = "Entfernt alle Fahrzeuge in einem bestimmten Radius",
|
||||
["command_clear"] = "Textchat leeren",
|
||||
["command_clearall"] = "Textchat leeren für alle Spieler leeren",
|
||||
["command_clearinventory"] = "Alle Items von dem Inventar eines Spielers entfernen",
|
||||
["command_clearloadout"] = "Alle waffen von dem Spieler Loadout entfernen",
|
||||
["command_freeze"] = "Spieler Freezen",
|
||||
["command_unfreeze"] = "Spieler Entfreezen",
|
||||
["command_giveaccountmoney"] = "Geld an einen bestimmten Account geben",
|
||||
["command_giveaccountmoney_account"] = "Account wohin das Geld hinzugefügt werden soll",
|
||||
["command_giveaccountmoney_amount"] = "Anzahl zum hinzufügen",
|
||||
["command_giveaccountmoney_invalid"] = "Accountname Ungültig",
|
||||
["command_giveitem"] = "Spieler ein item geben",
|
||||
["command_giveitem_item"] = "Item Name",
|
||||
["command_giveitem_count"] = "Anzahl",
|
||||
["command_giveweapon"] = "Spieler eine Waffe geben",
|
||||
["command_giveweapon_weapon"] = "Waffenname",
|
||||
["command_giveweapon_ammo"] = "Munitionsanzahl",
|
||||
["command_giveweapon_hasalready"] = "Spieler hat bereits diese Waffe",
|
||||
["command_giveweaponcomponent"] = "Waffenkomponent an einen Spieler geben",
|
||||
["command_giveweaponcomponent_component"] = "Komponent Name",
|
||||
["command_giveweaponcomponent_invalid"] = "Ungültiger Komponent Name",
|
||||
["command_giveweaponcomponent_hasalready"] = "Spieler hat bereits diesen Komponent",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Spieler hat diese Waffe nicht",
|
||||
["command_goto"] = "Teleportiere dich zu einem Spieler",
|
||||
["command_kill"] = "Spieler Töten",
|
||||
["command_save"] = "Von einem bestimmten Spieler die Spielerdaten Speichern",
|
||||
["command_saveall"] = "Von allen Spielern die Spielerdaten Speichern",
|
||||
["command_setaccountmoney"] = "Geld auf einem bestimmten Account setzen",
|
||||
["command_setaccountmoney_amount"] = "Anzahl",
|
||||
["command_setcoords"] = "Zu den bestimmten Koordinaten teleportieren",
|
||||
["command_setcoords_x"] = "X Koordinate",
|
||||
["command_setcoords_y"] = "Y Koordinate",
|
||||
["command_setcoords_z"] = "Z Koordinate",
|
||||
["command_setjob"] = "Job eines Spielers setzen",
|
||||
["command_setjob_job"] = "Name",
|
||||
["command_setjob_grade"] = "Job Grad",
|
||||
["command_setjob_invalid"] = "Der Job Grad oder beides sind ungültig",
|
||||
["command_setgroup"] = "Setzt eine Berechtigungs Gruppe für einen User",
|
||||
["command_setgroup_group"] = "Name der Gruppe",
|
||||
["commanderror_argumentmismatch"] = "Ungültiger Argument (gegeben %s, gewollt %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Ungültiges Argument #%s daten typ (string gegeben, gewollte nummer)",
|
||||
["commanderror_invaliditem"] = "Ungültiges Item",
|
||||
["commanderror_invalidweapon"] = "Ungültige Waffe",
|
||||
["commanderror_console"] = "Befehl kann nicht von der Konsole aus ausgeführt werden",
|
||||
["commanderror_invalidcommand"] = "Ungültiger Befehl - /%s",
|
||||
["commanderror_invalidplayerid"] = "Angegebener Spieler ist nicht online!",
|
||||
["commandgeneric_playerid"] = "Spieler`s ID",
|
||||
["command_giveammo_noweapon_found"] = "%s besitzt diese Waffe nicht",
|
||||
["command_giveammo_weapon"] = "Waffenname",
|
||||
["command_giveammo_ammo"] = "Munitionsanzahl",
|
||||
["tpm_nowaypoint"] = "Kein Wegpunkt gesetzt.",
|
||||
["tpm_success"] = "Erfolgreich teleportiert",
|
||||
['command_bring'] = 'Person zu dir bringen',
|
||||
['command_car'] = 'Fahrzeug Spawnen',
|
||||
['command_car_car'] = 'Fahrzeug Model oder Hash',
|
||||
['command_cardel'] = 'Fahrzeuge entfernen',
|
||||
['command_cardel_radius'] = 'Entfernt alle Fahrzeuge in einem bestimmten Radius',
|
||||
['command_clear'] = 'Textchat leeren',
|
||||
['command_clearall'] = 'Textchat leeren für alle Spieler leeren',
|
||||
['command_clearinventory'] = 'Alle Items von dem Inventar eines Spielers entfernen',
|
||||
['command_clearloadout'] = 'Alle waffen von dem Spieler Loadout entfernen',
|
||||
['command_freeze'] = 'Spieler Freezen',
|
||||
['command_unfreeze'] = 'Spieler Entfreezen',
|
||||
['command_giveaccountmoney'] = 'Geld an einen bestimmten Account geben',
|
||||
['command_giveaccountmoney_account'] = 'Account wohin das Geld hinzugefügt werden soll',
|
||||
['command_giveaccountmoney_amount'] = 'Anzahl zum hinzufügen',
|
||||
['command_giveaccountmoney_invalid'] = 'Accountname Ungültig',
|
||||
['command_giveitem'] = 'Spieler ein item geben',
|
||||
['command_giveitem_item'] = 'Item Name',
|
||||
['command_giveitem_count'] = 'Anzahl',
|
||||
['command_giveweapon'] = 'Spieler eine Waffe geben',
|
||||
['command_giveweapon_weapon'] = 'Waffenname',
|
||||
['command_giveweapon_ammo'] = 'Munitionsanzahl',
|
||||
['command_giveweapon_hasalready'] = 'Spieler hat bereits diese Waffe',
|
||||
['command_giveweaponcomponent'] = 'Waffenkomponent an einen Spieler geben',
|
||||
['command_giveweaponcomponent_component'] = 'Komponent Name',
|
||||
['command_giveweaponcomponent_invalid'] = 'Ungültiger Komponent Name',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Spieler hat bereits diesen Komponent',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Spieler hat diese Waffe nicht',
|
||||
['command_goto'] = 'Teleportiere dich zu einem Spieler',
|
||||
['command_kill'] = 'Spieler Töten',
|
||||
['command_save'] = 'Von einem bestimmten Spieler die Spielerdaten Speichern',
|
||||
['command_saveall'] = 'Von allen Spielern die Spielerdaten Speichern',
|
||||
['command_setaccountmoney'] = 'Geld auf einem bestimmten Account setzen',
|
||||
['command_setaccountmoney_amount'] = 'Anzahl',
|
||||
['command_setcoords'] = 'Zu den bestimmten Koordinaten teleportieren',
|
||||
['command_setcoords_x'] = 'X Koordinate',
|
||||
['command_setcoords_y'] = 'Y Koordinate',
|
||||
['command_setcoords_z'] = 'Z Koordinate',
|
||||
['command_setjob'] = 'Job eines Spielers setzen',
|
||||
['command_setjob_job'] = 'Name',
|
||||
['command_setjob_grade'] = 'Job Grad',
|
||||
['command_setjob_invalid'] = 'Der Job Grad oder beides sind ungültig',
|
||||
['command_setgroup'] = 'Setzt eine Berechtigungs Gruppe für einen User',
|
||||
['command_setgroup_group'] = 'Name der Gruppe',
|
||||
['commanderror_argumentmismatch'] = 'Ungültiger Argument (gegeben %s, gewollt %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Ungültiges Argument #%s daten typ (string gegeben, gewollte nummer)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Ungültiges Item',
|
||||
['commanderror_invalidweapon'] = 'Ungültige Waffe',
|
||||
['commanderror_console'] = 'Befehl kann nicht von der Konsole aus ausgeführt werden',
|
||||
['commanderror_invalidcommand'] = 'Ungültiger Befehl - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Angegebener Spieler ist nicht online!',
|
||||
['commandgeneric_playerid'] = 'Spieler`s ID',
|
||||
['command_giveammo_noweapon_found'] = '%s besitzt diese Waffe nicht',
|
||||
['command_giveammo_weapon'] = 'Waffenname',
|
||||
['command_giveammo_ammo'] = 'Munitionsanzahl',
|
||||
['tpm_nowaypoint'] = 'Kein Wegpunkt gesetzt.',
|
||||
['tpm_success'] = 'Erfolgreich teleportiert',
|
||||
|
||||
["noclip_message"] = "Noclip wurde %s",
|
||||
["enabled"] = "~g~Aktiviert~s~",
|
||||
["disabled"] = "~r~Deaktiviert~s~",
|
||||
['noclip_message'] = 'Noclip wurde %s',
|
||||
['enabled'] = '~g~Aktiviert~s~',
|
||||
['disabled'] = '~r~Deaktiviert~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,70 +54,71 @@ Locales["en"] = {
|
||||
["in_vehicle"] = "Cannot Perform Action, Player is in a vehicle",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Bring player to you",
|
||||
["command_car"] = "Spawn a vehicle",
|
||||
["command_car_car"] = "Vehicle model or hash",
|
||||
["command_cardel"] = "Remove vehicles in proximity",
|
||||
["command_cardel_radius"] = "Removes all vehicles within the specified radius",
|
||||
["command_clear"] = "Clear chat Text",
|
||||
["command_clearall"] = "Clear chat Text for all players",
|
||||
["command_clearinventory"] = "Remove All items from the Players Inventory",
|
||||
["command_clearloadout"] = "Remove All weapons from the Players Loadout",
|
||||
["command_freeze"] = "Freeze a player",
|
||||
["command_unfreeze"] = "Unfreeze a player",
|
||||
["command_giveaccountmoney"] = "Give Money to a specified Account",
|
||||
["command_giveaccountmoney_account"] = "Account to add to",
|
||||
["command_giveaccountmoney_amount"] = "Amount to add",
|
||||
["command_giveaccountmoney_invalid"] = "Account Name Invalid",
|
||||
["command_removeaccountmoney"] = "Remove Money from a specified Account",
|
||||
["command_removeaccountmoney_account"] = "Account to remove from",
|
||||
["command_removeaccountmoney_amount"] = "Amount to remove",
|
||||
["command_removeaccountmoney_invalid"] = "Account Name Invalid",
|
||||
["command_giveitem"] = "Give Player an item",
|
||||
["command_giveitem_item"] = "Item name",
|
||||
["command_giveitem_count"] = "Quantity",
|
||||
["command_giveweapon"] = "Give player a weapon",
|
||||
["command_giveweapon_weapon"] = "Weapon name",
|
||||
["command_giveweapon_ammo"] = "Ammo Quantity",
|
||||
["command_giveweapon_hasalready"] = "Player already has this weapon",
|
||||
["command_giveweaponcomponent"] = "Give weapon component to player",
|
||||
["command_giveweaponcomponent_component"] = "Component name",
|
||||
["command_giveweaponcomponent_invalid"] = "Invalid weapon component",
|
||||
["command_giveweaponcomponent_hasalready"] = "Player already has this weapon component",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Player does not have this weapon",
|
||||
["command_goto"] = "Teleport yourself to a player",
|
||||
["command_kill"] = "Kill a player",
|
||||
["command_save"] = "Force Save a player`s Data",
|
||||
["command_saveall"] = "Force Save all player data",
|
||||
["command_setaccountmoney"] = "Set the money within a specified account",
|
||||
["command_setaccountmoney_amount"] = "Amount",
|
||||
["command_setcoords"] = "Teleport to specified Coordinates",
|
||||
["command_setcoords_x"] = "X value",
|
||||
["command_setcoords_y"] = "Y value",
|
||||
["command_setcoords_z"] = "Z value",
|
||||
["command_setjob"] = "Set a player`s job",
|
||||
["command_setjob_job"] = "Name",
|
||||
["command_setjob_grade"] = "Job grade",
|
||||
["command_setjob_invalid"] = "the job, grade or both are invalid",
|
||||
["command_setgroup"] = "Set a players permission group",
|
||||
["command_setgroup_group"] = "Name of Group",
|
||||
["commanderror_argumentmismatch"] = "Invalid Argument Count (passed %s, wanted %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Invalid Argument #%s data type (passed string, wanted number)",
|
||||
["commanderror_invaliditem"] = "Invalid item",
|
||||
["commanderror_invalidweapon"] = "Invalid weapon",
|
||||
["commanderror_console"] = "Command Cannot be executed from console",
|
||||
["commanderror_invalidcommand"] = "Invalid Command - /%s",
|
||||
["commanderror_invalidplayerid"] = "Specified Player is not online",
|
||||
["commandgeneric_playerid"] = "Player`s Server Id",
|
||||
["command_giveammo_noweapon_found"] = "%s does not have that weapon",
|
||||
["command_giveammo_weapon"] = "Weapon name",
|
||||
["command_giveammo_ammo"] = "Ammo Quantity",
|
||||
["tpm_nowaypoint"] = "No Waypoint Set.",
|
||||
["tpm_success"] = "Successfully Teleported",
|
||||
['command_bring'] = 'Bring player to you',
|
||||
['command_car'] = 'Spawn a vehicle',
|
||||
['command_car_car'] = 'Vehicle model or hash',
|
||||
['command_cardel'] = 'Remove vehicles in proximity',
|
||||
['command_cardel_radius'] = 'Removes all vehicles within the specified radius',
|
||||
['command_clear'] = 'Clear chat Text',
|
||||
['command_clearall'] = 'Clear chat Text for all players',
|
||||
['command_clearinventory'] = 'Remove All items from the Players Inventory',
|
||||
['command_clearloadout'] = 'Remove All weapons from the Players Loadout',
|
||||
['command_freeze'] = 'Freeze a player',
|
||||
['command_unfreeze'] = 'Unfreeze a player',
|
||||
['command_giveaccountmoney'] = 'Give Money to a specified Account',
|
||||
['command_giveaccountmoney_account'] = 'Account to add to',
|
||||
['command_giveaccountmoney_amount'] = 'Amount to add',
|
||||
['command_giveaccountmoney_invalid'] = 'Account Name Invalid',
|
||||
['command_removeaccountmoney'] = 'Remove Money from a specified Account',
|
||||
['command_removeaccountmoney_account'] = 'Account to remove from',
|
||||
['command_removeaccountmoney_amount'] = 'Amount to remove',
|
||||
['command_removeaccountmoney_invalid'] = 'Account Name Invalid',
|
||||
['command_giveitem'] = 'Give Player an item',
|
||||
['command_giveitem_item'] = 'Item name',
|
||||
['command_giveitem_count'] = 'Quantity',
|
||||
['command_giveweapon'] = 'Give player a weapon',
|
||||
['command_giveweapon_weapon'] = 'Weapon name',
|
||||
['command_giveweapon_ammo'] = 'Ammo Quantity',
|
||||
['command_giveweapon_hasalready'] = 'Player already has this weapon',
|
||||
['command_giveweaponcomponent'] = 'Give weapon component to player',
|
||||
['command_giveweaponcomponent_component'] = 'Component name',
|
||||
['command_giveweaponcomponent_invalid'] = 'Invalid weapon component',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Player already has this weapon component',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Player does not have this weapon',
|
||||
['command_goto'] = 'Teleport yourself to a player',
|
||||
['command_kill'] = 'Kill a player',
|
||||
['command_save'] = 'Force Save a player`s Data',
|
||||
['command_saveall'] = 'Force Save all player data',
|
||||
['command_setaccountmoney'] = 'Set the money within a specified account',
|
||||
['command_setaccountmoney_amount'] = 'Amount',
|
||||
['command_setcoords'] = 'Teleport to specified Coordinates',
|
||||
['command_setcoords_x'] = 'X value',
|
||||
['command_setcoords_y'] = 'Y value',
|
||||
['command_setcoords_z'] = 'Z value',
|
||||
['command_setjob'] = 'Set a player`s job',
|
||||
['command_setjob_job'] = 'Name',
|
||||
['command_setjob_grade'] = 'Job grade',
|
||||
['command_setjob_invalid'] = 'the job, grade or both are invalid',
|
||||
['command_setgroup'] = 'Set a players permission group',
|
||||
['command_setgroup_group'] = 'Name of Group',
|
||||
['commanderror_argumentmismatch'] = 'Invalid Argument Count (passed %s, wanted %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Invalid Argument #%s data type (passed string, wanted number)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Invalid item',
|
||||
['commanderror_invalidweapon'] = 'Invalid weapon',
|
||||
['commanderror_console'] = 'Command Cannot be executed from console',
|
||||
['commanderror_invalidcommand'] = 'Invalid Command - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Specified Player is not online',
|
||||
['commandgeneric_playerid'] = 'Player`s Server Id',
|
||||
['command_giveammo_noweapon_found'] = '%s does not have that weapon',
|
||||
['command_giveammo_weapon'] = 'Weapon name',
|
||||
['command_giveammo_ammo'] = 'Ammo Quantity',
|
||||
['tpm_nowaypoint'] = 'No Waypoint Set.',
|
||||
['tpm_success'] = 'Successfully Teleported',
|
||||
|
||||
["noclip_message"] = "Noclip has been %s",
|
||||
["enabled"] = "~g~enabled~s~",
|
||||
["disabled"] = "~r~disabled~s~",
|
||||
['noclip_message'] = 'Noclip has been %s',
|
||||
['enabled'] = '~g~enabled~s~',
|
||||
['disabled'] = '~r~disabled~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,60 +54,61 @@ Locales["es"] = {
|
||||
["in_vehicle"] = "Acción rechazada. El jugador se encuentra en un vehículo",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Traer un jugador hacia ti",
|
||||
["command_car"] = "Spawnear un vehículo",
|
||||
["command_car_car"] = "Nombre del vehículo",
|
||||
["command_cardel"] = "Eliminar vehículos cercanos",
|
||||
["command_cardel_radius"] = "Opcional, eliminar todos los vehículos en el radio especificado",
|
||||
["command_clear"] = "Limpiar chat para ti",
|
||||
["command_clearall"] = "Limpiar chat para todos los jugadores",
|
||||
["command_clearinventory"] = "Limpiar el inventario del jugador",
|
||||
["command_clearloadout"] = "Limpiar inventario de un jugador",
|
||||
["command_freeze"] = "Congelar un jugador",
|
||||
["command_unfreeze"] = "Descongelar un jugador",
|
||||
["command_giveaccountmoney"] = "Dar dinero",
|
||||
["command_giveaccountmoney_account"] = "Nombre de cuenta válido",
|
||||
["command_giveaccountmoney_amount"] = "Cantidad a añadir",
|
||||
["command_giveaccountmoney_invalid"] = "Nombre de cuenta no existente. [bank, money, black_money]",
|
||||
["command_giveitem"] = "Dar un objeto a un jugador",
|
||||
["command_giveitem_item"] = "Nombre del artículo",
|
||||
["command_giveitem_count"] = "Cantidad de articulos",
|
||||
["command_giveweapon"] = "Dar un arma a un jugador",
|
||||
["command_giveweapon_weapon"] = "Nombre del arma",
|
||||
["command_giveweapon_ammo"] = "Cantidad de municion",
|
||||
["command_giveweapon_hasalready"] = "El jugador ya tiene esa arma",
|
||||
["command_giveweaponcomponent"] = "Dar el componente del arma",
|
||||
["command_giveweaponcomponent_component"] = "Nombre del componente",
|
||||
["command_giveweaponcomponent_invalid"] = "Componente del arma no válido",
|
||||
["command_giveweaponcomponent_hasalready"] = "El jugador ya tiene ese componente del arma",
|
||||
["command_giveweaponcomponent_missingweapon"] = "El jugador no tiene esa arma",
|
||||
["command_goto"] = "Teletransportarte hacia un jugador",
|
||||
["command_kill"] = "Matar un jugador",
|
||||
["command_save"] = "Guardar la informacion de un jugador en la base de datos.",
|
||||
["command_saveall"] = "Guardar toda la informacion de jugadores en la base de datos.",
|
||||
["command_setaccountmoney"] = "Establecer el dinero de la cuenta para un jugador",
|
||||
["command_setaccountmoney_amount"] = "Cantidad de dinero a establecer",
|
||||
["command_setcoords"] = "Teletransporte a coordenadas",
|
||||
["command_setcoords_x"] = "Eje X",
|
||||
["command_setcoords_y"] = "Eje Y",
|
||||
["command_setcoords_z"] = "Eje Z",
|
||||
["command_setjob"] = "Dar un trabajo a un jugador",
|
||||
["command_setjob_job"] = "Nombre del trabajo",
|
||||
["command_setjob_grade"] = "Rango del trabajo",
|
||||
["command_setjob_invalid"] = "El trabajo o el rango no son válidos",
|
||||
["command_setgroup"] = "Establecer el grupo de un jugador",
|
||||
["command_setgroup_group"] = "Nombre del grupo",
|
||||
["commanderror_argumentmismatch"] = "Error en el recuento de argumentos (pasado %s, deseado %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Argumento #%s tipo no coincide (cadena pasada, número deseado)",
|
||||
["commanderror_invaliditem"] = "Nombre del artículo no válido",
|
||||
["commanderror_invalidweapon"] = "Arma inválida",
|
||||
["commanderror_console"] = "Ese comando no se puede ejecutar desde la consola",
|
||||
["commanderror_invalidcommand"] = "/%s ¡No es un comando válido!",
|
||||
["commanderror_invalidplayerid"] = "No hay ningún jugador online con la ID especificada",
|
||||
["commandgeneric_playerid"] = "ID del jugador",
|
||||
["command_giveammo_noweapon_found"] = "%s no posee esa arma",
|
||||
["command_giveammo_weapon"] = "Nombre del arma",
|
||||
["command_giveammo_ammo"] = "Cantidad de municion",
|
||||
['command_bring'] = 'Traer un jugador hacia ti',
|
||||
['command_car'] = 'Spawnear un vehículo',
|
||||
['command_car_car'] = 'Nombre del vehículo',
|
||||
['command_cardel'] = 'Eliminar vehículos cercanos',
|
||||
['command_cardel_radius'] = 'Opcional, eliminar todos los vehículos en el radio especificado',
|
||||
['command_clear'] = 'Limpiar chat para ti',
|
||||
['command_clearall'] = 'Limpiar chat para todos los jugadores',
|
||||
['command_clearinventory'] = 'Limpiar el inventario del jugador',
|
||||
['command_clearloadout'] = 'Limpiar inventario de un jugador',
|
||||
['command_freeze'] = 'Congelar un jugador',
|
||||
['command_unfreeze'] = 'Descongelar un jugador',
|
||||
['command_giveaccountmoney'] = 'Dar dinero',
|
||||
['command_giveaccountmoney_account'] = 'Nombre de cuenta válido',
|
||||
['command_giveaccountmoney_amount'] = 'Cantidad a añadir',
|
||||
['command_giveaccountmoney_invalid'] = 'Nombre de cuenta no existente. [bank, money, black_money]',
|
||||
['command_giveitem'] = 'Dar un objeto a un jugador',
|
||||
['command_giveitem_item'] = 'Nombre del artículo',
|
||||
['command_giveitem_count'] = 'Cantidad de articulos',
|
||||
['command_giveweapon'] = 'Dar un arma a un jugador',
|
||||
['command_giveweapon_weapon'] = 'Nombre del arma',
|
||||
['command_giveweapon_ammo'] = 'Cantidad de municion',
|
||||
['command_giveweapon_hasalready'] = 'El jugador ya tiene esa arma',
|
||||
['command_giveweaponcomponent'] = 'Dar el componente del arma',
|
||||
['command_giveweaponcomponent_component'] = 'Nombre del componente',
|
||||
['command_giveweaponcomponent_invalid'] = 'Componente del arma no válido',
|
||||
['command_giveweaponcomponent_hasalready'] = 'El jugador ya tiene ese componente del arma',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'El jugador no tiene esa arma',
|
||||
['command_goto'] = 'Teletransportarte hacia un jugador',
|
||||
['command_kill'] = 'Matar un jugador',
|
||||
['command_save'] = 'Guardar la informacion de un jugador en la base de datos.',
|
||||
['command_saveall'] = 'Guardar toda la informacion de jugadores en la base de datos.',
|
||||
['command_setaccountmoney'] = 'Establecer el dinero de la cuenta para un jugador',
|
||||
['command_setaccountmoney_amount'] = 'Cantidad de dinero a establecer',
|
||||
['command_setcoords'] = 'Teletransporte a coordenadas',
|
||||
['command_setcoords_x'] = 'Eje X',
|
||||
['command_setcoords_y'] = 'Eje Y',
|
||||
['command_setcoords_z'] = 'Eje Z',
|
||||
['command_setjob'] = 'Dar un trabajo a un jugador',
|
||||
['command_setjob_job'] = 'Nombre del trabajo',
|
||||
['command_setjob_grade'] = 'Rango del trabajo',
|
||||
['command_setjob_invalid'] = 'El trabajo o el rango no son válidos',
|
||||
['command_setgroup'] = 'Establecer el grupo de un jugador',
|
||||
['command_setgroup_group'] = 'Nombre del grupo',
|
||||
['commanderror_argumentmismatch'] = 'Error en el recuento de argumentos (pasado %s, deseado %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Argumento #%s tipo no coincide (cadena pasada, número deseado)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Nombre del artículo no válido',
|
||||
['commanderror_invalidweapon'] = 'Arma inválida',
|
||||
['commanderror_console'] = 'Ese comando no se puede ejecutar desde la consola',
|
||||
['commanderror_invalidcommand'] = '/%s ¡No es un comando válido!',
|
||||
['commanderror_invalidplayerid'] = 'No hay ningún jugador online con la ID especificada',
|
||||
['commandgeneric_playerid'] = 'ID del jugador',
|
||||
['command_giveammo_noweapon_found'] = '%s no posee esa arma',
|
||||
['command_giveammo_weapon'] = 'Nombre del arma',
|
||||
['command_giveammo_ammo'] = 'Cantidad de municion',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,55 +54,56 @@ Locales["fi"] = {
|
||||
["in_vehicle"] = "Et voi antaa ajoneuvossa olevalle mitään",
|
||||
|
||||
-- Commands
|
||||
["command_car"] = "Luo ajoneuvo",
|
||||
["command_car_car"] = "Ajoneuvon nimi tai hash",
|
||||
["command_cardel"] = "Poistaa ajoneuvon läheltä",
|
||||
["command_cardel_radius"] = "Valinnainen, poista kaikki ajoneuvot määritetyllä säteellä",
|
||||
["command_clear"] = "Tyhjennä keskustelu",
|
||||
["command_clearall"] = "Tyhjennä keskustelu kaikilta pelaajilta",
|
||||
["command_clearinventory"] = "Tyhjennä pelaajan reppu",
|
||||
["command_clearloadout"] = "Tyhjennä pelaajan varustus",
|
||||
["command_giveaccountmoney"] = "Anna tilirahaa",
|
||||
["command_giveaccountmoney_account"] = "Kelvollinen tilin nimi",
|
||||
["command_giveaccountmoney_amount"] = "Lisättävä määrä",
|
||||
["command_giveaccountmoney_invalid"] = "Virheellinen tili nimi",
|
||||
["command_giveitem"] = "Anna pelaajalle esine",
|
||||
["command_giveitem_item"] = "Esineen nimi",
|
||||
["command_giveitem_count"] = "Esineiden määrä",
|
||||
["command_giveweapon"] = "Anna pelaajalle ase",
|
||||
["command_giveweapon_weapon"] = "Aseen nimi",
|
||||
["command_giveweapon_ammo"] = "Ammusten määrä",
|
||||
["command_giveweapon_hasalready"] = "Pelaajalla on jo kyseinen ase",
|
||||
["command_giveweaponcomponent"] = "Anna aseen komponentti",
|
||||
["command_giveweaponcomponent_component"] = "Komponentin nimi",
|
||||
["command_giveweaponcomponent_invalid"] = "Virheellinen aseen komponentti",
|
||||
["command_giveweaponcomponent_hasalready"] = "Pelaajalla on jo kyseinen asekomponentti",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Pelaajalla ei ole kyseistä asetta",
|
||||
["command_save"] = "Talenna pelaaja tietokantaan",
|
||||
["command_saveall"] = "Tallenna kaikki pelaajat tietokantaan",
|
||||
["command_setaccountmoney"] = "Aseta tilirahaa pelaajalle",
|
||||
["command_setaccountmoney_amount"] = "Asetettava rahamäärä",
|
||||
["command_setcoords"] = "Teleporttaa koordinaatteihin",
|
||||
["command_setcoords_x"] = "x akseli",
|
||||
["command_setcoords_y"] = "y akseli",
|
||||
["command_setcoords_z"] = "z akseli",
|
||||
["command_setjob"] = "Aseta pelaajalle työ",
|
||||
["command_setjob_job"] = "Työ",
|
||||
["command_setjob_grade"] = "Arvo",
|
||||
["command_setjob_invalid"] = "Työ ja arvo tai molemmat ovat virheellisiä",
|
||||
["command_setgroup"] = "Aseta pelaajan ryhmä",
|
||||
["command_setgroup_group"] = "Ryhmän nimi",
|
||||
["commanderror_argumentmismatch"] = "Argumenttien määrä ei täsmää (hyväksytty %s, haluttu %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Argumentin #%s tyyppi ei täsmää (syötetty merkkijono, haluttu numero)",
|
||||
["commanderror_invaliditem"] = "Virheellinen esineen nimi",
|
||||
["commanderror_invalidweapon"] = "Virheellinen ase",
|
||||
["commanderror_console"] = "Komentoa ei voi suorittaa konsolissa",
|
||||
["commanderror_invalidcommand"] = "/%s ei ole kelvollinen komento!",
|
||||
["commanderror_invalidplayerid"] = "Palvelimella ei ole pelaajaa, joka vastaa annetua ID",
|
||||
["commandgeneric_playerid"] = "Pelaajan ID",
|
||||
["command_giveammo_noweapon_found"] = "%s ei ole sitä asetta",
|
||||
["command_giveammo_weapon"] = "Aseen nimi",
|
||||
["command_giveammo_ammo"] = "Ammusten määrä",
|
||||
['command_car'] = 'Luo ajoneuvo',
|
||||
['command_car_car'] = 'Ajoneuvon nimi tai hash',
|
||||
['command_cardel'] = 'Poistaa ajoneuvon läheltä',
|
||||
['command_cardel_radius'] = 'Valinnainen, poista kaikki ajoneuvot määritetyllä säteellä',
|
||||
['command_clear'] = 'Tyhjennä keskustelu',
|
||||
['command_clearall'] = 'Tyhjennä keskustelu kaikilta pelaajilta',
|
||||
['command_clearinventory'] = 'Tyhjennä pelaajan reppu',
|
||||
['command_clearloadout'] = 'Tyhjennä pelaajan varustus',
|
||||
['command_giveaccountmoney'] = 'Anna tilirahaa',
|
||||
['command_giveaccountmoney_account'] = 'Kelvollinen tilin nimi',
|
||||
['command_giveaccountmoney_amount'] = 'Lisättävä määrä',
|
||||
['command_giveaccountmoney_invalid'] = 'Virheellinen tili nimi',
|
||||
['command_giveitem'] = 'Anna pelaajalle esine',
|
||||
['command_giveitem_item'] = 'Esineen nimi',
|
||||
['command_giveitem_count'] = 'Esineiden määrä',
|
||||
['command_giveweapon'] = 'Anna pelaajalle ase',
|
||||
['command_giveweapon_weapon'] = 'Aseen nimi',
|
||||
['command_giveweapon_ammo'] = 'Ammusten määrä',
|
||||
['command_giveweapon_hasalready'] = 'Pelaajalla on jo kyseinen ase',
|
||||
['command_giveweaponcomponent'] = 'Anna aseen komponentti',
|
||||
['command_giveweaponcomponent_component'] = 'Komponentin nimi',
|
||||
['command_giveweaponcomponent_invalid'] = 'Virheellinen aseen komponentti',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Pelaajalla on jo kyseinen asekomponentti',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Pelaajalla ei ole kyseistä asetta',
|
||||
['command_save'] = 'Talenna pelaaja tietokantaan',
|
||||
['command_saveall'] = 'Tallenna kaikki pelaajat tietokantaan',
|
||||
['command_setaccountmoney'] = 'Aseta tilirahaa pelaajalle',
|
||||
['command_setaccountmoney_amount'] = 'Asetettava rahamäärä',
|
||||
['command_setcoords'] = 'Teleporttaa koordinaatteihin',
|
||||
['command_setcoords_x'] = 'x akseli',
|
||||
['command_setcoords_y'] = 'y akseli',
|
||||
['command_setcoords_z'] = 'z akseli',
|
||||
['command_setjob'] = 'Aseta pelaajalle työ',
|
||||
['command_setjob_job'] = 'Työ',
|
||||
['command_setjob_grade'] = 'Arvo',
|
||||
['command_setjob_invalid'] = 'Työ ja arvo tai molemmat ovat virheellisiä',
|
||||
['command_setgroup'] = 'Aseta pelaajan ryhmä',
|
||||
['command_setgroup_group'] = 'Ryhmän nimi',
|
||||
['commanderror_argumentmismatch'] = 'Argumenttien määrä ei täsmää (hyväksytty %s, haluttu %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Argumentin #%s tyyppi ei täsmää (syötetty merkkijono, haluttu numero)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Virheellinen esineen nimi',
|
||||
['commanderror_invalidweapon'] = 'Virheellinen ase',
|
||||
['commanderror_console'] = 'Komentoa ei voi suorittaa konsolissa',
|
||||
['commanderror_invalidcommand'] = '/%s ei ole kelvollinen komento!',
|
||||
['commanderror_invalidplayerid'] = 'Palvelimella ei ole pelaajaa, joka vastaa annetua ID',
|
||||
['commandgeneric_playerid'] = 'Pelaajan ID',
|
||||
['command_giveammo_noweapon_found'] = '%s ei ole sitä asetta',
|
||||
['command_giveammo_weapon'] = 'Aseen nimi',
|
||||
['command_giveammo_ammo'] = 'Ammusten määrä',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = "",
|
||||
|
||||
@@ -113,7 +113,7 @@ Locales["fr"] = {
|
||||
["command_giveammo_weapon"] = "Nom de l'arme",
|
||||
["command_giveammo_ammo"] = "Quantité de munitions",
|
||||
["tpm_nowaypoint"] = "Aucun point n'est défini sur la carte",
|
||||
["tpm_success"] = "Vous avez bien été téléporté",
|
||||
["tpm_success"] = "Vous avez bien été téléporté",
|
||||
|
||||
["noclip_message"] = "Le mode noclip a été %s",
|
||||
["enabled"] = "~g~activé~s~",
|
||||
|
||||
@@ -99,6 +99,7 @@ Locales["hu"] = {
|
||||
["command_setgroup_group"] = "Csoport neve",
|
||||
["commanderror_argumentmismatch"] = "Érvénytelen argumentumszám (%s megadva, %s szükséges)",
|
||||
["commanderror_argumentmismatch_number"] = "Érvénytelen argumentum #%s adat típus (szöveg megadva, szám szükséges)",
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
["commanderror_invaliditem"] = "Érvénytelen tárgy",
|
||||
["commanderror_invalidweapon"] = "Érvénytelen fegyver",
|
||||
["commanderror_console"] = "Parancs nem használható konzolból",
|
||||
|
||||
@@ -54,66 +54,67 @@ Locales["it"] = {
|
||||
["in_vehicle"] = "Non puoi farlo, il giocatore è in un veicolo",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Porta il giocatore da te",
|
||||
["command_car"] = "Spawna un veicolo",
|
||||
["command_car_car"] = "Modello o hash veicolo",
|
||||
["command_cardel"] = "Rimuovi i veicoli nelle prossimità",
|
||||
["command_cardel_radius"] = "Rimuovi i veicoli nel raggio specificato",
|
||||
["command_clear"] = "Pulisci la chat testuale",
|
||||
["command_clearall"] = "Pulisci la chat testuale per tutti i giocatori",
|
||||
["command_clearinventory"] = "Rimuovi tutti gli oggetti dall' inventario del giocatore",
|
||||
["command_clearloadout"] = "Rimuovi tutte le armi dal loadout del giocatore",
|
||||
["command_freeze"] = "Blocca un giocatore",
|
||||
["command_unfreeze"] = "Sblocca un giocatore",
|
||||
["command_giveaccountmoney"] = "Dai soldi a un' account specifico",
|
||||
["command_giveaccountmoney_account"] = "Account a cui aggiungere",
|
||||
["command_giveaccountmoney_amount"] = "Quantità da aggiungere",
|
||||
["command_giveaccountmoney_invalid"] = "Nome account non valido",
|
||||
["command_giveitem"] = "Dai un oggetto ad un giocatore",
|
||||
["command_giveitem_item"] = "Nome oggetto",
|
||||
["command_giveitem_count"] = "Quantità",
|
||||
["command_giveweapon"] = "Dai un' arma ad un giocatore",
|
||||
["command_giveweapon_weapon"] = "Nome arma",
|
||||
["command_giveweapon_ammo"] = "Quantità munizioni",
|
||||
["command_giveweapon_hasalready"] = "Il giocatore ha già l'arma",
|
||||
["command_giveweaponcomponent"] = "Dai un componente arma ad un giocatore",
|
||||
["command_giveweaponcomponent_component"] = "Nome componente",
|
||||
["command_giveweaponcomponent_invalid"] = "Componente arma non valido",
|
||||
["command_giveweaponcomponent_hasalready"] = "Il giocatore ha già questo componente arma",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Il giocatore non ha l'arma",
|
||||
["command_goto"] = "Teletrasportati da un giocatore",
|
||||
["command_kill"] = "Uccidi un giocatore",
|
||||
["command_save"] = "Salva forzatamente i dati di un giocatore",
|
||||
["command_saveall"] = "Salva forzatamente i dati di tutti igiocatoria",
|
||||
["command_setaccountmoney"] = "Aggiorna i soldi dentro un account specifico",
|
||||
["command_setaccountmoney_amount"] = "Quantità",
|
||||
["command_setcoords"] = "Teletrasportati a delle coordinate specifiche",
|
||||
["command_setcoords_x"] = "Valore X",
|
||||
["command_setcoords_y"] = "Valore Y",
|
||||
["command_setcoords_z"] = "Valore Z",
|
||||
["command_setjob"] = "Setta lavoro ad un giocatore",
|
||||
["command_setjob_job"] = "Nome",
|
||||
["command_setjob_grade"] = "Grado lavoro",
|
||||
["command_setjob_invalid"] = "Il lavoro, grado o entrambi sono errati",
|
||||
["command_setgroup"] = "Setta un gruppo di permessi ad un giocatore",
|
||||
["command_setgroup_group"] = "Nome del gruppo",
|
||||
["commanderror_argumentmismatch"] = "Conta argomenti non valida (passati %s, richiesti %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Argomento #%s di tipologia errata (passato testo, richiesto numero)",
|
||||
["commanderror_invaliditem"] = "Oggetto non valido",
|
||||
["commanderror_invalidweapon"] = "Arma non valida",
|
||||
["commanderror_console"] = "Comando non eseguibile dalla console",
|
||||
["commanderror_invalidcommand"] = "Comando non valido - /%s",
|
||||
["commanderror_invalidplayerid"] = "Il giocatore specificato non è online",
|
||||
["commandgeneric_playerid"] = "Id server del giocatore",
|
||||
["command_giveammo_noweapon_found"] = "%s non ha quell' arma",
|
||||
["command_giveammo_weapon"] = "Nome arma",
|
||||
["command_giveammo_ammo"] = "Quantità munizioni",
|
||||
["tpm_nowaypoint"] = "Nessuna meta impostata",
|
||||
["tpm_success"] = "Teletrasportato con successo",
|
||||
['command_bring'] = 'Porta il giocatore da te',
|
||||
['command_car'] = 'Spawna un veicolo',
|
||||
['command_car_car'] = 'Modello o hash veicolo',
|
||||
['command_cardel'] = 'Rimuovi i veicoli nelle prossimità',
|
||||
['command_cardel_radius'] = 'Rimuovi i veicoli nel raggio specificato',
|
||||
['command_clear'] = 'Pulisci la chat testuale',
|
||||
['command_clearall'] = 'Pulisci la chat testuale per tutti i giocatori',
|
||||
['command_clearinventory'] = 'Rimuovi tutti gli oggetti dall\' inventario del giocatore',
|
||||
['command_clearloadout'] = 'Rimuovi tutte le armi dal loadout del giocatore',
|
||||
['command_freeze'] = 'Blocca un giocatore',
|
||||
['command_unfreeze'] = 'Sblocca un giocatore',
|
||||
['command_giveaccountmoney'] = 'Dai soldi a un\' account specifico',
|
||||
['command_giveaccountmoney_account'] = 'Account a cui aggiungere',
|
||||
['command_giveaccountmoney_amount'] = 'Quantità da aggiungere',
|
||||
['command_giveaccountmoney_invalid'] = 'Nome account non valido',
|
||||
['command_giveitem'] = 'Dai un oggetto ad un giocatore',
|
||||
['command_giveitem_item'] = 'Nome oggetto',
|
||||
['command_giveitem_count'] = 'Quantità',
|
||||
['command_giveweapon'] = 'Dai un\' arma ad un giocatore',
|
||||
['command_giveweapon_weapon'] = 'Nome arma',
|
||||
['command_giveweapon_ammo'] = 'Quantità munizioni',
|
||||
['command_giveweapon_hasalready'] = 'Il giocatore ha già l\'arma',
|
||||
['command_giveweaponcomponent'] = 'Dai un componente arma ad un giocatore',
|
||||
['command_giveweaponcomponent_component'] = 'Nome componente',
|
||||
['command_giveweaponcomponent_invalid'] = 'Componente arma non valido',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Il giocatore ha già questo componente arma',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Il giocatore non ha l\'arma',
|
||||
['command_goto'] = 'Teletrasportati da un giocatore',
|
||||
['command_kill'] = 'Uccidi un giocatore',
|
||||
['command_save'] = 'Salva forzatamente i dati di un giocatore',
|
||||
['command_saveall'] = 'Salva forzatamente i dati di tutti igiocatoria',
|
||||
['command_setaccountmoney'] = 'Aggiorna i soldi dentro un account specifico',
|
||||
['command_setaccountmoney_amount'] = 'Quantità',
|
||||
['command_setcoords'] = 'Teletrasportati a delle coordinate specifiche',
|
||||
['command_setcoords_x'] = 'Valore X',
|
||||
['command_setcoords_y'] = 'Valore Y',
|
||||
['command_setcoords_z'] = 'Valore Z',
|
||||
['command_setjob'] = 'Setta lavoro ad un giocatore',
|
||||
['command_setjob_job'] = 'Nome',
|
||||
['command_setjob_grade'] = 'Grado lavoro',
|
||||
['command_setjob_invalid'] = 'Il lavoro, grado o entrambi sono errati',
|
||||
['command_setgroup'] = 'Setta un gruppo di permessi ad un giocatore',
|
||||
['command_setgroup_group'] = 'Nome del gruppo',
|
||||
['commanderror_argumentmismatch'] = 'Conta argomenti non valida (passati %s, richiesti %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Argomento #%s di tipologia errata (passato testo, richiesto numero)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Oggetto non valido',
|
||||
['commanderror_invalidweapon'] = 'Arma non valida',
|
||||
['commanderror_console'] = 'Comando non eseguibile dalla console',
|
||||
['commanderror_invalidcommand'] = 'Comando non valido - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Il giocatore specificato non è online',
|
||||
['commandgeneric_playerid'] = 'Id server del giocatore',
|
||||
['command_giveammo_noweapon_found'] = '%s non ha quell\' arma',
|
||||
['command_giveammo_weapon'] = 'Nome arma',
|
||||
['command_giveammo_ammo'] = 'Quantità munizioni',
|
||||
['tpm_nowaypoint'] = 'Nessuna meta impostata',
|
||||
['tpm_success'] = 'Teletrasportato con successo',
|
||||
|
||||
["noclip_message"] = "Noclip %s",
|
||||
["enabled"] = "~g~abilitato~s~",
|
||||
["disabled"] = "~r~disabilitato~s~",
|
||||
['noclip_message'] = 'Noclip %s',
|
||||
['enabled'] = '~g~abilitato~s~',
|
||||
['disabled'] = '~r~disabilitato~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,67 +54,68 @@ Locales["nl"] = {
|
||||
["in_vehicle"] = "Kan actie niet uitvoeren, de speler zit in een voertuig.",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Breng speler naar jou",
|
||||
["command_car"] = "Spawn een voertuig",
|
||||
["command_car_car"] = "Voertuig model of hash",
|
||||
["command_cardel"] = "Verwijder voertuigen in straal",
|
||||
["command_cardel_radius"] = "Verwijderd alle voertuigen in gewenste straal",
|
||||
["command_clear"] = "Verwijder chat berichten",
|
||||
["command_clearall"] = "Verwijder chat berichten voor alle spelers",
|
||||
["command_clearinventory"] = "Verwijder alle items van een speler zijn inventory",
|
||||
["command_clearloadout"] = "Verwijder alle wapens die een speler heeft",
|
||||
["command_freeze"] = "Freeze een speler",
|
||||
["command_unfreeze"] = "Unfreeze een speler",
|
||||
["command_giveaccountmoney"] = "Geef geld aan een rekening",
|
||||
["command_giveaccountmoney_account"] = "Account om aan toe te voegen",
|
||||
["command_giveaccountmoney_amount"] = "Bedrag om toe te voegen",
|
||||
["command_giveaccountmoney_invalid"] = "Account Naam ongeldig",
|
||||
["command_giveitem"] = "Geef speler een item",
|
||||
["command_giveitem_item"] = "Item naam",
|
||||
["command_giveitem_count"] = "Hoeveelheid",
|
||||
["command_giveweapon"] = "Geef de speler een wapen",
|
||||
["command_giveweapon_weapon"] = "Wapen naam",
|
||||
["command_giveweapon_ammo"] = "Ammo Hoeveelheid",
|
||||
["command_giveweapon_hasalready"] = "Speler heeft dit wapen al",
|
||||
["command_giveweaponcomponent"] = "Geef wapen component aan speler",
|
||||
["command_giveweaponcomponent_component"] = "Component naam",
|
||||
["command_giveweaponcomponent_invalid"] = "Ongeldig wapen component",
|
||||
["command_giveweaponcomponent_hasalready"] = "De speler heeft dit wapen component al",
|
||||
["command_giveweaponcomponent_missingweapon"] = "De speler heeft dit wapen niet",
|
||||
["command_goto"] = "Teleporteer jezelf naar een speler",
|
||||
["command_kill"] = "Vermoord een speler",
|
||||
["command_save"] = "Slaag een speler zijn spelerdata geforceerd op",
|
||||
["command_saveall"] = "Slaag iedereen zijn spelerdata geforceerd op",
|
||||
["command_setaccountmoney"] = "Stel geld in op een account",
|
||||
["command_setaccountmoney_amount"] = "Amount",
|
||||
["command_setcoords"] = "Telepeer naar coordinaten",
|
||||
["command_setcoords_x"] = "X waarde",
|
||||
["command_setcoords_y"] = "Y waarde",
|
||||
["command_setcoords_z"] = "Z waarde",
|
||||
["command_setjob"] = "Zet een speler zijn / haar job",
|
||||
["command_setjob_job"] = "Naam",
|
||||
["command_setjob_grade"] = "Job grade",
|
||||
["command_setjob_invalid"] = "De job, grade of beide zijn ongeldig",
|
||||
["command_setgroup"] = "Stel een toestemmingsgroep voor spelers in",
|
||||
["command_setgroup_group"] = "Naam van groep",
|
||||
["commanderror_argumentmismatch"] = "Ongeldig aantal argumenten (geslaagd %s, gezocht %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Ongeldig argument #%s gegevenstype (doorgegeven string, gewenst nummer)",
|
||||
["commanderror_invaliditem"] = "Ongeldig item",
|
||||
["commanderror_invalidweapon"] = "Ongeldig wapen",
|
||||
["commanderror_console"] = "Command kan niet worden uitgevoerd vanaf console.",
|
||||
["commanderror_invalidcommand"] = "Ongeldig commando - /%s",
|
||||
["commanderror_invalidplayerid"] = "Opgegeven speler is niet online",
|
||||
["commandgeneric_playerid"] = "Speler server id",
|
||||
["command_giveammo_noweapon_found"] = "%s heeft dat wapen niet",
|
||||
["command_giveammo_weapon"] = "Wapen naam",
|
||||
["command_giveammo_ammo"] = "Ammo Hoeveelheid",
|
||||
["tpm_nowaypoint"] = "Geen waypoint gezet.",
|
||||
["tpm_success"] = "Successvol geteleporteerd",
|
||||
|
||||
["noclip_message"] = "Noclip is %s",
|
||||
["enabled"] = "~g~aangezet~s~",
|
||||
["disabled"] = "~r~uitgezet~s~",
|
||||
|
||||
['command_bring'] = 'Breng speler naar jou',
|
||||
['command_car'] = 'Spawn een voertuig',
|
||||
['command_car_car'] = 'Voertuig model of hash',
|
||||
['command_cardel'] = 'Verwijder voertuigen in straal',
|
||||
['command_cardel_radius'] = 'Verwijderd alle voertuigen in gewenste straal',
|
||||
['command_clear'] = 'Verwijder chat berichten',
|
||||
['command_clearall'] = 'Verwijder chat berichten voor alle spelers',
|
||||
['command_clearinventory'] = 'Verwijder alle items van een speler zijn inventory',
|
||||
['command_clearloadout'] = 'Verwijder alle wapens die een speler heeft',
|
||||
['command_freeze'] = 'Freeze een speler',
|
||||
['command_unfreeze'] = 'Unfreeze een speler',
|
||||
['command_giveaccountmoney'] = 'Geef geld aan een rekening',
|
||||
['command_giveaccountmoney_account'] = 'Account om aan toe te voegen',
|
||||
['command_giveaccountmoney_amount'] = 'Bedrag om toe te voegen',
|
||||
['command_giveaccountmoney_invalid'] = 'Account Naam ongeldig',
|
||||
['command_giveitem'] = 'Geef speler een item',
|
||||
['command_giveitem_item'] = 'Item naam',
|
||||
['command_giveitem_count'] = 'Hoeveelheid',
|
||||
['command_giveweapon'] = 'Geef de speler een wapen',
|
||||
['command_giveweapon_weapon'] = 'Wapen naam',
|
||||
['command_giveweapon_ammo'] = 'Ammo Hoeveelheid',
|
||||
['command_giveweapon_hasalready'] = 'Speler heeft dit wapen al',
|
||||
['command_giveweaponcomponent'] = 'Geef wapen component aan speler',
|
||||
['command_giveweaponcomponent_component'] = 'Component naam',
|
||||
['command_giveweaponcomponent_invalid'] = 'Ongeldig wapen component',
|
||||
['command_giveweaponcomponent_hasalready'] = 'De speler heeft dit wapen component al',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'De speler heeft dit wapen niet',
|
||||
['command_goto'] = 'Teleporteer jezelf naar een speler',
|
||||
['command_kill'] = 'Vermoord een speler',
|
||||
['command_save'] = 'Slaag een speler zijn spelerdata geforceerd op',
|
||||
['command_saveall'] = 'Slaag iedereen zijn spelerdata geforceerd op',
|
||||
['command_setaccountmoney'] = 'Stel geld in op een account',
|
||||
['command_setaccountmoney_amount'] = 'Amount',
|
||||
['command_setcoords'] = 'Telepeer naar coordinaten',
|
||||
['command_setcoords_x'] = 'X waarde',
|
||||
['command_setcoords_y'] = 'Y waarde',
|
||||
['command_setcoords_z'] = 'Z waarde',
|
||||
['command_setjob'] = 'Zet een speler zijn / haar job',
|
||||
['command_setjob_job'] = 'Naam',
|
||||
['command_setjob_grade'] = 'Job grade',
|
||||
['command_setjob_invalid'] = 'De job, grade of beide zijn ongeldig',
|
||||
['command_setgroup'] = 'Stel een toestemmingsgroep voor spelers in',
|
||||
['command_setgroup_group'] = 'Naam van groep',
|
||||
['commanderror_argumentmismatch'] = 'Ongeldig aantal argumenten (geslaagd %s, gezocht %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Ongeldig argument #%s gegevenstype (doorgegeven string, gewenst nummer)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Ongeldig item',
|
||||
['commanderror_invalidweapon'] = 'Ongeldig wapen',
|
||||
['commanderror_console'] = 'Command kan niet worden uitgevoerd vanaf console.',
|
||||
['commanderror_invalidcommand'] = 'Ongeldig commando - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Opgegeven speler is niet online',
|
||||
['commandgeneric_playerid'] = 'Speler server id',
|
||||
['command_giveammo_noweapon_found'] = '%s heeft dat wapen niet',
|
||||
['command_giveammo_weapon'] = 'Wapen naam',
|
||||
['command_giveammo_ammo'] = 'Ammo Hoeveelheid',
|
||||
['tpm_nowaypoint'] = 'Geen waypoint gezet.',
|
||||
['tpm_success'] = 'Successvol geteleporteerd',
|
||||
|
||||
['noclip_message'] = 'Noclip is %s',
|
||||
['enabled'] = '~g~aangezet~s~',
|
||||
['disabled'] = '~r~uitgezet~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
["locale_currency"] = "€%s",
|
||||
|
||||
@@ -53,55 +53,56 @@ Locales["pl"] = {
|
||||
["in_vehicle"] = "nie możesz przekazywać przedmiotów w pojeździe",
|
||||
|
||||
-- Commands
|
||||
["command_car"] = "przywołaj pojazd",
|
||||
["command_car_car"] = "nazwa lub hash przywołanego pojazdu",
|
||||
["command_cardel"] = "usuń pojazd w pobliżu",
|
||||
["command_cardel_radius"] = "opcjonalnie usuń każdy pojazd w obszarze",
|
||||
["command_clear"] = "wyczyść czat",
|
||||
["command_clearall"] = "wyczyść czat dla wszystkich graczy",
|
||||
["command_clearinventory"] = "wyczyść ekwipunek gracza",
|
||||
["command_clearloadout"] = "wyczyść wyposarzenie gracza",
|
||||
["command_giveaccountmoney"] = "daj pieniądze na podany typ konta",
|
||||
["command_giveaccountmoney_account"] = "prawidłowy typ konta",
|
||||
["command_giveaccountmoney_amount"] = "ilość do dodania",
|
||||
["command_giveaccountmoney_invalid"] = "nieprawidłowy typ konta",
|
||||
["command_giveitem"] = "daj przedmiot graczowi",
|
||||
["command_giveitem_item"] = "nazwa przedmiotu",
|
||||
["command_giveitem_count"] = "ilość przedimotu",
|
||||
["command_giveweapon"] = "daj broń graczowi",
|
||||
["command_giveweapon_weapon"] = "nazwa broni",
|
||||
["command_giveweapon_ammo"] = "ilość amunicji",
|
||||
["command_giveweapon_hasalready"] = "gracz już posiada tą broń",
|
||||
["command_giveweaponcomponent"] = "daj komponent do broni graczowi",
|
||||
["command_giveweaponcomponent_component"] = "nazwa komponentu",
|
||||
["command_giveweaponcomponent_invalid"] = "nieprawidłowy komponent do broni",
|
||||
["command_giveweaponcomponent_hasalready"] = "gracz już posiada ten komponent do tej broni",
|
||||
["command_giveweaponcomponent_missingweapon"] = "gracz nie posiada tej broni",
|
||||
["command_save"] = "zapisz gracza w bazie danych",
|
||||
["command_saveall"] = "zapisz wszystkich graczy w bazie danych",
|
||||
["command_setaccountmoney"] = "ustaw ilość pieniędzy danego konta dla gracza",
|
||||
["command_setaccountmoney_amount"] = "ilość pieniędzy do ustawienia",
|
||||
["command_setcoords"] = "teleportuj na koordynaty",
|
||||
["command_setcoords_x"] = "x axis",
|
||||
["command_setcoords_y"] = "y axis",
|
||||
["command_setcoords_z"] = "z axis",
|
||||
["command_setjob"] = "ustaw prace dla gracza",
|
||||
["command_setjob_job"] = "nazwa pracy",
|
||||
["command_setjob_grade"] = "stanowisko w pracy",
|
||||
["command_setjob_invalid"] = "praca, stanowisko lub obydwa są nieprawidłowe",
|
||||
["command_setgroup"] = "ustaw grupe gracza",
|
||||
["command_setgroup_group"] = "nazwa grupy",
|
||||
["commanderror_argumentmismatch"] = "nieprawiłowa ilość argumentów (przeszło %s, wymagane %s)",
|
||||
["commanderror_argumentmismatch_number"] = "nieprawidłowy typ argumentu #%s (przeszedł tekst, wymagany numer)",
|
||||
["commanderror_invaliditem"] = "nieprawidłowa nazwa przedmiotu",
|
||||
["commanderror_invalidweapon"] = "nieprawidłowa broń",
|
||||
["commanderror_console"] = "podana komenda nie może zostać uruchomiona przez konsole",
|
||||
["commanderror_invalidcommand"] = "/%s nie jest poprawną komendą!",
|
||||
["commanderror_invalidplayerid"] = "brak dostepnego gracza pasującego do podanego id serwerowego",
|
||||
["commandgeneric_playerid"] = "id gracza",
|
||||
["command_giveammo_noweapon_found"] = "%s does not have that weapon",
|
||||
["command_giveammo_weapon"] = "Weapon name",
|
||||
["command_giveammo_ammo"] = "Ammo Quantity",
|
||||
['command_car'] = 'przywołaj pojazd',
|
||||
['command_car_car'] = 'nazwa lub hash przywołanego pojazdu',
|
||||
['command_cardel'] = 'usuń pojazd w pobliżu',
|
||||
['command_cardel_radius'] = 'opcjonalnie usuń każdy pojazd w obszarze',
|
||||
['command_clear'] = 'wyczyść czat',
|
||||
['command_clearall'] = 'wyczyść czat dla wszystkich graczy',
|
||||
['command_clearinventory'] = 'wyczyść ekwipunek gracza',
|
||||
['command_clearloadout'] = 'wyczyść wyposarzenie gracza',
|
||||
['command_giveaccountmoney'] = 'daj pieniądze na podany typ konta',
|
||||
['command_giveaccountmoney_account'] = 'prawidłowy typ konta',
|
||||
['command_giveaccountmoney_amount'] = 'ilość do dodania',
|
||||
['command_giveaccountmoney_invalid'] = 'nieprawidłowy typ konta',
|
||||
['command_giveitem'] = 'daj przedmiot graczowi',
|
||||
['command_giveitem_item'] = 'nazwa przedmiotu',
|
||||
['command_giveitem_count'] = 'ilość przedimotu',
|
||||
['command_giveweapon'] = 'daj broń graczowi',
|
||||
['command_giveweapon_weapon'] = 'nazwa broni',
|
||||
['command_giveweapon_ammo'] = 'ilość amunicji',
|
||||
['command_giveweapon_hasalready'] = 'gracz już posiada tą broń',
|
||||
['command_giveweaponcomponent'] = 'daj komponent do broni graczowi',
|
||||
['command_giveweaponcomponent_component'] = 'nazwa komponentu',
|
||||
['command_giveweaponcomponent_invalid'] = 'nieprawidłowy komponent do broni',
|
||||
['command_giveweaponcomponent_hasalready'] = 'gracz już posiada ten komponent do tej broni',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'gracz nie posiada tej broni',
|
||||
['command_save'] = 'zapisz gracza w bazie danych',
|
||||
['command_saveall'] = 'zapisz wszystkich graczy w bazie danych',
|
||||
['command_setaccountmoney'] = 'ustaw ilość pieniędzy danego konta dla gracza',
|
||||
['command_setaccountmoney_amount'] = 'ilość pieniędzy do ustawienia',
|
||||
['command_setcoords'] = 'teleportuj na koordynaty',
|
||||
['command_setcoords_x'] = 'x axis',
|
||||
['command_setcoords_y'] = 'y axis',
|
||||
['command_setcoords_z'] = 'z axis',
|
||||
['command_setjob'] = 'ustaw prace dla gracza',
|
||||
['command_setjob_job'] = 'nazwa pracy',
|
||||
['command_setjob_grade'] = 'stanowisko w pracy',
|
||||
['command_setjob_invalid'] = 'praca, stanowisko lub obydwa są nieprawidłowe',
|
||||
['command_setgroup'] = 'ustaw grupe gracza',
|
||||
['command_setgroup_group'] = 'nazwa grupy',
|
||||
['commanderror_argumentmismatch'] = 'nieprawiłowa ilość argumentów (przeszło %s, wymagane %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'nieprawidłowy typ argumentu #%s (przeszedł tekst, wymagany numer)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'nieprawidłowa nazwa przedmiotu',
|
||||
['commanderror_invalidweapon'] = 'nieprawidłowa broń',
|
||||
['commanderror_console'] = 'podana komenda nie może zostać uruchomiona przez konsole',
|
||||
['commanderror_invalidcommand'] = '/%s nie jest poprawną komendą!',
|
||||
['commanderror_invalidplayerid'] = 'brak dostepnego gracza pasującego do podanego id serwerowego',
|
||||
['commandgeneric_playerid'] = 'id gracza',
|
||||
['command_giveammo_noweapon_found'] = '%s does not have that weapon',
|
||||
['command_giveammo_weapon'] = 'Weapon name',
|
||||
['command_giveammo_ammo'] = 'Ammo Quantity',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,67 +54,68 @@ Locales["sl"] = {
|
||||
["in_vehicle"] = "Dejanja ni mogoče izvesti, Oseba je v vozilu",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "Teleportiraj osebo do sebe",
|
||||
["command_car"] = "Spawnaj si vozilo",
|
||||
["command_car_car"] = "Koda vozila",
|
||||
["command_cardel"] = "Odstranite vozila v bližini",
|
||||
["command_cardel_radius"] = "Odstrani vsa vozila v določenem radiju",
|
||||
["command_clear"] = "Odstrani vsa sporocila v CHATU",
|
||||
["command_clearall"] = "Počisti besedilo klepeta za vse igralce",
|
||||
["command_clearinventory"] = "Vzemi vse stvari iz osebove shrambe",
|
||||
["command_clearloadout"] = "Odstranite vse orožje iz nalaganja igralcev",
|
||||
["command_freeze"] = "Zmrzni osebno",
|
||||
["command_unfreeze"] = "Odmrzni osebo",
|
||||
["command_giveaccountmoney"] = "Poslji denar na dolocen Bancni racun",
|
||||
["command_giveaccountmoney_account"] = "Račun za dodajanje",
|
||||
["command_giveaccountmoney_amount"] = "Znesek za dodajanje",
|
||||
["command_giveaccountmoney_invalid"] = "Ime računa je neveljavno",
|
||||
["command_giveitem"] = "Daj osebi neko stvar",
|
||||
["command_giveitem_item"] = "Ime Stvari",
|
||||
["command_giveitem_count"] = "Kolicina",
|
||||
["command_giveweapon"] = "Daj osebi orozje",
|
||||
["command_giveweapon_weapon"] = "Ime orozja",
|
||||
["command_giveweapon_ammo"] = "Kolicina",
|
||||
["command_giveweapon_hasalready"] = "Oseba ze ima to orozje!",
|
||||
["command_giveweaponcomponent"] = "Daj komponento orožja igralcu",
|
||||
["command_giveweaponcomponent_component"] = "Ime Komponente",
|
||||
["command_giveweaponcomponent_invalid"] = "Neveljavna komponenta orožja",
|
||||
["command_giveweaponcomponent_hasalready"] = "Oseba ze ima to komponento",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Oseba nima tega orozja!",
|
||||
["command_goto"] = "Teleportirajte se k igralcu",
|
||||
["command_kill"] = "Ubij igralca",
|
||||
["command_save"] = "Prisilno shrani podatke igralca!",
|
||||
["command_saveall"] = "Prisilno shrani vse podatke igralca",
|
||||
["command_setaccountmoney"] = "Nastavite denar znotraj dolocenega racuna",
|
||||
["command_setaccountmoney_amount"] = "Znesek",
|
||||
["command_setcoords"] = "Teleport na dolocene koordinate",
|
||||
["command_setcoords_x"] = "Vrednost X",
|
||||
["command_setcoords_y"] = "Vrednost Y",
|
||||
["command_setcoords_z"] = "Z vrednost",
|
||||
["command_setjob"] = "Nastavi opravilo igralca",
|
||||
["command_setjob_job"] = "Ime",
|
||||
["command_setjob_grade"] = "Delovna ocena",
|
||||
["command_setjob_invalid"] = "delovno mesto, ocena ali oboje ni veljavno",
|
||||
["command_setgroup"] = "Nastavi skupino dovoljenj igralcev",
|
||||
["command_setgroup_group"] = "Ime skupine",
|
||||
["commanderror_argumentmismatch"] = "Neveljavno stetje argumentov (podano %s, zeleno %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Neveljaven podatkovni tip argumenta #%s (posredovan niz, zeleno stevilo)",
|
||||
["commanderror_invaliditem"] = "Neveljaven element",
|
||||
["commanderror_invalidweapon"] = "Neveljavno orozje",
|
||||
["commanderror_console"] = "Ukaza ni mogoce izvesti s konzole",
|
||||
["commanderror_invalidcommand"] = "Neveljaven ukaz - /%s",
|
||||
["commanderror_invalidplayerid"] = "Naveden igralec ni na spletu",
|
||||
["commandgeneric_playerid"] = "Id streznika igralca",
|
||||
["command_giveammo_noweapon_found"] = "%s nima tega orozja",
|
||||
["command_giveammo_weapon"] = "Ime orozja",
|
||||
["command_giveammo_ammo"] = "Kolicina streliva",
|
||||
["tpm_nowaypoint"] = "Ni nastavljene poti!.",
|
||||
["tpm_success"] = "Uspesno teleportiran",
|
||||
|
||||
["noclip_message"] = "Noclip je bil %s",
|
||||
["enabled"] = "~g~Vkljucen~s~",
|
||||
["disabled"] = "~r~Izkljucen~s~",
|
||||
|
||||
['command_bring'] = 'Teleportiraj osebo do sebe',
|
||||
['command_car'] = 'Spawnaj si vozilo',
|
||||
['command_car_car'] = 'Koda vozila',
|
||||
['command_cardel'] = 'Odstranite vozila v bližini',
|
||||
['command_cardel_radius'] = 'Odstrani vsa vozila v določenem radiju',
|
||||
['command_clear'] = 'Odstrani vsa sporocila v CHATU',
|
||||
['command_clearall'] = 'Počisti besedilo klepeta za vse igralce',
|
||||
['command_clearinventory'] = 'Vzemi vse stvari iz osebove shrambe',
|
||||
['command_clearloadout'] = 'Odstranite vse orožje iz nalaganja igralcev',
|
||||
['command_freeze'] = 'Zmrzni osebno',
|
||||
['command_unfreeze'] = 'Odmrzni osebo',
|
||||
['command_giveaccountmoney'] = 'Poslji denar na dolocen Bancni racun',
|
||||
['command_giveaccountmoney_account'] = 'Račun za dodajanje',
|
||||
['command_giveaccountmoney_amount'] = 'Znesek za dodajanje',
|
||||
['command_giveaccountmoney_invalid'] = 'Ime računa je neveljavno',
|
||||
['command_giveitem'] = 'Daj osebi neko stvar',
|
||||
['command_giveitem_item'] = 'Ime Stvari',
|
||||
['command_giveitem_count'] = 'Kolicina',
|
||||
['command_giveweapon'] = 'Daj osebi orozje',
|
||||
['command_giveweapon_weapon'] = 'Ime orozja',
|
||||
['command_giveweapon_ammo'] = 'Kolicina',
|
||||
['command_giveweapon_hasalready'] = 'Oseba ze ima to orozje!',
|
||||
['command_giveweaponcomponent'] = 'Daj komponento orožja igralcu',
|
||||
['command_giveweaponcomponent_component'] = 'Ime Komponente',
|
||||
['command_giveweaponcomponent_invalid'] = 'Neveljavna komponenta orožja',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Oseba ze ima to komponento',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Oseba nima tega orozja!',
|
||||
['command_goto'] = 'Teleportirajte se k igralcu',
|
||||
['command_kill'] = 'Ubij igralca',
|
||||
['command_save'] = 'Prisilno shrani podatke igralca!',
|
||||
['command_saveall'] = 'Prisilno shrani vse podatke igralca',
|
||||
['command_setaccountmoney'] = 'Nastavite denar znotraj dolocenega racuna',
|
||||
['command_setaccountmoney_amount'] = 'Znesek',
|
||||
['command_setcoords'] = 'Teleport na dolocene koordinate',
|
||||
['command_setcoords_x'] = 'Vrednost X',
|
||||
['command_setcoords_y'] = 'Vrednost Y',
|
||||
['command_setcoords_z'] = 'Z vrednost',
|
||||
['command_setjob'] = 'Nastavi opravilo igralca',
|
||||
['command_setjob_job'] = 'Ime',
|
||||
['command_setjob_grade'] = 'Delovna ocena',
|
||||
['command_setjob_invalid'] = 'delovno mesto, ocena ali oboje ni veljavno',
|
||||
['command_setgroup'] = 'Nastavi skupino dovoljenj igralcev',
|
||||
['command_setgroup_group'] = 'Ime skupine',
|
||||
['commanderror_argumentmismatch'] = 'Neveljavno stetje argumentov (podano %s, zeleno %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Neveljaven podatkovni tip argumenta #%s (posredovan niz, zeleno stevilo)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Neveljaven element',
|
||||
['commanderror_invalidweapon'] = 'Neveljavno orozje',
|
||||
['commanderror_console'] = 'Ukaza ni mogoce izvesti s konzole',
|
||||
['commanderror_invalidcommand'] = 'Neveljaven ukaz - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Naveden igralec ni na spletu',
|
||||
['commandgeneric_playerid'] = 'Id streznika igralca',
|
||||
['command_giveammo_noweapon_found'] = '%s nima tega orozja',
|
||||
['command_giveammo_weapon'] = 'Ime orozja',
|
||||
['command_giveammo_ammo'] = 'Kolicina streliva',
|
||||
['tpm_nowaypoint'] = 'Ni nastavljene poti!.',
|
||||
['tpm_success'] = 'Uspesno teleportiran',
|
||||
|
||||
['noclip_message'] = 'Noclip je bil %s',
|
||||
['enabled'] = '~g~Vkljucen~s~',
|
||||
['disabled'] = '~r~Izkljucen~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
["locale_currency"] = "€%s",
|
||||
|
||||
@@ -54,66 +54,67 @@ Locales["sr"] = {
|
||||
["in_vehicle"] = "Ne možete uraditi to dok je igrač u vozilu",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "TP-ajte igrača do Vas",
|
||||
["command_car"] = "Stvorite vozilo",
|
||||
["command_car_car"] = "Model ili hash vozila",
|
||||
["command_cardel"] = "Obrišite vozilo u blizini",
|
||||
["command_cardel_radius"] = "Obrišite sva vozila unutar navedenog radiusa",
|
||||
["command_clear"] = "Obrišite chat",
|
||||
["command_clearall"] = "Obrišite chat za sve igrače",
|
||||
["command_clearinventory"] = "Obrišite sve stvari iz inventara igrača",
|
||||
["command_clearloadout"] = "Obrišite sva oružja iz inventara igrača",
|
||||
["command_freeze"] = "Zaledite igrača",
|
||||
["command_unfreeze"] = "Odledite igrača",
|
||||
["command_giveaccountmoney"] = "Dajte novac na odredjeni nalog",
|
||||
["command_giveaccountmoney_account"] = "Nalog za slanje",
|
||||
["command_giveaccountmoney_amount"] = "Količina",
|
||||
["command_giveaccountmoney_invalid"] = "Nalog nepostojeći",
|
||||
["command_giveitem"] = "Dajte item igraču",
|
||||
["command_giveitem_item"] = "Ime item-a",
|
||||
["command_giveitem_count"] = "Količina",
|
||||
["command_giveweapon"] = "Dajte oružje igraču",
|
||||
["command_giveweapon_weapon"] = "Ime oružja",
|
||||
["command_giveweapon_ammo"] = "Količina municije",
|
||||
["command_giveweapon_hasalready"] = "Igrač već ima to oružje",
|
||||
["command_giveweaponcomponent"] = "Dajte dodatak za oružje igraču",
|
||||
["command_giveweaponcomponent_component"] = "Ime dodatka",
|
||||
["command_giveweaponcomponent_invalid"] = "Nevažeći dodatak",
|
||||
["command_giveweaponcomponent_hasalready"] = "Igrač već ima taj dodatak",
|
||||
["command_giveweaponcomponent_missingweapon"] = "Igrač nema oružje",
|
||||
["command_goto"] = "Idite do igrača",
|
||||
["command_kill"] = "Ubijte igrača",
|
||||
["command_save"] = "Forsirajte čuvanje date igrača",
|
||||
["command_saveall"] = "Forsirajte čuvanje date svih igrača",
|
||||
["command_setaccountmoney"] = "Postavite novac na određeni račun",
|
||||
["command_setaccountmoney_amount"] = "Količina",
|
||||
["command_setcoords"] = "Teleportujte se na koordinate",
|
||||
["command_setcoords_x"] = "X",
|
||||
["command_setcoords_y"] = "Y",
|
||||
["command_setcoords_z"] = "Z",
|
||||
["command_setjob"] = "Postavite posao igraču",
|
||||
["command_setjob_job"] = "Ime",
|
||||
["command_setjob_grade"] = "Stepen posla",
|
||||
["command_setjob_invalid"] = "posao, stepen ili oba nisu validna",
|
||||
["command_setgroup"] = "Postavite permisiju",
|
||||
["command_setgroup_group"] = "Ime grupe",
|
||||
["commanderror_argumentmismatch"] = "Nevazeci broj argumenata (položio %s, željeno %s)",
|
||||
["commanderror_argumentmismatch_number"] = "Nevažeći argument #%s tip podataka (položeno, željeno)",
|
||||
["commanderror_invaliditem"] = "Nevažeći item",
|
||||
["commanderror_invalidweapon"] = "Nevažeće oružje",
|
||||
["commanderror_console"] = "Komanda se ne može izvršiti iz konzole",
|
||||
["commanderror_invalidcommand"] = "Nevažeća komanda - /%s",
|
||||
["commanderror_invalidplayerid"] = "Igrač nije online",
|
||||
["commandgeneric_playerid"] = "Igračev server ID",
|
||||
["command_giveammo_noweapon_found"] = "%s nema to oružje",
|
||||
["command_giveammo_weapon"] = "Ime oružja",
|
||||
["command_giveammo_ammo"] = "Količina municije",
|
||||
["tpm_nowaypoint"] = "Morate označiti lokaciju.",
|
||||
["tpm_success"] = "Teleportovani ste na lokaciju",
|
||||
['command_bring'] = 'TP-ajte igrača do Vas',
|
||||
['command_car'] = 'Stvorite vozilo',
|
||||
['command_car_car'] = 'Model ili hash vozila',
|
||||
['command_cardel'] = 'Obrišite vozilo u blizini',
|
||||
['command_cardel_radius'] = 'Obrišite sva vozila unutar navedenog radiusa',
|
||||
['command_clear'] = 'Obrišite chat',
|
||||
['command_clearall'] = 'Obrišite chat za sve igrače',
|
||||
['command_clearinventory'] = 'Obrišite sve stvari iz inventara igrača',
|
||||
['command_clearloadout'] = 'Obrišite sva oružja iz inventara igrača',
|
||||
['command_freeze'] = 'Zaledite igrača',
|
||||
['command_unfreeze'] = 'Odledite igrača',
|
||||
['command_giveaccountmoney'] = 'Dajte novac na odredjeni nalog',
|
||||
['command_giveaccountmoney_account'] = 'Nalog za slanje',
|
||||
['command_giveaccountmoney_amount'] = 'Količina',
|
||||
['command_giveaccountmoney_invalid'] = 'Nalog nepostojeći',
|
||||
['command_giveitem'] = 'Dajte item igraču',
|
||||
['command_giveitem_item'] = 'Ime item-a',
|
||||
['command_giveitem_count'] = 'Količina',
|
||||
['command_giveweapon'] = 'Dajte oružje igraču',
|
||||
['command_giveweapon_weapon'] = 'Ime oružja',
|
||||
['command_giveweapon_ammo'] = 'Količina municije',
|
||||
['command_giveweapon_hasalready'] = 'Igrač već ima to oružje',
|
||||
['command_giveweaponcomponent'] = 'Dajte dodatak za oružje igraču',
|
||||
['command_giveweaponcomponent_component'] = 'Ime dodatka',
|
||||
['command_giveweaponcomponent_invalid'] = 'Nevažeći dodatak',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Igrač već ima taj dodatak',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Igrač nema oružje',
|
||||
['command_goto'] = 'Idite do igrača',
|
||||
['command_kill'] = 'Ubijte igrača',
|
||||
['command_save'] = 'Forsirajte čuvanje date igrača',
|
||||
['command_saveall'] = 'Forsirajte čuvanje date svih igrača',
|
||||
['command_setaccountmoney'] = 'Postavite novac na određeni račun',
|
||||
['command_setaccountmoney_amount'] = 'Količina',
|
||||
['command_setcoords'] = 'Teleportujte se na koordinate',
|
||||
['command_setcoords_x'] = 'X',
|
||||
['command_setcoords_y'] = 'Y',
|
||||
['command_setcoords_z'] = 'Z',
|
||||
['command_setjob'] = 'Postavite posao igraču',
|
||||
['command_setjob_job'] = 'Ime',
|
||||
['command_setjob_grade'] = 'Stepen posla',
|
||||
['command_setjob_invalid'] = 'posao, stepen ili oba nisu validna',
|
||||
['command_setgroup'] = 'Postavite permisiju',
|
||||
['command_setgroup_group'] = 'Ime grupe',
|
||||
['commanderror_argumentmismatch'] = 'Nevazeci broj argumenata (položio %s, željeno %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Nevažeći argument #%s tip podataka (položeno, željeno)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = 'Nevažeći item',
|
||||
['commanderror_invalidweapon'] = 'Nevažeće oružje',
|
||||
['commanderror_console'] = 'Komanda se ne može izvršiti iz konzole',
|
||||
['commanderror_invalidcommand'] = 'Nevažeća komanda - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Igrač nije online',
|
||||
['commandgeneric_playerid'] = 'Igračev server ID',
|
||||
['command_giveammo_noweapon_found'] = '%s nema to oružje',
|
||||
['command_giveammo_weapon'] = 'Ime oružja',
|
||||
['command_giveammo_ammo'] = 'Količina municije',
|
||||
['tpm_nowaypoint'] = 'Morate označiti lokaciju.',
|
||||
['tpm_success'] = 'Teleportovani ste na lokaciju',
|
||||
|
||||
["noclip_message"] = "Noclip %s",
|
||||
["enabled"] = "~g~upaljen~s~",
|
||||
["disabled"] = "~r~ugašen~s~",
|
||||
['noclip_message'] = 'Noclip %s',
|
||||
['enabled'] = '~g~upaljen~s~',
|
||||
['disabled'] = '~r~ugašen~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -54,66 +54,67 @@ Locales["zh-cn"] = {
|
||||
["in_vehicle"] = "请离开当前载具",
|
||||
|
||||
-- Commands
|
||||
["command_bring"] = "传送玩家到您身边",
|
||||
["command_car"] = "生成载具",
|
||||
["command_car_car"] = "生成载具的模型名称或哈希值",
|
||||
["command_cardel"] = "删除附近载具",
|
||||
["command_cardel_radius"] = "可选,删除指定半径内的所有载具",
|
||||
["command_clear"] = "清除聊天记录",
|
||||
["command_clearall"] = "清除所有玩家的聊天记录",
|
||||
["command_clearinventory"] = "清除玩家库存",
|
||||
["command_clearloadout"] = "清除玩家武器栏",
|
||||
["command_freeze"] = "冻结玩家",
|
||||
["command_unfreeze"] = "解冻玩家",
|
||||
["command_giveaccountmoney"] = "给予任意账户资金",
|
||||
["command_giveaccountmoney_account"] = "有效的帐户类型",
|
||||
["command_giveaccountmoney_amount"] = "添加的金额数量",
|
||||
["command_giveaccountmoney_invalid"] = "无效的帐户类型",
|
||||
["command_giveitem"] = "给予玩家一件物品",
|
||||
["command_giveitem_item"] = "物品代码",
|
||||
["command_giveitem_count"] = "物品数目",
|
||||
["command_giveweapon"] = "给予玩家一把武器",
|
||||
["command_giveweapon_weapon"] = "武器代码",
|
||||
["command_giveweapon_ammo"] = "弹药数目",
|
||||
["command_giveweapon_hasalready"] = "该玩家已拥有该武器",
|
||||
["command_giveweaponcomponent"] = "给予武器改装件",
|
||||
["command_giveweaponcomponent_component"] = "改装件代码",
|
||||
["command_giveweaponcomponent_invalid"] = "无效的武器改装件",
|
||||
["command_giveweaponcomponent_hasalready"] = "玩家已拥有该武器改装件",
|
||||
["command_giveweaponcomponent_missingweapon"] = "该玩家暂无该类型改装件的武器",
|
||||
["command_goto"] = "传送至一名玩家身旁",
|
||||
["command_kill"] = "击杀一名玩家",
|
||||
["command_save"] = "保存玩家数据至数据库",
|
||||
["command_saveall"] = "保存所有玩家数据至数据库",
|
||||
["command_setaccountmoney"] = "设置玩家帐户内资金",
|
||||
["command_setaccountmoney_amount"] = "账户资金金额",
|
||||
["command_setcoords"] = "传送至XYZ坐标",
|
||||
["command_setcoords_x"] = "X 轴",
|
||||
["command_setcoords_y"] = "Y 轴",
|
||||
["command_setcoords_z"] = "Z 轴",
|
||||
["command_setjob"] = "配置该玩家职业",
|
||||
["command_setjob_job"] = "职业代码",
|
||||
["command_setjob_grade"] = "职业等级",
|
||||
["command_setjob_invalid"] = "职业代码、等级或输入数据无效!",
|
||||
["command_setgroup"] = "设置玩家用户组",
|
||||
["command_setgroup_group"] = "用户组代码",
|
||||
["commanderror_argumentmismatch"] = "参数计数不匹配 (该类型为 %s, 需要传输 %s)",
|
||||
["commanderror_argumentmismatch_number"] = "参数 #%s 类型不匹配 (该类型为字符串,需要传递数字类型)",
|
||||
["commanderror_invaliditem"] = "无效的物品代码",
|
||||
["commanderror_invalidweapon"] = "无效的武器代码",
|
||||
["commanderror_console"] = "控制台无法执行此命令!",
|
||||
["commanderror_invalidcommand"] = "/%s 不是有效的命令!",
|
||||
["commanderror_invalidplayerid"] = "无效的玩家服务器ID",
|
||||
["commandgeneric_playerid"] = "玩家服务器ID",
|
||||
["command_giveammo_noweapon_found"] = "%s 为无效的武器代码!",
|
||||
["command_giveammo_weapon"] = "武器代码",
|
||||
["command_giveammo_ammo"] = "弹药数量",
|
||||
["tpm_nowaypoint"] = "尚未配置导航点!",
|
||||
["tpm_success"] = "已传送至该导航点",
|
||||
['command_bring'] = '传送玩家到您身边',
|
||||
['command_car'] = '生成载具',
|
||||
['command_car_car'] = '生成载具的模型名称或哈希值',
|
||||
['command_cardel'] = '删除附近载具',
|
||||
['command_cardel_radius'] = '可选,删除指定半径内的所有载具',
|
||||
['command_clear'] = '清除聊天记录',
|
||||
['command_clearall'] = '清除所有玩家的聊天记录',
|
||||
['command_clearinventory'] = '清除玩家库存',
|
||||
['command_clearloadout'] = '清除玩家武器栏',
|
||||
['command_freeze'] = '冻结玩家',
|
||||
['command_unfreeze'] = '解冻玩家',
|
||||
['command_giveaccountmoney'] = '给予任意账户资金',
|
||||
['command_giveaccountmoney_account'] = '有效的帐户类型',
|
||||
['command_giveaccountmoney_amount'] = '添加的金额数量',
|
||||
['command_giveaccountmoney_invalid'] = '无效的帐户类型',
|
||||
['command_giveitem'] = '给予玩家一件物品',
|
||||
['command_giveitem_item'] = '物品代码',
|
||||
['command_giveitem_count'] = '物品数目',
|
||||
['command_giveweapon'] = '给予玩家一把武器',
|
||||
['command_giveweapon_weapon'] = '武器代码',
|
||||
['command_giveweapon_ammo'] = '弹药数目',
|
||||
['command_giveweapon_hasalready'] = '该玩家已拥有该武器',
|
||||
['command_giveweaponcomponent'] = '给予武器改装件',
|
||||
['command_giveweaponcomponent_component'] = '改装件代码',
|
||||
['command_giveweaponcomponent_invalid'] = '无效的武器改装件',
|
||||
['command_giveweaponcomponent_hasalready'] = '玩家已拥有该武器改装件',
|
||||
['command_giveweaponcomponent_missingweapon'] = '该玩家暂无该类型改装件的武器',
|
||||
['command_goto'] = '传送至一名玩家身旁',
|
||||
['command_kill'] = '击杀一名玩家',
|
||||
['command_save'] = '保存玩家数据至数据库',
|
||||
['command_saveall'] = '保存所有玩家数据至数据库',
|
||||
['command_setaccountmoney'] = '设置玩家帐户内资金',
|
||||
['command_setaccountmoney_amount'] = '账户资金金额',
|
||||
['command_setcoords'] = '传送至XYZ坐标',
|
||||
['command_setcoords_x'] = 'X 轴',
|
||||
['command_setcoords_y'] = 'Y 轴',
|
||||
['command_setcoords_z'] = 'Z 轴',
|
||||
['command_setjob'] = '配置该玩家职业',
|
||||
['command_setjob_job'] = '职业代码',
|
||||
['command_setjob_grade'] = '职业等级',
|
||||
['command_setjob_invalid'] = '职业代码、等级或输入数据无效!',
|
||||
['command_setgroup'] = '设置玩家用户组',
|
||||
['command_setgroup_group'] = '用户组代码',
|
||||
['commanderror_argumentmismatch'] = '参数计数不匹配 (该类型为 %s, 需要传输 %s)',
|
||||
['commanderror_argumentmismatch_number'] = '参数 #%s 类型不匹配 (该类型为字符串,需要传递数字类型)',
|
||||
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
|
||||
['commanderror_invaliditem'] = '无效的物品代码',
|
||||
['commanderror_invalidweapon'] = '无效的武器代码',
|
||||
['commanderror_console'] = '控制台无法执行此命令!',
|
||||
['commanderror_invalidcommand'] = '/%s 不是有效的命令!',
|
||||
['commanderror_invalidplayerid'] = '无效的玩家服务器ID',
|
||||
['commandgeneric_playerid'] = '玩家服务器ID',
|
||||
['command_giveammo_noweapon_found'] = '%s 为无效的武器代码!',
|
||||
['command_giveammo_weapon'] = '武器代码',
|
||||
['command_giveammo_ammo'] = '弹药数量',
|
||||
['tpm_nowaypoint'] = '尚未配置导航点!',
|
||||
['tpm_success'] = '已传送至该导航点',
|
||||
|
||||
["noclip_message"] = "飞行模式已被激活 %s",
|
||||
["enabled"] = "~g~已开启~s~",
|
||||
["disabled"] = "~r~已关闭~s~",
|
||||
['noclip_message'] = '飞行模式已被激活 %s',
|
||||
['enabled'] = '~g~已开启~s~',
|
||||
['disabled'] = '~r~已关闭~s~',
|
||||
|
||||
-- Locale settings
|
||||
["locale_digit_grouping_symbol"] = ",",
|
||||
|
||||
@@ -85,7 +85,12 @@ function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion)
|
||||
error = TranslateCap('commanderror_argumentmismatch_number', k)
|
||||
end
|
||||
elseif v.type == 'string' then
|
||||
newArgs[v.name] = args[k]
|
||||
local newArg = tonumber(args[k])
|
||||
if not newArg then
|
||||
newArgs[v.name] = args[k]
|
||||
else
|
||||
error = TranslateCap('commanderror_argumentmismatch_string', k)
|
||||
end
|
||||
elseif v.type == 'item' then
|
||||
if ESX.Items[args[k]] then
|
||||
newArgs[v.name] = args[k]
|
||||
@@ -110,8 +115,9 @@ function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion)
|
||||
newArgs[v.name] = string.sub(merge, lenght)
|
||||
end
|
||||
end
|
||||
|
||||
if not v.validate then
|
||||
|
||||
--backwards compatibility
|
||||
if not v.validate and not v.type then
|
||||
error = nil
|
||||
end
|
||||
|
||||
@@ -131,10 +137,6 @@ function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion)
|
||||
xPlayer.showNotification(error)
|
||||
end
|
||||
else
|
||||
if ESX.Table.SizeOf(args) == 0 then
|
||||
xPlayer.showNotification(TranslateCap('commanderror_invalidplayerid'))
|
||||
return
|
||||
end
|
||||
cb(xPlayer or false, args, function(msg)
|
||||
if playerId == 0 then
|
||||
print(('[^3WARNING^7] %s^7'):format(msg))
|
||||
|
||||
Reference in New Issue
Block a user