@inntechcorp/it-design 2.1.79 → 2.1.81
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/image/index.d.ts +1 -0
- package/dist/index.cjs.js +138 -138
- package/dist/index.d.ts +5 -1
- package/dist/index.esm.js +138 -138
- package/dist/locales/en/itd.json +1 -0
- package/dist/locales/itd.json +1 -0
- package/dist/locales/tr/itd.json +1 -0
- package/package.json +1 -1
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
|
@@ -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": {
|
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": {
|