@inntechcorp/it-design 2.2.87 → 2.2.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/checkbox/styled.d.ts +1 -0
- package/dist/context/ITDThemeProvider.d.ts +8 -0
- package/dist/helpers/theme/dark.d.ts +3 -0
- package/dist/helpers/theme/index.d.ts +5 -0
- package/dist/helpers/theme/light.d.ts +3 -0
- package/dist/helpers/theme/themes.d.ts +5 -0
- package/dist/index.cjs.js +494 -423
- package/dist/index.d.mts +36 -10
- package/dist/index.d.ts +87 -14
- package/dist/index.esm.js +517 -446
- package/dist/locales/calendar.json +22 -22
- package/dist/locales/en/itd.json +16 -6
- package/dist/locales/itd.json +240 -231
- package/dist/locales/tr/itd.json +16 -6
- package/dist/stories/Form.stories.d.ts +1 -0
- package/dist/stories/Input.stories.d.ts +82 -3
- package/dist/textarea/styled.d.ts +2 -1
- package/dist/types/InputProps.d.ts +1 -1
- package/dist/types/Theme.d.ts +41 -0
- package/package.json +1 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"weekdaysLong":[
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
3
|
+
"Sunday",
|
|
4
|
+
"Monday",
|
|
5
|
+
"Tuesday",
|
|
6
|
+
"Wednesday",
|
|
7
|
+
"Thursday",
|
|
8
|
+
"Friday",
|
|
9
|
+
"Saturday"
|
|
10
10
|
],
|
|
11
11
|
"weekdaysShort":[
|
|
12
|
-
"
|
|
12
|
+
"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
|
|
13
13
|
],
|
|
14
14
|
"months":[
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
15
|
+
"January",
|
|
16
|
+
"February",
|
|
17
|
+
"March",
|
|
18
|
+
"April",
|
|
19
|
+
"May",
|
|
20
|
+
"June",
|
|
21
|
+
"July",
|
|
22
|
+
"August",
|
|
23
|
+
"September",
|
|
24
|
+
"October",
|
|
25
|
+
"November",
|
|
26
|
+
"December"
|
|
27
27
|
],
|
|
28
|
-
"firstDay":
|
|
29
|
-
"format": "DD/
|
|
28
|
+
"firstDay": 0,
|
|
29
|
+
"format": "MM/DD/YYYY"
|
|
30
30
|
}
|
package/dist/locales/en/itd.json
CHANGED
|
@@ -24,11 +24,6 @@
|
|
|
24
24
|
"languages": {
|
|
25
25
|
"turkish": "Turkish",
|
|
26
26
|
"english": "English"
|
|
27
|
-
},
|
|
28
|
-
"currencies": {
|
|
29
|
-
"TRY": "Turkish Lira",
|
|
30
|
-
"EUR": "Euro",
|
|
31
|
-
"USD": "Dollar"
|
|
32
27
|
}
|
|
33
28
|
},
|
|
34
29
|
"buttons": {
|
|
@@ -81,7 +76,22 @@
|
|
|
81
76
|
"currencies": {
|
|
82
77
|
"TRY": "Turkish Lira",
|
|
83
78
|
"EUR": "Euro",
|
|
84
|
-
"USD": "Dollar"
|
|
79
|
+
"USD": "Dollar",
|
|
80
|
+
"GBP": "British Pound",
|
|
81
|
+
"JPY": "Japanese Yen",
|
|
82
|
+
"CHF": "Swiss Franc",
|
|
83
|
+
"CAD": "Canadian Dollar",
|
|
84
|
+
"AUD": "Australian Dollar",
|
|
85
|
+
"NZD": "New Zealand Dollar",
|
|
86
|
+
"RUB": "Russian Ruble",
|
|
87
|
+
"INR": "Indian Rupee",
|
|
88
|
+
"BRL": "Brazilian Real",
|
|
89
|
+
"MXN": "Mexican Peso",
|
|
90
|
+
"ARS": "Argentine Peso",
|
|
91
|
+
"CLP": "Chilean Peso",
|
|
92
|
+
"COP": "Colombian Peso",
|
|
93
|
+
"PEN": "Peruvian Sol",
|
|
94
|
+
"ZAR": "South African Rand"
|
|
85
95
|
},
|
|
86
96
|
"countries": {
|
|
87
97
|
"af": "Afghanistan",
|
package/dist/locales/itd.json
CHANGED
|
@@ -1,314 +1,323 @@
|
|
|
1
1
|
{
|
|
2
|
-
"success": "
|
|
3
|
-
"error": "
|
|
2
|
+
"success": "Success",
|
|
3
|
+
"error": "Error",
|
|
4
4
|
"table": {
|
|
5
|
-
"noData": "
|
|
5
|
+
"noData": "No Data"
|
|
6
6
|
},
|
|
7
7
|
"placeholders": {
|
|
8
|
-
"username": "
|
|
9
|
-
"email": "E-
|
|
10
|
-
"password": "
|
|
11
|
-
"confirmPassword": "
|
|
12
|
-
"typeYourNoteHere": "
|
|
13
|
-
"selectGender": "
|
|
14
|
-
"selectCurrency": "
|
|
15
|
-
"selectLanguage": "
|
|
16
|
-
"selectCountry": "
|
|
17
|
-
"birthday": "
|
|
18
|
-
"multipleSelection": "
|
|
8
|
+
"username": "Username",
|
|
9
|
+
"email": "E-Mail",
|
|
10
|
+
"password": "Password",
|
|
11
|
+
"confirmPassword": "Confirm password",
|
|
12
|
+
"typeYourNoteHere": "Type your note here",
|
|
13
|
+
"selectGender": "Select Gender",
|
|
14
|
+
"selectCurrency": "Select Currency",
|
|
15
|
+
"selectLanguage": "Select Language",
|
|
16
|
+
"selectCountry": "Select Country",
|
|
17
|
+
"birthday": "Birthday",
|
|
18
|
+
"multipleSelection": "Selected ({{- count}})"
|
|
19
19
|
},
|
|
20
20
|
"options": {
|
|
21
|
-
"all": "
|
|
22
|
-
"male": "
|
|
23
|
-
"female": "
|
|
21
|
+
"all": "All",
|
|
22
|
+
"male": "Male",
|
|
23
|
+
"female": "Female",
|
|
24
24
|
"languages": {
|
|
25
|
-
"turkish": "
|
|
26
|
-
"english": "
|
|
27
|
-
},
|
|
28
|
-
"currencies": {
|
|
29
|
-
"TRY": "Türk Lirası",
|
|
30
|
-
"EUR": "Euro",
|
|
31
|
-
"USD": "Dolar"
|
|
25
|
+
"turkish": "Turkish",
|
|
26
|
+
"english": "English"
|
|
32
27
|
}
|
|
33
28
|
},
|
|
34
29
|
"buttons": {
|
|
35
|
-
"submit": "
|
|
36
|
-
"reset": "
|
|
30
|
+
"submit": "Submit",
|
|
31
|
+
"reset": "Reset"
|
|
37
32
|
},
|
|
38
33
|
"errors": {
|
|
39
|
-
"required": "
|
|
40
|
-
"minLength": "
|
|
41
|
-
"maxLength": "
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız."
|
|
34
|
+
"required": "This field is required!",
|
|
35
|
+
"minLength": "Should contain at least {{- length}} characters",
|
|
36
|
+
"maxLength": "Is too long. Max size is {{- length}}",
|
|
37
|
+
"passwordRule": "Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",
|
|
38
|
+
"invalidEmailAddress": "Invalid email address",
|
|
39
|
+
"passwordsDontMatch": "The two passwords that you entered do not match!",
|
|
40
|
+
"usernameRule": "Only English letters, digits and symbols (-_.). No space is allowed",
|
|
41
|
+
"wrongTCIdentity": "Wrong TC Identity Number",
|
|
42
|
+
"fieldMustBeTheSame": "This field must be the same as: {{- fields}}",
|
|
43
|
+
"siteUsernameRule": "Only English lowercase letters, digits and symbols (-_.). No space is allowed, no uppercase letters are allowed",
|
|
44
|
+
"adminUsernameRule": "Only English letters and digits. No symbols (-_. vs) and no space is allowed",
|
|
45
|
+
"invalidURL": "Invalid URL",
|
|
46
|
+
"fieldMustBeDifferent": "This field must be different from: {{- fields}}",
|
|
47
|
+
"forbiddenWords": "You cannot use this word in this field."
|
|
54
48
|
},
|
|
55
49
|
"uploader": {
|
|
56
|
-
"header": "
|
|
57
|
-
"hint": "
|
|
58
|
-
"fileUploading": "
|
|
59
|
-
"info": "
|
|
60
|
-
"delete": "
|
|
61
|
-
"preview": "
|
|
62
|
-
"error": "
|
|
63
|
-
"fileFormatError": "
|
|
64
|
-
"fileSizeError": "
|
|
65
|
-
"fileUploadSuccess": "
|
|
66
|
-
"fileUploadFailed": "
|
|
67
|
-
"removeFileSuccess": "
|
|
68
|
-
"browserDoesntSupportDND": "
|
|
69
|
-
"calculating": "
|
|
70
|
-
"removeFile": "
|
|
71
|
-
"areYouSureToDeleteThisFile": "
|
|
72
|
-
"yes": "
|
|
73
|
-
"no": "
|
|
50
|
+
"header": "Drag and drop an file",
|
|
51
|
+
"hint": "or Browse to choose a file",
|
|
52
|
+
"fileUploading": "File uploading...",
|
|
53
|
+
"info": "Total: {{- total}} - {{- estimated}} s remaining.",
|
|
54
|
+
"delete": "Delete",
|
|
55
|
+
"preview": "Preview",
|
|
56
|
+
"error": "Error",
|
|
57
|
+
"fileFormatError": "You can only upload {{fileFormat}} file",
|
|
58
|
+
"fileSizeError": "File must smaller than {{fileSize}}",
|
|
59
|
+
"fileUploadSuccess": "File successfully uploaded.",
|
|
60
|
+
"fileUploadFailed": "File upload failed!",
|
|
61
|
+
"removeFileSuccess": "File successfully delete!",
|
|
62
|
+
"browserDoesntSupportDND": "Browser doesn't support drag and drop!",
|
|
63
|
+
"calculating": "Calculating...",
|
|
64
|
+
"removeFile": "Remove File",
|
|
65
|
+
"areYouSureToDeleteThisFile": "Are you sure to delete this file?",
|
|
66
|
+
"yes": "Yes",
|
|
67
|
+
"no": "No"
|
|
74
68
|
},
|
|
75
69
|
"results": {
|
|
76
70
|
"authentication": {
|
|
77
|
-
"title": "
|
|
78
|
-
"subtitle": "
|
|
79
|
-
"button": "
|
|
71
|
+
"title": "You Need To Sign In",
|
|
72
|
+
"subtitle": "You need to login to access this page. Please login by clicking the button below.",
|
|
73
|
+
"button": "LOGIN"
|
|
80
74
|
}
|
|
81
75
|
},
|
|
82
76
|
"currencies": {
|
|
83
|
-
"TRY": "
|
|
77
|
+
"TRY": "Turkish Lira",
|
|
84
78
|
"EUR": "Euro",
|
|
85
|
-
"USD": "
|
|
79
|
+
"USD": "Dollar",
|
|
80
|
+
"GBP": "British Pound",
|
|
81
|
+
"JPY": "Japanese Yen",
|
|
82
|
+
"CHF": "Swiss Franc",
|
|
83
|
+
"CAD": "Canadian Dollar",
|
|
84
|
+
"AUD": "Australian Dollar",
|
|
85
|
+
"NZD": "New Zealand Dollar",
|
|
86
|
+
"RUB": "Russian Ruble",
|
|
87
|
+
"INR": "Indian Rupee",
|
|
88
|
+
"BRL": "Brazilian Real",
|
|
89
|
+
"MXN": "Mexican Peso",
|
|
90
|
+
"ARS": "Argentine Peso",
|
|
91
|
+
"CLP": "Chilean Peso",
|
|
92
|
+
"COP": "Colombian Peso",
|
|
93
|
+
"PEN": "Peruvian Sol",
|
|
94
|
+
"ZAR": "South African Rand"
|
|
86
95
|
},
|
|
87
96
|
"countries": {
|
|
88
|
-
"af": "
|
|
89
|
-
"al": "
|
|
90
|
-
"dz": "
|
|
97
|
+
"af": "Afghanistan",
|
|
98
|
+
"al": "Albania",
|
|
99
|
+
"dz": "Algeria",
|
|
91
100
|
"ad": "Andorra",
|
|
92
101
|
"ao": "Angola",
|
|
93
|
-
"ag": "Antigua
|
|
94
|
-
"ar": "
|
|
95
|
-
"am": "
|
|
96
|
-
"au": "
|
|
97
|
-
"at": "
|
|
98
|
-
"az": "
|
|
99
|
-
"bs": "
|
|
100
|
-
"bh": "
|
|
101
|
-
"bd": "
|
|
102
|
+
"ag": "Antigua and Barbuda",
|
|
103
|
+
"ar": "Argentina",
|
|
104
|
+
"am": "Armenia",
|
|
105
|
+
"au": "Australia",
|
|
106
|
+
"at": "Austria",
|
|
107
|
+
"az": "Azerbaijan",
|
|
108
|
+
"bs": "Bahamas",
|
|
109
|
+
"bh": "Bahrain",
|
|
110
|
+
"bd": "Bangladesh",
|
|
102
111
|
"bb": "Barbados",
|
|
103
|
-
"by": "
|
|
104
|
-
"be": "
|
|
112
|
+
"by": "Belarus",
|
|
113
|
+
"be": "Belgium",
|
|
105
114
|
"bz": "Belize",
|
|
106
115
|
"bj": "Benin",
|
|
107
116
|
"bt": "Bhutan",
|
|
108
|
-
"bo": "
|
|
109
|
-
"ba": "
|
|
110
|
-
"bw": "
|
|
111
|
-
"br": "
|
|
112
|
-
"bn": "Brunei",
|
|
113
|
-
"bg": "
|
|
117
|
+
"bo": "Bolivia",
|
|
118
|
+
"ba": "Bosnia and Herzegovina",
|
|
119
|
+
"bw": "Botswana",
|
|
120
|
+
"br": "Brazil",
|
|
121
|
+
"bn": "Brunei Darussalam",
|
|
122
|
+
"bg": "Bulgaria",
|
|
114
123
|
"bf": "Burkina Faso",
|
|
115
124
|
"bi": "Burundi",
|
|
116
|
-
"cv": "
|
|
117
|
-
"kh": "
|
|
118
|
-
"cm": "
|
|
119
|
-
"ca": "
|
|
120
|
-
"cf": "
|
|
121
|
-
"td": "
|
|
122
|
-
"cl": "
|
|
123
|
-
"cn": "
|
|
124
|
-
"co": "
|
|
125
|
-
"km": "
|
|
126
|
-
"cg": "
|
|
127
|
-
"cd": "
|
|
128
|
-
"cr": "
|
|
129
|
-
"ci": "
|
|
130
|
-
"hr": "
|
|
131
|
-
"cu": "
|
|
132
|
-
"cw": "
|
|
133
|
-
"cy": "
|
|
134
|
-
"cz": "
|
|
135
|
-
"dk": "
|
|
136
|
-
"dj": "
|
|
137
|
-
"dm": "
|
|
138
|
-
"do": "
|
|
139
|
-
"ec": "
|
|
140
|
-
"eg": "
|
|
125
|
+
"cv": "Cabo Verde",
|
|
126
|
+
"kh": "Cambodia",
|
|
127
|
+
"cm": "Cameroon",
|
|
128
|
+
"ca": "Canada",
|
|
129
|
+
"cf": "Central African Republic",
|
|
130
|
+
"td": "Chad",
|
|
131
|
+
"cl": "Chile",
|
|
132
|
+
"cn": "China",
|
|
133
|
+
"co": "Colombia",
|
|
134
|
+
"km": "Comoros",
|
|
135
|
+
"cg": "Congo",
|
|
136
|
+
"cd": "Congo, Democratic",
|
|
137
|
+
"cr": "Costa Rica",
|
|
138
|
+
"ci": "Côte d'Ivoire",
|
|
139
|
+
"hr": "Croatia",
|
|
140
|
+
"cu": "Cuba",
|
|
141
|
+
"cw": "Curacao",
|
|
142
|
+
"cy": "Cyprus",
|
|
143
|
+
"cz": "Czechia",
|
|
144
|
+
"dk": "Denmark",
|
|
145
|
+
"dj": "Djibouti",
|
|
146
|
+
"dm": "Dominica",
|
|
147
|
+
"do": "Dominican Republic",
|
|
148
|
+
"ec": "Ecuador",
|
|
149
|
+
"eg": "Egypt",
|
|
141
150
|
"sv": "El Salvador",
|
|
142
|
-
"gq": "
|
|
143
|
-
"er": "
|
|
144
|
-
"ee": "
|
|
145
|
-
"sz": "
|
|
146
|
-
"et": "
|
|
151
|
+
"gq": "Equatorial Guinea",
|
|
152
|
+
"er": "Eritrea",
|
|
153
|
+
"ee": "Estonia",
|
|
154
|
+
"sz": "Eswatini",
|
|
155
|
+
"et": "Ethiopia",
|
|
147
156
|
"fj": "Fiji",
|
|
148
|
-
"fi": "
|
|
149
|
-
"fr": "
|
|
157
|
+
"fi": "Finland",
|
|
158
|
+
"fr": "France",
|
|
150
159
|
"ga": "Gabon",
|
|
151
160
|
"gm": "Gambia",
|
|
152
|
-
"ge": "
|
|
153
|
-
"de": "
|
|
154
|
-
"gh": "
|
|
155
|
-
"gr": "
|
|
161
|
+
"ge": "Georgia",
|
|
162
|
+
"de": "Germany",
|
|
163
|
+
"gh": "Ghana",
|
|
164
|
+
"gr": "Greece",
|
|
156
165
|
"gd": "Grenada",
|
|
157
166
|
"gt": "Guatemala",
|
|
158
|
-
"gn": "
|
|
167
|
+
"gn": "Guinea",
|
|
159
168
|
"gw": "Guinea-Bissau",
|
|
160
169
|
"gy": "Guyana",
|
|
161
170
|
"ht": "Haiti",
|
|
162
171
|
"hn": "Honduras",
|
|
163
|
-
"hu": "
|
|
164
|
-
"is": "
|
|
165
|
-
"in": "
|
|
166
|
-
"id": "
|
|
167
|
-
"ir": "
|
|
168
|
-
"iq": "
|
|
172
|
+
"hu": "Hungary",
|
|
173
|
+
"is": "Iceland",
|
|
174
|
+
"in": "India",
|
|
175
|
+
"id": "Indonesia",
|
|
176
|
+
"ir": "Iran",
|
|
177
|
+
"iq": "Iraq",
|
|
169
178
|
"ie": "Ireland",
|
|
170
|
-
"il": "
|
|
171
|
-
"it": "
|
|
172
|
-
"jm": "
|
|
173
|
-
"jp": "
|
|
174
|
-
"jo": "
|
|
175
|
-
"kz": "
|
|
179
|
+
"il": "Israel",
|
|
180
|
+
"it": "Italy",
|
|
181
|
+
"jm": "Jamaica",
|
|
182
|
+
"jp": "Japan",
|
|
183
|
+
"jo": "Jordan",
|
|
184
|
+
"kz": "Kazakhstan",
|
|
176
185
|
"ke": "Kenya",
|
|
177
186
|
"ki": "Kiribati",
|
|
178
|
-
"kp": "
|
|
179
|
-
"kr": "
|
|
180
|
-
"kw": "
|
|
181
|
-
"kg": "
|
|
182
|
-
"la": "
|
|
183
|
-
"lv": "
|
|
184
|
-
"lb": "
|
|
187
|
+
"kp": "North Korea",
|
|
188
|
+
"kr": "South Korea",
|
|
189
|
+
"kw": "Kuwait",
|
|
190
|
+
"kg": "Kyrgyzstan",
|
|
191
|
+
"la": "Lao People's",
|
|
192
|
+
"lv": "Latvia",
|
|
193
|
+
"lb": "Lebanon",
|
|
185
194
|
"ls": "Lesotho",
|
|
186
|
-
"lr": "
|
|
195
|
+
"lr": "Liberia",
|
|
187
196
|
"ly": "Libya",
|
|
188
|
-
"li": "
|
|
189
|
-
"lt": "
|
|
190
|
-
"lu": "
|
|
191
|
-
"mg": "
|
|
192
|
-
"mw": "
|
|
193
|
-
"my": "
|
|
194
|
-
"mv": "
|
|
197
|
+
"li": "Liechtenstein",
|
|
198
|
+
"lt": "Lithuania",
|
|
199
|
+
"lu": "Luxembourg",
|
|
200
|
+
"mg": "Madagascar",
|
|
201
|
+
"mw": "Malawi",
|
|
202
|
+
"my": "Malaysia",
|
|
203
|
+
"mv": "Maldives",
|
|
195
204
|
"ml": "Mali",
|
|
196
205
|
"mt": "Malta",
|
|
197
|
-
"mh": "Marshall
|
|
198
|
-
"mr": "
|
|
206
|
+
"mh": "Marshall Islands",
|
|
207
|
+
"mr": "Mauritania",
|
|
199
208
|
"mu": "Mauritius",
|
|
200
|
-
"mx": "
|
|
201
|
-
"fm": "
|
|
202
|
-
"md": "Moldova",
|
|
203
|
-
"mc": "
|
|
204
|
-
"mn": "
|
|
205
|
-
"me": "
|
|
206
|
-
"ma": "
|
|
207
|
-
"mz": "
|
|
209
|
+
"mx": "Mexico",
|
|
210
|
+
"fm": "Micronesia",
|
|
211
|
+
"md": "Moldova, Republic of",
|
|
212
|
+
"mc": "Monaco",
|
|
213
|
+
"mn": "Mongolia",
|
|
214
|
+
"me": "Montenegro",
|
|
215
|
+
"ma": "Morocco",
|
|
216
|
+
"mz": "Mozambique",
|
|
208
217
|
"mm": "Myanmar",
|
|
209
|
-
"na": "
|
|
218
|
+
"na": "Namibia",
|
|
210
219
|
"nr": "Nauru",
|
|
211
220
|
"np": "Nepal",
|
|
212
|
-
"nl": "
|
|
213
|
-
"nz": "
|
|
214
|
-
"ni": "
|
|
215
|
-
"ne": "
|
|
216
|
-
"ng": "
|
|
217
|
-
"mk": "
|
|
218
|
-
"no": "
|
|
219
|
-
"om": "
|
|
221
|
+
"nl": "Netherlands",
|
|
222
|
+
"nz": "New Zealand",
|
|
223
|
+
"ni": "Nicaragua",
|
|
224
|
+
"ne": "Niger",
|
|
225
|
+
"ng": "Nigeria",
|
|
226
|
+
"mk": "North Macedonia",
|
|
227
|
+
"no": "Norway",
|
|
228
|
+
"om": "Oman",
|
|
220
229
|
"pk": "Pakistan",
|
|
221
230
|
"pw": "Palau",
|
|
222
231
|
"pa": "Panama",
|
|
223
|
-
"pg": "Papua
|
|
232
|
+
"pg": "Papua New Guinea",
|
|
224
233
|
"py": "Paraguay",
|
|
225
234
|
"pe": "Peru",
|
|
226
|
-
"ph": "
|
|
227
|
-
"pl": "
|
|
228
|
-
"pt": "
|
|
229
|
-
"qa": "
|
|
230
|
-
"ro": "
|
|
231
|
-
"ru": "
|
|
232
|
-
"rw": "
|
|
233
|
-
"kn": "Saint Kitts
|
|
235
|
+
"ph": "Philippines",
|
|
236
|
+
"pl": "Poland",
|
|
237
|
+
"pt": "Portugal",
|
|
238
|
+
"qa": "Qatar",
|
|
239
|
+
"ro": "Romania",
|
|
240
|
+
"ru": "Russian Federation",
|
|
241
|
+
"rw": "Rwanda",
|
|
242
|
+
"kn": "Saint Kitts and Nevis",
|
|
234
243
|
"lc": "Saint Lucia",
|
|
235
244
|
"vc": "Saint Vincent",
|
|
236
245
|
"ws": "Samoa",
|
|
237
246
|
"sm": "San Marino",
|
|
238
247
|
"st": "Sao Tome and Principe",
|
|
239
|
-
"sa": "
|
|
248
|
+
"sa": "Saudi Arabia",
|
|
240
249
|
"sn": "Senegal",
|
|
241
|
-
"rs": "
|
|
242
|
-
"sc": "
|
|
250
|
+
"rs": "Serbia",
|
|
251
|
+
"sc": "Seychelles",
|
|
243
252
|
"sl": "Sierra Leone",
|
|
244
|
-
"sg": "
|
|
245
|
-
"sk": "
|
|
246
|
-
"si": "
|
|
247
|
-
"sb": "Solomon
|
|
248
|
-
"so": "
|
|
249
|
-
"za": "
|
|
250
|
-
"ss": "
|
|
251
|
-
"es": "
|
|
253
|
+
"sg": "Singapore",
|
|
254
|
+
"sk": "Slovakia",
|
|
255
|
+
"si": "Slovenia",
|
|
256
|
+
"sb": "Solomon Islands",
|
|
257
|
+
"so": "Somalia",
|
|
258
|
+
"za": "South Africa",
|
|
259
|
+
"ss": "South Sudan",
|
|
260
|
+
"es": "Spain",
|
|
252
261
|
"lk": "Sri Lanka",
|
|
253
262
|
"sd": "Sudan",
|
|
254
|
-
"sr": "
|
|
255
|
-
"se": "
|
|
256
|
-
"ch": "
|
|
257
|
-
"sy": "
|
|
258
|
-
"tj": "
|
|
259
|
-
"tw": "
|
|
260
|
-
"tz": "
|
|
261
|
-
"th": "
|
|
262
|
-
"tl": "
|
|
263
|
+
"sr": "Suriname",
|
|
264
|
+
"se": "Sweden",
|
|
265
|
+
"ch": "Switzerland",
|
|
266
|
+
"sy": "Syrian Arab Republic",
|
|
267
|
+
"tj": "Tajikistan",
|
|
268
|
+
"tw": "Taiwan",
|
|
269
|
+
"tz": "Tanzania",
|
|
270
|
+
"th": "Thailand",
|
|
271
|
+
"tl": "Timor-Leste",
|
|
263
272
|
"tg": "Togo",
|
|
264
273
|
"to": "Tonga",
|
|
265
|
-
"tt": "Trinidad
|
|
266
|
-
"tn": "
|
|
267
|
-
"tr": "
|
|
268
|
-
"tm": "
|
|
274
|
+
"tt": "Trinidad and Tobago",
|
|
275
|
+
"tn": "Tunisia",
|
|
276
|
+
"tr": "Turkey",
|
|
277
|
+
"tm": "Turkmenistan",
|
|
269
278
|
"tv": "Tuvalu",
|
|
270
279
|
"ug": "Uganda",
|
|
271
|
-
"ua": "
|
|
272
|
-
"ae": "
|
|
273
|
-
"gb": "
|
|
274
|
-
"us": "
|
|
280
|
+
"ua": "Ukraine",
|
|
281
|
+
"ae": "United Arab Emirates",
|
|
282
|
+
"gb": "United Kingdom",
|
|
283
|
+
"us": "United States of America",
|
|
275
284
|
"uy": "Uruguay",
|
|
276
|
-
"uz": "
|
|
285
|
+
"uz": "Uzbekistan",
|
|
277
286
|
"vu": "Vanuatu",
|
|
278
287
|
"ve": "Venezuela",
|
|
279
|
-
"vn": "
|
|
288
|
+
"vn": "Viet Nam",
|
|
280
289
|
"ye": "Yemen",
|
|
281
|
-
"zm": "
|
|
282
|
-
"zw": "
|
|
290
|
+
"zm": "Zambia",
|
|
291
|
+
"zw": "Zimbabwe"
|
|
283
292
|
},
|
|
284
293
|
"calendar": {
|
|
285
294
|
"weekdaysLong":[
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
295
|
+
"Sunday",
|
|
296
|
+
"Monday",
|
|
297
|
+
"Tuesday",
|
|
298
|
+
"Wednesday",
|
|
299
|
+
"Thursday",
|
|
300
|
+
"Friday",
|
|
301
|
+
"Saturday"
|
|
293
302
|
],
|
|
294
303
|
"weekdaysShort":[
|
|
295
|
-
"
|
|
304
|
+
"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
|
|
296
305
|
],
|
|
297
306
|
"months":[
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
307
|
+
"January",
|
|
308
|
+
"February",
|
|
309
|
+
"March",
|
|
310
|
+
"April",
|
|
311
|
+
"May",
|
|
312
|
+
"June",
|
|
313
|
+
"July",
|
|
314
|
+
"August",
|
|
315
|
+
"September",
|
|
316
|
+
"October",
|
|
317
|
+
"November",
|
|
318
|
+
"December"
|
|
310
319
|
],
|
|
311
|
-
"firstDay":
|
|
312
|
-
"format": "DD/
|
|
320
|
+
"firstDay": 0,
|
|
321
|
+
"format": "MM/DD/YYYY"
|
|
313
322
|
}
|
|
314
|
-
}
|
|
323
|
+
}
|