@wise/dynamic-flow-client-internal 4.26.0 → 4.27.0-experimental-f13a826
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/hu.json +1 -1
- package/build/i18n/nl.json +1 -1
- package/build/main.js +489 -477
- package/build/main.mjs +459 -447
- package/build/types/index.d.ts +1 -1
- package/package.json +17 -17
- package/build/types/dynamicFlow/renderers.d.ts +0 -7
package/build/i18n/hu.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Vágólapra másolva",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Nem sikerült a vágólapra másolni",
|
|
21
21
|
"df.wise.Decision.all": "Összes",
|
|
22
|
-
"df.wise.Decision.currenciesWithAccountDetails": "
|
|
22
|
+
"df.wise.Decision.currenciesWithAccountDetails": "Pénznemek számlaadatokkal",
|
|
23
23
|
"df.wise.Decision.filterPlaceholder": "Kezdj el gépelni a kereséshez",
|
|
24
24
|
"df.wise.Decision.noResults": "Nincs találat",
|
|
25
25
|
"df.wise.Decision.popular": "Népszerű",
|
package/build/i18n/nl.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"df.wise.Decision.all": "Alles",
|
|
22
22
|
"df.wise.Decision.currenciesWithAccountDetails": "Valuta met rekeninggegevens",
|
|
23
23
|
"df.wise.Decision.filterPlaceholder": "Begin met typen om te zoeken",
|
|
24
|
-
"df.wise.Decision.noResults": "
|
|
24
|
+
"df.wise.Decision.noResults": "Geen resultaten",
|
|
25
25
|
"df.wise.Decision.popular": "Populair",
|
|
26
26
|
"df.wise.Decision.recent": "Recent",
|
|
27
27
|
"df.wise.Decision.results": "Zoekresultaten",
|