mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
- 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)
49 lines
1.2 KiB
PHP
49 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"su" => "So",
|
|
"mo" => "Mo",
|
|
"tu" => "Di",
|
|
"we" => "Mi",
|
|
"th" => "Do",
|
|
"fr" => "Fr",
|
|
"sa" => "Sa",
|
|
"sun" => "Son",
|
|
"mon" => "Mon",
|
|
"tue" => "Die",
|
|
"wed" => "Mit",
|
|
"thu" => "Don",
|
|
"fri" => "Fre",
|
|
"sat" => "Sam",
|
|
"sunday" => "Sonntag",
|
|
"monday" => "Montag",
|
|
"tuesday" => "Dienstag",
|
|
"wednesday" => "Mittwoch",
|
|
"thursday" => "Donnerstag",
|
|
"friday" => "Freitag",
|
|
"saturday" => "Samstag",
|
|
"jan" => "Jan",
|
|
"feb" => "Feb",
|
|
"mar" => "Mär",
|
|
"apr" => "Apr",
|
|
"may" => "Mai",
|
|
"jun" => "Jun",
|
|
"jul" => "Jul",
|
|
"aug" => "Aug",
|
|
"sep" => "Sep",
|
|
"oct" => "Okt",
|
|
"nov" => "Nov",
|
|
"dec" => "Dez",
|
|
"january" => "Januar",
|
|
"february" => "Februar",
|
|
"march" => "März",
|
|
"april" => "April",
|
|
"mayl" => "Mai",
|
|
"june" => "Juni",
|
|
"july" => "Juli",
|
|
"august" => "August",
|
|
"september" => "September",
|
|
"october" => "Oktober",
|
|
"november" => "November",
|
|
"december" => "Dezember",
|
|
]; |