ciyidogan commited on
Commit
7bcb660
·
verified ·
1 Parent(s): fcbf4fb

Upload 2 files

Browse files
Files changed (2) hide show
  1. locales/en.json +112 -109
  2. locales/tr.json +112 -109
locales/en.json CHANGED
@@ -1,110 +1,113 @@
1
- {
2
- "code": "en-US",
3
- "name": "English",
4
- "english_name": "English (United States)",
5
- "native_name": "English (United States)",
6
- "direction": "ltr",
7
- "date_format": "MM/DD/YYYY",
8
- "time_format": "hh:mm A",
9
- "datetime_format": "MM/DD/YYYY hh:mm A",
10
- "currency": {
11
- "code": "USD",
12
- "symbol": "$",
13
- "word": "dollar",
14
- "position": "before"
15
- },
16
- "numbers": {
17
- "decimal_separator": ".",
18
- "thousands_separator": ",",
19
- "decimal_word": "point",
20
- "small_number_threshold": 100
21
- },
22
- "percentage": {
23
- "word": "percent",
24
- "position": "after"
25
- },
26
- "time": {
27
- "format": "word",
28
- "separator": " "
29
- },
30
- "months": {
31
- "01": "January",
32
- "02": "February",
33
- "03": "March",
34
- "04": "April",
35
- "05": "May",
36
- "06": "June",
37
- "07": "July",
38
- "08": "August",
39
- "09": "September",
40
- "10": "October",
41
- "11": "November",
42
- "12": "December"
43
- },
44
- "days": {
45
- "0": "Sunday",
46
- "1": "Monday",
47
- "2": "Tuesday",
48
- "3": "Wednesday",
49
- "4": "Thursday",
50
- "5": "Friday",
51
- "6": "Saturday"
52
- },
53
- "am_pm": ["AM", "PM"],
54
- "week_starts_on": 0,
55
- "date_expressions": {
56
- "today": "today",
57
- "tomorrow": "tomorrow",
58
- "yesterday": "yesterday",
59
- "day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
60
- "this_week": "this week",
61
- "next_week": "next week",
62
- "this_weekend": "this weekend",
63
- "this_saturday": "this Saturday",
64
- "this_sunday": "this Sunday",
65
- "next_saturday": "next Saturday",
66
- "next_sunday": "next Sunday",
67
- "in_x_days": "in {X} days",
68
- "x_days_ago": "{X} days ago",
69
- "next_month": "next month",
70
- "last_month": "last month",
71
- "this_month": "this month",
72
- "this_year": "this year",
73
- "next_year": "next year",
74
- "last_year": "last year"
75
- },
76
- "date_patterns": {
77
- "month_day": "{month} {day}",
78
- "month_day_year": "{month} {day}, {year}",
79
- "relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
80
- "relative_weeks": ["this week", "next week", "last week"],
81
- "relative_months": ["this month", "next month", "last month"]
82
- },
83
- "boolean_values": {
84
- "true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
85
- "false_values": ["no", "n", "false", "nope", "0"],
86
- "yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
87
- "no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
88
- },
89
- "approval_phrases": {
90
- "approval_question": "Do you confirm this operation?",
91
- "operation_cancelled": "Operation cancelled.",
92
- "confirmation_required": "Your confirmation is required to continue.",
93
- "please_confirm": "Please confirm or cancel."
94
- },
95
- "common_phrases": {
96
- "yes": "Yes",
97
- "no": "No",
98
- "please": "Please",
99
- "thank_you": "Thank you",
100
- "welcome": "Welcome",
101
- "goodbye": "Goodbye"
102
- },
103
- "parameter_collection": {
104
- "fallback_questions": {
105
- "first_ask": "Could you please provide the {caption}?",
106
- "second_ask": "Would you mind sharing the {caption}?",
107
- "third_ask": "I need the {caption} to continue."
108
- }
109
- }
 
 
 
110
  }
 
1
+ {
2
+ "code": "en",
3
+ "locale_tag": "en-US"
4
+ "language_code": "en",
5
+ "region_code": "US"
6
+ "name": "English",
7
+ "english_name": "English (United States)",
8
+ "native_name": "English (United States)",
9
+ "direction": "ltr",
10
+ "date_format": "MM/DD/YYYY",
11
+ "time_format": "hh:mm A",
12
+ "datetime_format": "MM/DD/YYYY hh:mm A",
13
+ "currency": {
14
+ "code": "USD",
15
+ "symbol": "$",
16
+ "word": "dollar",
17
+ "position": "before"
18
+ },
19
+ "numbers": {
20
+ "decimal_separator": ".",
21
+ "thousands_separator": ",",
22
+ "decimal_word": "point",
23
+ "small_number_threshold": 100
24
+ },
25
+ "percentage": {
26
+ "word": "percent",
27
+ "position": "after"
28
+ },
29
+ "time": {
30
+ "format": "word",
31
+ "separator": " "
32
+ },
33
+ "months": {
34
+ "01": "January",
35
+ "02": "February",
36
+ "03": "March",
37
+ "04": "April",
38
+ "05": "May",
39
+ "06": "June",
40
+ "07": "July",
41
+ "08": "August",
42
+ "09": "September",
43
+ "10": "October",
44
+ "11": "November",
45
+ "12": "December"
46
+ },
47
+ "days": {
48
+ "0": "Sunday",
49
+ "1": "Monday",
50
+ "2": "Tuesday",
51
+ "3": "Wednesday",
52
+ "4": "Thursday",
53
+ "5": "Friday",
54
+ "6": "Saturday"
55
+ },
56
+ "am_pm": ["AM", "PM"],
57
+ "week_starts_on": 0,
58
+ "date_expressions": {
59
+ "today": "today",
60
+ "tomorrow": "tomorrow",
61
+ "yesterday": "yesterday",
62
+ "day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
63
+ "this_week": "this week",
64
+ "next_week": "next week",
65
+ "this_weekend": "this weekend",
66
+ "this_saturday": "this Saturday",
67
+ "this_sunday": "this Sunday",
68
+ "next_saturday": "next Saturday",
69
+ "next_sunday": "next Sunday",
70
+ "in_x_days": "in {X} days",
71
+ "x_days_ago": "{X} days ago",
72
+ "next_month": "next month",
73
+ "last_month": "last month",
74
+ "this_month": "this month",
75
+ "this_year": "this year",
76
+ "next_year": "next year",
77
+ "last_year": "last year"
78
+ },
79
+ "date_patterns": {
80
+ "month_day": "{month} {day}",
81
+ "month_day_year": "{month} {day}, {year}",
82
+ "relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
83
+ "relative_weeks": ["this week", "next week", "last week"],
84
+ "relative_months": ["this month", "next month", "last month"]
85
+ },
86
+ "boolean_values": {
87
+ "true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
88
+ "false_values": ["no", "n", "false", "nope", "0"],
89
+ "yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
90
+ "no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
91
+ },
92
+ "approval_phrases": {
93
+ "approval_question": "Do you confirm this operation?",
94
+ "operation_cancelled": "Operation cancelled.",
95
+ "confirmation_required": "Your confirmation is required to continue.",
96
+ "please_confirm": "Please confirm or cancel."
97
+ },
98
+ "common_phrases": {
99
+ "yes": "Yes",
100
+ "no": "No",
101
+ "please": "Please",
102
+ "thank_you": "Thank you",
103
+ "welcome": "Welcome",
104
+ "goodbye": "Goodbye"
105
+ },
106
+ "parameter_collection": {
107
+ "fallback_questions": {
108
+ "first_ask": "Could you please provide the {caption}?",
109
+ "second_ask": "Would you mind sharing the {caption}?",
110
+ "third_ask": "I need the {caption} to continue."
111
+ }
112
+ }
113
  }
locales/tr.json CHANGED
@@ -1,110 +1,113 @@
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
- "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
- "boolean_values": {
84
- "true_values": ["evet", "e", "doğru", "tamam", "olur", "1", "true"],
85
- "false_values": ["hayır", "h", "yanlış", "olmaz", "0", "false"],
86
- "yes_synonyms": ["evet", "e", "tamam", "olur", "peki", "tabii", "tabi"],
87
- "no_synonyms": ["hayır", "h", "yok", "olmaz", "asla", "istemiyorum"]
88
- },
89
- "approval_phrases": {
90
- "approval_question": "Bu işlemi onaylıyor musunuz?",
91
- "operation_cancelled": "İşlem iptal edildi.",
92
- "confirmation_required": "Devam etmek için onayınız gerekiyor.",
93
- "please_confirm": "Lütfen onaylayın veya iptal edin."
94
- },
95
- "common_phrases": {
96
- "yes": "Evet",
97
- "no": "Hayır",
98
- "please": "Lütfen",
99
- "thank_you": "Teşekkür ederim",
100
- "welcome": "Hoş geldiniz",
101
- "goodbye": "Güle güle"
102
- },
103
- "parameter_collection": {
104
- "fallback_questions": {
105
- "first_ask": "{caption} bilgisini alabilir miyim?",
106
- "second_ask": "Lütfen {caption} bilgisini paylaşır mısınız?",
107
- "third_ask": "Devam edebilmem için {caption} bilgisine ihtiyacım var."
108
- }
109
- }
 
 
 
110
  }
 
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
  }