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" => "Do",
|
|
"mo" => "Lu",
|
|
"tu" => "Ma",
|
|
"we" => "Mi",
|
|
"th" => "Ju",
|
|
"fr" => "Vi",
|
|
"sa" => "Sá",
|
|
"sun" => "Dom",
|
|
"mon" => "Lun",
|
|
"tue" => "Mar",
|
|
"wed" => "Mié",
|
|
"thu" => "Jue",
|
|
"fri" => "Vie",
|
|
"sat" => "Sáb",
|
|
"sunday" => "Domingo",
|
|
"monday" => "Lunes",
|
|
"tuesday" => "Martes",
|
|
"wednesday" => "Miércoles",
|
|
"thursday" => "Jueves",
|
|
"friday" => "Viernes",
|
|
"saturday" => "Sábado",
|
|
"jan" => "Ene",
|
|
"feb" => "Feb",
|
|
"mar" => "Mar",
|
|
"apr" => "Abr",
|
|
"may" => "May",
|
|
"jun" => "Jun",
|
|
"jul" => "Jul",
|
|
"aug" => "Ago",
|
|
"sep" => "Sep",
|
|
"oct" => "Oct",
|
|
"nov" => "Nov",
|
|
"dec" => "Dic",
|
|
"january" => "Enero",
|
|
"february" => "Febrero",
|
|
"march" => "Marzo",
|
|
"april" => "Abril",
|
|
"mayl" => "Mayo",
|
|
"june" => "Junio",
|
|
"july" => "Julio",
|
|
"august" => "Agosto",
|
|
"september" => "Septiembre",
|
|
"october" => "Octubre",
|
|
"november" => "Noviembre",
|
|
"december" => "Diciembre",
|
|
]; |