Spaces:
Building
Building
Update locales/tr.json
Browse files- locales/tr.json +28 -0
locales/tr.json
CHANGED
@@ -52,6 +52,34 @@
|
|
52 |
},
|
53 |
"am_pm": ["ÖÖ", "ÖS"],
|
54 |
"week_starts_on": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
"common_phrases": {
|
56 |
"yes": "Evet",
|
57 |
"no": "Hayır",
|
|
|
52 |
},
|
53 |
"am_pm": ["ÖÖ", "ÖS"],
|
54 |
"week_starts_on": 1,
|
55 |
+
"date_expressions": {
|
56 |
+
"today": "bugün",
|
57 |
+
"tomorrow": "yarın",
|
58 |
+
"yesterday": "dün",
|
59 |
+
"day_after_tomorrow": ["öbür gün", "ertesi gün"],
|
60 |
+
"this_week": "bu hafta",
|
61 |
+
"next_week": ["gelecek hafta", "haftaya"],
|
62 |
+
"this_weekend": "bu hafta sonu",
|
63 |
+
"this_saturday": "bu cumartesi",
|
64 |
+
"this_sunday": "bu pazar",
|
65 |
+
"next_saturday": "gelecek cumartesi",
|
66 |
+
"next_sunday": "gelecek pazar",
|
67 |
+
"in_x_days": "{X} gün sonra",
|
68 |
+
"x_days_ago": "{X} gün önce",
|
69 |
+
"next_month": "gelecek ay",
|
70 |
+
"last_month": "geçen ay",
|
71 |
+
"this_month": "bu ay",
|
72 |
+
"this_year": "bu yıl",
|
73 |
+
"next_year": "gelecek yıl",
|
74 |
+
"last_year": "geçen yıl"
|
75 |
+
},
|
76 |
+
"date_patterns": {
|
77 |
+
"day_month": "{day} {month}",
|
78 |
+
"day_month_year": "{day} {month} {year}",
|
79 |
+
"relative_days": ["bugün", "yarın", "öbür gün", "dün"],
|
80 |
+
"relative_weeks": ["bu hafta", "gelecek hafta", "geçen hafta"],
|
81 |
+
"relative_months": ["bu ay", "gelecek ay", "geçen ay"]
|
82 |
+
},
|
83 |
"common_phrases": {
|
84 |
"yes": "Evet",
|
85 |
"no": "Hayır",
|