1
0
Fork 0
forked from 0x2620/oxjs

some turkish translations

This commit is contained in:
j 2023-07-27 16:54:38 +02:00
commit 99ae1509cd
3 changed files with 372 additions and 1 deletions

View file

@ -63,7 +63,8 @@ Ox.LOCALE_NAMES = {
'el': 'Ελληνικά',
'en': 'English',
'fr': 'Français',
'hi': 'हिन्दी'
'hi': 'हिन्दी',
'tr': 'Türkçe'
};
//@ Ox.LOCALES <o> Locales per module
Ox.LOCALES = {};

View file

@ -0,0 +1,89 @@
{
"%": "%",
",": ",",
".": ".",
"%A, %B %e, %Y": "%A, %B %e, %Y",
"%a, %b %e, %Y": "%a, %b %e, %Y",
"AD": "",
"AM": "",
"Apr": "",
"April": "Nisan",
"Aug": "",
"August": "Ağustos",
"BC": "",
"%B %e, %Y": "",
"%b %e, %Y": "",
"d": "",
"day": "gün",
"days": "gün",
"days{2}": "gün",
"Dec": "",
"December": "Aralık",
"Fall": "Düşmek",
"Feb": "",
"February": "Şubat",
"Fri": "",
"Friday": "Cuma",
"h": "",
"hour": "saat",
"hours": "saat",
"hours{2}": "saat",
"%I:%M %p": "",
"%I:%M:%S %p": "",
"Jan": "",
"January": "Ocak",
"Jul": "",
"July": "Temmuz",
"Jun": "",
"June": "Haziran",
"m": "",
"Mar": "",
"March": "Mart",
"May": "Mayıs",
"%m/%d/%Y": "",
"%m/%d/%y": "",
"minute": "dakika",
"minutes": "dakika",
"minutes{2}": "dakika",
"Mon": "",
"Monday": "Pazartesi",
"nd": "",
"nd{22}": "",
"no": "",
"Nov": "",
"November": "Kasım",
"Oct": "",
"October": "Ekim",
"PM": "",
"rd": "",
"rd{23}": "",
"s": "",
"Sat": "",
"Saturday": "Cumartesi",
"second": "saniye",
"seconds": "saniye",
"seconds{2}": "saniye",
"Sep": "",
"September": "Eylül",
"Spring": "Bahar",
"st": "",
"st{21}": "",
"Summer": Yaz"",
"Sun": "",
"Sunday": "Pazar",
"th": "",
"th{11}": "",
"th{12}": "",
"th{13}": "",
"Thu": "",
"Thursday": "Perşembe",
"Tue": "",
"Tuesday": "",
"Wed": "",
"Wednesday": "Çarşamba",
"Winter": "kış",
"y": "",
"year": "yıl",
"years": "yıl",
"years{2}": "yıl"
}