Update Hebrew locale

This commit is contained in:
David Malchin
2022-07-16 21:04:37 +03:00
parent e41ba89f87
commit 215094281d
+15 -9
View File
@@ -2,20 +2,26 @@ local Translations = {
error = {
not_online = 'שחקן לא מחובר',
wrong_format = 'פורמט שגוי',
missing_args = 'יש לכתוב את הפקודה לפי מה שכתוב (x, y, z)',
missing_args2 = 'יש למלא את כל המידע המבוקש',
no_access = 'אין לך גישה לפקודה זו',
company_too_poor = 'העסק שלך שבור',
item_not_exist = 'אייטם לא נמצא',
too_heavy = 'אינבנטורי מלא'
missing_args = '(x, y, z) לא כל פרמטר הוזן',
missing_args2 = '!יש להזין את כל הפרמטרים',
no_access = 'אין גישה לפקודה זו',
company_too_poor = 'המעסיק שלך עני מידי',
item_not_exist = 'פריט לא קיים',
too_heavy = 'אינבנטורי מלא',
duplicate_license = 'Rockstar נמצא שכפול רישיון',
no_valid_license = 'תקף Rockstar לא נמצא רישיון',
not_whitelisted = 'אתה לא ברשימת המותרים בשרת הזה'
},
success = {},
info = {
received_paycheck = '$%{value} קיבלת משבורת על סך',
received_paycheck = '$%{value} קיבלת תלוש שכר על סך',
job_info = '%{value3} :בתפקיד | %{value2} :דרגה | %{value} :עבודה',
gang_info = '%{value2} :דרגה | %{value} :גאנג',
on_duty = 'אתה בתפקיד כעת',
off_duty = 'ירדת מתפקיד כעת'
on_duty = '!אתה עכשיו בתפקיד',
off_duty = '!ירדת מהתפקיד',
checking_ban = '.אנחנו בודקים אם אתה בבאן .%s שלום',
join_server = '.{Server Name}-ל %s ברוך הבא',
checking_whitelisted = '.אנחנו בודקים אם אתה ברשימת המותרים .%s שלום'
}
}