@transferwise/components 0.0.0-experimental-a0e035a → 0.0.0-experimental-1f61198
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 +3 -11
- package/build/i18n/de.json +3 -11
- package/build/i18n/es.json +3 -11
- package/build/i18n/fr.json +3 -11
- package/build/i18n/hu.json +3 -11
- package/build/i18n/id.json +3 -11
- package/build/i18n/it.json +3 -11
- package/build/i18n/ja.json +3 -11
- package/build/i18n/pl.json +3 -11
- package/build/i18n/pt.json +3 -11
- package/build/i18n/ro.json +3 -11
- package/build/i18n/ru.json +3 -11
- package/build/i18n/th.json +3 -11
- package/build/i18n/tr.json +3 -11
- package/build/i18n/uk.json +3 -11
- package/build/i18n/zh-CN.json +3 -11
- package/build/i18n/zh-HK.json +3 -11
- package/build/index.esm.js +62 -188
- package/build/index.esm.js.map +1 -1
- package/build/index.js +62 -188
- package/build/index.js.map +1 -1
- package/build/types/common/locale/index.d.ts +10 -1
- package/build/types/common/locale/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/common/locale/index.js +10 -1
- package/src/i18n/cs.json +3 -11
- package/src/i18n/de.json +3 -11
- package/src/i18n/es.json +3 -11
- package/src/i18n/fr.json +3 -11
- package/src/i18n/hu.json +3 -11
- package/src/i18n/id.json +3 -11
- package/src/i18n/it.json +3 -11
- package/src/i18n/ja.json +3 -11
- package/src/i18n/pl.json +3 -11
- package/src/i18n/pt.json +3 -11
- package/src/i18n/ro.json +3 -11
- package/src/i18n/ru.json +3 -11
- package/src/i18n/th.json +3 -11
- package/src/i18n/tr.json +3 -11
- package/src/i18n/uk.json +3 -11
- package/src/i18n/zh-CN.json +3 -11
- package/src/i18n/zh-HK.json +3 -11
package/build/index.esm.js
CHANGED
|
@@ -361,6 +361,11 @@ const DEFAULT_LOCALE = 'en-GB';
|
|
|
361
361
|
* @type {string[]}
|
|
362
362
|
*/
|
|
363
363
|
const RTL_LANGUAGES = ['ar', 'he'];
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* @deprecated The source of truth for supported languages lives in Crab.
|
|
367
|
+
* @type {string[]}
|
|
368
|
+
*/
|
|
364
369
|
const SUPPORTED_LANGUAGES = [DEFAULT_LANG, 'de', 'es', 'fr', 'hu', 'id', 'it', 'ja', 'pl', 'pt', 'ro', 'ru', 'th', 'tr', 'uk', 'zh'];
|
|
365
370
|
|
|
366
371
|
/**
|
|
@@ -390,8 +395,13 @@ function adjustLocale(locale) {
|
|
|
390
395
|
* Provides corresponding lang (iso2) for provided locale
|
|
391
396
|
* if locale is invalid or language is unsupported returns null
|
|
392
397
|
*
|
|
398
|
+
* @deprecated The use of this function almost always breaks language variants
|
|
399
|
+
* e.g. Simplified and Traditional Chinese.
|
|
400
|
+
* There should be no use case for this function.
|
|
401
|
+
* To select the correct translations from a translations object, pass the
|
|
402
|
+
* locale directly into Crab's getLocalisedMessages.
|
|
393
403
|
* @param {string} locale (`es`, `es-ES`, `en-GB`, `en`, `ja`, `ja-JP` etc)
|
|
394
|
-
* @returns {string|null}
|
|
404
|
+
* @returns {string|null} two-letter ISO639-1 language
|
|
395
405
|
*/
|
|
396
406
|
function getLangFromLocale(locale) {
|
|
397
407
|
const adjustedLocale = adjustLocale(locale);
|
|
@@ -14459,24 +14469,16 @@ function useSnackbar() {
|
|
|
14459
14469
|
}
|
|
14460
14470
|
|
|
14461
14471
|
var cs = {
|
|
14462
|
-
"neptune.Button.loadingAriaLabel": "načítání",
|
|
14463
14472
|
"neptune.Chips.ariaLabel": "Vyčistit {choice}",
|
|
14464
14473
|
"neptune.ClearButton.ariaLabel": "Vyčistit",
|
|
14465
14474
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
14466
14475
|
"neptune.DateInput.day.label": "Den",
|
|
14467
14476
|
"neptune.DateInput.month.label": "Měsíc",
|
|
14468
14477
|
"neptune.DateInput.year.label": "Rok",
|
|
14469
|
-
"neptune.DateLookup.day": "den",
|
|
14470
|
-
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
14471
|
-
"neptune.DateLookup.month": "měsíc",
|
|
14472
|
-
"neptune.DateLookup.next": "další",
|
|
14473
|
-
"neptune.DateLookup.previous": "předchozí",
|
|
14474
|
-
"neptune.DateLookup.selected": "vybráno",
|
|
14475
|
-
"neptune.DateLookup.twentyYears": "20 let",
|
|
14476
|
-
"neptune.DateLookup.year": "rok",
|
|
14477
|
-
"neptune.FlowNavigation.back": "back to previous step",
|
|
14478
|
-
"neptune.Link.opensInNewTab": "(opens in new tab)",
|
|
14479
14478
|
"neptune.MoneyInput.Select.placeholder": "Vybrat možnost...",
|
|
14479
|
+
"neptune.Pagination.ariaLabel": "Navigace v Pagination",
|
|
14480
|
+
"neptune.PaginationLink.ariaLabel.active": "Přejít na stránku {pageNumber}",
|
|
14481
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Současná stránka, stránka {pageNumber}",
|
|
14480
14482
|
"neptune.Select.searchPlaceholder": "Hledat...",
|
|
14481
14483
|
"neptune.Summary.statusDone": "Položka dokončena",
|
|
14482
14484
|
"neptune.Summary.statusNotDone": "Položka k dokončení",
|
|
@@ -14512,24 +14514,16 @@ var cs = {
|
|
|
14512
14514
|
};
|
|
14513
14515
|
|
|
14514
14516
|
var de = {
|
|
14515
|
-
"neptune.Button.loadingAriaLabel": "wird geladen",
|
|
14516
14517
|
"neptune.Chips.ariaLabel": "{choice} zurücksetzen",
|
|
14517
14518
|
"neptune.ClearButton.ariaLabel": "Zurücksetzen",
|
|
14518
14519
|
"neptune.CloseButton.ariaLabel": "Schließen",
|
|
14519
14520
|
"neptune.DateInput.day.label": "Tag",
|
|
14520
14521
|
"neptune.DateInput.month.label": "Monat",
|
|
14521
14522
|
"neptune.DateInput.year.label": "Jahr",
|
|
14522
|
-
"neptune.DateLookup.day": "Tag",
|
|
14523
|
-
"neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
|
|
14524
|
-
"neptune.DateLookup.month": "Monat",
|
|
14525
|
-
"neptune.DateLookup.next": "weiter",
|
|
14526
|
-
"neptune.DateLookup.previous": "zurück",
|
|
14527
|
-
"neptune.DateLookup.selected": "ausgewählt",
|
|
14528
|
-
"neptune.DateLookup.twentyYears": "20 Jahre",
|
|
14529
|
-
"neptune.DateLookup.year": "Jahr",
|
|
14530
|
-
"neptune.FlowNavigation.back": "zurück zum vorherigen Schritt",
|
|
14531
|
-
"neptune.Link.opensInNewTab": "(wird in einem neuen Tab geöffnet)",
|
|
14532
14523
|
"neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
|
|
14524
|
+
"neptune.Pagination.ariaLabel": "Seitennummer-Navigation",
|
|
14525
|
+
"neptune.PaginationLink.ariaLabel.active": "Weiter zur Seite {pageNumber}",
|
|
14526
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Aktuelle Seite – Seite {pageNumber}",
|
|
14533
14527
|
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
14534
14528
|
"neptune.Summary.statusDone": "Schritt erledigt",
|
|
14535
14529
|
"neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
|
|
@@ -14565,24 +14559,16 @@ var de = {
|
|
|
14565
14559
|
};
|
|
14566
14560
|
|
|
14567
14561
|
var es = {
|
|
14568
|
-
"neptune.Button.loadingAriaLabel": "cargando",
|
|
14569
14562
|
"neptune.Chips.ariaLabel": "Descartar {choice}",
|
|
14570
14563
|
"neptune.ClearButton.ariaLabel": "Borrar",
|
|
14571
14564
|
"neptune.CloseButton.ariaLabel": "Cerrar",
|
|
14572
14565
|
"neptune.DateInput.day.label": "Día",
|
|
14573
14566
|
"neptune.DateInput.month.label": "Mes",
|
|
14574
14567
|
"neptune.DateInput.year.label": "Año",
|
|
14575
|
-
"neptune.DateLookup.day": "día",
|
|
14576
|
-
"neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
|
|
14577
|
-
"neptune.DateLookup.month": "mes",
|
|
14578
|
-
"neptune.DateLookup.next": "siguiente",
|
|
14579
|
-
"neptune.DateLookup.previous": "anterior",
|
|
14580
|
-
"neptune.DateLookup.selected": "seleccionado",
|
|
14581
|
-
"neptune.DateLookup.twentyYears": "20 años",
|
|
14582
|
-
"neptune.DateLookup.year": "año",
|
|
14583
|
-
"neptune.FlowNavigation.back": "volver al paso anterior",
|
|
14584
|
-
"neptune.Link.opensInNewTab": "(se abre en una pestaña nueva)",
|
|
14585
14568
|
"neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
|
|
14569
|
+
"neptune.Pagination.ariaLabel": "Navegación por las páginas",
|
|
14570
|
+
"neptune.PaginationLink.ariaLabel.active": "Ve a la página {pageNumber}",
|
|
14571
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Página actual, página {pageNumber}",
|
|
14586
14572
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
14587
14573
|
"neptune.Summary.statusDone": "Apartado listo",
|
|
14588
14574
|
"neptune.Summary.statusNotDone": "Apartado a completar",
|
|
@@ -14618,24 +14604,16 @@ var es = {
|
|
|
14618
14604
|
};
|
|
14619
14605
|
|
|
14620
14606
|
var fr = {
|
|
14621
|
-
"neptune.Button.loadingAriaLabel": "chargement",
|
|
14622
14607
|
"neptune.Chips.ariaLabel": "Effacer {choice}",
|
|
14623
14608
|
"neptune.ClearButton.ariaLabel": "Effacer",
|
|
14624
14609
|
"neptune.CloseButton.ariaLabel": "Fermer",
|
|
14625
14610
|
"neptune.DateInput.day.label": "Jour",
|
|
14626
14611
|
"neptune.DateInput.month.label": "Mois",
|
|
14627
14612
|
"neptune.DateInput.year.label": "Année",
|
|
14628
|
-
"neptune.DateLookup.day": "jour",
|
|
14629
|
-
"neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
|
|
14630
|
-
"neptune.DateLookup.month": "mois",
|
|
14631
|
-
"neptune.DateLookup.next": "suivant",
|
|
14632
|
-
"neptune.DateLookup.previous": "précédent",
|
|
14633
|
-
"neptune.DateLookup.selected": "sélectionnée",
|
|
14634
|
-
"neptune.DateLookup.twentyYears": "20 ans",
|
|
14635
|
-
"neptune.DateLookup.year": "année",
|
|
14636
|
-
"neptune.FlowNavigation.back": "revenir à l'étape précédente",
|
|
14637
|
-
"neptune.Link.opensInNewTab": "(ouvre dans un nouvel onglet)",
|
|
14638
14613
|
"neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
|
|
14614
|
+
"neptune.Pagination.ariaLabel": "Navigation par pagination",
|
|
14615
|
+
"neptune.PaginationLink.ariaLabel.active": "Aller à la page {pageNumber}",
|
|
14616
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Page actuelle, page {pageNumber}",
|
|
14639
14617
|
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
14640
14618
|
"neptune.Summary.statusDone": "Validé",
|
|
14641
14619
|
"neptune.Summary.statusNotDone": "À compléter",
|
|
@@ -14671,24 +14649,16 @@ var fr = {
|
|
|
14671
14649
|
};
|
|
14672
14650
|
|
|
14673
14651
|
var hu = {
|
|
14674
|
-
"neptune.Button.loadingAriaLabel": "betöltés",
|
|
14675
14652
|
"neptune.Chips.ariaLabel": "{choice} törlése",
|
|
14676
14653
|
"neptune.ClearButton.ariaLabel": "Törlés",
|
|
14677
14654
|
"neptune.CloseButton.ariaLabel": "Bezárás",
|
|
14678
14655
|
"neptune.DateInput.day.label": "Nap",
|
|
14679
14656
|
"neptune.DateInput.month.label": "Hónap",
|
|
14680
14657
|
"neptune.DateInput.year.label": "Év",
|
|
14681
|
-
"neptune.DateLookup.day": "nap",
|
|
14682
|
-
"neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
|
|
14683
|
-
"neptune.DateLookup.month": "hónap",
|
|
14684
|
-
"neptune.DateLookup.next": "következő",
|
|
14685
|
-
"neptune.DateLookup.previous": "előző",
|
|
14686
|
-
"neptune.DateLookup.selected": "kiválasztva",
|
|
14687
|
-
"neptune.DateLookup.twentyYears": "20 év",
|
|
14688
|
-
"neptune.DateLookup.year": "év",
|
|
14689
|
-
"neptune.FlowNavigation.back": "vissza az előző lépéshez",
|
|
14690
|
-
"neptune.Link.opensInNewTab": "(új lapon nyílik meg)",
|
|
14691
14658
|
"neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
|
|
14659
|
+
"neptune.Pagination.ariaLabel": "Lapszámos navigáció",
|
|
14660
|
+
"neptune.PaginationLink.ariaLabel.active": "Ugrás a(z) {pageNumber}. oldalra",
|
|
14661
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Jelenlegi oldal, {pageNumber}. oldal",
|
|
14692
14662
|
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
14693
14663
|
"neptune.Summary.statusDone": "Kész",
|
|
14694
14664
|
"neptune.Summary.statusNotDone": "Hátravan",
|
|
@@ -14724,24 +14694,16 @@ var hu = {
|
|
|
14724
14694
|
};
|
|
14725
14695
|
|
|
14726
14696
|
var id = {
|
|
14727
|
-
"neptune.Button.loadingAriaLabel": "memuat",
|
|
14728
14697
|
"neptune.Chips.ariaLabel": "Hapus {choice}",
|
|
14729
14698
|
"neptune.ClearButton.ariaLabel": "Hapus",
|
|
14730
14699
|
"neptune.CloseButton.ariaLabel": "Tutup",
|
|
14731
14700
|
"neptune.DateInput.day.label": "Hari",
|
|
14732
14701
|
"neptune.DateInput.month.label": "Bulan",
|
|
14733
14702
|
"neptune.DateInput.year.label": "Tahun",
|
|
14734
|
-
"neptune.DateLookup.day": "hari",
|
|
14735
|
-
"neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
|
|
14736
|
-
"neptune.DateLookup.month": "bulan",
|
|
14737
|
-
"neptune.DateLookup.next": "berikutnya",
|
|
14738
|
-
"neptune.DateLookup.previous": "sebelumnya",
|
|
14739
|
-
"neptune.DateLookup.selected": "terpilih",
|
|
14740
|
-
"neptune.DateLookup.twentyYears": "20 tahun",
|
|
14741
|
-
"neptune.DateLookup.year": "tahun",
|
|
14742
|
-
"neptune.FlowNavigation.back": "kembali ke langkah sebelumnya",
|
|
14743
|
-
"neptune.Link.opensInNewTab": "(terbuka di tab baru)",
|
|
14744
14703
|
"neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
|
|
14704
|
+
"neptune.Pagination.ariaLabel": "Halaman navigasi",
|
|
14705
|
+
"neptune.PaginationLink.ariaLabel.active": "Lanjut ke halaman {pageNumber}",
|
|
14706
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Halaman saat ini, halaman {pageNumber}",
|
|
14745
14707
|
"neptune.Select.searchPlaceholder": "Cari...",
|
|
14746
14708
|
"neptune.Summary.statusDone": "Item selesai",
|
|
14747
14709
|
"neptune.Summary.statusNotDone": "Item yang harus dilakukan",
|
|
@@ -14777,24 +14739,16 @@ var id = {
|
|
|
14777
14739
|
};
|
|
14778
14740
|
|
|
14779
14741
|
var it = {
|
|
14780
|
-
"neptune.Button.loadingAriaLabel": "caricamento",
|
|
14781
14742
|
"neptune.Chips.ariaLabel": "Rimuovi {choice}",
|
|
14782
14743
|
"neptune.ClearButton.ariaLabel": "Elimina",
|
|
14783
14744
|
"neptune.CloseButton.ariaLabel": "Chiudi",
|
|
14784
14745
|
"neptune.DateInput.day.label": "Giorno",
|
|
14785
14746
|
"neptune.DateInput.month.label": "Mese",
|
|
14786
14747
|
"neptune.DateInput.year.label": "Anno",
|
|
14787
|
-
"neptune.DateLookup.day": "giorno",
|
|
14788
|
-
"neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
|
|
14789
|
-
"neptune.DateLookup.month": "mese",
|
|
14790
|
-
"neptune.DateLookup.next": "continua",
|
|
14791
|
-
"neptune.DateLookup.previous": "indietro",
|
|
14792
|
-
"neptune.DateLookup.selected": "selezionata",
|
|
14793
|
-
"neptune.DateLookup.twentyYears": "20 anni",
|
|
14794
|
-
"neptune.DateLookup.year": "anno",
|
|
14795
|
-
"neptune.FlowNavigation.back": "torna al passaggio precedente",
|
|
14796
|
-
"neptune.Link.opensInNewTab": "(si apre in una nuova scheda)",
|
|
14797
14748
|
"neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
|
|
14749
|
+
"neptune.Pagination.ariaLabel": "Navigazione",
|
|
14750
|
+
"neptune.PaginationLink.ariaLabel.active": "Via a pagina {pageNumber}",
|
|
14751
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Pagina corrente, pagina {pageNumber}",
|
|
14798
14752
|
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
14799
14753
|
"neptune.Summary.statusDone": "Completato",
|
|
14800
14754
|
"neptune.Summary.statusNotDone": "Da completare",
|
|
@@ -14830,24 +14784,16 @@ var it = {
|
|
|
14830
14784
|
};
|
|
14831
14785
|
|
|
14832
14786
|
var ja = {
|
|
14833
|
-
"neptune.Button.loadingAriaLabel": "読み込み中…",
|
|
14834
14787
|
"neptune.Chips.ariaLabel": "{choice} をクリア",
|
|
14835
14788
|
"neptune.ClearButton.ariaLabel": "消去",
|
|
14836
14789
|
"neptune.CloseButton.ariaLabel": "閉じる",
|
|
14837
14790
|
"neptune.DateInput.day.label": "日",
|
|
14838
14791
|
"neptune.DateInput.month.label": "月",
|
|
14839
14792
|
"neptune.DateInput.year.label": "年",
|
|
14840
|
-
"neptune.DateLookup.day": "日",
|
|
14841
|
-
"neptune.DateLookup.goTo20YearView": "20年表示に移動する",
|
|
14842
|
-
"neptune.DateLookup.month": "月",
|
|
14843
|
-
"neptune.DateLookup.next": "次",
|
|
14844
|
-
"neptune.DateLookup.previous": "前",
|
|
14845
|
-
"neptune.DateLookup.selected": "選択済み",
|
|
14846
|
-
"neptune.DateLookup.twentyYears": "20年",
|
|
14847
|
-
"neptune.DateLookup.year": "年",
|
|
14848
|
-
"neptune.FlowNavigation.back": "前のステップに戻る",
|
|
14849
|
-
"neptune.Link.opensInNewTab": "(新しいタブで開きます)",
|
|
14850
14793
|
"neptune.MoneyInput.Select.placeholder": "選択してください...",
|
|
14794
|
+
"neptune.Pagination.ariaLabel": "ページネーションナビゲーション",
|
|
14795
|
+
"neptune.PaginationLink.ariaLabel.active": "{pageNumber}のページへ移動します",
|
|
14796
|
+
"neptune.PaginationLink.ariaLabel.inactive": "現在のページ、{pageNumber}ページ",
|
|
14851
14797
|
"neptune.Select.searchPlaceholder": "検索... ",
|
|
14852
14798
|
"neptune.Summary.statusDone": "完了",
|
|
14853
14799
|
"neptune.Summary.statusNotDone": "未対応",
|
|
@@ -14883,24 +14829,16 @@ var ja = {
|
|
|
14883
14829
|
};
|
|
14884
14830
|
|
|
14885
14831
|
var pl = {
|
|
14886
|
-
"neptune.Button.loadingAriaLabel": "ładowanie",
|
|
14887
14832
|
"neptune.Chips.ariaLabel": "Wyczyść {choice}",
|
|
14888
14833
|
"neptune.ClearButton.ariaLabel": "Wyczyść",
|
|
14889
14834
|
"neptune.CloseButton.ariaLabel": "Zamknij",
|
|
14890
14835
|
"neptune.DateInput.day.label": "Dzień",
|
|
14891
14836
|
"neptune.DateInput.month.label": "Miesiąc",
|
|
14892
14837
|
"neptune.DateInput.year.label": "Rok",
|
|
14893
|
-
"neptune.DateLookup.day": "dzień",
|
|
14894
|
-
"neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
|
|
14895
|
-
"neptune.DateLookup.month": "miesiąc",
|
|
14896
|
-
"neptune.DateLookup.next": "następny",
|
|
14897
|
-
"neptune.DateLookup.previous": "poprzedni",
|
|
14898
|
-
"neptune.DateLookup.selected": "wybrano",
|
|
14899
|
-
"neptune.DateLookup.twentyYears": "20 lat",
|
|
14900
|
-
"neptune.DateLookup.year": "rok",
|
|
14901
|
-
"neptune.FlowNavigation.back": "wróć do poprzedniego kroku",
|
|
14902
|
-
"neptune.Link.opensInNewTab": "(otworzy się w nowej zakładce)",
|
|
14903
14838
|
"neptune.MoneyInput.Select.placeholder": "Wybierz opcję...",
|
|
14839
|
+
"neptune.Pagination.ariaLabel": "Nawigacja w paginacji",
|
|
14840
|
+
"neptune.PaginationLink.ariaLabel.active": "Przejdź do strony {pageNumber}",
|
|
14841
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Obecna strona, strona {pageNumber}",
|
|
14904
14842
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
14905
14843
|
"neptune.Summary.statusDone": "Czynność wykonana",
|
|
14906
14844
|
"neptune.Summary.statusNotDone": "Czynność do wykonania",
|
|
@@ -14936,24 +14874,16 @@ var pl = {
|
|
|
14936
14874
|
};
|
|
14937
14875
|
|
|
14938
14876
|
var pt = {
|
|
14939
|
-
"neptune.Button.loadingAriaLabel": "carregando",
|
|
14940
14877
|
"neptune.Chips.ariaLabel": "Remover {choice}",
|
|
14941
14878
|
"neptune.ClearButton.ariaLabel": "Remover",
|
|
14942
14879
|
"neptune.CloseButton.ariaLabel": "Fechar",
|
|
14943
14880
|
"neptune.DateInput.day.label": "Dia",
|
|
14944
14881
|
"neptune.DateInput.month.label": "Mês",
|
|
14945
14882
|
"neptune.DateInput.year.label": "Ano",
|
|
14946
|
-
"neptune.DateLookup.day": "dia",
|
|
14947
|
-
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
14948
|
-
"neptune.DateLookup.month": "mês",
|
|
14949
|
-
"neptune.DateLookup.next": "próximo",
|
|
14950
|
-
"neptune.DateLookup.previous": "anterior",
|
|
14951
|
-
"neptune.DateLookup.selected": "selecionada",
|
|
14952
|
-
"neptune.DateLookup.twentyYears": "20 anos",
|
|
14953
|
-
"neptune.DateLookup.year": "ano",
|
|
14954
|
-
"neptune.FlowNavigation.back": "back to previous step",
|
|
14955
|
-
"neptune.Link.opensInNewTab": "(abrir a página em uma nova aba)",
|
|
14956
14883
|
"neptune.MoneyInput.Select.placeholder": "Escolha uma opção...",
|
|
14884
|
+
"neptune.Pagination.ariaLabel": "Navegação pelas páginas",
|
|
14885
|
+
"neptune.PaginationLink.ariaLabel.active": "Ir para a página {pageNumber}",
|
|
14886
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Página atual, página {pageNumber}",
|
|
14957
14887
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
14958
14888
|
"neptune.Summary.statusDone": "Pronto",
|
|
14959
14889
|
"neptune.Summary.statusNotDone": "Não iniciado",
|
|
@@ -14989,24 +14919,16 @@ var pt = {
|
|
|
14989
14919
|
};
|
|
14990
14920
|
|
|
14991
14921
|
var ro = {
|
|
14992
|
-
"neptune.Button.loadingAriaLabel": "se încarcă",
|
|
14993
14922
|
"neptune.Chips.ariaLabel": "Șterge {choice}",
|
|
14994
14923
|
"neptune.ClearButton.ariaLabel": "Elimină",
|
|
14995
14924
|
"neptune.CloseButton.ariaLabel": "Închide",
|
|
14996
14925
|
"neptune.DateInput.day.label": "Zi",
|
|
14997
14926
|
"neptune.DateInput.month.label": "Lună",
|
|
14998
14927
|
"neptune.DateInput.year.label": "An",
|
|
14999
|
-
"neptune.DateLookup.day": "zi",
|
|
15000
|
-
"neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
|
|
15001
|
-
"neptune.DateLookup.month": "luna",
|
|
15002
|
-
"neptune.DateLookup.next": "înainte",
|
|
15003
|
-
"neptune.DateLookup.previous": "precedenta",
|
|
15004
|
-
"neptune.DateLookup.selected": "selectată",
|
|
15005
|
-
"neptune.DateLookup.twentyYears": "20 de ani",
|
|
15006
|
-
"neptune.DateLookup.year": "anul",
|
|
15007
|
-
"neptune.FlowNavigation.back": "înapoi la pasul anterior",
|
|
15008
|
-
"neptune.Link.opensInNewTab": "(se deschide într-o filă nouă)",
|
|
15009
14928
|
"neptune.MoneyInput.Select.placeholder": "Selectează o opţiune...",
|
|
14929
|
+
"neptune.Pagination.ariaLabel": "Navigare prin pagină",
|
|
14930
|
+
"neptune.PaginationLink.ariaLabel.active": "Du-te la pagina {pageNumber}",
|
|
14931
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Pagina curentă, pagina {pageNumber}",
|
|
15010
14932
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
15011
14933
|
"neptune.Summary.statusDone": "Finalizat",
|
|
15012
14934
|
"neptune.Summary.statusNotDone": "De făcut",
|
|
@@ -15042,24 +14964,16 @@ var ro = {
|
|
|
15042
14964
|
};
|
|
15043
14965
|
|
|
15044
14966
|
var ru = {
|
|
15045
|
-
"neptune.Button.loadingAriaLabel": "загрузка",
|
|
15046
14967
|
"neptune.Chips.ariaLabel": "Очистить {choice}",
|
|
15047
14968
|
"neptune.ClearButton.ariaLabel": "Очистить",
|
|
15048
14969
|
"neptune.CloseButton.ariaLabel": "Закрыть",
|
|
15049
14970
|
"neptune.DateInput.day.label": "День",
|
|
15050
14971
|
"neptune.DateInput.month.label": "Месяц",
|
|
15051
14972
|
"neptune.DateInput.year.label": "Год",
|
|
15052
|
-
"neptune.DateLookup.day": "день",
|
|
15053
|
-
"neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
|
|
15054
|
-
"neptune.DateLookup.month": "месяц",
|
|
15055
|
-
"neptune.DateLookup.next": "далее",
|
|
15056
|
-
"neptune.DateLookup.previous": "предыдущий",
|
|
15057
|
-
"neptune.DateLookup.selected": "выбрано",
|
|
15058
|
-
"neptune.DateLookup.twentyYears": "20 лет",
|
|
15059
|
-
"neptune.DateLookup.year": "год",
|
|
15060
|
-
"neptune.FlowNavigation.back": "вернуться к предыдущему шагу",
|
|
15061
|
-
"neptune.Link.opensInNewTab": "(откроется в новой вкладке)",
|
|
15062
14973
|
"neptune.MoneyInput.Select.placeholder": "Выберите вариант...",
|
|
14974
|
+
"neptune.Pagination.ariaLabel": "Постраничная навигация",
|
|
14975
|
+
"neptune.PaginationLink.ariaLabel.active": "Перейти на страницу {pageNumber}",
|
|
14976
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Текущая страница, страница {pageNumber}",
|
|
15063
14977
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
15064
14978
|
"neptune.Summary.statusDone": "Этап завершен",
|
|
15065
14979
|
"neptune.Summary.statusNotDone": "Этап к выполнению",
|
|
@@ -15095,24 +15009,16 @@ var ru = {
|
|
|
15095
15009
|
};
|
|
15096
15010
|
|
|
15097
15011
|
var th = {
|
|
15098
|
-
"neptune.Button.loadingAriaLabel": "กำลังโหลด",
|
|
15099
15012
|
"neptune.Chips.ariaLabel": "เคลียร์ {choice}",
|
|
15100
15013
|
"neptune.ClearButton.ariaLabel": "ชัดเจน",
|
|
15101
15014
|
"neptune.CloseButton.ariaLabel": "ปิด",
|
|
15102
15015
|
"neptune.DateInput.day.label": "วัน",
|
|
15103
15016
|
"neptune.DateInput.month.label": "เดือน",
|
|
15104
15017
|
"neptune.DateInput.year.label": "ปี",
|
|
15105
|
-
"neptune.DateLookup.day": "วัน",
|
|
15106
|
-
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
15107
|
-
"neptune.DateLookup.month": "เดือน",
|
|
15108
|
-
"neptune.DateLookup.next": "ถัดไป",
|
|
15109
|
-
"neptune.DateLookup.previous": "ก่อนหน้า",
|
|
15110
|
-
"neptune.DateLookup.selected": "เลือกแล้ว",
|
|
15111
|
-
"neptune.DateLookup.twentyYears": "20 ปี",
|
|
15112
|
-
"neptune.DateLookup.year": "ปี",
|
|
15113
|
-
"neptune.FlowNavigation.back": "back to previous step",
|
|
15114
|
-
"neptune.Link.opensInNewTab": "(opens in new tab)",
|
|
15115
15018
|
"neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
|
|
15019
|
+
"neptune.Pagination.ariaLabel": "การนำทางเลขหน้า",
|
|
15020
|
+
"neptune.PaginationLink.ariaLabel.active": "ไปที่หน้า {pageNumber}",
|
|
15021
|
+
"neptune.PaginationLink.ariaLabel.inactive": "หน้าปัจจุบัน หน้า {pageNumber}",
|
|
15116
15022
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
15117
15023
|
"neptune.Summary.statusDone": "รายการที่ทำแล้ว",
|
|
15118
15024
|
"neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
|
|
@@ -15148,24 +15054,16 @@ var th = {
|
|
|
15148
15054
|
};
|
|
15149
15055
|
|
|
15150
15056
|
var tr = {
|
|
15151
|
-
"neptune.Button.loadingAriaLabel": "yükleniyor",
|
|
15152
15057
|
"neptune.Chips.ariaLabel": "{choice} temizle",
|
|
15153
15058
|
"neptune.ClearButton.ariaLabel": "Sil",
|
|
15154
15059
|
"neptune.CloseButton.ariaLabel": "Kapat",
|
|
15155
15060
|
"neptune.DateInput.day.label": "Gün",
|
|
15156
15061
|
"neptune.DateInput.month.label": "Ay",
|
|
15157
15062
|
"neptune.DateInput.year.label": "Yıl",
|
|
15158
|
-
"neptune.DateLookup.day": "gün",
|
|
15159
|
-
"neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
|
|
15160
|
-
"neptune.DateLookup.month": "ay",
|
|
15161
|
-
"neptune.DateLookup.next": "devam et",
|
|
15162
|
-
"neptune.DateLookup.previous": "önceki",
|
|
15163
|
-
"neptune.DateLookup.selected": "seçili",
|
|
15164
|
-
"neptune.DateLookup.twentyYears": "20 yıl",
|
|
15165
|
-
"neptune.DateLookup.year": "yıl",
|
|
15166
|
-
"neptune.FlowNavigation.back": "önceki adıma dön",
|
|
15167
|
-
"neptune.Link.opensInNewTab": "(yeni sekmede açılır)",
|
|
15168
15063
|
"neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
|
|
15064
|
+
"neptune.Pagination.ariaLabel": "Sayfalandırma gezintisi",
|
|
15065
|
+
"neptune.PaginationLink.ariaLabel.active": "{pageNumber} numaralı sayfaya git",
|
|
15066
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Mevcut sayfa, sayfa {pageNumber}",
|
|
15169
15067
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
15170
15068
|
"neptune.Summary.statusDone": "Tamamlanan aşama",
|
|
15171
15069
|
"neptune.Summary.statusNotDone": "Yapılacak",
|
|
@@ -15201,24 +15099,16 @@ var tr = {
|
|
|
15201
15099
|
};
|
|
15202
15100
|
|
|
15203
15101
|
var uk = {
|
|
15204
|
-
"neptune.Button.loadingAriaLabel": "завантаження",
|
|
15205
15102
|
"neptune.Chips.ariaLabel": "Очистити {choice}",
|
|
15206
15103
|
"neptune.ClearButton.ariaLabel": "Очистити",
|
|
15207
15104
|
"neptune.CloseButton.ariaLabel": "Закрити",
|
|
15208
15105
|
"neptune.DateInput.day.label": "День",
|
|
15209
15106
|
"neptune.DateInput.month.label": "Місяць",
|
|
15210
15107
|
"neptune.DateInput.year.label": "Рік",
|
|
15211
|
-
"neptune.DateLookup.day": "дня",
|
|
15212
|
-
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
15213
|
-
"neptune.DateLookup.month": "місяць",
|
|
15214
|
-
"neptune.DateLookup.next": "уперед",
|
|
15215
|
-
"neptune.DateLookup.previous": "назад",
|
|
15216
|
-
"neptune.DateLookup.selected": "вибрано",
|
|
15217
|
-
"neptune.DateLookup.twentyYears": "20 років",
|
|
15218
|
-
"neptune.DateLookup.year": "рік",
|
|
15219
|
-
"neptune.FlowNavigation.back": "back to previous step",
|
|
15220
|
-
"neptune.Link.opensInNewTab": "(opens in new tab)",
|
|
15221
15108
|
"neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
|
|
15109
|
+
"neptune.Pagination.ariaLabel": "Перехід за сторінками",
|
|
15110
|
+
"neptune.PaginationLink.ariaLabel.active": "Перейти на сторінку {pageNumber}",
|
|
15111
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Ця сторінка, сторінка {pageNumber}",
|
|
15222
15112
|
"neptune.Select.searchPlaceholder": "Пошук…",
|
|
15223
15113
|
"neptune.Summary.statusDone": "Виконано",
|
|
15224
15114
|
"neptune.Summary.statusNotDone": "Не виконано",
|
|
@@ -15254,24 +15144,16 @@ var uk = {
|
|
|
15254
15144
|
};
|
|
15255
15145
|
|
|
15256
15146
|
var zhCN = {
|
|
15257
|
-
"neptune.Button.loadingAriaLabel": "正在加载",
|
|
15258
15147
|
"neptune.Chips.ariaLabel": "清除 {choice}",
|
|
15259
15148
|
"neptune.ClearButton.ariaLabel": "清晰",
|
|
15260
15149
|
"neptune.CloseButton.ariaLabel": "关闭",
|
|
15261
15150
|
"neptune.DateInput.day.label": "日",
|
|
15262
15151
|
"neptune.DateInput.month.label": "月",
|
|
15263
15152
|
"neptune.DateInput.year.label": "年",
|
|
15264
|
-
"neptune.DateLookup.day": "日",
|
|
15265
|
-
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
15266
|
-
"neptune.DateLookup.month": "月",
|
|
15267
|
-
"neptune.DateLookup.next": "下一页",
|
|
15268
|
-
"neptune.DateLookup.previous": "上一页",
|
|
15269
|
-
"neptune.DateLookup.selected": "已选",
|
|
15270
|
-
"neptune.DateLookup.twentyYears": "20年",
|
|
15271
|
-
"neptune.DateLookup.year": "年",
|
|
15272
|
-
"neptune.FlowNavigation.back": "back to previous step",
|
|
15273
|
-
"neptune.Link.opensInNewTab": "(opens in new tab)",
|
|
15274
15153
|
"neptune.MoneyInput.Select.placeholder": "请选择...",
|
|
15154
|
+
"neptune.Pagination.ariaLabel": "分页导航",
|
|
15155
|
+
"neptune.PaginationLink.ariaLabel.active": "转到第 {pageNumber} 页",
|
|
15156
|
+
"neptune.PaginationLink.ariaLabel.inactive": "当前页面,第 {pageNumber} 页",
|
|
15275
15157
|
"neptune.Select.searchPlaceholder": "搜索",
|
|
15276
15158
|
"neptune.Summary.statusDone": "已完成",
|
|
15277
15159
|
"neptune.Summary.statusNotDone": "未完成",
|
|
@@ -15307,24 +15189,16 @@ var zhCN = {
|
|
|
15307
15189
|
};
|
|
15308
15190
|
|
|
15309
15191
|
var zhHK = {
|
|
15310
|
-
"neptune.Button.loadingAriaLabel": "載入中",
|
|
15311
15192
|
"neptune.Chips.ariaLabel": "清除{choice}",
|
|
15312
15193
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
15313
15194
|
"neptune.CloseButton.ariaLabel": "關閉",
|
|
15314
15195
|
"neptune.DateInput.day.label": "日",
|
|
15315
15196
|
"neptune.DateInput.month.label": "月",
|
|
15316
15197
|
"neptune.DateInput.year.label": "年",
|
|
15317
|
-
"neptune.DateLookup.day": "日",
|
|
15318
|
-
"neptune.DateLookup.goTo20YearView": "切換至20年視圖",
|
|
15319
|
-
"neptune.DateLookup.month": "月",
|
|
15320
|
-
"neptune.DateLookup.next": "下一個",
|
|
15321
|
-
"neptune.DateLookup.previous": "上一個",
|
|
15322
|
-
"neptune.DateLookup.selected": "已選",
|
|
15323
|
-
"neptune.DateLookup.twentyYears": "20年",
|
|
15324
|
-
"neptune.DateLookup.year": "年",
|
|
15325
|
-
"neptune.FlowNavigation.back": "返回上一個步驟",
|
|
15326
|
-
"neptune.Link.opensInNewTab": "(在新分頁中開啟)",
|
|
15327
15198
|
"neptune.MoneyInput.Select.placeholder": "選擇一個選項…",
|
|
15199
|
+
"neptune.Pagination.ariaLabel": "分頁導航",
|
|
15200
|
+
"neptune.PaginationLink.ariaLabel.active": "前往第{pageNumber}頁",
|
|
15201
|
+
"neptune.PaginationLink.ariaLabel.inactive": "目前在第{pageNumber}頁",
|
|
15328
15202
|
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
15329
15203
|
"neptune.Summary.statusDone": "已完成事項",
|
|
15330
15204
|
"neptune.Summary.statusNotDone": "未完成事項",
|