ciyidogan commited on
Commit
3c73387
·
verified ·
1 Parent(s): ef722e4

Update locales/tr.json

Browse files
Files changed (1) hide show
  1. locales/tr.json +112 -112
locales/tr.json CHANGED
@@ -1,113 +1,113 @@
1
- {
2
- "code": "tr",
3
- "locale_tag": "tr-TR"
4
- "language_code": "tr",
5
- "region_code": "TR"
6
- "name": "Türkçe",
7
- "english_name": "Turkish",
8
- "native_name": "Türkçe (Türkiye)",
9
- "direction": "ltr",
10
- "date_format": "DD.MM.YYYY",
11
- "time_format": "HH:mm",
12
- "datetime_format": "DD.MM.YYYY HH:mm",
13
- "currency": {
14
- "code": "TRY",
15
- "symbol": "₺",
16
- "word": "lira",
17
- "position": "after"
18
- },
19
- "numbers": {
20
- "decimal_separator": ",",
21
- "thousands_separator": ".",
22
- "decimal_word": "virgül",
23
- "small_number_threshold": 100
24
- },
25
- "percentage": {
26
- "word": "yüzde",
27
- "position": "before"
28
- },
29
- "time": {
30
- "format": "word",
31
- "separator": " "
32
- },
33
- "months": {
34
- "01": "Ocak",
35
- "02": "Şubat",
36
- "03": "Mart",
37
- "04": "Nisan",
38
- "05": "Mayıs",
39
- "06": "Haziran",
40
- "07": "Temmuz",
41
- "08": "Ağustos",
42
- "09": "Eylül",
43
- "10": "Ekim",
44
- "11": "Kasım",
45
- "12": "Aralık"
46
- },
47
- "days": {
48
- "0": "Pazar",
49
- "1": "Pazartesi",
50
- "2": "Salı",
51
- "3": "Çarşamba",
52
- "4": "Perşembe",
53
- "5": "Cuma",
54
- "6": "Cumartesi"
55
- },
56
- "am_pm": ["ÖÖ", "ÖS"],
57
- "week_starts_on": 1,
58
- "date_expressions": {
59
- "today": "bugün",
60
- "tomorrow": "yarın",
61
- "yesterday": "dün",
62
- "day_after_tomorrow": ["öbür gün", "ertesi gün"],
63
- "this_week": "bu hafta",
64
- "next_week": ["gelecek hafta", "haftaya"],
65
- "this_weekend": "bu hafta sonu",
66
- "this_saturday": "bu cumartesi",
67
- "this_sunday": "bu pazar",
68
- "next_saturday": "gelecek cumartesi",
69
- "next_sunday": "gelecek pazar",
70
- "in_x_days": "{X} gün sonra",
71
- "x_days_ago": "{X} gün önce",
72
- "next_month": "gelecek ay",
73
- "last_month": "geçen ay",
74
- "this_month": "bu ay",
75
- "this_year": "bu yıl",
76
- "next_year": "gelecek yıl",
77
- "last_year": "geçen yıl"
78
- },
79
- "date_patterns": {
80
- "day_month": "{day} {month}",
81
- "day_month_year": "{day} {month} {year}",
82
- "relative_days": ["bugün", "yarın", "öbür gün", "dün"],
83
- "relative_weeks": ["bu hafta", "gelecek hafta", "geçen hafta"],
84
- "relative_months": ["bu ay", "gelecek ay", "geçen ay"]
85
- },
86
- "boolean_values": {
87
- "true_values": ["evet", "e", "doğru", "tamam", "olur", "1", "true"],
88
- "false_values": ["hayır", "h", "yanlış", "olmaz", "0", "false"],
89
- "yes_synonyms": ["evet", "e", "tamam", "olur", "peki", "tabii", "tabi"],
90
- "no_synonyms": ["hayır", "h", "yok", "olmaz", "asla", "istemiyorum"]
91
- },
92
- "approval_phrases": {
93
- "approval_question": "Bu işlemi onaylıyor musunuz?",
94
- "operation_cancelled": "İşlem iptal edildi.",
95
- "confirmation_required": "Devam etmek için onayınız gerekiyor.",
96
- "please_confirm": "Lütfen onaylayın veya iptal edin."
97
- },
98
- "common_phrases": {
99
- "yes": "Evet",
100
- "no": "Hayır",
101
- "please": "Lütfen",
102
- "thank_you": "Teşekkür ederim",
103
- "welcome": "Hoş geldiniz",
104
- "goodbye": "Güle güle"
105
- },
106
- "parameter_collection": {
107
- "fallback_questions": {
108
- "first_ask": "{caption} bilgisini alabilir miyim?",
109
- "second_ask": "Lütfen {caption} bilgisini paylaşır mısınız?",
110
- "third_ask": "Devam edebilmem için {caption} bilgisine ihtiyacım var."
111
- }
112
- }
113
  }
 
1
+ {
2
+ "code": "tr",
3
+ "locale_tag": "tr-TR"
4
+ "language_code": "tr",
5
+ "region_code": "TR",
6
+ "name": "Türkçe",
7
+ "english_name": "Turkish",
8
+ "native_name": "Türkçe (Türkiye)",
9
+ "direction": "ltr",
10
+ "date_format": "DD.MM.YYYY",
11
+ "time_format": "HH:mm",
12
+ "datetime_format": "DD.MM.YYYY HH:mm",
13
+ "currency": {
14
+ "code": "TRY",
15
+ "symbol": "₺",
16
+ "word": "lira",
17
+ "position": "after"
18
+ },
19
+ "numbers": {
20
+ "decimal_separator": ",",
21
+ "thousands_separator": ".",
22
+ "decimal_word": "virgül",
23
+ "small_number_threshold": 100
24
+ },
25
+ "percentage": {
26
+ "word": "yüzde",
27
+ "position": "before"
28
+ },
29
+ "time": {
30
+ "format": "word",
31
+ "separator": " "
32
+ },
33
+ "months": {
34
+ "01": "Ocak",
35
+ "02": "Şubat",
36
+ "03": "Mart",
37
+ "04": "Nisan",
38
+ "05": "Mayıs",
39
+ "06": "Haziran",
40
+ "07": "Temmuz",
41
+ "08": "Ağustos",
42
+ "09": "Eylül",
43
+ "10": "Ekim",
44
+ "11": "Kasım",
45
+ "12": "Aralık"
46
+ },
47
+ "days": {
48
+ "0": "Pazar",
49
+ "1": "Pazartesi",
50
+ "2": "Salı",
51
+ "3": "Çarşamba",
52
+ "4": "Perşembe",
53
+ "5": "Cuma",
54
+ "6": "Cumartesi"
55
+ },
56
+ "am_pm": ["ÖÖ", "ÖS"],
57
+ "week_starts_on": 1,
58
+ "date_expressions": {
59
+ "today": "bugün",
60
+ "tomorrow": "yarın",
61
+ "yesterday": "dün",
62
+ "day_after_tomorrow": ["öbür gün", "ertesi gün"],
63
+ "this_week": "bu hafta",
64
+ "next_week": ["gelecek hafta", "haftaya"],
65
+ "this_weekend": "bu hafta sonu",
66
+ "this_saturday": "bu cumartesi",
67
+ "this_sunday": "bu pazar",
68
+ "next_saturday": "gelecek cumartesi",
69
+ "next_sunday": "gelecek pazar",
70
+ "in_x_days": "{X} gün sonra",
71
+ "x_days_ago": "{X} g��n önce",
72
+ "next_month": "gelecek ay",
73
+ "last_month": "geçen ay",
74
+ "this_month": "bu ay",
75
+ "this_year": "bu yıl",
76
+ "next_year": "gelecek yıl",
77
+ "last_year": "geçen yıl"
78
+ },
79
+ "date_patterns": {
80
+ "day_month": "{day} {month}",
81
+ "day_month_year": "{day} {month} {year}",
82
+ "relative_days": ["bugün", "yarın", "öbür gün", "dün"],
83
+ "relative_weeks": ["bu hafta", "gelecek hafta", "geçen hafta"],
84
+ "relative_months": ["bu ay", "gelecek ay", "geçen ay"]
85
+ },
86
+ "boolean_values": {
87
+ "true_values": ["evet", "e", "doğru", "tamam", "olur", "1", "true"],
88
+ "false_values": ["hayır", "h", "yanlış", "olmaz", "0", "false"],
89
+ "yes_synonyms": ["evet", "e", "tamam", "olur", "peki", "tabii", "tabi"],
90
+ "no_synonyms": ["hayır", "h", "yok", "olmaz", "asla", "istemiyorum"]
91
+ },
92
+ "approval_phrases": {
93
+ "approval_question": "Bu işlemi onaylıyor musunuz?",
94
+ "operation_cancelled": "İşlem iptal edildi.",
95
+ "confirmation_required": "Devam etmek için onayınız gerekiyor.",
96
+ "please_confirm": "Lütfen onaylayın veya iptal edin."
97
+ },
98
+ "common_phrases": {
99
+ "yes": "Evet",
100
+ "no": "Hayır",
101
+ "please": "Lütfen",
102
+ "thank_you": "Teşekkür ederim",
103
+ "welcome": "Hoş geldiniz",
104
+ "goodbye": "Güle güle"
105
+ },
106
+ "parameter_collection": {
107
+ "fallback_questions": {
108
+ "first_ask": "{caption} bilgisini alabilir miyim?",
109
+ "second_ask": "Lütfen {caption} bilgisini paylaşır mısınız?",
110
+ "third_ask": "Devam edebilmem için {caption} bilgisine ihtiyacım var."
111
+ }
112
+ }
113
  }