@box/metadata-editor 1.72.3 → 1.72.5

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 (49) hide show
  1. package/dist/i18n/bn-IN.js +5 -5
  2. package/dist/i18n/bn-IN.properties +5 -5
  3. package/dist/i18n/da-DK.js +3 -3
  4. package/dist/i18n/da-DK.properties +3 -3
  5. package/dist/i18n/de-DE.js +2 -2
  6. package/dist/i18n/de-DE.properties +2 -2
  7. package/dist/i18n/en-AU.js +2 -2
  8. package/dist/i18n/en-AU.properties +2 -2
  9. package/dist/i18n/en-GB.js +2 -2
  10. package/dist/i18n/en-GB.properties +2 -2
  11. package/dist/i18n/en-x-pseudo.js +158 -158
  12. package/dist/i18n/en-x-pseudo.properties +158 -158
  13. package/dist/i18n/es-419.js +3 -3
  14. package/dist/i18n/es-419.properties +3 -3
  15. package/dist/i18n/es-ES.js +3 -3
  16. package/dist/i18n/es-ES.properties +3 -3
  17. package/dist/i18n/fi-FI.js +5 -5
  18. package/dist/i18n/fi-FI.properties +5 -5
  19. package/dist/i18n/fr-CA.js +4 -4
  20. package/dist/i18n/fr-CA.properties +4 -4
  21. package/dist/i18n/fr-FR.js +4 -4
  22. package/dist/i18n/fr-FR.properties +4 -4
  23. package/dist/i18n/hi-IN.js +4 -4
  24. package/dist/i18n/hi-IN.properties +4 -4
  25. package/dist/i18n/it-IT.js +3 -3
  26. package/dist/i18n/it-IT.properties +3 -3
  27. package/dist/i18n/ja-JP.js +2 -2
  28. package/dist/i18n/ja-JP.properties +2 -2
  29. package/dist/i18n/ko-KR.js +5 -5
  30. package/dist/i18n/ko-KR.properties +5 -5
  31. package/dist/i18n/nb-NO.js +4 -4
  32. package/dist/i18n/nb-NO.properties +4 -4
  33. package/dist/i18n/nl-NL.js +3 -3
  34. package/dist/i18n/nl-NL.properties +3 -3
  35. package/dist/i18n/pl-PL.js +4 -4
  36. package/dist/i18n/pl-PL.properties +4 -4
  37. package/dist/i18n/pt-BR.js +2 -2
  38. package/dist/i18n/pt-BR.properties +2 -2
  39. package/dist/i18n/ru-RU.js +4 -4
  40. package/dist/i18n/ru-RU.properties +4 -4
  41. package/dist/i18n/sv-SE.js +6 -6
  42. package/dist/i18n/sv-SE.properties +6 -6
  43. package/dist/i18n/tr-TR.js +5 -5
  44. package/dist/i18n/tr-TR.properties +5 -5
  45. package/dist/i18n/zh-CN.js +3 -3
  46. package/dist/i18n/zh-CN.properties +3 -3
  47. package/dist/i18n/zh-TW.js +4 -4
  48. package/dist/i18n/zh-TW.properties +4 -4
  49. package/package.json +10 -10
@@ -1,11 +1,11 @@
1
1
  export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "Eliminar entrada y selección",
3
- "comboboxWithApiPagination.errorAction": "Recargar",
3
+ "comboboxWithApiPagination.errorAction": "Volver a cargar",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Error",
5
5
  "comboboxWithApiPagination.errorMessage": "Error al cargar las opciones",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Cargando…",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
8
- "comboboxWithApiPagination.noResults": "No se han encontrado resultados",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más",
8
+ "comboboxWithApiPagination.noResults": "No se encontraron resultados",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nueva plantilla",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Metadatos personalizados",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
@@ -1,7 +1,7 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
2
  comboboxWithApiPagination.clearButtonAriaLabel = Eliminar entrada y selección
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = Recargar
4
+ comboboxWithApiPagination.errorAction = Volver a cargar
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Error
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
@@ -9,9 +9,9 @@ comboboxWithApiPagination.errorMessage = Error al cargar las opciones
9
9
  # Visually hidden aria-label text for the loading spinner
10
10
  comboboxWithApiPagination.loadingAriaLabel = Cargando…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = No se han encontrado resultados
14
+ comboboxWithApiPagination.noResults = No se encontraron resultados
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nueva plantilla
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Tyhjennä syöte",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Tyhjennä syöte ja valinta",
3
3
  "comboboxWithApiPagination.errorAction": "Lataa uudelleen",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Virhe",
5
- "comboboxWithApiPagination.errorMessage": "Vaihtoehtoja ei voitu ladata.",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Ladataan...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
8
- "comboboxWithApiPagination.noResults": "Ei tuloksia",
5
+ "comboboxWithApiPagination.errorMessage": "Vaihtoehtoja ei voitu ladata",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Ladataan",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan lisää…",
8
+ "comboboxWithApiPagination.noResults": "Tuloksia ei löytynyt",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Uusi malli",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Mukautetut metatiedot",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
@@ -1,17 +1,17 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Tyhjennä syöte
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Tyhjennä syöte ja valinta
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Lataa uudelleen
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Virhe
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = Vaihtoehtoja ei voitu ladata.
8
+ comboboxWithApiPagination.errorMessage = Vaihtoehtoja ei voitu ladata
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Ladataan...
10
+ comboboxWithApiPagination.loadingAriaLabel = Ladataan
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Ladataan Lisää...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Ladataan lisää…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Ei tuloksia
14
+ comboboxWithApiPagination.noResults = Tuloksia ei löytynyt
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Uusi malli
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer l'entrée et la sélection",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer la saisie et la sélection",
3
3
  "comboboxWithApiPagination.errorAction": "Recharger",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Erreur",
5
5
  "comboboxWithApiPagination.errorMessage": "Échec du chargement des options",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
- "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Chargement supplémentaire…",
8
+ "comboboxWithApiPagination.noResults": "Aucun résultat ne correspond à votre recherche",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nouveau modèle",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Rechercher les modèles",
@@ -1,5 +1,5 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Effacer l'entrée et la sélection
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Effacer la saisie et la sélection
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Recharger
5
5
  # Aria-label text for the error icon in the loading results error message
@@ -7,11 +7,11 @@ comboboxWithApiPagination.errorIconLabel = Erreur
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Échec du chargement des options
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
10
+ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Chargement supplémentaire…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Aucun résultat trouvé
14
+ comboboxWithApiPagination.noResults = Aucun résultat ne correspond à votre recherche
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nouveau modèle
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer l'entrée et la sélection",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer la saisie et la sélection",
3
3
  "comboboxWithApiPagination.errorAction": "Recharger",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Erreur",
5
5
  "comboboxWithApiPagination.errorMessage": "Échec du chargement des options",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
- "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Chargement supplémentaire…",
8
+ "comboboxWithApiPagination.noResults": "Aucun résultat ne correspond à votre recherche",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nouveau modèle",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Rechercher les modèles",
@@ -1,5 +1,5 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Effacer l'entrée et la sélection
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Effacer la saisie et la sélection
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Recharger
5
5
  # Aria-label text for the error icon in the loading results error message
@@ -7,11 +7,11 @@ comboboxWithApiPagination.errorIconLabel = Erreur
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Échec du chargement des options
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
10
+ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Chargement supplémentaire…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Aucun résultat trouvé
14
+ comboboxWithApiPagination.noResults = Aucun résultat ne correspond à votre recherche
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nouveau modèle
17
17
  # Display name for custom metadata templates
@@ -1,10 +1,10 @@
1
1
  export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "इनपुट और चयन साफ करें",
3
- "comboboxWithApiPagination.errorAction": "फिर से लोड करें",
3
+ "comboboxWithApiPagination.errorAction": "पुनः लोड करें",
4
4
  "comboboxWithApiPagination.errorIconLabel": "त्रुटि",
5
- "comboboxWithApiPagination.errorMessage": "विकल्प लोड करने में विफल रहा",
6
- "comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "और लोड हो रहा है...",
5
+ "comboboxWithApiPagination.errorMessage": "विकल्पों को लोड करने में विफल रहा",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "और अधिक लोड हो रहा है…",
8
8
  "comboboxWithApiPagination.noResults": "कोई परिणाम नहीं मिला",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "नया टेम्पलेट",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "कस्टम मेटाडेटा",
@@ -1,15 +1,15 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
2
  comboboxWithApiPagination.clearButtonAriaLabel = इनपुट और चयन साफ करें
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = फिर से लोड करें
4
+ comboboxWithApiPagination.errorAction = पुनः लोड करें
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = त्रुटि
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = विकल्प लोड करने में विफल रहा
8
+ comboboxWithApiPagination.errorMessage = विकल्पों को लोड करने में विफल रहा
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = लोड हो रहा है...
10
+ comboboxWithApiPagination.loadingAriaLabel = लोड हो रहा है…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = और लोड हो रहा है...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = और अधिक लोड हो रहा है…
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = कोई परिणाम नहीं मिला
15
15
  # Label for the button that opens the template editor to create a new template
@@ -1,10 +1,10 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Annulla input e selezione",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Cancella inserimento e selezione",
3
3
  "comboboxWithApiPagination.errorAction": "Ricarica",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Errore",
5
5
  "comboboxWithApiPagination.errorMessage": "Caricamento delle opzioni non riuscito",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Caricamento in corso...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Caricamento altri risultati in corso…",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Caricamento in corso",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Ulteriore caricamento in corso…",
8
8
  "comboboxWithApiPagination.noResults": "Nessun risultato trovato",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nuovo modello",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Metadati personalizzati",
@@ -1,5 +1,5 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Annulla input e selezione
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Cancella inserimento e selezione
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Ricarica
5
5
  # Aria-label text for the error icon in the loading results error message
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Errore
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Caricamento delle opzioni non riuscito
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Caricamento in corso...
10
+ comboboxWithApiPagination.loadingAriaLabel = Caricamento in corso
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Caricamento altri risultati in corso…
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Ulteriore caricamento in corso…
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Nessun risultato trovato
15
15
  # Label for the button that opens the template editor to create a new template
@@ -3,8 +3,8 @@ export default {
3
3
  "comboboxWithApiPagination.errorAction": "再読み込み",
4
4
  "comboboxWithApiPagination.errorIconLabel": "エラー",
5
5
  "comboboxWithApiPagination.errorMessage": "オプションの読み込みに失敗しました",
6
- "comboboxWithApiPagination.loadingAriaLabel": "読み込み中...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "さらに読み込み中...",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "読み込み中…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "その他を読み込み中…",
8
8
  "comboboxWithApiPagination.noResults": "一致する結果がありません",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "新しいテンプレート",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "カスタムメタデータ",
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = エラー
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = オプションの読み込みに失敗しました
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = 読み込み中...
10
+ comboboxWithApiPagination.loadingAriaLabel = 読み込み中…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = さらに読み込み中...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = その他を読み込み中…
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = 一致する結果がありません
15
15
  # Label for the button that opens the template editor to create a new template
@@ -1,11 +1,11 @@
1
1
  export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "입력 및 선택 지우기",
3
- "comboboxWithApiPagination.errorAction": "다시 로드",
3
+ "comboboxWithApiPagination.errorAction": "새로고침",
4
4
  "comboboxWithApiPagination.errorIconLabel": "오류",
5
- "comboboxWithApiPagination.errorMessage": "옵션을 로드하지 못했습니다.",
6
- "comboboxWithApiPagination.loadingAriaLabel": "로드 중...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": " 많이 로드 중...",
8
- "comboboxWithApiPagination.noResults": "결과 없음",
5
+ "comboboxWithApiPagination.errorMessage": "상세한 옵션을 로드하지 못함",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "로드 중…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "자세한 내용 로딩 중…",
8
+ "comboboxWithApiPagination.noResults": "검색 결과가 없습니다",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "새 템플릿",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "사용자 정의 메타데이터",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "템플릿 검색",
@@ -1,17 +1,17 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
2
  comboboxWithApiPagination.clearButtonAriaLabel = 입력 및 선택 지우기
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = 다시 로드
4
+ comboboxWithApiPagination.errorAction = 새로고침
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = 오류
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = 옵션을 로드하지 못했습니다.
8
+ comboboxWithApiPagination.errorMessage = 상세한 옵션을 로드하지 못함
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = 로드 중...
10
+ comboboxWithApiPagination.loadingAriaLabel = 로드 중…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = 많이 로드 중...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = 자세한 내용 로딩 중…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = 결과 없음
14
+ comboboxWithApiPagination.noResults = 검색 결과가 없습니다
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = 새 템플릿
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Tøm inngang og valg",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Fjern inndata og valg",
3
3
  "comboboxWithApiPagination.errorAction": "Last inn på nytt",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Feil",
5
5
  "comboboxWithApiPagination.errorMessage": "Kunne ikke laste inn alternativer",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Laster …",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
8
- "comboboxWithApiPagination.noResults": "Ingen resultater funnet",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Laster …",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Laster flere …",
8
+ "comboboxWithApiPagination.noResults": "Fant ingen resultater",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Ny mal",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Egendefinerte metadata",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
@@ -1,5 +1,5 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Tøm inngang og valg
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Fjern inndata og valg
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Last inn på nytt
5
5
  # Aria-label text for the error icon in the loading results error message
@@ -7,11 +7,11 @@ comboboxWithApiPagination.errorIconLabel = Feil
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Kunne ikke laste inn alternativer
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Laster 
10
+ comboboxWithApiPagination.loadingAriaLabel = Laster
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Laster mer 
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Laster flere
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Ingen resultater funnet
14
+ comboboxWithApiPagination.noResults = Fant ingen resultater
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Ny mal
17
17
  # Display name for custom metadata templates
@@ -2,9 +2,9 @@ export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "Invoer en selectie wissen",
3
3
  "comboboxWithApiPagination.errorAction": "Opnieuw laden",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Fout",
5
- "comboboxWithApiPagination.errorMessage": "Kan opties niet laden",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Laden...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden...",
5
+ "comboboxWithApiPagination.errorMessage": "Kan geen opties laden",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Wordt geladen …",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden",
8
8
  "comboboxWithApiPagination.noResults": "Geen resultaten gevonden",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nieuwe sjabloon",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Aangepaste metagegevens",
@@ -5,11 +5,11 @@ comboboxWithApiPagination.errorAction = Opnieuw laden
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Fout
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = Kan opties niet laden
8
+ comboboxWithApiPagination.errorMessage = Kan geen opties laden
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Laden...
10
+ comboboxWithApiPagination.loadingAriaLabel = Wordt geladen …
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Meer laden...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Meer laden
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Geen resultaten gevonden
15
15
  # Label for the button that opens the template editor to create a new template
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Wyczyść dane wejściowe i wybór",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Wyczyść wprowadzone dane i wybór",
3
3
  "comboboxWithApiPagination.errorAction": "Wczytaj ponownie",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Błąd",
5
5
  "comboboxWithApiPagination.errorMessage": "Nie udało się wczytać opcji",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Trwa wczytywanie...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Wczytywanie więcej...",
8
- "comboboxWithApiPagination.noResults": "Nie znaleziono wyników",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Trwa wczytywanie",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Wczytywanie kolejnych…",
8
+ "comboboxWithApiPagination.noResults": "Brak wyników",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nowy szablon",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Niestandardowe metadane",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Wyszukaj szablony",
@@ -1,5 +1,5 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Wyczyść dane wejściowe i wybór
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Wyczyść wprowadzone dane i wybór
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
4
  comboboxWithApiPagination.errorAction = Wczytaj ponownie
5
5
  # Aria-label text for the error icon in the loading results error message
@@ -7,11 +7,11 @@ comboboxWithApiPagination.errorIconLabel = Błąd
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Nie udało się wczytać opcji
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Trwa wczytywanie...
10
+ comboboxWithApiPagination.loadingAriaLabel = Trwa wczytywanie
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Wczytywanie więcej...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Wczytywanie kolejnych…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Nie znaleziono wyników
14
+ comboboxWithApiPagination.noResults = Brak wyników
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nowy szablon
17
17
  # Display name for custom metadata templates
@@ -3,8 +3,8 @@ export default {
3
3
  "comboboxWithApiPagination.errorAction": "Recarregar",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Erro",
5
5
  "comboboxWithApiPagination.errorMessage": "Falha ao carregar opções",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Carregando...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Carregando mais...",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Carregando",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Carregando mais",
8
8
  "comboboxWithApiPagination.noResults": "Nenhum resultado encontrado",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Novo modelo",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Metadados personalizados",
@@ -7,9 +7,9 @@ comboboxWithApiPagination.errorIconLabel = Erro
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Falha ao carregar opções
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Carregando...
10
+ comboboxWithApiPagination.loadingAriaLabel = Carregando
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Carregando mais...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Carregando mais
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Nenhum resultado encontrado
15
15
  # Label for the button that opens the template editor to create a new template
@@ -2,10 +2,10 @@ export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "Очистить ввод и выбор",
3
3
  "comboboxWithApiPagination.errorAction": "Перезагрузить",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Ошибка",
5
- "comboboxWithApiPagination.errorMessage": "Не удалось загрузить параметры",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Загрузка...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Загрузка больше...",
8
- "comboboxWithApiPagination.noResults": "Результаты не найдены",
5
+ "comboboxWithApiPagination.errorMessage": "Ошибка загрузки опций",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Загрузка…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Загружаем больше…",
8
+ "comboboxWithApiPagination.noResults": "Поиск не дал результатов",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Новый шаблон",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Настраиваемые метаданные",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Поиск шаблонов",
@@ -5,13 +5,13 @@ comboboxWithApiPagination.errorAction = Перезагрузить
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Ошибка
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = Не удалось загрузить параметры
8
+ comboboxWithApiPagination.errorMessage = Ошибка загрузки опций
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Загрузка...
10
+ comboboxWithApiPagination.loadingAriaLabel = Загрузка…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Загрузка больше...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Загружаем больше…
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Результаты не найдены
14
+ comboboxWithApiPagination.noResults = Поиск не дал результатов
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Новый шаблон
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Rensa indata och val",
3
- "comboboxWithApiPagination.errorAction": "Ladda om",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Rensa inmatning och markering",
3
+ "comboboxWithApiPagination.errorAction": "Läs in igen",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Fel",
5
- "comboboxWithApiPagination.errorMessage": "Det gick inte att läsa in alternativ",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Läser in...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Läser in mer...",
8
- "comboboxWithApiPagination.noResults": "Inga träffar hittades",
5
+ "comboboxWithApiPagination.errorMessage": "Det gick inte att läsa in tillval",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Läser in",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Läser in mer",
8
+ "comboboxWithApiPagination.noResults": "Inga resultat hittades",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Ny mall",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Anpassad metadata",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Sök mallar",
@@ -1,17 +1,17 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Rensa indata och val
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Rensa inmatning och markering
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = Ladda om
4
+ comboboxWithApiPagination.errorAction = Läs in igen
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Fel
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = Det gick inte att läsa in alternativ
8
+ comboboxWithApiPagination.errorMessage = Det gick inte att läsa in tillval
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Läser in...
10
+ comboboxWithApiPagination.loadingAriaLabel = Läser in
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Läser in mer...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Läser in mer
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Inga träffar hittades
14
+ comboboxWithApiPagination.noResults = Inga resultat hittades
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Ny mall
17
17
  # Display name for custom metadata templates
@@ -1,11 +1,11 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Girdi ve seçimi temizle",
3
- "comboboxWithApiPagination.errorAction": "Yeniden yükle",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Girişi ve seçimi temizle",
3
+ "comboboxWithApiPagination.errorAction": "Tekrar yükleyin",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Hata",
5
5
  "comboboxWithApiPagination.errorMessage": "Seçenekler yüklenemedi",
6
- "comboboxWithApiPagination.loadingAriaLabel": "Yükleniyor...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "Daha fazla yükleniyor...",
8
- "comboboxWithApiPagination.noResults": "Sonuç bulunamadı",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "Yükleniyor",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Daha fazla yükleniyor",
8
+ "comboboxWithApiPagination.noResults": "Hiç sonuç bulunamadı",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Yeni Şablon",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Özel Meta Veri",
11
11
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları arayın",
@@ -1,17 +1,17 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = Girdi ve seçimi temizle
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Girişi ve seçimi temizle
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = Yeniden yükle
4
+ comboboxWithApiPagination.errorAction = Tekrar yükleyin
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = Hata
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
8
  comboboxWithApiPagination.errorMessage = Seçenekler yüklenemedi
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = Yükleniyor...
10
+ comboboxWithApiPagination.loadingAriaLabel = Yükleniyor
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = Daha fazla yükleniyor...
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = Daha fazla yükleniyor
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = Sonuç bulunamadı
14
+ comboboxWithApiPagination.noResults = Hiç sonuç bulunamadı
15
15
  # Label for the button that opens the template editor to create a new template
16
16
  groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Yeni Şablon
17
17
  # Display name for custom metadata templates
@@ -2,9 +2,9 @@ export default {
2
2
  "comboboxWithApiPagination.clearButtonAriaLabel": "清除输入和选择",
3
3
  "comboboxWithApiPagination.errorAction": "重新加载",
4
4
  "comboboxWithApiPagination.errorIconLabel": "错误",
5
- "comboboxWithApiPagination.errorMessage": "加载选项失败",
6
- "comboboxWithApiPagination.loadingAriaLabel": "正在加载......",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "正在加载更多……",
5
+ "comboboxWithApiPagination.errorMessage": "无法加载选项",
6
+ "comboboxWithApiPagination.loadingAriaLabel": "正在加载…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "加载更多…",
8
8
  "comboboxWithApiPagination.noResults": "未找到结果",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "新建模板",
10
10
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "自定义元数据",
@@ -5,11 +5,11 @@ comboboxWithApiPagination.errorAction = 重新加载
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = 错误
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = 加载选项失败
8
+ comboboxWithApiPagination.errorMessage = 无法加载选项
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = 正在加载......
10
+ comboboxWithApiPagination.loadingAriaLabel = 正在加载…
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = 正在加载更多……
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = 加载更多…
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = 未找到结果
15
15
  # Label for the button that opens the template editor to create a new template