Spaces:
Running
Running
Update locales/tr.json
Browse files- locales/tr.json +62 -30
locales/tr.json
CHANGED
@@ -1,31 +1,63 @@
|
|
1 |
-
{
|
2 |
-
"code": "tr-TR",
|
3 |
-
"name": "Türkçe",
|
4 |
-
"english_name": "Turkish",
|
5 |
-
"native_name": "Türkçe (Türkiye)",
|
6 |
-
"direction": "ltr",
|
7 |
-
"date_format": "DD.MM.YYYY",
|
8 |
-
"time_format": "HH:mm",
|
9 |
-
"datetime_format": "DD.MM.YYYY HH:mm",
|
10 |
-
"currency":
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
|
19 |
-
|
20 |
-
"
|
21 |
-
|
22 |
-
"
|
23 |
-
|
24 |
-
"
|
25 |
-
|
26 |
-
|
27 |
-
"
|
28 |
-
"
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
|
|
1 |
+
{
|
2 |
+
"code": "tr-TR",
|
3 |
+
"name": "Türkçe",
|
4 |
+
"english_name": "Turkish",
|
5 |
+
"native_name": "Türkçe (Türkiye)",
|
6 |
+
"direction": "ltr",
|
7 |
+
"date_format": "DD.MM.YYYY",
|
8 |
+
"time_format": "HH:mm",
|
9 |
+
"datetime_format": "DD.MM.YYYY HH:mm",
|
10 |
+
"currency": {
|
11 |
+
"code": "TRY",
|
12 |
+
"symbol": "₺",
|
13 |
+
"word": "lira",
|
14 |
+
"position": "after"
|
15 |
+
},
|
16 |
+
"numbers": {
|
17 |
+
"decimal_separator": ",",
|
18 |
+
"thousands_separator": ".",
|
19 |
+
"decimal_word": "virgül",
|
20 |
+
"small_number_threshold": 100
|
21 |
+
},
|
22 |
+
"percentage": {
|
23 |
+
"word": "yüzde",
|
24 |
+
"position": "before"
|
25 |
+
},
|
26 |
+
"time": {
|
27 |
+
"format": "word",
|
28 |
+
"separator": " "
|
29 |
+
},
|
30 |
+
"months": {
|
31 |
+
"01": "Ocak",
|
32 |
+
"02": "Şubat",
|
33 |
+
"03": "Mart",
|
34 |
+
"04": "Nisan",
|
35 |
+
"05": "Mayıs",
|
36 |
+
"06": "Haziran",
|
37 |
+
"07": "Temmuz",
|
38 |
+
"08": "Ağustos",
|
39 |
+
"09": "Eylül",
|
40 |
+
"10": "Ekim",
|
41 |
+
"11": "Kasım",
|
42 |
+
"12": "Aralık"
|
43 |
+
},
|
44 |
+
"days": {
|
45 |
+
"0": "Pazar",
|
46 |
+
"1": "Pazartesi",
|
47 |
+
"2": "Salı",
|
48 |
+
"3": "Çarşamba",
|
49 |
+
"4": "Perşembe",
|
50 |
+
"5": "Cuma",
|
51 |
+
"6": "Cumartesi"
|
52 |
+
},
|
53 |
+
"am_pm": ["ÖÖ", "ÖS"],
|
54 |
+
"week_starts_on": 1,
|
55 |
+
"common_phrases": {
|
56 |
+
"yes": "Evet",
|
57 |
+
"no": "Hayır",
|
58 |
+
"please": "Lütfen",
|
59 |
+
"thank_you": "Teşekkür ederim",
|
60 |
+
"welcome": "Hoş geldiniz",
|
61 |
+
"goodbye": "Güle güle"
|
62 |
+
}
|
63 |
}
|