@transferwise/components 0.0.0-experimental-bb03a6a → 0.0.0-experimental-6d4124a

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.
Files changed (72) hide show
  1. package/README.md +1 -1
  2. package/build/i18n/{cs.json → cs-CZ.json} +10 -3
  3. package/build/i18n/{de.json → de-DE.json} +10 -3
  4. package/{src/i18n/es.json → build/i18n/es-ES.json} +10 -3
  5. package/{src/i18n/fr.json → build/i18n/fr-FR.json} +10 -3
  6. package/{src/i18n/hu.json → build/i18n/hu-HU.json} +10 -3
  7. package/{src/i18n/id.json → build/i18n/id-ID.json} +10 -3
  8. package/build/i18n/{it.json → it-IT.json} +10 -3
  9. package/build/i18n/{ja.json → ja-JP.json} +10 -3
  10. package/build/i18n/{pl.json → pl-PL.json} +10 -3
  11. package/build/i18n/{pt.json → pt-BR.json} +10 -3
  12. package/{src/i18n/ro.json → build/i18n/ro-RO.json} +10 -3
  13. package/build/i18n/{ru.json → ru-RU.json} +10 -3
  14. package/build/i18n/{th.json → th-TH.json} +10 -3
  15. package/{src/i18n/tr.json → build/i18n/tr-TR.json} +10 -3
  16. package/{src/i18n/uk.json → build/i18n/uk-UA.json} +10 -3
  17. package/build/i18n/zh-CN.json +10 -3
  18. package/{src/i18n/zh.json → build/i18n/zh-HK.json} +10 -3
  19. package/build/index.esm.js +441 -169
  20. package/build/index.esm.js.map +1 -1
  21. package/build/index.js +439 -167
  22. package/build/index.js.map +1 -1
  23. package/build/types/common/locale/index.d.ts +40 -31
  24. package/build/types/common/locale/index.d.ts.map +1 -1
  25. package/build/types/dateLookup/tableLink/TableLink.d.ts +2 -16
  26. package/build/types/dateLookup/tableLink/TableLink.d.ts.map +1 -1
  27. package/build/types/dateLookup/tableLink/index.d.ts +1 -1
  28. package/build/types/dateLookup/tableLink/index.d.ts.map +1 -1
  29. package/build/types/i18n/index.d.ts.map +1 -1
  30. package/build/types/index.d.ts +1 -1
  31. package/build/types/index.d.ts.map +1 -1
  32. package/build/types/inputs/SelectInput.d.ts.map +1 -1
  33. package/package.json +2 -2
  34. package/src/button/Button.spec.js +12 -0
  35. package/src/button/Button.tsx +1 -1
  36. package/src/common/bottomSheet/__snapshots__/BottomSheet.spec.tsx.snap +8 -8
  37. package/src/common/focusBoundary/FocusBoundary.tsx +4 -4
  38. package/src/common/locale/index.spec.js +27 -37
  39. package/src/common/locale/index.ts +192 -0
  40. package/src/dateLookup/dayCalendar/table/DayCalendarTable.js +0 -26
  41. package/src/dateLookup/tableLink/TableLink.js +70 -0
  42. package/src/i18n/{cs.json → cs-CZ.json} +10 -3
  43. package/src/i18n/{de.json → de-DE.json} +10 -3
  44. package/{build/i18n/es.json → src/i18n/es-ES.json} +10 -3
  45. package/{build/i18n/fr.json → src/i18n/fr-FR.json} +10 -3
  46. package/{build/i18n/hu.json → src/i18n/hu-HU.json} +10 -3
  47. package/{build/i18n/id.json → src/i18n/id-ID.json} +10 -3
  48. package/src/i18n/index.ts +36 -32
  49. package/src/i18n/{it.json → it-IT.json} +10 -3
  50. package/src/i18n/{ja.json → ja-JP.json} +10 -3
  51. package/src/i18n/{pl.json → pl-PL.json} +10 -3
  52. package/src/i18n/{pt.json → pt-BR.json} +10 -3
  53. package/{build/i18n/ro.json → src/i18n/ro-RO.json} +10 -3
  54. package/src/i18n/{ru.json → ru-RU.json} +10 -3
  55. package/src/i18n/{th.json → th-TH.json} +10 -3
  56. package/{build/i18n/tr.json → src/i18n/tr-TR.json} +10 -3
  57. package/{build/i18n/uk.json → src/i18n/uk-UA.json} +10 -3
  58. package/src/i18n/zh-CN.json +10 -3
  59. package/{build/i18n/zh.json → src/i18n/zh-HK.json} +10 -3
  60. package/src/index.ts +1 -1
  61. package/src/inputs/SelectInput.tsx +8 -3
  62. package/src/provider/Provider.js +1 -1
  63. package/src/provider/Provider.spec.tsx +3 -3
  64. package/src/ssr.spec.js +2 -2
  65. package/src/test-utils/index.js +1 -1
  66. package/build/i18n/zh_CN.json +0 -44
  67. package/src/common/locale/index.js +0 -130
  68. package/src/dateLookup/tableLink/TableLink.tsx +0 -74
  69. package/src/i18n/zh_CN.json +0 -44
  70. /package/build/i18n/{en.json → en-GB.json} +0 -0
  71. /package/src/dateLookup/tableLink/{index.ts → index.js} +0 -0
  72. /package/src/i18n/{en.json → en-GB.json} +0 -0
package/README.md CHANGED
@@ -28,7 +28,7 @@ npm install @transferwise/components react react-dom prop-types currency-flags
28
28
  import '@transferwise/neptune-css/dist/css/neptune.css';
29
29
  import '@transferwise/components/build/main.css';
30
30
 
31
- import en from '@transferwise/components/build/i18n/en.json';
31
+ import en from '@transferwise/components/build/i18n/en-GB.json';
32
32
  import { Provider, Button, Size } from '@transferwise/components';
33
33
 
34
34
  export default function Hello() {
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "načítání",
2
3
  "neptune.Chips.ariaLabel": "Vyčistit {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Vyčistit",
4
5
  "neptune.CloseButton.ariaLabel": "Zavřít",
5
6
  "neptune.DateInput.day.label": "Den",
6
7
  "neptune.DateInput.month.label": "Měsíc",
7
8
  "neptune.DateInput.year.label": "Rok",
9
+ "neptune.DateLookup.day": "den",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "měsíc",
12
+ "neptune.DateLookup.next": "další",
13
+ "neptune.DateLookup.previous": "předchozí",
14
+ "neptune.DateLookup.selected": "vybráno",
15
+ "neptune.DateLookup.twentyYears": "20 let",
16
+ "neptune.DateLookup.year": "rok",
17
+ "neptune.Link.opensInNewTab": "(opens in new tab)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Vybrat možnost...",
9
- "neptune.Pagination.ariaLabel": "Navigace v Pagination",
10
- "neptune.PaginationLink.ariaLabel.active": "Přejít na stránku {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Současná stránka, stránka {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Hledat...",
13
20
  "neptune.Summary.statusDone": "Položka dokončena",
14
21
  "neptune.Summary.statusNotDone": "Položka k dokončení",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "wird geladen",
2
3
  "neptune.Chips.ariaLabel": "{choice} zurücksetzen",
3
4
  "neptune.ClearButton.ariaLabel": "Zurücksetzen",
4
5
  "neptune.CloseButton.ariaLabel": "Schließen",
5
6
  "neptune.DateInput.day.label": "Tag",
6
7
  "neptune.DateInput.month.label": "Monat",
7
8
  "neptune.DateInput.year.label": "Jahr",
9
+ "neptune.DateLookup.day": "Tag",
10
+ "neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
11
+ "neptune.DateLookup.month": "Monat",
12
+ "neptune.DateLookup.next": "weiter",
13
+ "neptune.DateLookup.previous": "zurück",
14
+ "neptune.DateLookup.selected": "ausgewählt",
15
+ "neptune.DateLookup.twentyYears": "20 Jahre",
16
+ "neptune.DateLookup.year": "Jahr",
17
+ "neptune.Link.opensInNewTab": "(wird in einem neuen Tab geöffnet)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
9
- "neptune.Pagination.ariaLabel": "Seitennummer-Navigation",
10
- "neptune.PaginationLink.ariaLabel.active": "Weiter zur Seite {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Aktuelle Seite – Seite {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Wird gesucht...",
13
20
  "neptune.Summary.statusDone": "Schritt erledigt",
14
21
  "neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "cargando",
2
3
  "neptune.Chips.ariaLabel": "Descartar {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Borrar",
4
5
  "neptune.CloseButton.ariaLabel": "Cerrar",
5
6
  "neptune.DateInput.day.label": "Día",
6
7
  "neptune.DateInput.month.label": "Mes",
7
8
  "neptune.DateInput.year.label": "Año",
9
+ "neptune.DateLookup.day": "día",
10
+ "neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
11
+ "neptune.DateLookup.month": "mes",
12
+ "neptune.DateLookup.next": "siguiente",
13
+ "neptune.DateLookup.previous": "anterior",
14
+ "neptune.DateLookup.selected": "seleccionado",
15
+ "neptune.DateLookup.twentyYears": "20 años",
16
+ "neptune.DateLookup.year": "año",
17
+ "neptune.Link.opensInNewTab": "(se abre en una pestaña nueva)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
9
- "neptune.Pagination.ariaLabel": "Navegación por las páginas",
10
- "neptune.PaginationLink.ariaLabel.active": "Ve a la página {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Página actual, página {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Buscar...",
13
20
  "neptune.Summary.statusDone": "Apartado listo",
14
21
  "neptune.Summary.statusNotDone": "Apartado a completar",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "chargement",
2
3
  "neptune.Chips.ariaLabel": "Effacer {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Effacer",
4
5
  "neptune.CloseButton.ariaLabel": "Fermer",
5
6
  "neptune.DateInput.day.label": "Jour",
6
7
  "neptune.DateInput.month.label": "Mois",
7
8
  "neptune.DateInput.year.label": "Année",
9
+ "neptune.DateLookup.day": "jour",
10
+ "neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
11
+ "neptune.DateLookup.month": "mois",
12
+ "neptune.DateLookup.next": "suivant",
13
+ "neptune.DateLookup.previous": "précédent",
14
+ "neptune.DateLookup.selected": "sélectionnée",
15
+ "neptune.DateLookup.twentyYears": "20 ans",
16
+ "neptune.DateLookup.year": "année",
17
+ "neptune.Link.opensInNewTab": "(ouvre dans un nouvel onglet)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
9
- "neptune.Pagination.ariaLabel": "Navigation par pagination",
10
- "neptune.PaginationLink.ariaLabel.active": "Aller à la page {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Page actuelle, page {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Recherche...",
13
20
  "neptune.Summary.statusDone": "Validé",
14
21
  "neptune.Summary.statusNotDone": "À compléter",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "betöltés",
2
3
  "neptune.Chips.ariaLabel": "{choice} törlése",
3
4
  "neptune.ClearButton.ariaLabel": "Törlés",
4
5
  "neptune.CloseButton.ariaLabel": "Bezárás",
5
6
  "neptune.DateInput.day.label": "Nap",
6
7
  "neptune.DateInput.month.label": "Hónap",
7
8
  "neptune.DateInput.year.label": "Év",
9
+ "neptune.DateLookup.day": "nap",
10
+ "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
11
+ "neptune.DateLookup.month": "hónap",
12
+ "neptune.DateLookup.next": "következő",
13
+ "neptune.DateLookup.previous": "előző",
14
+ "neptune.DateLookup.selected": "kiválasztva",
15
+ "neptune.DateLookup.twentyYears": "20 év",
16
+ "neptune.DateLookup.year": "év",
17
+ "neptune.Link.opensInNewTab": "(új lapon nyílik meg)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
9
- "neptune.Pagination.ariaLabel": "Lapszámos navigáció",
10
- "neptune.PaginationLink.ariaLabel.active": "Ugrás a(z) {pageNumber}. oldalra",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Jelenlegi oldal, {pageNumber}. oldal",
12
19
  "neptune.Select.searchPlaceholder": "Keresés...",
13
20
  "neptune.Summary.statusDone": "Kész",
14
21
  "neptune.Summary.statusNotDone": "Hátravan",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "memuat",
2
3
  "neptune.Chips.ariaLabel": "Hapus {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Hapus",
4
5
  "neptune.CloseButton.ariaLabel": "Tutup",
5
6
  "neptune.DateInput.day.label": "Hari",
6
7
  "neptune.DateInput.month.label": "Bulan",
7
8
  "neptune.DateInput.year.label": "Tahun",
9
+ "neptune.DateLookup.day": "hari",
10
+ "neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
11
+ "neptune.DateLookup.month": "bulan",
12
+ "neptune.DateLookup.next": "berikutnya",
13
+ "neptune.DateLookup.previous": "sebelumnya",
14
+ "neptune.DateLookup.selected": "terpilih",
15
+ "neptune.DateLookup.twentyYears": "20 tahun",
16
+ "neptune.DateLookup.year": "tahun",
17
+ "neptune.Link.opensInNewTab": "(terbuka di tab baru)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
9
- "neptune.Pagination.ariaLabel": "Halaman navigasi",
10
- "neptune.PaginationLink.ariaLabel.active": "Lanjut ke halaman {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Halaman saat ini, halaman {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Cari...",
13
20
  "neptune.Summary.statusDone": "Item selesai",
14
21
  "neptune.Summary.statusNotDone": "Item yang harus dilakukan",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "caricamento",
2
3
  "neptune.Chips.ariaLabel": "Rimuovi {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Elimina",
4
5
  "neptune.CloseButton.ariaLabel": "Chiudi",
5
6
  "neptune.DateInput.day.label": "Giorno",
6
7
  "neptune.DateInput.month.label": "Mese",
7
8
  "neptune.DateInput.year.label": "Anno",
9
+ "neptune.DateLookup.day": "giorno",
10
+ "neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
11
+ "neptune.DateLookup.month": "mese",
12
+ "neptune.DateLookup.next": "continua",
13
+ "neptune.DateLookup.previous": "indietro",
14
+ "neptune.DateLookup.selected": "selezionata",
15
+ "neptune.DateLookup.twentyYears": "20 anni",
16
+ "neptune.DateLookup.year": "anno",
17
+ "neptune.Link.opensInNewTab": "(si apre in una nuova scheda)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
9
- "neptune.Pagination.ariaLabel": "Navigazione",
10
- "neptune.PaginationLink.ariaLabel.active": "Via a pagina {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Pagina corrente, pagina {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Cerca...",
13
20
  "neptune.Summary.statusDone": "Completato",
14
21
  "neptune.Summary.statusNotDone": "Da completare",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "読み込み中…",
2
3
  "neptune.Chips.ariaLabel": "{choice} をクリア",
3
4
  "neptune.ClearButton.ariaLabel": "消去",
4
5
  "neptune.CloseButton.ariaLabel": "閉じる",
5
6
  "neptune.DateInput.day.label": "日",
6
7
  "neptune.DateInput.month.label": "月",
7
8
  "neptune.DateInput.year.label": "年",
9
+ "neptune.DateLookup.day": "日",
10
+ "neptune.DateLookup.goTo20YearView": "20年表示に移動する",
11
+ "neptune.DateLookup.month": "月",
12
+ "neptune.DateLookup.next": "次",
13
+ "neptune.DateLookup.previous": "前",
14
+ "neptune.DateLookup.selected": "選択済み",
15
+ "neptune.DateLookup.twentyYears": "20年",
16
+ "neptune.DateLookup.year": "年",
17
+ "neptune.Link.opensInNewTab": "(新しいタブで開きます)",
8
18
  "neptune.MoneyInput.Select.placeholder": "選択してください...",
9
- "neptune.Pagination.ariaLabel": "ページネーションナビゲーション",
10
- "neptune.PaginationLink.ariaLabel.active": "{pageNumber}のページへ移動します",
11
- "neptune.PaginationLink.ariaLabel.inactive": "現在のページ、{pageNumber}ページ",
12
19
  "neptune.Select.searchPlaceholder": "検索... ",
13
20
  "neptune.Summary.statusDone": "完了",
14
21
  "neptune.Summary.statusNotDone": "未対応",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "ładowanie",
2
3
  "neptune.Chips.ariaLabel": "Wyczyść {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Wyczyść",
4
5
  "neptune.CloseButton.ariaLabel": "Zamknij",
5
6
  "neptune.DateInput.day.label": "Dzień",
6
7
  "neptune.DateInput.month.label": "Miesiąc",
7
8
  "neptune.DateInput.year.label": "Rok",
9
+ "neptune.DateLookup.day": "dzień",
10
+ "neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
11
+ "neptune.DateLookup.month": "miesiąc",
12
+ "neptune.DateLookup.next": "następny",
13
+ "neptune.DateLookup.previous": "poprzedni",
14
+ "neptune.DateLookup.selected": "wybrano",
15
+ "neptune.DateLookup.twentyYears": "20 lat",
16
+ "neptune.DateLookup.year": "rok",
17
+ "neptune.Link.opensInNewTab": "(otworzy się w nowej zakładce)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Wybierz opcję...",
9
- "neptune.Pagination.ariaLabel": "Nawigacja w paginacji",
10
- "neptune.PaginationLink.ariaLabel.active": "Przejdź do strony {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Obecna strona, strona {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Wyszukaj...",
13
20
  "neptune.Summary.statusDone": "Czynność wykonana",
14
21
  "neptune.Summary.statusNotDone": "Czynność do wykonania",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "carregando",
2
3
  "neptune.Chips.ariaLabel": "Remover {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Remover",
4
5
  "neptune.CloseButton.ariaLabel": "Fechar",
5
6
  "neptune.DateInput.day.label": "Dia",
6
7
  "neptune.DateInput.month.label": "Mês",
7
8
  "neptune.DateInput.year.label": "Ano",
9
+ "neptune.DateLookup.day": "dia",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "mês",
12
+ "neptune.DateLookup.next": "próximo",
13
+ "neptune.DateLookup.previous": "anterior",
14
+ "neptune.DateLookup.selected": "selecionada",
15
+ "neptune.DateLookup.twentyYears": "20 anos",
16
+ "neptune.DateLookup.year": "ano",
17
+ "neptune.Link.opensInNewTab": "(abrir a página em uma nova aba)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Escolha uma opção...",
9
- "neptune.Pagination.ariaLabel": "Navegação pelas páginas",
10
- "neptune.PaginationLink.ariaLabel.active": "Ir para a página {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Página atual, página {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Buscar...",
13
20
  "neptune.Summary.statusDone": "Pronto",
14
21
  "neptune.Summary.statusNotDone": "Não iniciado",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "se încarcă",
2
3
  "neptune.Chips.ariaLabel": "Șterge {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Elimină",
4
5
  "neptune.CloseButton.ariaLabel": "Închide",
5
6
  "neptune.DateInput.day.label": "Zi",
6
7
  "neptune.DateInput.month.label": "Lună",
7
8
  "neptune.DateInput.year.label": "An",
9
+ "neptune.DateLookup.day": "zi",
10
+ "neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
11
+ "neptune.DateLookup.month": "luna",
12
+ "neptune.DateLookup.next": "înainte",
13
+ "neptune.DateLookup.previous": "precedenta",
14
+ "neptune.DateLookup.selected": "selectată",
15
+ "neptune.DateLookup.twentyYears": "20 de ani",
16
+ "neptune.DateLookup.year": "anul",
17
+ "neptune.Link.opensInNewTab": "(se deschide într-o filă nouă)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Selectează o opţiune...",
9
- "neptune.Pagination.ariaLabel": "Navigare prin pagină",
10
- "neptune.PaginationLink.ariaLabel.active": "Du-te la pagina {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Pagina curentă, pagina {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Caută...",
13
20
  "neptune.Summary.statusDone": "Finalizat",
14
21
  "neptune.Summary.statusNotDone": "De făcut",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "загрузка",
2
3
  "neptune.Chips.ariaLabel": "Очистить {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Очистить",
4
5
  "neptune.CloseButton.ariaLabel": "Закрыть",
5
6
  "neptune.DateInput.day.label": "День",
6
7
  "neptune.DateInput.month.label": "Месяц",
7
8
  "neptune.DateInput.year.label": "Год",
9
+ "neptune.DateLookup.day": "день",
10
+ "neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
11
+ "neptune.DateLookup.month": "месяц",
12
+ "neptune.DateLookup.next": "далее",
13
+ "neptune.DateLookup.previous": "предыдущий",
14
+ "neptune.DateLookup.selected": "выбрано",
15
+ "neptune.DateLookup.twentyYears": "20 лет",
16
+ "neptune.DateLookup.year": "год",
17
+ "neptune.Link.opensInNewTab": "(откроется в новой вкладке)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Выберите вариант...",
9
- "neptune.Pagination.ariaLabel": "Постраничная навигация",
10
- "neptune.PaginationLink.ariaLabel.active": "Перейти на страницу {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Текущая страница, страница {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Поиск...",
13
20
  "neptune.Summary.statusDone": "Этап завершен",
14
21
  "neptune.Summary.statusNotDone": "Этап к выполнению",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "กำลังโหลด",
2
3
  "neptune.Chips.ariaLabel": "เคลียร์ {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "ชัดเจน",
4
5
  "neptune.CloseButton.ariaLabel": "ปิด",
5
6
  "neptune.DateInput.day.label": "วัน",
6
7
  "neptune.DateInput.month.label": "เดือน",
7
8
  "neptune.DateInput.year.label": "ปี",
9
+ "neptune.DateLookup.day": "วัน",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "เดือน",
12
+ "neptune.DateLookup.next": "ถัดไป",
13
+ "neptune.DateLookup.previous": "ก่อนหน้า",
14
+ "neptune.DateLookup.selected": "เลือกแล้ว",
15
+ "neptune.DateLookup.twentyYears": "20 ปี",
16
+ "neptune.DateLookup.year": "ปี",
17
+ "neptune.Link.opensInNewTab": "(opens in new tab)",
8
18
  "neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
9
- "neptune.Pagination.ariaLabel": "การนำทางเลขหน้า",
10
- "neptune.PaginationLink.ariaLabel.active": "ไปที่หน้า {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "หน้าปัจจุบัน หน้า {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "ค้นหา...",
13
20
  "neptune.Summary.statusDone": "รายการที่ทำแล้ว",
14
21
  "neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "yükleniyor",
2
3
  "neptune.Chips.ariaLabel": "{choice} temizle",
3
4
  "neptune.ClearButton.ariaLabel": "Sil",
4
5
  "neptune.CloseButton.ariaLabel": "Kapat",
5
6
  "neptune.DateInput.day.label": "Gün",
6
7
  "neptune.DateInput.month.label": "Ay",
7
8
  "neptune.DateInput.year.label": "Yıl",
9
+ "neptune.DateLookup.day": "gün",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "ay",
12
+ "neptune.DateLookup.next": "devam et",
13
+ "neptune.DateLookup.previous": "önceki",
14
+ "neptune.DateLookup.selected": "seçili",
15
+ "neptune.DateLookup.twentyYears": "20 yıl",
16
+ "neptune.DateLookup.year": "yıl",
17
+ "neptune.Link.opensInNewTab": "(opens in new tab)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
9
- "neptune.Pagination.ariaLabel": "Sayfalandırma gezintisi",
10
- "neptune.PaginationLink.ariaLabel.active": "{pageNumber} numaralı sayfaya git",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Mevcut sayfa, sayfa {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Ara...",
13
20
  "neptune.Summary.statusDone": "Tamamlanan aşama",
14
21
  "neptune.Summary.statusNotDone": "Yapılacak",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "завантаження",
2
3
  "neptune.Chips.ariaLabel": "Очистити {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "Очистити",
4
5
  "neptune.CloseButton.ariaLabel": "Закрити",
5
6
  "neptune.DateInput.day.label": "День",
6
7
  "neptune.DateInput.month.label": "Місяць",
7
8
  "neptune.DateInput.year.label": "Рік",
9
+ "neptune.DateLookup.day": "дня",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "місяць",
12
+ "neptune.DateLookup.next": "уперед",
13
+ "neptune.DateLookup.previous": "назад",
14
+ "neptune.DateLookup.selected": "вибрано",
15
+ "neptune.DateLookup.twentyYears": "20 років",
16
+ "neptune.DateLookup.year": "рік",
17
+ "neptune.Link.opensInNewTab": "(opens in new tab)",
8
18
  "neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
9
- "neptune.Pagination.ariaLabel": "Перехід за сторінками",
10
- "neptune.PaginationLink.ariaLabel.active": "Перейти на сторінку {pageNumber}",
11
- "neptune.PaginationLink.ariaLabel.inactive": "Ця сторінка, сторінка {pageNumber}",
12
19
  "neptune.Select.searchPlaceholder": "Пошук…",
13
20
  "neptune.Summary.statusDone": "Виконано",
14
21
  "neptune.Summary.statusNotDone": "Не виконано",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "正在加载",
2
3
  "neptune.Chips.ariaLabel": "清除 {choice}",
3
4
  "neptune.ClearButton.ariaLabel": "清晰",
4
5
  "neptune.CloseButton.ariaLabel": "关闭",
5
6
  "neptune.DateInput.day.label": "日",
6
7
  "neptune.DateInput.month.label": "月",
7
8
  "neptune.DateInput.year.label": "年",
9
+ "neptune.DateLookup.day": "日",
10
+ "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
+ "neptune.DateLookup.month": "月",
12
+ "neptune.DateLookup.next": "下一页",
13
+ "neptune.DateLookup.previous": "上一页",
14
+ "neptune.DateLookup.selected": "已选",
15
+ "neptune.DateLookup.twentyYears": "20年",
16
+ "neptune.DateLookup.year": "年",
17
+ "neptune.Link.opensInNewTab": "(opens in new tab)",
8
18
  "neptune.MoneyInput.Select.placeholder": "请选择...",
9
- "neptune.Pagination.ariaLabel": "分页导航",
10
- "neptune.PaginationLink.ariaLabel.active": "转到第 {pageNumber} 页",
11
- "neptune.PaginationLink.ariaLabel.inactive": "当前页面,第 {pageNumber} 页",
12
19
  "neptune.Select.searchPlaceholder": "搜索",
13
20
  "neptune.Summary.statusDone": "已完成",
14
21
  "neptune.Summary.statusNotDone": "未完成",
@@ -1,14 +1,21 @@
1
1
  {
2
+ "neptune.Button.loadingAriaLabel": "載入中",
2
3
  "neptune.Chips.ariaLabel": "清除{choice}",
3
4
  "neptune.ClearButton.ariaLabel": "清除",
4
5
  "neptune.CloseButton.ariaLabel": "關閉",
5
6
  "neptune.DateInput.day.label": "日",
6
7
  "neptune.DateInput.month.label": "月",
7
8
  "neptune.DateInput.year.label": "年",
9
+ "neptune.DateLookup.day": "日",
10
+ "neptune.DateLookup.goTo20YearView": "切換至20年視圖",
11
+ "neptune.DateLookup.month": "月",
12
+ "neptune.DateLookup.next": "下一個",
13
+ "neptune.DateLookup.previous": "上一個",
14
+ "neptune.DateLookup.selected": "已選",
15
+ "neptune.DateLookup.twentyYears": "20年",
16
+ "neptune.DateLookup.year": "年",
17
+ "neptune.Link.opensInNewTab": "(在新分頁中開啟)",
8
18
  "neptune.MoneyInput.Select.placeholder": "選擇一個選項…",
9
- "neptune.Pagination.ariaLabel": "分頁導航",
10
- "neptune.PaginationLink.ariaLabel.active": "前往第{pageNumber}頁",
11
- "neptune.PaginationLink.ariaLabel.inactive": "目前在第{pageNumber}頁",
12
19
  "neptune.Select.searchPlaceholder": "搜尋…",
13
20
  "neptune.Summary.statusDone": "已完成事項",
14
21
  "neptune.Summary.statusNotDone": "未完成事項",