event-timeline/app/static/timeline/js/locale/he.json
2021-11-12 18:21:51 +00:00

76 lines
No EOL
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"lang": "he",
"messages": {
"loading": "טוען...",
"contract_timeline": "צמצם את ציר הזמן",
"return_to_title": "חזור לכותרת",
"wikipedia": "מויקיפדיה, האינציקלופדיה החופשית",
"loading_content": "התוכן בטעינה...",
"expand_timeline": "הרחב את ציר הזמן",
"loading_timeline": "טוען את ציר הזמן... "
},
"api": {
"wikipedia": "he"
},
"direction": "rtl",
"date": {
"month_abbr": [
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"
],
"day_abbr": [
"יום א'",
"יום ב'",
"יום ג'",
"יום ד'",
"יום ה'",
"יום ו'",
"שבת"
],
"day": [
"ראשון",
"שני",
"שלישי",
"רביעי",
"חמישי",
"שישי",
"שבת"
],
"month": [
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"
]
},
"dateformats": {
"full_long": "d' mmm,' yyyy 'at' h:MM TT",
"full_short": "d mmm",
"full": "d mmmm,' yyyy",
"month_short": "mmm",
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
"month": "mmmm yyyy",
"time_no_seconds_short": "h:MM TT",
"time_short": "h:MM:ss TT",
"year": "yyyy",
"full_long_small_date": "h:MM TT'<br/><small>mmm d',' yyyy'</small>'"
}
}