Skip to content

Commit 4266485

Browse files
authored
feat(locale): adds hebrew translation (#2357)
1 parent 9bb4d6e commit 4266485

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

docs/api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,13 @@ Ye be havin' to set the followin' argument land lubber: option
10471047
Locales currently supported:
10481048

10491049
* **be:** Belarusian.
1050+
* **cs:** Czech.
10501051
* **de:** German.
10511052
* **en:** American English.
10521053
* **es:** Spanish.
1054+
* **fi:** Finnish.
10531055
* **fr:** French.
1056+
* **he:** Hebrew.
10541057
* **hi:** Hindi.
10551058
* **hu:** Hungarian.
10561059
* **id:** Indonesian.
@@ -1065,9 +1068,10 @@ Locales currently supported:
10651068
* **pt:** Portuguese.
10661069
* **pt_BR:** Brazilian Portuguese.
10671070
* **ru:** Russian.
1068-
* **uz:** Uzbek.
10691071
* **th:** Thai.
10701072
* **tr:** Turkish.
1073+
* **uk_UA:** Ukrainian (Ukraine).
1074+
* **uz:** Uzbek.
10711075
* **zh_CN:** Chinese (Mainland China).
10721076
* **zh_TW:** Chinese (Taiwan).
10731077

locales/he.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"Commands:": "פקודות:",
3+
"Options:": "אופציות:",
4+
"Examples:": "דוגמות:",
5+
"boolean": "בוליאני",
6+
"count": "ספירה",
7+
"string": "מחרוזת",
8+
"number": "מספר",
9+
"array": "מערך",
10+
"required": "דרוש",
11+
"default": "ברירת מחדל",
12+
"default:": "ברירת מחדל:",
13+
"choices:": "בחירות:",
14+
"aliases:": "כינויים:",
15+
"generated-value": "ערך-שנוצר",
16+
"Not enough non-option arguments: got %s, need at least %s": {
17+
"one": "אין מספיק טיעונים שאינם אופציונלים: קיבל %s, צריך לפחות %s",
18+
"other": "אין מספיק טיעונים שאינם אופציונלים: קיבל %s, צריך לפחות %s"
19+
},
20+
"Too many non-option arguments: got %s, maximum of %s": {
21+
"one": "יותר מדי טיעונים שאינם אופציונלים: קיבל %s, מקסימום של %s",
22+
"other": "יותר מדי טיעונים שאינם אופציונלים: קיבל %s, מקסימום של %s"
23+
},
24+
"Missing argument value: %s": {
25+
"one": "חסר ערך הטענה: %s",
26+
"other": "חסרים ערכי הטענה: %s"
27+
},
28+
"Missing required argument: %s": {
29+
"one": "חסר טענה דרושה: %s",
30+
"other": "חסרות טענות דרושות: %s"
31+
},
32+
"Unknown argument: %s": {
33+
"one": "טענה לא ידוע: %s",
34+
"other": "טענות לא ידועות: %s"
35+
},
36+
"Unknown command: %s": {
37+
"one": "פקודת לא ידועה: %s",
38+
"other": "פקודות לא ידועות: %s"
39+
},
40+
"Invalid values:": "ערכים לא חוקיים:",
41+
"Argument: %s, Given: %s, Choices: %s": "טענות: %s, ניתנו: %s, בחירות: %s",
42+
"Argument check failed: %s": "בדיקת הטענה נכשלה: %s",
43+
"Implications failed:": "חסרים טיעונים תלויים:",
44+
"Not enough arguments following: %s": "אין מספיק טיעונים לאחר: %s",
45+
"Invalid JSON config file: %s": "קובץ תצורה לא תקין של JSON: %s",
46+
"Path to JSON config file": "נתיב לקובץ התצורה של JSON",
47+
"Show help": "הצג עזרה",
48+
"Show version number": "הצג מספר גרסה",
49+
"Did you mean %s?": "האם התכוונת ל- %s?",
50+
"Arguments %s and %s are mutually exclusive" : "טענות %s ו- %s סותרים זה את זה",
51+
"Positionals:": "עמדות:",
52+
"command": "פקודה",
53+
"deprecated": "הוצא משימוש",
54+
"deprecated: %s": "הוצא משימוש: %s"
55+
}

0 commit comments

Comments
 (0)