@transferwise/components 46.0.5 → 46.0.6
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/cs.json +2 -0
- package/build/i18n/de.json +2 -0
- package/build/i18n/es.json +2 -0
- package/build/i18n/fr.json +2 -0
- package/build/i18n/hu.json +2 -0
- package/build/i18n/id.json +2 -0
- package/build/i18n/it.json +2 -0
- package/build/i18n/ja.json +2 -0
- package/build/i18n/pl.json +2 -0
- package/build/i18n/pt.json +2 -0
- package/build/i18n/ro.json +2 -0
- package/build/i18n/ru.json +2 -0
- package/build/i18n/th.json +2 -0
- package/build/i18n/tr.json +2 -0
- package/build/i18n/uk.json +2 -0
- package/build/i18n/zh-CN.json +2 -0
- package/build/i18n/zh-HK.json +2 -0
- package/build/index.esm.js +34 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +34 -0
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- 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/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/uk.json +2 -0
- package/src/i18n/zh-CN.json +2 -0
- package/src/i18n/zh-HK.json +2 -0
- package/src/tooltip/__snapshots__/Tooltip.spec.tsx.snap +1 -0
package/build/i18n/cs.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Vyčistit",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
6
6
|
"neptune.DateInput.day.label": "Den",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Měsíc",
|
|
8
9
|
"neptune.DateInput.year.label": "Rok",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
9
11
|
"neptune.DateLookup.day": "den",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "měsíc",
|
package/build/i18n/de.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Zurücksetzen",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Schließen",
|
|
6
6
|
"neptune.DateInput.day.label": "Tag",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Monat",
|
|
8
9
|
"neptune.DateInput.year.label": "Jahr",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "Tag",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
|
|
11
13
|
"neptune.DateLookup.month": "Monat",
|
package/build/i18n/es.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Borrar",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Cerrar",
|
|
6
6
|
"neptune.DateInput.day.label": "Día",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Mes",
|
|
8
9
|
"neptune.DateInput.year.label": "Año",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "día",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
|
|
11
13
|
"neptune.DateLookup.month": "mes",
|
package/build/i18n/fr.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Effacer",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Fermer",
|
|
6
6
|
"neptune.DateInput.day.label": "Jour",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "JJ",
|
|
7
8
|
"neptune.DateInput.month.label": "Mois",
|
|
8
9
|
"neptune.DateInput.year.label": "Année",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "jour",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
|
|
11
13
|
"neptune.DateLookup.month": "mois",
|
package/build/i18n/hu.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Törlés",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Bezárás",
|
|
6
6
|
"neptune.DateInput.day.label": "Nap",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "Nap",
|
|
7
8
|
"neptune.DateInput.month.label": "Hónap",
|
|
8
9
|
"neptune.DateInput.year.label": "Év",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "Év",
|
|
9
11
|
"neptune.DateLookup.day": "nap",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
|
|
11
13
|
"neptune.DateLookup.month": "hónap",
|
package/build/i18n/id.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Hapus",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Tutup",
|
|
6
6
|
"neptune.DateInput.day.label": "Hari",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "HH",
|
|
7
8
|
"neptune.DateInput.month.label": "Bulan",
|
|
8
9
|
"neptune.DateInput.year.label": "Tahun",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "TTTT",
|
|
9
11
|
"neptune.DateLookup.day": "hari",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
|
|
11
13
|
"neptune.DateLookup.month": "bulan",
|
package/build/i18n/it.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Elimina",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Chiudi",
|
|
6
6
|
"neptune.DateInput.day.label": "Giorno",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
7
8
|
"neptune.DateInput.month.label": "Mese",
|
|
8
9
|
"neptune.DateInput.year.label": "Anno",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "giorno",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
|
|
11
13
|
"neptune.DateLookup.month": "mese",
|
package/build/i18n/ja.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "消去",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "閉じる",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "年(西暦)",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "20年表示に移動する",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|
package/build/i18n/pl.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Wyczyść",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zamknij",
|
|
6
6
|
"neptune.DateInput.day.label": "Dzień",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Miesiąc",
|
|
8
9
|
"neptune.DateInput.year.label": "Rok",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
9
11
|
"neptune.DateLookup.day": "dzień",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
|
|
11
13
|
"neptune.DateLookup.month": "miesiąc",
|
package/build/i18n/pt.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Remover",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Fechar",
|
|
6
6
|
"neptune.DateInput.day.label": "Dia",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Mês",
|
|
8
9
|
"neptune.DateInput.year.label": "Ano",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "dia",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
|
|
11
13
|
"neptune.DateLookup.month": "mês",
|
package/build/i18n/ro.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Elimină",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Închide",
|
|
6
6
|
"neptune.DateInput.day.label": "Zi",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ZZ",
|
|
7
8
|
"neptune.DateInput.month.label": "Lună",
|
|
8
9
|
"neptune.DateInput.year.label": "An",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "zi",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
|
|
11
13
|
"neptune.DateLookup.month": "lună",
|
package/build/i18n/ru.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Очистить",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Закрыть",
|
|
6
6
|
"neptune.DateInput.day.label": "День",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
7
8
|
"neptune.DateInput.month.label": "Месяц",
|
|
8
9
|
"neptune.DateInput.year.label": "Год",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "ГГГГ",
|
|
9
11
|
"neptune.DateLookup.day": "день",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
|
|
11
13
|
"neptune.DateLookup.month": "месяц",
|
package/build/i18n/th.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "ชัดเจน",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "ปิด",
|
|
6
6
|
"neptune.DateInput.day.label": "วัน",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "เดือน",
|
|
8
9
|
"neptune.DateInput.year.label": "ปี",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "วัน",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "เดือน",
|
package/build/i18n/tr.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Sil",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Kapat",
|
|
6
6
|
"neptune.DateInput.day.label": "Gün",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
7
8
|
"neptune.DateInput.month.label": "Ay",
|
|
8
9
|
"neptune.DateInput.year.label": "Yıl",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "gün",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
|
|
11
13
|
"neptune.DateLookup.month": "ay",
|
package/build/i18n/uk.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Очистити",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Закрити",
|
|
6
6
|
"neptune.DateInput.day.label": "День",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
7
8
|
"neptune.DateInput.month.label": "Місяць",
|
|
8
9
|
"neptune.DateInput.year.label": "Рік",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "РРРР",
|
|
9
11
|
"neptune.DateLookup.day": "дня",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "місяць",
|
package/build/i18n/zh-CN.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "关闭",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "转到 20 年视图",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|
package/build/i18n/zh-HK.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "關閉",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "年",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "切換至20年視圖",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|
package/build/index.esm.js
CHANGED
|
@@ -14646,8 +14646,10 @@ var cs = {
|
|
|
14646
14646
|
"neptune.ClearButton.ariaLabel": "Vyčistit",
|
|
14647
14647
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
14648
14648
|
"neptune.DateInput.day.label": "Den",
|
|
14649
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
14649
14650
|
"neptune.DateInput.month.label": "Měsíc",
|
|
14650
14651
|
"neptune.DateInput.year.label": "Rok",
|
|
14652
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
14651
14653
|
"neptune.DateLookup.day": "den",
|
|
14652
14654
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
14653
14655
|
"neptune.DateLookup.month": "měsíc",
|
|
@@ -14701,8 +14703,10 @@ var de = {
|
|
|
14701
14703
|
"neptune.ClearButton.ariaLabel": "Zurücksetzen",
|
|
14702
14704
|
"neptune.CloseButton.ariaLabel": "Schließen",
|
|
14703
14705
|
"neptune.DateInput.day.label": "Tag",
|
|
14706
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
14704
14707
|
"neptune.DateInput.month.label": "Monat",
|
|
14705
14708
|
"neptune.DateInput.year.label": "Jahr",
|
|
14709
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
14706
14710
|
"neptune.DateLookup.day": "Tag",
|
|
14707
14711
|
"neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
|
|
14708
14712
|
"neptune.DateLookup.month": "Monat",
|
|
@@ -14756,8 +14760,10 @@ var es = {
|
|
|
14756
14760
|
"neptune.ClearButton.ariaLabel": "Borrar",
|
|
14757
14761
|
"neptune.CloseButton.ariaLabel": "Cerrar",
|
|
14758
14762
|
"neptune.DateInput.day.label": "Día",
|
|
14763
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
14759
14764
|
"neptune.DateInput.month.label": "Mes",
|
|
14760
14765
|
"neptune.DateInput.year.label": "Año",
|
|
14766
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
14761
14767
|
"neptune.DateLookup.day": "día",
|
|
14762
14768
|
"neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
|
|
14763
14769
|
"neptune.DateLookup.month": "mes",
|
|
@@ -14811,8 +14817,10 @@ var fr = {
|
|
|
14811
14817
|
"neptune.ClearButton.ariaLabel": "Effacer",
|
|
14812
14818
|
"neptune.CloseButton.ariaLabel": "Fermer",
|
|
14813
14819
|
"neptune.DateInput.day.label": "Jour",
|
|
14820
|
+
"neptune.DateInput.day.placeholder": "JJ",
|
|
14814
14821
|
"neptune.DateInput.month.label": "Mois",
|
|
14815
14822
|
"neptune.DateInput.year.label": "Année",
|
|
14823
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
14816
14824
|
"neptune.DateLookup.day": "jour",
|
|
14817
14825
|
"neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
|
|
14818
14826
|
"neptune.DateLookup.month": "mois",
|
|
@@ -14866,8 +14874,10 @@ var hu = {
|
|
|
14866
14874
|
"neptune.ClearButton.ariaLabel": "Törlés",
|
|
14867
14875
|
"neptune.CloseButton.ariaLabel": "Bezárás",
|
|
14868
14876
|
"neptune.DateInput.day.label": "Nap",
|
|
14877
|
+
"neptune.DateInput.day.placeholder": "Nap",
|
|
14869
14878
|
"neptune.DateInput.month.label": "Hónap",
|
|
14870
14879
|
"neptune.DateInput.year.label": "Év",
|
|
14880
|
+
"neptune.DateInput.year.placeholder": "Év",
|
|
14871
14881
|
"neptune.DateLookup.day": "nap",
|
|
14872
14882
|
"neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
|
|
14873
14883
|
"neptune.DateLookup.month": "hónap",
|
|
@@ -14921,8 +14931,10 @@ var id = {
|
|
|
14921
14931
|
"neptune.ClearButton.ariaLabel": "Hapus",
|
|
14922
14932
|
"neptune.CloseButton.ariaLabel": "Tutup",
|
|
14923
14933
|
"neptune.DateInput.day.label": "Hari",
|
|
14934
|
+
"neptune.DateInput.day.placeholder": "HH",
|
|
14924
14935
|
"neptune.DateInput.month.label": "Bulan",
|
|
14925
14936
|
"neptune.DateInput.year.label": "Tahun",
|
|
14937
|
+
"neptune.DateInput.year.placeholder": "TTTT",
|
|
14926
14938
|
"neptune.DateLookup.day": "hari",
|
|
14927
14939
|
"neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
|
|
14928
14940
|
"neptune.DateLookup.month": "bulan",
|
|
@@ -14976,8 +14988,10 @@ var it = {
|
|
|
14976
14988
|
"neptune.ClearButton.ariaLabel": "Elimina",
|
|
14977
14989
|
"neptune.CloseButton.ariaLabel": "Chiudi",
|
|
14978
14990
|
"neptune.DateInput.day.label": "Giorno",
|
|
14991
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
14979
14992
|
"neptune.DateInput.month.label": "Mese",
|
|
14980
14993
|
"neptune.DateInput.year.label": "Anno",
|
|
14994
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
14981
14995
|
"neptune.DateLookup.day": "giorno",
|
|
14982
14996
|
"neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
|
|
14983
14997
|
"neptune.DateLookup.month": "mese",
|
|
@@ -15031,8 +15045,10 @@ var ja = {
|
|
|
15031
15045
|
"neptune.ClearButton.ariaLabel": "消去",
|
|
15032
15046
|
"neptune.CloseButton.ariaLabel": "閉じる",
|
|
15033
15047
|
"neptune.DateInput.day.label": "日",
|
|
15048
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
15034
15049
|
"neptune.DateInput.month.label": "月",
|
|
15035
15050
|
"neptune.DateInput.year.label": "年",
|
|
15051
|
+
"neptune.DateInput.year.placeholder": "年(西暦)",
|
|
15036
15052
|
"neptune.DateLookup.day": "日",
|
|
15037
15053
|
"neptune.DateLookup.goTo20YearView": "20年表示に移動する",
|
|
15038
15054
|
"neptune.DateLookup.month": "月",
|
|
@@ -15086,8 +15102,10 @@ var pl = {
|
|
|
15086
15102
|
"neptune.ClearButton.ariaLabel": "Wyczyść",
|
|
15087
15103
|
"neptune.CloseButton.ariaLabel": "Zamknij",
|
|
15088
15104
|
"neptune.DateInput.day.label": "Dzień",
|
|
15105
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
15089
15106
|
"neptune.DateInput.month.label": "Miesiąc",
|
|
15090
15107
|
"neptune.DateInput.year.label": "Rok",
|
|
15108
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
15091
15109
|
"neptune.DateLookup.day": "dzień",
|
|
15092
15110
|
"neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
|
|
15093
15111
|
"neptune.DateLookup.month": "miesiąc",
|
|
@@ -15141,8 +15159,10 @@ var pt = {
|
|
|
15141
15159
|
"neptune.ClearButton.ariaLabel": "Remover",
|
|
15142
15160
|
"neptune.CloseButton.ariaLabel": "Fechar",
|
|
15143
15161
|
"neptune.DateInput.day.label": "Dia",
|
|
15162
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
15144
15163
|
"neptune.DateInput.month.label": "Mês",
|
|
15145
15164
|
"neptune.DateInput.year.label": "Ano",
|
|
15165
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
15146
15166
|
"neptune.DateLookup.day": "dia",
|
|
15147
15167
|
"neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
|
|
15148
15168
|
"neptune.DateLookup.month": "mês",
|
|
@@ -15196,8 +15216,10 @@ var ro = {
|
|
|
15196
15216
|
"neptune.ClearButton.ariaLabel": "Elimină",
|
|
15197
15217
|
"neptune.CloseButton.ariaLabel": "Închide",
|
|
15198
15218
|
"neptune.DateInput.day.label": "Zi",
|
|
15219
|
+
"neptune.DateInput.day.placeholder": "ZZ",
|
|
15199
15220
|
"neptune.DateInput.month.label": "Lună",
|
|
15200
15221
|
"neptune.DateInput.year.label": "An",
|
|
15222
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
15201
15223
|
"neptune.DateLookup.day": "zi",
|
|
15202
15224
|
"neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
|
|
15203
15225
|
"neptune.DateLookup.month": "lună",
|
|
@@ -15251,8 +15273,10 @@ var ru = {
|
|
|
15251
15273
|
"neptune.ClearButton.ariaLabel": "Очистить",
|
|
15252
15274
|
"neptune.CloseButton.ariaLabel": "Закрыть",
|
|
15253
15275
|
"neptune.DateInput.day.label": "День",
|
|
15276
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
15254
15277
|
"neptune.DateInput.month.label": "Месяц",
|
|
15255
15278
|
"neptune.DateInput.year.label": "Год",
|
|
15279
|
+
"neptune.DateInput.year.placeholder": "ГГГГ",
|
|
15256
15280
|
"neptune.DateLookup.day": "день",
|
|
15257
15281
|
"neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
|
|
15258
15282
|
"neptune.DateLookup.month": "месяц",
|
|
@@ -15306,8 +15330,10 @@ var th = {
|
|
|
15306
15330
|
"neptune.ClearButton.ariaLabel": "ชัดเจน",
|
|
15307
15331
|
"neptune.CloseButton.ariaLabel": "ปิด",
|
|
15308
15332
|
"neptune.DateInput.day.label": "วัน",
|
|
15333
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
15309
15334
|
"neptune.DateInput.month.label": "เดือน",
|
|
15310
15335
|
"neptune.DateInput.year.label": "ปี",
|
|
15336
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
15311
15337
|
"neptune.DateLookup.day": "วัน",
|
|
15312
15338
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
15313
15339
|
"neptune.DateLookup.month": "เดือน",
|
|
@@ -15361,8 +15387,10 @@ var tr = {
|
|
|
15361
15387
|
"neptune.ClearButton.ariaLabel": "Sil",
|
|
15362
15388
|
"neptune.CloseButton.ariaLabel": "Kapat",
|
|
15363
15389
|
"neptune.DateInput.day.label": "Gün",
|
|
15390
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
15364
15391
|
"neptune.DateInput.month.label": "Ay",
|
|
15365
15392
|
"neptune.DateInput.year.label": "Yıl",
|
|
15393
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
15366
15394
|
"neptune.DateLookup.day": "gün",
|
|
15367
15395
|
"neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
|
|
15368
15396
|
"neptune.DateLookup.month": "ay",
|
|
@@ -15416,8 +15444,10 @@ var uk = {
|
|
|
15416
15444
|
"neptune.ClearButton.ariaLabel": "Очистити",
|
|
15417
15445
|
"neptune.CloseButton.ariaLabel": "Закрити",
|
|
15418
15446
|
"neptune.DateInput.day.label": "День",
|
|
15447
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
15419
15448
|
"neptune.DateInput.month.label": "Місяць",
|
|
15420
15449
|
"neptune.DateInput.year.label": "Рік",
|
|
15450
|
+
"neptune.DateInput.year.placeholder": "РРРР",
|
|
15421
15451
|
"neptune.DateLookup.day": "дня",
|
|
15422
15452
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
15423
15453
|
"neptune.DateLookup.month": "місяць",
|
|
@@ -15471,8 +15501,10 @@ var zhCN = {
|
|
|
15471
15501
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
15472
15502
|
"neptune.CloseButton.ariaLabel": "关闭",
|
|
15473
15503
|
"neptune.DateInput.day.label": "日",
|
|
15504
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
15474
15505
|
"neptune.DateInput.month.label": "月",
|
|
15475
15506
|
"neptune.DateInput.year.label": "年",
|
|
15507
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
15476
15508
|
"neptune.DateLookup.day": "日",
|
|
15477
15509
|
"neptune.DateLookup.goTo20YearView": "转到 20 年视图",
|
|
15478
15510
|
"neptune.DateLookup.month": "月",
|
|
@@ -15526,8 +15558,10 @@ var zhHK = {
|
|
|
15526
15558
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
15527
15559
|
"neptune.CloseButton.ariaLabel": "關閉",
|
|
15528
15560
|
"neptune.DateInput.day.label": "日",
|
|
15561
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
15529
15562
|
"neptune.DateInput.month.label": "月",
|
|
15530
15563
|
"neptune.DateInput.year.label": "年",
|
|
15564
|
+
"neptune.DateInput.year.placeholder": "年",
|
|
15531
15565
|
"neptune.DateLookup.day": "日",
|
|
15532
15566
|
"neptune.DateLookup.goTo20YearView": "切換至20年視圖",
|
|
15533
15567
|
"neptune.DateLookup.month": "月",
|