From e9c78d6f5c6ceeb980a51fe96240f909cd80a633 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 03:33:34 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#103162) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- public/locales/cs-CZ/grafana.json | 14 +++++++++----- public/locales/de-DE/grafana.json | 14 +++++++++----- public/locales/es-ES/grafana.json | 14 +++++++++----- public/locales/fr-FR/grafana.json | 14 +++++++++----- public/locales/hu-HU/grafana.json | 14 +++++++++----- public/locales/id-ID/grafana.json | 14 +++++++++----- public/locales/it-IT/grafana.json | 14 +++++++++----- public/locales/ja-JP/grafana.json | 14 +++++++++----- public/locales/ko-KR/grafana.json | 14 +++++++++----- public/locales/nl-NL/grafana.json | 14 +++++++++----- public/locales/pl-PL/grafana.json | 14 +++++++++----- public/locales/pt-BR/grafana.json | 14 +++++++++----- public/locales/pt-PT/grafana.json | 14 +++++++++----- public/locales/ru-RU/grafana.json | 14 +++++++++----- public/locales/sv-SE/grafana.json | 14 +++++++++----- public/locales/tr-TR/grafana.json | 14 +++++++++----- public/locales/zh-Hans/grafana.json | 14 +++++++++----- public/locales/zh-Hant/grafana.json | 14 +++++++++----- 18 files changed, 162 insertions(+), 90 deletions(-) diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index 0edd6cec639..f6d55948118 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -1132,6 +1132,12 @@ "success": "Nástěnka {{name}} byla přesunuta do Nedávno odstraněné" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Zkopírováno" @@ -1147,9 +1153,6 @@ "custom-value": { "description": "Použít vlastní hodnotu" }, - "group": { - "undefined": "Žádná skupina" - }, "options": { "no-found": "Nebyly nalezeny žádné možnosti." } @@ -4808,7 +4811,7 @@ "loading": "Načítání nástěnek", "noResultsForFilter": "Nebyly nalezeny žádné výsledky pro váš dotaz", "noResultsForFilterClear": "Vymazat vyhledávání", - "noResultsForScopes": "Nebyly nalezeny žádné nástěnky pro vybrané rozsahy", + "noResultsForScopes": "", "noResultsNoScopes": "Nejsou vybrány žádné rozsahy", "search": "Hledat", "toggle": { @@ -5156,7 +5159,8 @@ "week-start-label": "Začátek týdne" }, "theme": { - "default-label": "Výchozí" + "default-label": "Výchozí", + "experimental": "" }, "title": "Preference" }, diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 4e03773e0a0..ea01434788a 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1114,6 +1114,12 @@ "success": "Dashboard {{name}} in „Kürzlich gelöscht“ verschoben" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Kopiert" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Benutzerdefinierten Wert verwenden" }, - "group": { - "undefined": "Keine Gruppe" - }, "options": { "no-found": "Keine Optionen gefunden." } @@ -4780,7 +4783,7 @@ "loading": "Dashboards werden geladen", "noResultsForFilter": "Keine Ergebnisse für Ihre Abfrage gefunden", "noResultsForFilterClear": "Suche löschen", - "noResultsForScopes": "Keine Dashboards für die ausgewählten Bereiche gefunden", + "noResultsForScopes": "", "noResultsNoScopes": "Keine Bereiche ausgewählt", "search": "", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Wochenbeginn" }, "theme": { - "default-label": "Standard" + "default-label": "Standard", + "experimental": "" }, "title": "Einstellungen" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 5f4c85e3f46..019b18295f2 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1114,6 +1114,12 @@ "success": "El panel de control {{name}} se ha movido a Eliminados recientemente" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Copiado" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Usar valor personalizado" }, - "group": { - "undefined": "Sin grupo" - }, "options": { "no-found": "No se han encontrado opciones." } @@ -4780,7 +4783,7 @@ "loading": "Cargando paneles de control", "noResultsForFilter": "No se han encontrado resultados para tu consulta", "noResultsForFilterClear": "Borrar búsqueda", - "noResultsForScopes": "No se han encontrado paneles de control para los ámbitos seleccionados", + "noResultsForScopes": "", "noResultsNoScopes": "No se han seleccionado ámbitos", "search": "", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Inicio de la semana" }, "theme": { - "default-label": "Por defecto" + "default-label": "Por defecto", + "experimental": "" }, "title": "Preferencias" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 4e347b5256e..1fb228e1b04 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1114,6 +1114,12 @@ "success": "Le tableau de bord {{name}} a été déplacé vers Récemment supprimé" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Copié" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Utiliser une valeur personnalisée" }, - "group": { - "undefined": "Aucun groupe" - }, "options": { "no-found": "Aucune option trouvée." } @@ -4780,7 +4783,7 @@ "loading": "Chargement des tableaux de bord", "noResultsForFilter": "Aucun résultat n'a été trouvé pour votre requête", "noResultsForFilterClear": "Effacer la recherche", - "noResultsForScopes": "Aucun tableau de bord trouvé pour les portées sélectionnées", + "noResultsForScopes": "", "noResultsNoScopes": "Aucune portée sélectionnée", "search": "Rechercher", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Début de la semaine" }, "theme": { - "default-label": "Par défaut" + "default-label": "Par défaut", + "experimental": "" }, "title": "Préférences" }, diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index feb25737386..780d0848424 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -1114,6 +1114,12 @@ "success": "A(z) {{name}} irányítópult áthelyezve a Nemrég töröltek közé" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Másolva" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Egyéni érték használata" }, - "group": { - "undefined": "Nincs csoport" - }, "options": { "no-found": "Nem találhatók opciók." } @@ -4780,7 +4783,7 @@ "loading": "Irányítópultok betöltése", "noResultsForFilter": "Nincs találat a lekérdezésre", "noResultsForFilterClear": "Keresés törlése", - "noResultsForScopes": "Nem található irányítópult a kijelölt hatókörökhöz", + "noResultsForScopes": "", "noResultsNoScopes": "Nincsenek kijelölt hatókörök", "search": "Keresés", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Hét kezdete" }, "theme": { - "default-label": "Alapértelmezett" + "default-label": "Alapértelmezett", + "experimental": "" }, "title": "Preferenciák" }, diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 586cae7433b..731b519ab21 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -1105,6 +1105,12 @@ "success": "Dasbor {{name}} dipindahkan ke Baru dihapus" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Disalin" @@ -1120,9 +1126,6 @@ "custom-value": { "description": "Gunakan nilai kustom" }, - "group": { - "undefined": "Tidak ada grup" - }, "options": { "no-found": "Opsi tidak ditemukan." } @@ -4766,7 +4769,7 @@ "loading": "Memuat dasbor", "noResultsForFilter": "Hasil untuk kueri Anda tidak ditemukan", "noResultsForFilterClear": "Hapus pencarian", - "noResultsForScopes": "Tidak ada dasbor yang ditemukan untuk cakupan yang dipilih", + "noResultsForScopes": "", "noResultsNoScopes": "Tidak ada cakupan yang dipilih", "search": "Cari", "toggle": { @@ -5114,7 +5117,8 @@ "week-start-label": "Minggu mulai" }, "theme": { - "default-label": "Default" + "default-label": "Default", + "experimental": "" }, "title": "Preferensi" }, diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 103e5bfcf8b..90070ccbac8 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -1114,6 +1114,12 @@ "success": "Dashboard {{name}} spostato in Eliminati di recente" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Copiato" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Usa il valore personalizzato" }, - "group": { - "undefined": "Nessun gruppo" - }, "options": { "no-found": "Nessuna opzione trovata." } @@ -4780,7 +4783,7 @@ "loading": "Caricamento dashboard", "noResultsForFilter": "Nessun risultato trovato per la ricerca", "noResultsForFilterClear": "Azzera ricerca", - "noResultsForScopes": "Nessun dashboard trovato per gli ambiti selezionati", + "noResultsForScopes": "", "noResultsNoScopes": "Nessun ambito selezionato", "search": "Cerca", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Inizio settimana" }, "theme": { - "default-label": "Predefinito" + "default-label": "Predefinito", + "experimental": "" }, "title": "Preferenze" }, diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 4cc32d93e1a..12836453572 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -1105,6 +1105,12 @@ "success": "ダッシュボード、{{name}}が最近削除されたに移動しました" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "コピー済み" @@ -1120,9 +1126,6 @@ "custom-value": { "description": "カスタム値の利用" }, - "group": { - "undefined": "グループなし" - }, "options": { "no-found": "オプションが見つかりません" } @@ -4766,7 +4769,7 @@ "loading": "ダッシュボードを読み込んでいます", "noResultsForFilter": "クエリに一致する結果が見つかりませんでした。", "noResultsForFilterClear": "検索結果をクリア", - "noResultsForScopes": "選択したスコープのダッシュボードが見つかりません", + "noResultsForScopes": "", "noResultsNoScopes": "スコープが選択されていません", "search": "検索", "toggle": { @@ -5114,7 +5117,8 @@ "week-start-label": "週のはじまり" }, "theme": { - "default-label": "初期設定" + "default-label": "初期設定", + "experimental": "" }, "title": "環境設定" }, diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 883eede2bb0..26256cee738 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -1105,6 +1105,12 @@ "success": "{{name}} 대시보드를 '최근 삭제됨'으로 이동함" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "복사됨" @@ -1120,9 +1126,6 @@ "custom-value": { "description": "사용자 지정 값 사용" }, - "group": { - "undefined": "그룹 없음" - }, "options": { "no-found": "옵션을 찾을 수 없습니다." } @@ -4766,7 +4769,7 @@ "loading": "대시보드 로딩 중", "noResultsForFilter": "쿼리에 대해 찾은 결과 없음", "noResultsForFilterClear": "검색 초기화", - "noResultsForScopes": "선택한 범위에 대해 찾은 대시보드 없음", + "noResultsForScopes": "", "noResultsNoScopes": "선택된 범위 없음", "search": "검색", "toggle": { @@ -5114,7 +5117,8 @@ "week-start-label": "주 시작 요일" }, "theme": { - "default-label": "기본값" + "default-label": "기본값", + "experimental": "" }, "title": "기본 설정" }, diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 2058d9eec0c..62cd03ce4e9 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -1114,6 +1114,12 @@ "success": "Dashboard {{name}} is verplaatst naar Onlangs verwijderd" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Gekopieerd" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Aangepaste waarde gebruiken" }, - "group": { - "undefined": "Geen groep" - }, "options": { "no-found": "Geen opties gevonden." } @@ -4780,7 +4783,7 @@ "loading": "Dashboards laden", "noResultsForFilter": "Geen resultaten gevonden voor je zoekopdracht", "noResultsForFilterClear": "Zoekopdracht wissen", - "noResultsForScopes": "Geen dashboards gevonden voor de geselecteerde scopes", + "noResultsForScopes": "", "noResultsNoScopes": "Geen scopes geselecteerd", "search": "Zoeken", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Begin van de week" }, "theme": { - "default-label": "Standaard" + "default-label": "Standaard", + "experimental": "" }, "title": "Voorkeuren" }, diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index ff22d6f13fe..e28028c736a 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -1132,6 +1132,12 @@ "success": "Panel {{name}} przeniesiono do sekcji Ostatnio usunięte" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Skopiowano" @@ -1147,9 +1153,6 @@ "custom-value": { "description": "Użyj wartości niestandardowej" }, - "group": { - "undefined": "Brak grupy" - }, "options": { "no-found": "Brak opcji." } @@ -4808,7 +4811,7 @@ "loading": "Ładowanie pulpitów", "noResultsForFilter": "Nie znaleziono wyników dla tego zapytania", "noResultsForFilterClear": "Wyczyść wyszukiwanie", - "noResultsForScopes": "Nie znaleziono pulpitów dla wybranych zakresów", + "noResultsForScopes": "", "noResultsNoScopes": "Nie wybrano zakresów", "search": "Szukaj", "toggle": { @@ -5156,7 +5159,8 @@ "week-start-label": "Początek tygodnia" }, "theme": { - "default-label": "Domyślny" + "default-label": "Domyślny", + "experimental": "" }, "title": "Właściwości" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 36f509fc23c..8c88c7e0b6e 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1114,6 +1114,12 @@ "success": "Painel de controle {{name}} movido para a seção \"Excluídos recentemente\"" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Copiado" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Usar valor personalizado" }, - "group": { - "undefined": "Nenhum grupo" - }, "options": { "no-found": "Nenhuma opção encontrada." } @@ -4780,7 +4783,7 @@ "loading": "Carregando painéis de controle", "noResultsForFilter": "Nenhum resultado encontrado para sua consulta", "noResultsForFilterClear": "Limpar pesquisa", - "noResultsForScopes": "Nenhum painel de controle encontrado para os escopos selecionados", + "noResultsForScopes": "", "noResultsNoScopes": "Nenhum escopo selecionado", "search": "Pesquisar", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Início da semana" }, "theme": { - "default-label": "Padrão" + "default-label": "Padrão", + "experimental": "" }, "title": "Preferências" }, diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 0aa2ce09683..b5c02caf875 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -1114,6 +1114,12 @@ "success": "Painel de controlo {{name}} movido para Eliminados recentemente" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Copiado" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Utilizar valor personalizado" }, - "group": { - "undefined": "Sem grupo" - }, "options": { "no-found": "Nenhuma opção encontrada." } @@ -4780,7 +4783,7 @@ "loading": "A carregar painéis de controlo", "noResultsForFilter": "Não foram encontrados resultados para a sua consulta", "noResultsForFilterClear": "Limpar a pesquisa", - "noResultsForScopes": "Não foram encontrados painéis de controlo para os âmbitos selecionados", + "noResultsForScopes": "", "noResultsNoScopes": "Nenhum âmbito selecionado", "search": "Pesquisar", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Início da semana" }, "theme": { - "default-label": "Predefinição" + "default-label": "Predefinição", + "experimental": "" }, "title": "Preferências" }, diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index 4f7a89950d4..43b6eed1675 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -1132,6 +1132,12 @@ "success": "Дашборд {{name}} перемещен в последние удаленные" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Скопировано" @@ -1147,9 +1153,6 @@ "custom-value": { "description": "Использовать пользовательское значение" }, - "group": { - "undefined": "Нет групп" - }, "options": { "no-found": "Параметры не найдены." } @@ -4808,7 +4811,7 @@ "loading": "Загрузка дашбордов", "noResultsForFilter": "По вашему запросу ничего не найдено", "noResultsForFilterClear": "Очистить поиск", - "noResultsForScopes": "Не найдено дашбордов для выбранных областей", + "noResultsForScopes": "", "noResultsNoScopes": "Нет выбранных областей", "search": "Поиск", "toggle": { @@ -5156,7 +5159,8 @@ "week-start-label": "Начало недели" }, "theme": { - "default-label": "По умолчанию" + "default-label": "По умолчанию", + "experimental": "" }, "title": "Настройки" }, diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 8aa12ab4e88..508cf815164 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -1114,6 +1114,12 @@ "success": "Instrumentpanelen {{name}} har flyttats till Nyligen raderat" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Kopierad" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Använd eget värde" }, - "group": { - "undefined": "Ingen grupp" - }, "options": { "no-found": "Inga alternativ hittades." } @@ -4780,7 +4783,7 @@ "loading": "Laddar instrumentpaneler", "noResultsForFilter": "Inga resultat hittades för din fråga", "noResultsForFilterClear": "Rensa sökningen", - "noResultsForScopes": "Inga instrumentpaneler hittades för de valda omfattningarna", + "noResultsForScopes": "", "noResultsNoScopes": "Inga omfattningar har valts", "search": "Sök", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Veckostart" }, "theme": { - "default-label": "Standard" + "default-label": "Standard", + "experimental": "" }, "title": "Inställningar" }, diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 66200c7e519..96d5a96fd4d 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -1114,6 +1114,12 @@ "success": "{{name}} panosu Son silinenler'e taşındı" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "Kopyalandı" @@ -1129,9 +1135,6 @@ "custom-value": { "description": "Özel değer kullan" }, - "group": { - "undefined": "Grup yok" - }, "options": { "no-found": "Seçenek bulunamadı." } @@ -4780,7 +4783,7 @@ "loading": "Panolar yükleniyor", "noResultsForFilter": "Sorgunuz için sonuç bulunamadı", "noResultsForFilterClear": "Aramayı temizle", - "noResultsForScopes": "Seçilen kapsamlar için pano bulunamadı", + "noResultsForScopes": "", "noResultsNoScopes": "Kapsam seçilmedi", "search": "Ara", "toggle": { @@ -5128,7 +5131,8 @@ "week-start-label": "Hafta başlangıcı" }, "theme": { - "default-label": "Varsayılan" + "default-label": "Varsayılan", + "experimental": "" }, "title": "Tercihler" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 39c41476011..41468be5970 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1105,6 +1105,12 @@ "success": "数据面板 {{name}} 已移至“最近删除”" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "已复制" @@ -1120,9 +1126,6 @@ "custom-value": { "description": "使用自定义值" }, - "group": { - "undefined": "没有组" - }, "options": { "no-found": "未找到任何选项。" } @@ -4766,7 +4769,7 @@ "loading": "正在加载数据面板", "noResultsForFilter": "未找到与您的查询相关的结果", "noResultsForFilterClear": "清除搜索", - "noResultsForScopes": "未找到所选范围的数据面板", + "noResultsForScopes": "", "noResultsNoScopes": "未选择范围", "search": "", "toggle": { @@ -5114,7 +5117,8 @@ "week-start-label": "每周开始日" }, "theme": { - "default-label": "默认" + "default-label": "默认", + "experimental": "" }, "title": "首选项" }, diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 3c36f6bb509..bb96e8eef4a 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -1105,6 +1105,12 @@ "success": "儀表板「{{name}}」已移至「最近刪除」" } }, + "carousel": { + "close": "", + "error": "", + "next": "", + "previous": "" + }, "clipboard-button": { "inline-toast": { "success": "已複製" @@ -1120,9 +1126,6 @@ "custom-value": { "description": "使用自訂值" }, - "group": { - "undefined": "無群組" - }, "options": { "no-found": "沒有找到選項。" } @@ -4766,7 +4769,7 @@ "loading": "正在載入儀表板", "noResultsForFilter": "未找到您的查詢結果", "noResultsForFilterClear": "清除搜尋", - "noResultsForScopes": "未找到所選範圍的儀表板", + "noResultsForScopes": "", "noResultsNoScopes": "未選取範圍", "search": "搜尋", "toggle": { @@ -5114,7 +5117,8 @@ "week-start-label": "一週哪一天開始" }, "theme": { - "default-label": "預設值" + "default-label": "預設值", + "experimental": "" }, "title": "偏好設定" },