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