Files
opensourcepos/app/Language/tr/Calendar.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

49 lines
1.0 KiB
PHP
Raw 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" => "Pa",
"mo" => "Pt",
"tu" => "Sa",
"we" => "Ça",
"th" => "Pe",
"fr" => "Cu",
"sa" => "Ct",
"sun" => "Paz",
"mon" => "Pzt",
"tue" => "Sal",
"wed" => "Çar",
"thu" => "Per",
"fri" => "Cum",
"sat" => "Cmt",
"sunday" => "Pazar",
"monday" => "Pazartesi",
"tuesday" => "Salı",
"wednesday" => "Çarşamba",
"thursday" => "Perşembe",
"friday" => "Cuma",
"saturday" => "Cumartesi",
"jan" => "Oca",
"feb" => "Şub",
"mar" => "Mar",
"apr" => "Nis",
"may" => "May",
"jun" => "Haz",
"jul" => "Tem",
"aug" => "Ağu",
"sep" => "Eyl",
"oct" => "Eki",
"nov" => "Kas",
"dec" => "Ara",
"january" => "Ocak",
"february" => "Şubat",
"march" => "Mart",
"april" => "Nisan",
"mayl" => "Mayıs",
"june" => "Haziran",
"july" => "Temmuz",
"august" => "Ağustos",
"september" => "Eylül",
"october" => "Ekim",
"november" => "Kasım",
"december" => "Aralık",
];