@transferwise/components 0.0.0-experimental-17d9e6b → 0.0.0-experimental-d85b719
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/dateInput/DateInput.js +1 -1
- package/build/dateInput/DateInput.js.map +1 -1
- package/build/dateInput/DateInput.mjs +1 -1
- package/build/dateInput/DateInput.mjs.map +1 -1
- package/build/i18n/cs.json +2 -0
- package/build/i18n/cs.json.js +2 -0
- package/build/i18n/cs.json.js.map +1 -1
- package/build/i18n/cs.json.mjs +2 -0
- package/build/i18n/cs.json.mjs.map +1 -1
- package/build/i18n/de.json +2 -0
- package/build/i18n/de.json.js +2 -0
- package/build/i18n/de.json.js.map +1 -1
- package/build/i18n/de.json.mjs +2 -0
- package/build/i18n/de.json.mjs.map +1 -1
- package/build/i18n/es.json +2 -0
- package/build/i18n/es.json.js +2 -0
- package/build/i18n/es.json.js.map +1 -1
- package/build/i18n/es.json.mjs +2 -0
- package/build/i18n/es.json.mjs.map +1 -1
- package/build/i18n/fr.json +2 -0
- package/build/i18n/fr.json.js +2 -0
- package/build/i18n/fr.json.js.map +1 -1
- package/build/i18n/fr.json.mjs +2 -0
- package/build/i18n/fr.json.mjs.map +1 -1
- package/build/i18n/hu.json +2 -0
- package/build/i18n/hu.json.js +2 -0
- package/build/i18n/hu.json.js.map +1 -1
- package/build/i18n/hu.json.mjs +2 -0
- package/build/i18n/hu.json.mjs.map +1 -1
- package/build/i18n/id.json +2 -0
- package/build/i18n/id.json.js +2 -0
- package/build/i18n/id.json.js.map +1 -1
- package/build/i18n/id.json.mjs +2 -0
- package/build/i18n/id.json.mjs.map +1 -1
- package/build/i18n/it.json +2 -0
- package/build/i18n/it.json.js +2 -0
- package/build/i18n/it.json.js.map +1 -1
- package/build/i18n/it.json.mjs +2 -0
- package/build/i18n/it.json.mjs.map +1 -1
- package/build/i18n/ja.json +2 -0
- package/build/i18n/ja.json.js +2 -0
- package/build/i18n/ja.json.js.map +1 -1
- package/build/i18n/ja.json.mjs +2 -0
- package/build/i18n/ja.json.mjs.map +1 -1
- package/build/i18n/nl.json +2 -0
- package/build/i18n/pl.json +2 -0
- package/build/i18n/pl.json.js +2 -0
- package/build/i18n/pl.json.js.map +1 -1
- package/build/i18n/pl.json.mjs +2 -0
- package/build/i18n/pl.json.mjs.map +1 -1
- package/build/i18n/pt.json +2 -0
- package/build/i18n/pt.json.js +2 -0
- package/build/i18n/pt.json.js.map +1 -1
- package/build/i18n/pt.json.mjs +2 -0
- package/build/i18n/pt.json.mjs.map +1 -1
- package/build/i18n/ro.json +2 -0
- package/build/i18n/ro.json.js +2 -0
- package/build/i18n/ro.json.js.map +1 -1
- package/build/i18n/ro.json.mjs +2 -0
- package/build/i18n/ro.json.mjs.map +1 -1
- package/build/i18n/ru.json +2 -0
- package/build/i18n/ru.json.js +2 -0
- package/build/i18n/ru.json.js.map +1 -1
- package/build/i18n/ru.json.mjs +2 -0
- package/build/i18n/ru.json.mjs.map +1 -1
- package/build/i18n/th.json +2 -0
- package/build/i18n/th.json.js +2 -0
- package/build/i18n/th.json.js.map +1 -1
- package/build/i18n/th.json.mjs +2 -0
- package/build/i18n/th.json.mjs.map +1 -1
- package/build/i18n/tr.json +2 -0
- package/build/i18n/tr.json.js +2 -0
- package/build/i18n/tr.json.js.map +1 -1
- package/build/i18n/tr.json.mjs +2 -0
- package/build/i18n/tr.json.mjs.map +1 -1
- package/build/i18n/zh-CN.json +2 -0
- package/build/i18n/zh-CN.json.js +2 -0
- package/build/i18n/zh-CN.json.js.map +1 -1
- package/build/i18n/zh-CN.json.mjs +2 -0
- package/build/i18n/zh-CN.json.mjs.map +1 -1
- package/build/i18n/zh-HK.json +2 -0
- package/build/i18n/zh-HK.json.js +2 -0
- package/build/i18n/zh-HK.json.js.map +1 -1
- package/build/i18n/zh-HK.json.mjs +2 -0
- package/build/i18n/zh-HK.json.mjs.map +1 -1
- package/build/main.css +11 -1
- package/build/styles/dateInput/DateInput.css +11 -1
- package/build/styles/main.css +11 -1
- package/package.json +1 -1
- package/src/dateInput/DateInput.css +11 -1
- package/src/dateInput/DateInput.less +18 -3
- package/src/dateInput/DateInput.tests.story.tsx +14 -2
- package/src/dateInput/DateInput.tsx +1 -1
- package/src/i18n/cs.json +2 -0
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/hu.json +2 -0
- package/src/i18n/id.json +2 -0
- package/src/i18n/it.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/ro.json +2 -0
- package/src/i18n/ru.json +2 -0
- package/src/i18n/th.json +2 -0
- package/src/i18n/tr.json +2 -0
- package/src/i18n/zh-CN.json +2 -0
- package/src/i18n/zh-HK.json +2 -0
- package/src/main.css +11 -1
package/build/i18n/ja.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var ja = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話番号",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "検索する... ",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
|
|
31
|
+
"neptune.SelectOption.action.label": "選択してください",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "選択したオプションを変更する",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "エラー:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "情報:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "保留中:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/nl.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefoonnummer",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Zoeken...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Geen resultaten gevonden",
|
|
31
|
+
"neptune.SelectOption.action.label": "Kiezen",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Gekozen optie wijzigen",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Fout:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informatie:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "In behandeling:",
|
package/build/i18n/pl.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numer telefonu",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
31
|
+
"neptune.SelectOption.action.label": "Wybierz",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Błąd:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informacje:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "W toku:",
|
package/build/i18n/pl.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var pl = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numer telefonu",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
35
|
+
"neptune.SelectOption.action.label": "Wybierz",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "Błąd:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "Informacje:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "W toku:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/pl.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var pl = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numer telefonu",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
31
|
+
"neptune.SelectOption.action.label": "Wybierz",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Błąd:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informacje:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "W toku:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/pt.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Número de telefone",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nenhum resultado encontrado",
|
|
31
|
+
"neptune.SelectOption.action.label": "Selecionar",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Altere a opção escolhida",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Erro:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informação:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Pendente:",
|
package/build/i18n/pt.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var pt = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Número de telefone",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "Nenhum resultado encontrado",
|
|
35
|
+
"neptune.SelectOption.action.label": "Selecionar",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "Altere a opção escolhida",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "Erro:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "Informação:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "Pendente:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/pt.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var pt = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Número de telefone",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nenhum resultado encontrado",
|
|
31
|
+
"neptune.SelectOption.action.label": "Selecionar",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Altere a opção escolhida",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Erro:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informação:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Pendente:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ro.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Număr de telefon",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
31
|
+
"neptune.SelectOption.action.label": "Alege",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Eroare:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informații:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "În așteptare:",
|
package/build/i18n/ro.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var ro = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Număr de telefon",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
35
|
+
"neptune.SelectOption.action.label": "Alege",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "Eroare:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "Informații:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "În așteptare:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ro.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ro.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var ro = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Număr de telefon",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
31
|
+
"neptune.SelectOption.action.label": "Alege",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Eroare:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informații:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "În așteptare:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ro.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ru.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Номер телефона",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
31
|
+
"neptune.SelectOption.action.label": "Выбрать",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Ошибка:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Информация:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "В ожидании:",
|
package/build/i18n/ru.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var ru = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Номер телефона",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
35
|
+
"neptune.SelectOption.action.label": "Выбрать",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "Ошибка:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "Информация:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "В ожидании:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ru.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var ru = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Номер телефона",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
31
|
+
"neptune.SelectOption.action.label": "Выбрать",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Ошибка:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Информация:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "В ожидании:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/th.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "หมายเลขโทรศัพท์",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
31
|
+
"neptune.SelectOption.action.label": "เลือก",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "ข้อผิดพลาด:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "ข้อมูล:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "รอดำเนินการ:",
|
package/build/i18n/th.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var th = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "หมายเลขโทรศัพท์",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
35
|
+
"neptune.SelectOption.action.label": "เลือก",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "ข้อผิดพลาด:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "ข้อมูล:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "รอดำเนินการ:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/th.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var th = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "หมายเลขโทรศัพท์",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
31
|
+
"neptune.SelectOption.action.label": "เลือก",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "ข้อผิดพลาด:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "ข้อมูล:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "รอดำเนินการ:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/tr.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefon numarası",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
31
|
+
"neptune.SelectOption.action.label": "Seç",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Hata:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Bilgi:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Bekliyor:",
|
package/build/i18n/tr.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var tr = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefon numarası",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
35
|
+
"neptune.SelectOption.action.label": "Seç",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "Hata:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "Bilgi:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "Bekliyor:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/tr.json.mjs
CHANGED
|
@@ -28,6 +28,8 @@ var tr = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefon numarası",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
31
|
+
"neptune.SelectOption.action.label": "Seç",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Hata:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Bilgi:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Bekliyor:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/zh-CN.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "电话号码",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜索",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到结果",
|
|
31
|
+
"neptune.SelectOption.action.label": "选择",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改所选选项",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "错误:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "信息:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "待处理:",
|
package/build/i18n/zh-CN.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var zhCN = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "电话号码",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "搜索",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "找不到结果",
|
|
35
|
+
"neptune.SelectOption.action.label": "选择",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "更改所选选项",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "错误:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "信息:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "待处理:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-CN.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -28,6 +28,8 @@ var zhCN = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "电话号码",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜索",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到结果",
|
|
31
|
+
"neptune.SelectOption.action.label": "选择",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改所选选项",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "错误:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "信息:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "待处理:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-CN.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/zh-HK.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話號碼",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到任何結果",
|
|
31
|
+
"neptune.SelectOption.action.label": "選擇",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改已選選項",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "錯誤:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "資訊:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "處理中:",
|
package/build/i18n/zh-HK.json.js
CHANGED
|
@@ -32,6 +32,8 @@ var zhHK = {
|
|
|
32
32
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話號碼",
|
|
33
33
|
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
34
34
|
"neptune.SelectInput.noResultsFound": "找不到任何結果",
|
|
35
|
+
"neptune.SelectOption.action.label": "選擇",
|
|
36
|
+
"neptune.SelectOption.selected.action.label": "更改已選選項",
|
|
35
37
|
"neptune.StatusIcon.iconLabel.error": "錯誤:",
|
|
36
38
|
"neptune.StatusIcon.iconLabel.information": "資訊:",
|
|
37
39
|
"neptune.StatusIcon.iconLabel.pending": "處理中:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-HK.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-HK.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -28,6 +28,8 @@ var zhHK = {
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話號碼",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到任何結果",
|
|
31
|
+
"neptune.SelectOption.action.label": "選擇",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改已選選項",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "錯誤:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "資訊:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "處理中:",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-HK.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-HK.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/main.css
CHANGED
|
@@ -1866,10 +1866,20 @@ button.np-option {
|
|
|
1866
1866
|
border-color: rgba(0,0,0,0.10196);
|
|
1867
1867
|
border-color: var(--color-border-neutral);
|
|
1868
1868
|
}
|
|
1869
|
-
.
|
|
1869
|
+
.tw-date label {
|
|
1870
1870
|
width: 100%;
|
|
1871
|
+
}
|
|
1872
|
+
.tw-date .tw-date--year label {
|
|
1873
|
+
margin-bottom: 0;
|
|
1874
|
+
}
|
|
1875
|
+
.tw-date [class*="col-sm"] {
|
|
1871
1876
|
margin-bottom: 0;
|
|
1872
1877
|
}
|
|
1878
|
+
@media (min-width: 576px) {
|
|
1879
|
+
.np-theme-personal .tw-date label {
|
|
1880
|
+
margin-bottom: 0;
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1873
1883
|
.tw-date-lookup-menu {
|
|
1874
1884
|
width: 400px;
|
|
1875
1885
|
}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
.
|
|
1
|
+
.tw-date label {
|
|
2
2
|
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.tw-date .tw-date--year label {
|
|
5
|
+
margin-bottom: 0;
|
|
6
|
+
}
|
|
7
|
+
.tw-date [class*="col-sm"] {
|
|
3
8
|
margin-bottom: 0;
|
|
4
9
|
}
|
|
10
|
+
@media (min-width: 576px) {
|
|
11
|
+
.np-theme-personal .tw-date label {
|
|
12
|
+
margin-bottom: 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
package/build/styles/main.css
CHANGED
|
@@ -1866,10 +1866,20 @@ button.np-option {
|
|
|
1866
1866
|
border-color: rgba(0,0,0,0.10196);
|
|
1867
1867
|
border-color: var(--color-border-neutral);
|
|
1868
1868
|
}
|
|
1869
|
-
.
|
|
1869
|
+
.tw-date label {
|
|
1870
1870
|
width: 100%;
|
|
1871
|
+
}
|
|
1872
|
+
.tw-date .tw-date--year label {
|
|
1873
|
+
margin-bottom: 0;
|
|
1874
|
+
}
|
|
1875
|
+
.tw-date [class*="col-sm"] {
|
|
1871
1876
|
margin-bottom: 0;
|
|
1872
1877
|
}
|
|
1878
|
+
@media (min-width: 576px) {
|
|
1879
|
+
.np-theme-personal .tw-date label {
|
|
1880
|
+
margin-bottom: 0;
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1873
1883
|
.tw-date-lookup-menu {
|
|
1874
1884
|
width: 400px;
|
|
1875
1885
|
}
|
package/package.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
.
|
|
1
|
+
.tw-date label {
|
|
2
2
|
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.tw-date .tw-date--year label {
|
|
5
|
+
margin-bottom: 0;
|
|
6
|
+
}
|
|
7
|
+
.tw-date [class*="col-sm"] {
|
|
3
8
|
margin-bottom: 0;
|
|
4
9
|
}
|
|
10
|
+
@media (min-width: 576px) {
|
|
11
|
+
.np-theme-personal .tw-date label {
|
|
12
|
+
margin-bottom: 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
1
|
+
.tw-date {
|
|
2
|
+
label {
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
.tw-date--year {
|
|
3
6
|
label {
|
|
4
|
-
width: 100%;
|
|
5
7
|
margin-bottom: 0;
|
|
6
8
|
}
|
|
7
9
|
}
|
|
10
|
+
[class*="col-sm"] {
|
|
11
|
+
margin-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@media (--screen-sm) {
|
|
16
|
+
.np-theme-personal {
|
|
17
|
+
.tw-date {
|
|
18
|
+
label {
|
|
19
|
+
margin-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
8
23
|
}
|
|
@@ -50,9 +50,21 @@ export const WithLabel: Story = {
|
|
|
50
50
|
export const InputError: Story = {
|
|
51
51
|
...Basic,
|
|
52
52
|
render: (args) => (
|
|
53
|
-
|
|
53
|
+
<>
|
|
54
|
+
pure date input:
|
|
54
55
|
<DateInput {...args} value={new Date('2010-04-05')} />
|
|
55
|
-
|
|
56
|
+
<div className="p-b-3">show padding right below</div>
|
|
57
|
+
date input wrapped in Field:
|
|
58
|
+
<Field>
|
|
59
|
+
<DateInput {...args} value={new Date('2010-04-05')} />
|
|
60
|
+
</Field>
|
|
61
|
+
<div className="p-b-3">show padding right below</div>
|
|
62
|
+
error date input wrapped in Field:
|
|
63
|
+
<Field sentiment="negative" message={lorem10}>
|
|
64
|
+
<DateInput {...args} value={new Date('2010-04-05')} />
|
|
65
|
+
</Field>
|
|
66
|
+
<div className="p-b-3">show padding right below</div>
|
|
67
|
+
</>
|
|
56
68
|
),
|
|
57
69
|
};
|
|
58
70
|
|
|
@@ -279,7 +279,7 @@ const DateInput = ({
|
|
|
279
279
|
|
|
280
280
|
const getYear = () => {
|
|
281
281
|
return (
|
|
282
|
-
<div className="col-sm-4">
|
|
282
|
+
<div className="col-sm-4 tw-date--year">
|
|
283
283
|
<label>
|
|
284
284
|
<Body type={Typography.BODY_DEFAULT}>{yearLabel}</Body>
|
|
285
285
|
<div className={`input-group input-group-${size}`}>
|
package/src/i18n/cs.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefonní číslo",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Hledat...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nebyly nalezeny žádné výsledky",
|
|
31
|
+
"neptune.SelectOption.action.label": "Vybrat",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Změnit zvolenou možnost",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Chyba:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informace:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Vyřizuje se:",
|
package/src/i18n/de.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefonnummer",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
|
|
31
|
+
"neptune.SelectOption.action.label": "Auswählen",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Ausgewählte Option ändern",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Fehler:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Auskünfte:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Ausstehend:",
|
package/src/i18n/es.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Número de teléfono",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "No se han encontrado resultados",
|
|
31
|
+
"neptune.SelectOption.action.label": "Elegir",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Cambiar opción elegida",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Error:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Información:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Pendiente:",
|
package/src/i18n/fr.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numéro de téléphone",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Aucun résultat trouvé",
|
|
31
|
+
"neptune.SelectOption.action.label": "Sélectionner",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Modifier l'option choisie",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Erreur :",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informations :",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "En attente :",
|
package/src/i18n/hu.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefonszám",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nincs találat",
|
|
31
|
+
"neptune.SelectOption.action.label": "Kiválasztás",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Kiválasztott opció módosítása",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Hiba:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Információ:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Függőben:",
|
package/src/i18n/id.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Nomor telepon",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Cari...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Hasil tidak ditemukan",
|
|
31
|
+
"neptune.SelectOption.action.label": "Pilih",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Ubah opsi yang dipilih",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Kesalahan:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informasi:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Tertunda:",
|
package/src/i18n/it.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numero di telefono",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nessun risultato trovato",
|
|
31
|
+
"neptune.SelectOption.action.label": "Scegli",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Modifica l'opzione scelta",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Errore:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informazioni:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "In attesa:",
|
package/src/i18n/ja.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話番号",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "検索する... ",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
|
|
31
|
+
"neptune.SelectOption.action.label": "選択してください",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "選択したオプションを変更する",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "エラー:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "情報:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "保留中:",
|
package/src/i18n/nl.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefoonnummer",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Zoeken...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Geen resultaten gevonden",
|
|
31
|
+
"neptune.SelectOption.action.label": "Kiezen",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Gekozen optie wijzigen",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Fout:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informatie:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "In behandeling:",
|
package/src/i18n/pl.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Numer telefonu",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
31
|
+
"neptune.SelectOption.action.label": "Wybierz",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Błąd:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informacje:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "W toku:",
|