@wise/dynamic-flow-client 2.3.2 → 2.5.0
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/build/i18n/tr.json +2 -2
- package/build/main.js +254 -149
- package/build/main.min.js +1 -1
- package/build/types/common/constants/FormControlType.d.ts +2 -0
- package/build/types/formControl/FormControl.d.ts +6 -6
- package/build/types/formControl/utils/getAutocompleteString.d.ts +2 -0
- package/build/types/formControl/utils/index.d.ts +1 -0
- package/build/types/jsonSchemaForm/schemaFormControl/SchemaFormControl.d.ts +2 -1
- package/build/types/revamp/wise/renderers/utils/layout-utils.d.ts +1 -1
- package/package.json +23 -23
package/build/i18n/tr.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dynamicFlows.ArraySchema.addItem": "Kaydet",
|
|
3
|
-
"dynamicFlows.ArraySchema.addItemTitle": "
|
|
3
|
+
"dynamicFlows.ArraySchema.addItemTitle": "Öğe ekle",
|
|
4
4
|
"dynamicFlows.ArraySchema.editItem": "Kaydet",
|
|
5
5
|
"dynamicFlows.ArraySchema.maxItemsError": "Lütfen {maxItems} veya daha az ekleme yapın",
|
|
6
6
|
"dynamicFlows.ArraySchema.minItemsError": "Lütfen en az {minItems} ekleme yapın.",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dynamicFlows.CameraCapture.reviewInstructions": "Fotoğrafınız net, okunaklı ve eksiksiz mi?",
|
|
14
14
|
"dynamicFlows.CameraCapture.reviewRetry": "Hayır, tekrar dene",
|
|
15
15
|
"dynamicFlows.CameraCapture.reviewSubmit": "Evet, gönder",
|
|
16
|
-
"dynamicFlows.CameraCapture.rotatePhone.text": "
|
|
16
|
+
"dynamicFlows.CameraCapture.rotatePhone.text": "Fotoğraf çekmek için telefonunuzu dik pozisyonda tutun",
|
|
17
17
|
"dynamicFlows.ControlFeedback.maxLength": "Lütfen {maxLength} veya daha az karakter girin.",
|
|
18
18
|
"dynamicFlows.ControlFeedback.maximum": "Lütfen {maximum} veya daha düşük bir sayı girin.",
|
|
19
19
|
"dynamicFlows.ControlFeedback.maximumDate": "Lütfen {maximum} veya daha erken bir tarih girin.",
|