From f7d565ae24fd6db94d3d3e4ac8d538a1172854a7 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Thu, 25 Jun 2026 10:55:36 +0800 Subject: [PATCH] feat(web): add missing snippet i18n keys --- web/i18n/ar-TN/app.json | 1 + web/i18n/ar-TN/snippet.json | 1 + web/i18n/de-DE/app.json | 1 + web/i18n/de-DE/snippet.json | 1 + web/i18n/en-US/app.json | 1 + web/i18n/en-US/snippet.json | 1 + web/i18n/es-ES/app.json | 1 + web/i18n/es-ES/snippet.json | 1 + web/i18n/fa-IR/app.json | 1 + web/i18n/fa-IR/snippet.json | 1 + web/i18n/fr-FR/app.json | 1 + web/i18n/fr-FR/snippet.json | 1 + web/i18n/hi-IN/app.json | 1 + web/i18n/hi-IN/snippet.json | 1 + web/i18n/id-ID/app.json | 1 + web/i18n/id-ID/snippet.json | 1 + web/i18n/it-IT/app.json | 1 + web/i18n/it-IT/snippet.json | 1 + web/i18n/ja-JP/app.json | 1 + web/i18n/ja-JP/snippet.json | 1 + web/i18n/ko-KR/app.json | 1 + web/i18n/ko-KR/snippet.json | 1 + web/i18n/nl-NL/app.json | 1 + web/i18n/nl-NL/snippet.json | 1 + web/i18n/pl-PL/app.json | 1 + web/i18n/pl-PL/snippet.json | 1 + web/i18n/pt-BR/app.json | 1 + web/i18n/pt-BR/snippet.json | 1 + web/i18n/ro-RO/app.json | 1 + web/i18n/ro-RO/snippet.json | 1 + web/i18n/ru-RU/app.json | 1 + web/i18n/ru-RU/snippet.json | 1 + web/i18n/sl-SI/app.json | 1 + web/i18n/sl-SI/snippet.json | 1 + web/i18n/th-TH/app.json | 1 + web/i18n/th-TH/snippet.json | 1 + web/i18n/tr-TR/app.json | 1 + web/i18n/tr-TR/snippet.json | 1 + web/i18n/uk-UA/app.json | 1 + web/i18n/uk-UA/snippet.json | 1 + web/i18n/vi-VN/app.json | 1 + web/i18n/vi-VN/snippet.json | 1 + web/i18n/zh-Hans/app.json | 1 + web/i18n/zh-Hans/snippet.json | 1 + web/i18n/zh-Hant/app.json | 1 + web/i18n/zh-Hant/snippet.json | 1 + 46 files changed, 46 insertions(+) diff --git a/web/i18n/ar-TN/app.json b/web/i18n/ar-TN/app.json index 2f776754461..0ca6f5d85f2 100644 --- a/web/i18n/ar-TN/app.json +++ b/web/i18n/ar-TN/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "فشل تحديث النجمة", "studio.starred": "المميزة بنجمة", "studio.unstarApp": "إزالة النجمة من التطبيق", + "studio.viewSnippets": "عرض المقتطفات", "switch": "التبديل إلى Workflow Orchestrate", "switchLabel": "نسخة التطبيق التي سيتم إنشاؤها", "switchStart": "بدء التبديل", diff --git a/web/i18n/ar-TN/snippet.json b/web/i18n/ar-TN/snippet.json index c8c1483de0e..2c86346c464 100644 --- a/web/i18n/ar-TN/snippet.json +++ b/web/i18n/ar-TN/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "تحرير المعلومات", "menu.exportSnippet": "تصدير مقتطف", "panelTitle": "حقل الإدخال", + "publishButton": "نشر", "publishFailed": "فشل نشر المقتطف", "publishMenuCurrentDraft": "المسودة الحالية غير منشورة", "publishSuccess": "تم نشر المقتطف", diff --git a/web/i18n/de-DE/app.json b/web/i18n/de-DE/app.json index d95be1f0699..bf345218f97 100644 --- a/web/i18n/de-DE/app.json +++ b/web/i18n/de-DE/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Stern konnte nicht aktualisiert werden", "studio.starred": "Markiert", "studio.unstarApp": "Markierung der App entfernen", + "studio.viewSnippets": "Snippets anzeigen", "switch": "Zu Workflow-Orchestrierung wechseln", "switchLabel": "Die zu erstellende App-Kopie", "switchStart": "Wechsel starten", diff --git a/web/i18n/de-DE/snippet.json b/web/i18n/de-DE/snippet.json index d6326af6635..c662f04915a 100644 --- a/web/i18n/de-DE/snippet.json +++ b/web/i18n/de-DE/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Informationen bearbeiten", "menu.exportSnippet": "Snippet exportieren", "panelTitle": "Eingabefeld", + "publishButton": "Veröffentlichen", "publishFailed": "Snippet konnte nicht veröffentlicht werden", "publishMenuCurrentDraft": "Aktueller Entwurf unveröffentlicht", "publishSuccess": "Snippet veröffentlicht", diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json index 3ffae71bb6e..dd3cc7648c7 100644 --- a/web/i18n/en-US/app.json +++ b/web/i18n/en-US/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Failed to update star", "studio.starred": "Starred", "studio.unstarApp": "Unstar app", + "studio.viewSnippets": "View Snippets", "switch": "Switch to Workflow Orchestrate", "switchLabel": "The app copy to be created", "switchStart": "Start switch", diff --git a/web/i18n/en-US/snippet.json b/web/i18n/en-US/snippet.json index fb8c38182ac..d960dfa3538 100644 --- a/web/i18n/en-US/snippet.json +++ b/web/i18n/en-US/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Edit Info", "menu.exportSnippet": "Export Snippet", "panelTitle": "Input Field", + "publishButton": "Publish", "publishFailed": "Failed to publish snippet", "publishMenuCurrentDraft": "Current draft unpublished", "publishSuccess": "Snippet published", diff --git a/web/i18n/es-ES/app.json b/web/i18n/es-ES/app.json index 8ba47249b3a..3d2cd58d41f 100644 --- a/web/i18n/es-ES/app.json +++ b/web/i18n/es-ES/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "No se pudo actualizar la estrella", "studio.starred": "Destacadas", "studio.unstarApp": "Quitar estrella de la aplicación", + "studio.viewSnippets": "Ver fragmentos", "switch": "Cambiar a Orquestación de Flujo de Trabajo", "switchLabel": "La copia de la app a crear", "switchStart": "Iniciar cambio", diff --git a/web/i18n/es-ES/snippet.json b/web/i18n/es-ES/snippet.json index e1ac6060e0c..29e81758b87 100644 --- a/web/i18n/es-ES/snippet.json +++ b/web/i18n/es-ES/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Editar información", "menu.exportSnippet": "Exportar fragmento", "panelTitle": "Campo de entrada", + "publishButton": "Publicar", "publishFailed": "No se pudo publicar el fragmento", "publishMenuCurrentDraft": "Borrador actual inédito", "publishSuccess": "Fragmento publicado", diff --git a/web/i18n/fa-IR/app.json b/web/i18n/fa-IR/app.json index 1746041b174..7f21e2f3352 100644 --- a/web/i18n/fa-IR/app.json +++ b/web/i18n/fa-IR/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "به‌روزرسانی ستاره ناموفق بود", "studio.starred": "ستاره‌دار", "studio.unstarApp": "برداشتن ستاره برنامه", + "studio.viewSnippets": "مشاهده قطعه‌ها", "switch": "تغییر به سازماندهی گردش کار", "switchLabel": "نسخه برنامه که ایجاد می‌شود", "switchStart": "شروع تغییر", diff --git a/web/i18n/fa-IR/snippet.json b/web/i18n/fa-IR/snippet.json index 8e66eb1645d..4cedf1229e9 100644 --- a/web/i18n/fa-IR/snippet.json +++ b/web/i18n/fa-IR/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "ویرایش اطلاعات", "menu.exportSnippet": "صادرات قطعه", "panelTitle": "فیلد ورودی", + "publishButton": "انتشار", "publishFailed": "انتشار قطعه ناموفق بود", "publishMenuCurrentDraft": "پیش نویس فعلی منتشر نشده است", "publishSuccess": "قطعه منتشر شد", diff --git a/web/i18n/fr-FR/app.json b/web/i18n/fr-FR/app.json index c1a69f09857..8f93dee1634 100644 --- a/web/i18n/fr-FR/app.json +++ b/web/i18n/fr-FR/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Échec de la mise à jour du favori", "studio.starred": "Favoris", "studio.unstarApp": "Retirer des favoris", + "studio.viewSnippets": "Voir les extraits", "switch": "Passer à l'orchestration de flux de travail", "switchLabel": "La copie de l'application à créer", "switchStart": "Commencer la commutation", diff --git a/web/i18n/fr-FR/snippet.json b/web/i18n/fr-FR/snippet.json index d7e6ccec4a3..491cee0f723 100644 --- a/web/i18n/fr-FR/snippet.json +++ b/web/i18n/fr-FR/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Modifier les informations", "menu.exportSnippet": "Exporter l'extrait", "panelTitle": "Champ de saisie", + "publishButton": "Publier", "publishFailed": "Échec de la publication de l'extrait", "publishMenuCurrentDraft": "Projet actuel non publié", "publishSuccess": "Extrait publié", diff --git a/web/i18n/hi-IN/app.json b/web/i18n/hi-IN/app.json index 1a684411579..50a7cdfa8e0 100644 --- a/web/i18n/hi-IN/app.json +++ b/web/i18n/hi-IN/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "स्टार अपडेट करने में विफल", "studio.starred": "स्टार किए गए", "studio.unstarApp": "ऐप से स्टार हटाएं", + "studio.viewSnippets": "स्निपेट देखें", "switch": "वर्कफ़्लो ऑर्केस्ट्रेट पर स्विच करें", "switchLabel": "बनाई जाने वाली ऐप कॉपी", "switchStart": "स्विच शुरू करें", diff --git a/web/i18n/hi-IN/snippet.json b/web/i18n/hi-IN/snippet.json index 0f6278765f7..9c2df491ba5 100644 --- a/web/i18n/hi-IN/snippet.json +++ b/web/i18n/hi-IN/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "जानकारी संपादित करें", "menu.exportSnippet": "स्निपेट निर्यात करें", "panelTitle": "इनपुट फ़ील्ड", + "publishButton": "प्रकाशित करें", "publishFailed": "स्निपेट प्रकाशित करने में विफल", "publishMenuCurrentDraft": "वर्तमान मसौदा अप्रकाशित", "publishSuccess": "स्निपेट प्रकाशित", diff --git a/web/i18n/id-ID/app.json b/web/i18n/id-ID/app.json index ff7cbc3888d..fe9271fabbe 100644 --- a/web/i18n/id-ID/app.json +++ b/web/i18n/id-ID/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Gagal memperbarui bintang", "studio.starred": "Berbintang", "studio.unstarApp": "Hapus bintang aplikasi", + "studio.viewSnippets": "Lihat snippet", "switch": "Beralih ke Workflow Orchestrate", "switchLabel": "Salinan aplikasi yang akan dibuat", "switchStart": "Sakelar mulai", diff --git a/web/i18n/id-ID/snippet.json b/web/i18n/id-ID/snippet.json index d2627ec8184..894a216a34c 100644 --- a/web/i18n/id-ID/snippet.json +++ b/web/i18n/id-ID/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Sunting Informasi", "menu.exportSnippet": "Ekspor Cuplikan", "panelTitle": "Bidang Masukan", + "publishButton": "Publikasikan", "publishFailed": "Gagal memublikasikan cuplikan", "publishMenuCurrentDraft": "Draf saat ini tidak dipublikasikan", "publishSuccess": "Cuplikan diterbitkan", diff --git a/web/i18n/it-IT/app.json b/web/i18n/it-IT/app.json index 44ac58fda24..2a68ddb07e8 100644 --- a/web/i18n/it-IT/app.json +++ b/web/i18n/it-IT/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Impossibile aggiornare la stella", "studio.starred": "Preferite", "studio.unstarApp": "Rimuovi app dai preferiti", + "studio.viewSnippets": "Visualizza snippet", "switch": "Passa a Orchestrazione del flusso di lavoro", "switchLabel": "La copia dell'app da creare", "switchStart": "Inizia il passaggio", diff --git a/web/i18n/it-IT/snippet.json b/web/i18n/it-IT/snippet.json index 18fd62ef91c..d5545c915d2 100644 --- a/web/i18n/it-IT/snippet.json +++ b/web/i18n/it-IT/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Modifica informazioni", "menu.exportSnippet": "Esporta frammento", "panelTitle": "Campo di immissione", + "publishButton": "Pubblica", "publishFailed": "Impossibile pubblicare lo snippet", "publishMenuCurrentDraft": "Bozza attuale non pubblicata", "publishSuccess": "Frammento pubblicato", diff --git a/web/i18n/ja-JP/app.json b/web/i18n/ja-JP/app.json index 984644a1a19..f07f42e2442 100644 --- a/web/i18n/ja-JP/app.json +++ b/web/i18n/ja-JP/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "スターの更新に失敗しました", "studio.starred": "スター付き", "studio.unstarApp": "アプリのスターを外す", + "studio.viewSnippets": "スニペットを表示", "switch": "ワークフロー オーケストレートに切り替える", "switchLabel": "作成されるアプリのコピー", "switchStart": "切り替えを開始する", diff --git a/web/i18n/ja-JP/snippet.json b/web/i18n/ja-JP/snippet.json index 0127fad6120..95d460df28b 100644 --- a/web/i18n/ja-JP/snippet.json +++ b/web/i18n/ja-JP/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "情 の編集", "menu.exportSnippet": "スニペットのエクスポート", "panelTitle": "入力フィールド", + "publishButton": "公開", "publishFailed": "スニペットの公開に失敗しました", "publishMenuCurrentDraft": "現在のドラフトは未公開です", "publishSuccess": "スニペットが公開されました", diff --git a/web/i18n/ko-KR/app.json b/web/i18n/ko-KR/app.json index f3e4065ee69..3c9663da75d 100644 --- a/web/i18n/ko-KR/app.json +++ b/web/i18n/ko-KR/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "별표 업데이트 실패", "studio.starred": "별표 표시됨", "studio.unstarApp": "앱 별표 해제", + "studio.viewSnippets": "스니펫 보기", "switch": "워크플로우 오케스트레이션으로 전환하기", "switchLabel": "생성될 앱의 복사본", "switchStart": "전환 시작하기", diff --git a/web/i18n/ko-KR/snippet.json b/web/i18n/ko-KR/snippet.json index 80f72b3dc6f..dcd722ecdf5 100644 --- a/web/i18n/ko-KR/snippet.json +++ b/web/i18n/ko-KR/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": " 보 편집", "menu.exportSnippet": "스니펫 내보내기", "panelTitle": "입 필드", + "publishButton": "게시", "publishFailed": "스니펫을 게시하지 못했습니다.", "publishMenuCurrentDraft": "현재 초안이 게시되지 않았습니다.", "publishSuccess": "스니펫이 게시되었습니다.", diff --git a/web/i18n/nl-NL/app.json b/web/i18n/nl-NL/app.json index a61af2657dc..ca0916944f0 100644 --- a/web/i18n/nl-NL/app.json +++ b/web/i18n/nl-NL/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Ster kon niet worden bijgewerkt", "studio.starred": "Gemarkeerd", "studio.unstarApp": "Markering van app verwijderen", + "studio.viewSnippets": "Snippets bekijken", "switch": "Switch to Workflow Orchestrate", "switchLabel": "The app copy to be created", "switchStart": "Start switch", diff --git a/web/i18n/nl-NL/snippet.json b/web/i18n/nl-NL/snippet.json index b75ee2591ad..ff7d962f45c 100644 --- a/web/i18n/nl-NL/snippet.json +++ b/web/i18n/nl-NL/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Bewerk informatie", "menu.exportSnippet": "Fragment exporteren", "panelTitle": "Invoerveld", + "publishButton": "Publiceren", "publishFailed": "Kan fragment niet publiceren", "publishMenuCurrentDraft": "Huidig concept niet gepubliceerd", "publishSuccess": "Fragment gepubliceerd", diff --git a/web/i18n/pl-PL/app.json b/web/i18n/pl-PL/app.json index d8a9ca9e05b..6daea811ad1 100644 --- a/web/i18n/pl-PL/app.json +++ b/web/i18n/pl-PL/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Nie udało się zaktualizować gwiazdki", "studio.starred": "Oznaczone gwiazdką", "studio.unstarApp": "Usuń gwiazdkę aplikacji", + "studio.viewSnippets": "Wyświetl fragmenty", "switch": "Przełącz na Orkiestrację Przepływu Pracy", "switchLabel": "Kopia aplikacji do utworzenia", "switchStart": "Rozpocznij przełączanie", diff --git a/web/i18n/pl-PL/snippet.json b/web/i18n/pl-PL/snippet.json index d463a9a4325..0e75202a6c9 100644 --- a/web/i18n/pl-PL/snippet.json +++ b/web/i18n/pl-PL/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Edytuj informacje", "menu.exportSnippet": "Eksportuj fragment", "panelTitle": "Pole wejściowe", + "publishButton": "Opublikuj", "publishFailed": "Nie udało się opublikować fragmentu", "publishMenuCurrentDraft": "Aktualny projekt niepublikowany", "publishSuccess": "Fragment opublikowany", diff --git a/web/i18n/pt-BR/app.json b/web/i18n/pt-BR/app.json index 445a65d76d2..8fe9f75c996 100644 --- a/web/i18n/pt-BR/app.json +++ b/web/i18n/pt-BR/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Falha ao atualizar favorito", "studio.starred": "Favoritos", "studio.unstarApp": "Remover app dos favoritos", + "studio.viewSnippets": "Ver snippets", "switch": "Mudar para Orquestração de Fluxo de Trabalho", "switchLabel": "A cópia do aplicativo a ser criada", "switchStart": "Iniciar mudança", diff --git a/web/i18n/pt-BR/snippet.json b/web/i18n/pt-BR/snippet.json index 8617f095351..f7802071915 100644 --- a/web/i18n/pt-BR/snippet.json +++ b/web/i18n/pt-BR/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Editar informações", "menu.exportSnippet": "Exportar trecho", "panelTitle": "Campo de entrada", + "publishButton": "Publicar", "publishFailed": "Falha ao publicar o snippet", "publishMenuCurrentDraft": "Rascunho atual não publicado", "publishSuccess": "Trecho publicado", diff --git a/web/i18n/ro-RO/app.json b/web/i18n/ro-RO/app.json index 61275664030..29ae37643f3 100644 --- a/web/i18n/ro-RO/app.json +++ b/web/i18n/ro-RO/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Actualizarea stelei a eșuat", "studio.starred": "Marcate cu stea", "studio.unstarApp": "Elimină steaua aplicației", + "studio.viewSnippets": "Vezi fragmentele", "switch": "Comută la Orchestrare Flux de Lucru", "switchLabel": "Copia aplicației care urmează să fie creată", "switchStart": "Începe comutarea", diff --git a/web/i18n/ro-RO/snippet.json b/web/i18n/ro-RO/snippet.json index 20eb1f28a5e..f91245129ab 100644 --- a/web/i18n/ro-RO/snippet.json +++ b/web/i18n/ro-RO/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Editați informații", "menu.exportSnippet": "Exportați fragmentul", "panelTitle": "Câmp de intrare", + "publishButton": "Publică", "publishFailed": "Nu s-a putut publica fragmentul", "publishMenuCurrentDraft": "Schița actuală nepublicată", "publishSuccess": "Snippet publicat", diff --git a/web/i18n/ru-RU/app.json b/web/i18n/ru-RU/app.json index e2cf880c357..bbd6838b861 100644 --- a/web/i18n/ru-RU/app.json +++ b/web/i18n/ru-RU/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Не удалось обновить отметку", "studio.starred": "Избранные", "studio.unstarApp": "Удалить приложение из избранного", + "studio.viewSnippets": "Посмотреть фрагменты", "switch": "Переключиться на Workflow", "switchLabel": "Копия приложения, которая будет создана", "switchStart": "Переключиться", diff --git a/web/i18n/ru-RU/snippet.json b/web/i18n/ru-RU/snippet.json index ea61c89aa44..ee63e10f107 100644 --- a/web/i18n/ru-RU/snippet.json +++ b/web/i18n/ru-RU/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": " едактировать информацию", "menu.exportSnippet": "Экспортировать фрагмент", "panelTitle": "Поле ввода", + "publishButton": "Опубликовать", "publishFailed": "Не удалось опубликовать фрагмент.", "publishMenuCurrentDraft": "Текущий проект не опубликован", "publishSuccess": "Фрагмент опубликован.", diff --git a/web/i18n/sl-SI/app.json b/web/i18n/sl-SI/app.json index e1b57f744cf..d566d93d616 100644 --- a/web/i18n/sl-SI/app.json +++ b/web/i18n/sl-SI/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Posodobitev zvezdice ni uspela", "studio.starred": "Označeno z zvezdico", "studio.unstarApp": "Odstrani zvezdico aplikacije", + "studio.viewSnippets": "Prikaži izrezke", "switch": "Preklopi na Workflow Orchestrate", "switchLabel": "Kopija aplikacije, ki bo ustvarjena", "switchStart": "Začni preklop", diff --git a/web/i18n/sl-SI/snippet.json b/web/i18n/sl-SI/snippet.json index 8d1cca58ee8..795bfd10494 100644 --- a/web/i18n/sl-SI/snippet.json +++ b/web/i18n/sl-SI/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Uredi informacije", "menu.exportSnippet": "Izvozi delček", "panelTitle": "Vnosno polje", + "publishButton": "Objavi", "publishFailed": "Objava delčka ni uspela", "publishMenuCurrentDraft": "Trenutni osnutek neobjavljen", "publishSuccess": "Delček objavljen", diff --git a/web/i18n/th-TH/app.json b/web/i18n/th-TH/app.json index 5c0b846f22c..18d1787e1a1 100644 --- a/web/i18n/th-TH/app.json +++ b/web/i18n/th-TH/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "อัปเดตดาวไม่สำเร็จ", "studio.starred": "ติดดาวแล้ว", "studio.unstarApp": "เลิกติดดาวแอป", + "studio.viewSnippets": "ดูสนิปเปต", "switch": "เปลี่ยนไปใช้ Workflow Orchestrate", "switchLabel": "สําเนาโปรเจกต์ที่จะสร้าง", "switchStart": "สวิตช์สตาร์ท", diff --git a/web/i18n/th-TH/snippet.json b/web/i18n/th-TH/snippet.json index 24c31bf865e..e9551e567cd 100644 --- a/web/i18n/th-TH/snippet.json +++ b/web/i18n/th-TH/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "แก้ไขข้อมูล", "menu.exportSnippet": "ส่งออกข้อมูลโค้ด", "panelTitle": "ช่องป้อนข้อมูล", + "publishButton": "เผยแพร่", "publishFailed": "ไม่สามารถเผยแพร่ตัวอย่างได้", "publishMenuCurrentDraft": "ฉบับร่างปัจจุบันไม่ได้เผยแพร่", "publishSuccess": "เผยแพร่ตัวอย่างแล้ว", diff --git a/web/i18n/tr-TR/app.json b/web/i18n/tr-TR/app.json index d7d7b2fad0a..f54a27f28ac 100644 --- a/web/i18n/tr-TR/app.json +++ b/web/i18n/tr-TR/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Yıldız güncellenemedi", "studio.starred": "Yıldızlı", "studio.unstarApp": "Uygulamanın yıldızını kaldır", + "studio.viewSnippets": "Snippet'leri görüntüle", "switch": "İş Akışı Orkestrasyonuna Geç", "switchLabel": "Oluşturulacak uygulama kopyası", "switchStart": "Geçişi Başlat", diff --git a/web/i18n/tr-TR/snippet.json b/web/i18n/tr-TR/snippet.json index 6799c107500..71b3f254982 100644 --- a/web/i18n/tr-TR/snippet.json +++ b/web/i18n/tr-TR/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Bilgileri Düzenle", "menu.exportSnippet": "Snippet'i Dışa Aktar", "panelTitle": "Giriş Alanı", + "publishButton": "Yayınla", "publishFailed": "Snippet yayınlanamadı", "publishMenuCurrentDraft": "Mevcut taslak yayınlanmadı", "publishSuccess": "Snippet yayınlandı", diff --git a/web/i18n/uk-UA/app.json b/web/i18n/uk-UA/app.json index 764eddb2d1e..23d0976774e 100644 --- a/web/i18n/uk-UA/app.json +++ b/web/i18n/uk-UA/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Не вдалося оновити зірку", "studio.starred": "Позначені зіркою", "studio.unstarApp": "Зняти зірку із застосунку", + "studio.viewSnippets": "Переглянути фрагменти", "switch": "Перейти до оркестрації робочого процесу", "switchLabel": "Копія додатка, яка буде створена", "switchStart": "Почати перемикання", diff --git a/web/i18n/uk-UA/snippet.json b/web/i18n/uk-UA/snippet.json index 954c6c1800f..49d21572093 100644 --- a/web/i18n/uk-UA/snippet.json +++ b/web/i18n/uk-UA/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": " едагувати інформацію", "menu.exportSnippet": "Експорт фрагмента", "panelTitle": "Поле введення", + "publishButton": "Опублікувати", "publishFailed": "Не вдалося опублікувати фрагмент", "publishMenuCurrentDraft": "Поточна чернетка не опублікована", "publishSuccess": "Фрагмент опубліковано", diff --git a/web/i18n/vi-VN/app.json b/web/i18n/vi-VN/app.json index 33cc2a36086..2fe5bd3e781 100644 --- a/web/i18n/vi-VN/app.json +++ b/web/i18n/vi-VN/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "Không thể cập nhật sao", "studio.starred": "Đã gắn sao", "studio.unstarApp": "Bỏ gắn sao ứng dụng", + "studio.viewSnippets": "Xem snippets", "switch": "Chuyển sang quản lý quy trình", "switchLabel": "Bản sao ứng dụng sẽ được tạo", "switchStart": "Bắt đầu chuyển", diff --git a/web/i18n/vi-VN/snippet.json b/web/i18n/vi-VN/snippet.json index 8f32a01ddc3..b4af3505a04 100644 --- a/web/i18n/vi-VN/snippet.json +++ b/web/i18n/vi-VN/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "Chỉnh sửa thông tin", "menu.exportSnippet": "Xuất đoạn trích", "panelTitle": "Trường nhập liệu", + "publishButton": "Xuất bản", "publishFailed": "Không thể xuất bản đoạn trích", "publishMenuCurrentDraft": "Bản thảo hiện tại chưa được xuất bản", "publishSuccess": "Đoạn trích được xuất bản", diff --git a/web/i18n/zh-Hans/app.json b/web/i18n/zh-Hans/app.json index c151d230eab..7c1a657358b 100644 --- a/web/i18n/zh-Hans/app.json +++ b/web/i18n/zh-Hans/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "更新星标失败", "studio.starred": "星标", "studio.unstarApp": "取消星标应用", + "studio.viewSnippets": "查看 Snippets", "switch": "迁移为工作流编排", "switchLabel": "新应用创建为", "switchStart": "开始迁移", diff --git a/web/i18n/zh-Hans/snippet.json b/web/i18n/zh-Hans/snippet.json index 55a5ffd61c6..eabdb057fb9 100644 --- a/web/i18n/zh-Hans/snippet.json +++ b/web/i18n/zh-Hans/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "编辑信息", "menu.exportSnippet": "导出 Snippet", "panelTitle": "输入字段", + "publishButton": "发布", "publishFailed": "发布 Snippet 失败", "publishMenuCurrentDraft": "当前草稿未发布", "publishSuccess": "Snippet 已发布", diff --git a/web/i18n/zh-Hant/app.json b/web/i18n/zh-Hant/app.json index a3a565015bf..40d0c70a915 100644 --- a/web/i18n/zh-Hant/app.json +++ b/web/i18n/zh-Hant/app.json @@ -222,6 +222,7 @@ "studio.starFailed": "更新星標失敗", "studio.starred": "星標", "studio.unstarApp": "取消星標應用", + "studio.viewSnippets": "查看片段", "switch": "遷移為工作流編排", "switchLabel": "新應用建立為", "switchStart": "開始遷移", diff --git a/web/i18n/zh-Hant/snippet.json b/web/i18n/zh-Hant/snippet.json index d954d2852be..8be90155d92 100644 --- a/web/i18n/zh-Hant/snippet.json +++ b/web/i18n/zh-Hant/snippet.json @@ -31,6 +31,7 @@ "menu.editInfo": "編輯訊息", "menu.exportSnippet": "導出片段", "panelTitle": "輸入欄位", + "publishButton": "發布", "publishFailed": "無法發布片段", "publishMenuCurrentDraft": "當前草案未發布", "publishSuccess": "已發布片段",