From 2b06e48fb5acdba9b977587907e0389d1102fba2 Mon Sep 17 00:00:00 2001 From: Ashley Lesperance Date: Thu, 16 Mar 2023 11:18:29 -0400 Subject: [PATCH] chore(translations): UI bus - 2023-03-14 - Update translations related to: f679e96 - fix: show drilldown icon for drilldown dimension (#1129) --- apis/locale/locales/de.json | 5 +++++ apis/locale/locales/es.json | 5 +++++ apis/locale/locales/fr.json | 5 +++++ apis/locale/locales/it.json | 5 +++++ apis/locale/locales/ja.json | 5 +++++ apis/locale/locales/ko.json | 5 +++++ apis/locale/locales/nl.json | 5 +++++ apis/locale/locales/pl.json | 5 +++++ apis/locale/locales/pt.json | 5 +++++ apis/locale/locales/ru.json | 5 +++++ apis/locale/locales/sv.json | 5 +++++ apis/locale/locales/tr.json | 5 +++++ apis/locale/locales/zh-CN.json | 5 +++++ apis/locale/locales/zh-TW.json | 5 +++++ 14 files changed, 70 insertions(+) diff --git a/apis/locale/locales/de.json b/apis/locale/locales/de.json index 6c9c9a44b..773cfc1e9 100644 --- a/apis/locale/locales/de.json +++ b/apis/locale/locales/de.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Drilldown-Dimension", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Derzeit wird ein eingeschränkter Datensatz angezeigt, verwenden Sie die Suche, um die Größe zu reduzieren", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/es.json b/apis/locale/locales/es.json index 41a67a1ed..ec5685bb4 100644 --- a/apis/locale/locales/es.json +++ b/apis/locale/locales/es.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Dimensión jerárquica", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Actualmente se muestra un conjunto de datos limitado, utilice la búsqueda para reducir el tamaño", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/fr.json b/apis/locale/locales/fr.json index 5e6512975..6084b8c16 100644 --- a/apis/locale/locales/fr.json +++ b/apis/locale/locales/fr.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Dimension hiérarchique", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Ensemble de données limité actuellement affiché. Utilisez la rechercher pour réduire la taille.", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/it.json b/apis/locale/locales/it.json index c1326d425..940a29e83 100644 --- a/apis/locale/locales/it.json +++ b/apis/locale/locales/it.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Dimensione drill-down", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Attualmente visualizzato un set di dati limitato; utilizzare la ricerca per ridurre le dimensioni", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/ja.json b/apis/locale/locales/ja.json index 4e1ca2857..c986613a3 100644 --- a/apis/locale/locales/ja.json +++ b/apis/locale/locales/ja.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "軸のドリルダウン", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "現在表示されているデータ セットは制限されているため、検索を使ってサイズを縮小してください", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/ko.json b/apis/locale/locales/ko.json index 2ebbfa4f8..5e7d1964b 100644 --- a/apis/locale/locales/ko.json +++ b/apis/locale/locales/ko.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "드릴다운 차원", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "현재 제한된 데이터 집합이 표시되고 있습니다. 검색을 사용하여 크기를 줄이십시오.", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/nl.json b/apis/locale/locales/nl.json index 1d219bb3c..19c0a7cb5 100644 --- a/apis/locale/locales/nl.json +++ b/apis/locale/locales/nl.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Drill-downdimensie", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Er wordt momenteel een beperkte gegevensverzameling getoond, gebruik Zoeken om de omvang te verkleinen", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/pl.json b/apis/locale/locales/pl.json index 8a4af074f..764fbe2e0 100644 --- a/apis/locale/locales/pl.json +++ b/apis/locale/locales/pl.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Wymiar hierarchiczny", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Wyświetlany jest ograniczony zestaw danych. Użyj wyszukiwania, aby zmniejszyć rozmiar.", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/pt.json b/apis/locale/locales/pt.json index 3a9e3144c..19962276c 100644 --- a/apis/locale/locales/pt.json +++ b/apis/locale/locales/pt.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Dimensão de detalhamento", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Atualmente mostrando um conjunto de dados limitado, use a pesquisa para reduzir o tamanho", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/ru.json b/apis/locale/locales/ru.json index e9253bcb0..109918477 100644 --- a/apis/locale/locales/ru.json +++ b/apis/locale/locales/ru.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Детализированное измерение", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Сейчас отображается ограниченный набор данных. Используйте поиск, чтобы уменьшить размер.", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/sv.json b/apis/locale/locales/sv.json index 20946ea00..a52953ebd 100644 --- a/apis/locale/locales/sv.json +++ b/apis/locale/locales/sv.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Hierarkisk dimension", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "En begränsad datauppsättning visas. Använd sök för att minska storleken", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/tr.json b/apis/locale/locales/tr.json index 0f9b24283..806087509 100644 --- a/apis/locale/locales/tr.json +++ b/apis/locale/locales/tr.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "Detaya inme boyutu", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "Şu anda sınırlı bir veri kümesi gösteriliyor. Boyutu azaltmak için arama işlevini kullanın", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/zh-CN.json b/apis/locale/locales/zh-CN.json index 970aefe3e..517547f31 100644 --- a/apis/locale/locales/zh-CN.json +++ b/apis/locale/locales/zh-CN.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "钻取维度", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "目前显示有限的数据集,使用搜索来减少大小", "comment": "Disclaimer that not all data is being shown", diff --git a/apis/locale/locales/zh-TW.json b/apis/locale/locales/zh-TW.json index e1181ea60..85cc05442 100644 --- a/apis/locale/locales/zh-TW.json +++ b/apis/locale/locales/zh-TW.json @@ -19,6 +19,11 @@ "comment": "Dismiss the disclaimer that not all data is being shown", "version": "N/rgZJ2kTYsEGGa6KAsKEw==" }, + "Listbox.DrillDown": { + "value": "向下探查維度", + "comment": "Tooltip for the drill-down icons on the dimension titles in charts. (pde 160210)", + "version": "eS2MoGNzPvMj88TYxjGxYw==" + }, "Listbox.ItemsOverflow": { "value": "目前顯示有限資料集,請使用搜尋減少大小", "comment": "Disclaimer that not all data is being shown",