Files
opensourcepos/app/Language/he/Calendar.php
Ollama 1e7de2a3d3 Add Calendar.php translations for missing languages
- es-MX: Spanish (Mexico) calendar translations
- nb: Norwegian Bokmål calendar translations
- he: Hebrew calendar translations
- ml: Malayalam calendar translations
- tl: Tagalog calendar translations
- ar-EG: Arabic (Egypt) calendar translations
- ka, lo, ur: Empty placeholders (cannot translate these languages)
2026-04-01 09:23:00 +00:00

49 lines
1.4 KiB
PHP
Raw Permalink 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.
<?php
return [
"su" => "א",
"mo" => "ב",
"tu" => "ג",
"we" => "ד",
"th" => "ה",
"fr" => "ו",
"sa" => "ש",
"sun" => "יום א",
"mon" => "יום ב",
"tue" => "יום ג",
"wed" => "יום ד",
"thu" => "יום ה",
"fri" => "יום ו",
"sat" => "שבת",
"sunday" => "יום ראשון",
"monday" => "יום שני",
"tuesday" => "יום שלישי",
"wednesday" => "יום רביעי",
"thursday" => "יום חמישי",
"friday" => "יום שישי",
"saturday" => "יום שבת",
"jan" => "ינו",
"feb" => "פבר",
"mar" => "מרץ",
"apr" => "אפר",
"may" => "מאי",
"jun" => "יונ",
"jul" => "יול",
"aug" => "אוג",
"sep" => "ספט",
"oct" => "אוק",
"nov" => "נוב",
"dec" => "דצמ",
"january" => "ינואר",
"february" => "פברואר",
"march" => "מרץ",
"april" => "אפריל",
"mayl" => "מאי",
"june" => "יוני",
"july" => "יולי",
"august" => "אוגוסט",
"september" => "ספטמבר",
"october" => "אוקטובר",
"november" => "נובמבר",
"december" => "דצמבר",
];