Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(locale): added hebrew translation #2357

Merged
merged 3 commits into from Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/api.md
Expand Up @@ -1047,10 +1047,13 @@ Ye be havin' to set the followin' argument land lubber: option
Locales currently supported:

* **be:** Belarusian.
* **cs:** Czech.
* **de:** German.
* **en:** American English.
* **es:** Spanish.
* **fi:** Finnish.
* **fr:** French.
* **he:** Hebrew.
* **hi:** Hindi.
* **hu:** Hungarian.
* **id:** Indonesian.
Expand All @@ -1065,9 +1068,10 @@ Locales currently supported:
* **pt:** Portuguese.
* **pt_BR:** Brazilian Portuguese.
* **ru:** Russian.
* **uz:** Uzbek.
* **th:** Thai.
* **tr:** Turkish.
* **uk_UA:** Ukrainian (Ukraine).
* **uz:** Uzbek.
* **zh_CN:** Chinese (Mainland China).
* **zh_TW:** Chinese (Taiwan).

Expand Down
55 changes: 55 additions & 0 deletions locales/he.json
@@ -0,0 +1,55 @@
{
"Commands:": "פקודות:",
"Options:": "אופציות:",
"Examples:": "דוגמות:",
"boolean": "בוליאני",
"count": "ספירה",
"string": "מחרוזת",
"number": "מספר",
"array": "מערך",
"required": "דרוש",
"default": "ברירת מחדל",
"default:": "ברירת מחדל:",
"choices:": "בחירות:",
"aliases:": "כינויים:",
"generated-value": "ערך-שנוצר",
"Not enough non-option arguments: got %s, need at least %s": {
"one": "אין מספיק טיעונים שאינם אופציונלים: קיבל %s, צריך לפחות %s",
"other": "אין מספיק טיעונים שאינם אופציונלים: קיבל %s, צריך לפחות %s"
},
"Too many non-option arguments: got %s, maximum of %s": {
"one": "יותר מדי טיעונים שאינם אופציונלים: קיבל %s, מקסימום של %s",
"other": "יותר מדי טיעונים שאינם אופציונלים: קיבל %s, מקסימום של %s"
},
"Missing argument value: %s": {
"one": "חסר ערך הטענה: %s",
"other": "חסרים ערכי הטענה: %s"
},
"Missing required argument: %s": {
"one": "חסר טענה דרושה: %s",
"other": "חסרות טענות דרושות: %s"
},
"Unknown argument: %s": {
"one": "טענה לא ידוע: %s",
"other": "טענות לא ידועות: %s"
},
"Unknown command: %s": {
"one": "פקודת לא ידועה: %s",
"other": "פקודות לא ידועות: %s"
},
"Invalid values:": "ערכים לא חוקיים:",
"Argument: %s, Given: %s, Choices: %s": "טענות: %s, ניתנו: %s, בחירות: %s",
"Argument check failed: %s": "בדיקת הטענה נכשלה: %s",
"Implications failed:": "חסרים טיעונים תלויים:",
"Not enough arguments following: %s": "אין מספיק טיעונים לאחר: %s",
"Invalid JSON config file: %s": "קובץ תצורה לא תקין של JSON: %s",
"Path to JSON config file": "נתיב לקובץ התצורה של JSON",
"Show help": "הצג עזרה",
"Show version number": "הצג מספר גרסה",
"Did you mean %s?": "האם התכוונת ל- %s?",
"Arguments %s and %s are mutually exclusive" : "טענות %s ו- %s סותרים זה את זה",
"Positionals:": "עמדות:",
"command": "פקודה",
"deprecated": "הוצא משימוש",
"deprecated: %s": "הוצא משימוש: %s"
}