Files
opensourcepos/app/Language/nl-NL/Calendar.php
Ollama 97cc39b9e2 Translate missing strings in multiple languages
- Add Calendar.php translation file for es-ES, nl-NL, de-DE
- Fill empty string translations in Common.php for de-DE, nl-NL, fr, it, pt-BR
- Translate UBL invoice strings (ubl_invoice, download_ubl, ubl_generation_failed) in Sales.php
- Add toggle_cost_and_profit in Reports.php for all languages
- Translate error_deleting_admin and error_updating_admin in Employees.php
- Translate csv_import_invalid_location error message in Items.php
- Update various missing translations for administrator, clerk, manager, dashboard, etc.

Languages updated: Spanish (es-ES), Dutch (nl-NL), German (de-DE), French (fr), Italian (it), Portuguese (pt-BR)
2026-04-01 06:33:48 +00:00

49 lines
1.2 KiB
PHP

<?php
return [
"su" => "Zo",
"mo" => "Ma",
"tu" => "Di",
"we" => "Wo",
"th" => "Do",
"fr" => "Vr",
"sa" => "Za",
"sun" => "Zon",
"mon" => "Maa",
"tue" => "Din",
"wed" => "Woe",
"thu" => "Don",
"fri" => "Vri",
"sat" => "Zat",
"sunday" => "Zondag",
"monday" => "Maandag",
"tuesday" => "Dinsdag",
"wednesday" => "Woensdag",
"thursday" => "Donderdag",
"friday" => "Vrijdag",
"saturday" => "Zaterdag",
"jan" => "Jan",
"feb" => "Feb",
"mar" => "Maa",
"apr" => "Apr",
"may" => "Mei",
"jun" => "Jun",
"jul" => "Jul",
"aug" => "Aug",
"sep" => "Sep",
"oct" => "Okt",
"nov" => "Nov",
"dec" => "Dec",
"january" => "Januari",
"february" => "Februari",
"march" => "Maart",
"april" => "April",
"mayl" => "Mei",
"june" => "Juni",
"july" => "Juli",
"august" => "Augustus",
"september" => "September",
"october" => "Oktober",
"november" => "November",
"december" => "December",
];