0.0.1
This commit is contained in:
22
resources/[core]/esx_multicharacter/locales/he.lua
Normal file
22
resources/[core]/esx_multicharacter/locales/he.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
Locales["he"] = {
|
||||
["male"] = "זכר",
|
||||
["female"] = "נקבה",
|
||||
["command_setslots"] = "הגדר מספר חריצי דמויות מרובות לשחקן",
|
||||
["command_remslots"] = "הסר מספר חריצי דמויות מרובות משחקן",
|
||||
["command_enablechar"] = "אפשר דמות מסוימת של שחקן",
|
||||
["command_disablechar"] = "נטרל דמות מסוימת של שחקן",
|
||||
["command_charslot"] = "מספר חריץ הדמות",
|
||||
["command_identifier"] = "מזהה שחקן",
|
||||
["command_slots"] = "מספר חריצים",
|
||||
["slotsadd"] = "הגדרת %s חריצים עבור %s",
|
||||
["slotsrem"] = "הסרת חריצים מ-%s",
|
||||
["charenabled"] = "איפשרת את הדמות #%s של %s",
|
||||
["chardisabled"] = "נטרלת את הדמות #%s של %s",
|
||||
["charnotfound"] = "הדמות #%s של %s לא קיימת",
|
||||
|
||||
UI = {
|
||||
["title"] = "בחירת דמות",
|
||||
["char_info_title"] = "פרטי דמות",
|
||||
["play"] = "שחק",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user