ciyidogan commited on
Commit
a44b9a4
·
verified ·
1 Parent(s): 559bf23

Update locales/tr.json

Browse files
Files changed (1) hide show
  1. 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": "TRY",
11
- "currency_symbol": "",
12
- "decimal_separator": ",",
13
- "thousands_separator": ".",
14
- "week_starts_on": 1,
15
- "months": [
16
- "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran",
17
- "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
18
- ],
19
- "days": [
20
- "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
21
- ],
22
- "am_pm": ["ÖÖ", "ÖS"],
23
- "common_phrases": {
24
- "yes": "Evet",
25
- "no": "Hayır",
26
- "please": "Lütfen",
27
- "thank_you": "Teşekkür ederim",
28
- "welcome": "Hoş geldiniz",
29
- "goodbye": "Güle güle"
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
  }