i18n-js
Version:
A small library to provide I18n on JavaScript.
193 lines • 4.53 kB
JSON
{
"he": {
"date": {
"abbr_day_names": [
"א",
"ב",
"ג",
"ד",
"ה",
"ו",
"ש"
],
"abbr_month_names": [
null,
"ינו",
"פבר",
"מרץ",
"אפר",
"מאי",
"יונ",
"יול",
"אוג",
"ספט",
"אוק",
"נוב",
"דצמ"
],
"day_names": [
"ראשון",
"שני",
"שלישי",
"רביעי",
"חמישי",
"שישי",
"שבת"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%e ב%B, %Y",
"short": "%e %b"
},
"month_names": [
null,
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "בערך שעה אחת",
"other": "בערך %{count} שעות"
},
"about_x_months": {
"one": "בערך חודש אחד",
"other": "בערך %{count} חודשים"
},
"about_x_years": {
"one": "בערך שנה אחת",
"other": "בערך %{count} שנים"
},
"almost_x_years": {
"one": "כמעט שנה",
"other": "כמעט %{count} שנים"
},
"half_a_minute": "חצי דקה",
"less_than_x_seconds": {
"zero": "פחות משניה אחת",
"one": "פחות משניה אחת",
"other": "פחות מ- %{count} שניות"
},
"less_than_x_minutes": {
"zero": "פחות מדקה אחת",
"one": "פחות מדקה אחת",
"other": "פחות מ- %{count} דקות"
},
"over_x_years": {
"one": "מעל שנה אחת",
"other": "מעל %{count} שנים"
},
"x_seconds": {
"one": "שניה אחת",
"other": "%{count} שניות"
},
"x_minutes": {
"one": "דקה אחת",
"other": "%{count} דקות"
},
"x_days": {
"one": "יום אחד",
"other": "%{count} ימים"
},
"x_months": {
"one": "חודש אחד",
"other": "%{count} חודשים"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%n %u",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "₪"
}
},
"format": {
"delimiter": ",",
"precision": 3,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "מיליארד",
"million": "מיליון",
"quadrillion": "קודריליון",
"thousand": "אלף",
"trillion": "טריליון",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "בייט",
"other": "בתים"
},
"gb": "ג'יגה-בייט",
"kb": "קילו-בייט",
"mb": "מגה-בייט",
"tb": "טרה-בייט"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " ו",
"two_words_connector": " ו",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%a %d %b %H:%M:%S %Z %Y",
"long": "%d ב%B, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "pm"
}
}
}