Files
opensourcepos/app/Language/pt-BR/Calendar.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

50 lines
1.2 KiB
PHP

<?php
return [
"su" => "Do",
"mo" => "Se",
"tu" => "Te",
"we" => "Qu",
"th" => "Qu",
"fr" => "Se",
"sa" => "",
"sun" => "Dom",
"mon" => "Seg",
"tue" => "Ter",
"wed" => "Qua",
"thu" => "Qui",
"fri" => "Sex",
"sat" => "Sáb",
"sunday" => "Domingo",
"monday" => "Segunda",
"tuesday" => "Terça",
"wednesday" => "Quarta",
"thursday" => "Quinta",
"friday" => "Sexta",
"saturday" => "Sábado",
"jan" => "Jan",
"feb" => "Fev",
"mar" => "Mar",
"apr" => "Abr",
"may" => "Mai",
"jun" => "Jun",
"jul" => "Jul",
"aug" => "Ago",
"sep" => "Set",
"oct" => "Out",
"nov" => "Nov",
"dec" => "Dez",
"january" => "Janeiro",
"february" => "Fevereiro",
"march" => "Março",
"april" => "Abril",
"mayl" => "Maio",
"june" => "Junho",
"july" => "Julho",
"august" => "Agosto",
"september" => "Setembro",
"october" => "Outubro",
"november" => "Novembro",
"december" => "Dezembro",
];