Create he.lua

Signed-off-by: thefourCraft <me@thefourcraft.com>
This commit is contained in:
thefourCraft
2023-07-15 17:25:55 +03:00
committed by GitHub
parent 270472ccd1
commit ed0c4a72e1
+38
View File
@@ -0,0 +1,38 @@
Locales["he"] = {
"show_active_character": "הצג דמות פעילה",
"active_character": "דמות פעילה: %s",
"error_active_character": "אירעה שגיאה בקבלת הנתונים שלך.",
"delete_character": "מחק את הדמות הנוכחית שלך.",
"deleted_character": "הדמות נמחקה",
"error_delete_character": "אירעה בעיה במחיקת הדמות שלך.",
"thank_you_for_registering": "הרשמה הושלמה. תהנה!",
"debug_xPlayer_get_first_name": "מחזיר את שמך הפרטי",
"debug_xPlayer_get_last_name": "מחזיר את שם משפחתך",
"debug_xPlayer_get_full_name": "מחזיר את שמך המלא",
"debug_xPlayer_get_sex": "מחזיר את המין שלך",
"debug_xPlayer_get_dob": "מחזיר את תאריך הלידה שלך",
"debug_xPlayer_get_height": "מחזיר את גובהך",
"error_debug_xPlayer_get_first_name": "הייתה בעיה בקבלת שמך הפרטי.",
"error_debug_xPlayer_get_last_name": "הייתה בעיה בקבלת שם משפחתך.",
"error_debug_xPlayer_get_full_name": "הייתה בעיה בקבלת שמך המלא.",
"error_debug_xPlayer_get_sex": "הייתה בעיה בקבלת המין שלך.",
"error_debug_xPlayer_get_dob": "הייתה בעיה בקבלת תאריך הלידה שלך.",
"error_debug_xPlayer_get_height": "הייתה בעיה בקבלת הגובה שלך.",
"return_debug_xPlayer_get_first_name": "שם פרטי: %s",
"return_debug_xPlayer_get_last_name": "שם משפחה: %s",
"return_debug_xPlayer_get_full_name": "שם: %s",
"return_debug_xPlayer_get_sex": "מין: %s",
"return_debug_xPlayer_get_dob": "תאריך לידה: %s",
"return_debug_xPlayer_get_height": "גובה: %s אינץ'",
"data_incorrect": "נתונים לא תקניים, נסה שוב.",
"invalid_format": "פורמט נתונים לא תקני, נסה שוב.",
"no_identifier": "[ESX Identity]\nהייתה בעיה בטעינת הדמות שלך!\nקוד שגיאה: מזהה חסר\n\nזה נגרם על ידי חוסר המזהה שלך. אנא חזור מאוחר יותר או דווח על הבעיה לבעל השרת.",
"missing_identity": "[ESX Identity]\nהייתה בעיה בטעינת הדמות שלך!\nקוד שגיאה: זהות חסרה\n\nנראה שהזהות שלך חסרה, נסה להתחבר שוב.",
"deleted_identity": "הדמות נמחקה. אנא הצטרף מחדש כדי ליצור דמות חדשה.",
"already_registered": "כבר נרשמת.",
"invalid_firstname_format": "פורמט לא תקני (שם פרטי): נסה שוב.",
"invalid_lastname_format": "פורמט לא תקני (שם משפחה): נסה שוב.",
"invalid_dob_format": "פורמט לא תקני (תאריך לידה): נסה שוב.",
"invalid_sex_format": "פורמט לא תקני (מין): נסה שוב.",
"invalid_height_format": "פורמט לא תקני (גובה): נסה שוב.",
}