You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(i18n): add the preview key group to all 8 remaining locales (#1667)
#1659 added preview.* (empty states, draft bar, pending-changes panel) to
en + zh only; the locale-parity test caught the other eight. Translated
(ja/ko/de/fr/es/pt/ru/ar), not English-stubbed.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/ar.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const ar = {
1898
1898
hoursAgo: 'قبل {{count}} ساعة',
1899
1899
daysAgo: 'قبل {{count}} يوم',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: 'تعذّر تحميل معاينة المسودة',
1904
+
loadFailedDescription: 'تعذّرت قراءة طبقة المسودة. أعد المحاولة أو تحقق من الاتصال.',
1905
+
notReadyTitle: '"{{app}}" ليس في المسودة بعد',
1906
+
notReadyDescription: 'قد يكون البناء قيد التشغيل، أو فشل قبل تجهيز هذا التطبيق. تحقق من حالة البناء في المحادثة — تتحدث هذه اللوحة عند وصول المسودات.',
1907
+
nothingTitle: 'لا شيء للمعاينة بعد',
1908
+
retry: 'إعادة المحاولة',
1909
+
},
1910
+
draftBar: {
1911
+
message: 'معاينة المسودة — أنت ترى تغييرات غير منشورة. لن يصبح أي شيء فعليًا حتى تنشر.',
1912
+
publish: 'نشر',
1913
+
publishing: 'جارٍ النشر…',
1914
+
exit: 'إنهاء المعاينة',
1915
+
changes: 'التغييرات',
1916
+
},
1917
+
changes: {
1918
+
title: 'التغييرات المعلّقة',
1919
+
description: 'ما الذي سيغيّره النشر. تُضاف العناصر الجديدة؛ وتستبدل التحديثات النسخة المنشورة.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/de.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const de = {
1898
1898
hoursAgo: 'vor {{count}} Std.',
1899
1899
daysAgo: 'vor {{count}} Tagen',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: 'Entwurfsvorschau konnte nicht geladen werden',
1904
+
loadFailedDescription: 'Das Entwurfs-Overlay konnte nicht gelesen werden. Erneut versuchen oder Verbindung prüfen.',
1905
+
notReadyTitle: '„{{app}}" ist noch nicht im Entwurf',
1906
+
notReadyDescription: 'Der Build läuft möglicherweise noch oder ist fehlgeschlagen, bevor diese App bereitgestellt wurde. Prüfen Sie den Build-Status in der Konversation — dieser Bereich aktualisiert sich, sobald Entwürfe eintreffen.',
1907
+
nothingTitle: 'Noch nichts zur Vorschau',
1908
+
retry: 'Erneut versuchen',
1909
+
},
1910
+
draftBar: {
1911
+
message: 'Entwurfsvorschau — Sie sehen unveröffentlichte Änderungen. Nichts ist live, bis Sie veröffentlichen.',
1912
+
publish: 'Veröffentlichen',
1913
+
publishing: 'Wird veröffentlicht…',
1914
+
exit: 'Vorschau beenden',
1915
+
changes: 'Änderungen',
1916
+
},
1917
+
changes: {
1918
+
title: 'Ausstehende Änderungen',
1919
+
description: 'Was die Veröffentlichung ändert. Neue Elemente werden hinzugefügt; Aktualisierungen überschreiben die Live-Version.',
1920
+
loading: 'Ausstehende Änderungen werden geladen…',
1921
+
loadFailed: 'Ausstehende Änderungen konnten nicht geladen werden:',
1922
+
empty: 'Nichts ausstehend — alle Entwürfe wurden veröffentlicht.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/es.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const es = {
1898
1898
hoursAgo: 'hace {{count}} h',
1899
1899
daysAgo: 'hace {{count}} días',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: 'No se pudo cargar la vista previa del borrador',
1904
+
loadFailedDescription: 'No se pudo leer la capa de borrador. Reintenta o comprueba tu conexión.',
1905
+
notReadyTitle: '«{{app}}» aún no está en el borrador',
1906
+
notReadyDescription: 'La compilación puede seguir en curso, o falló antes de preparar esta aplicación. Revisa la conversación para ver el estado — este panel se actualiza cuando llegan borradores.',
1907
+
nothingTitle: 'Nada que previsualizar todavía',
1908
+
retry: 'Reintentar',
1909
+
},
1910
+
draftBar: {
1911
+
message: 'Vista previa de borrador — estás viendo cambios sin publicar. Nada está en producción hasta que publiques.',
1912
+
publish: 'Publicar',
1913
+
publishing: 'Publicando…',
1914
+
exit: 'Salir de la vista previa',
1915
+
changes: 'Cambios',
1916
+
},
1917
+
changes: {
1918
+
title: 'Cambios pendientes',
1919
+
description: 'Lo que cambiará al publicar. Los elementos nuevos se añaden; las actualizaciones sobrescriben la versión publicada.',
1920
+
loading: 'Cargando cambios pendientes…',
1921
+
loadFailed: 'No se pudieron cargar los cambios pendientes:',
1922
+
empty: 'Nada pendiente — todos los borradores se han publicado.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/fr.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const fr = {
1898
1898
hoursAgo: 'il y a {{count}} h',
1899
1899
daysAgo: 'il y a {{count}} jours',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: "Échec du chargement de l'aperçu du brouillon",
1904
+
loadFailedDescription: "Impossible de lire la surcouche de brouillon. Réessayez ou vérifiez votre connexion.",
1905
+
notReadyTitle: '« {{app}} » n\'est pas encore dans le brouillon',
1906
+
notReadyDescription: "La génération est peut-être en cours, ou elle a échoué avant la préparation de cette application. Consultez la conversation pour connaître l'état — ce volet s'actualise à l'arrivée des brouillons.",
1907
+
nothingTitle: "Rien à prévisualiser pour l'instant",
1908
+
retry: 'Réessayer',
1909
+
},
1910
+
draftBar: {
1911
+
message: "Aperçu du brouillon — vous voyez des modifications non publiées. Rien n'est en ligne avant publication.",
1912
+
publish: 'Publier',
1913
+
publishing: 'Publication…',
1914
+
exit: "Quitter l'aperçu",
1915
+
changes: 'Modifications',
1916
+
},
1917
+
changes: {
1918
+
title: 'Modifications en attente',
1919
+
description: 'Ce que la publication changera. Les nouveaux éléments sont ajoutés ; les mises à jour remplacent la version en ligne.',
1920
+
loading: 'Chargement des modifications en attente…',
1921
+
loadFailed: 'Impossible de charger les modifications en attente :',
1922
+
empty: 'Rien en attente — tous les brouillons ont été publiés.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/pt.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const pt = {
1898
1898
hoursAgo: 'há {{count}} h',
1899
1899
daysAgo: 'há {{count}} dias',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: 'Falha ao carregar a pré-visualização do rascunho',
1904
+
loadFailedDescription: 'Não foi possível ler a camada de rascunho. Tente novamente ou verifique sua conexão.',
1905
+
notReadyTitle: '"{{app}}" ainda não está no rascunho',
1906
+
notReadyDescription: 'A compilação pode ainda estar em andamento, ou falhou antes de este app ser preparado. Verifique o estado na conversa — este painel é atualizado quando os rascunhos chegam.',
1907
+
nothingTitle: 'Nada para pré-visualizar ainda',
1908
+
retry: 'Tentar novamente',
1909
+
},
1910
+
draftBar: {
1911
+
message: 'Pré-visualização de rascunho — você está vendo alterações não publicadas. Nada entra no ar até você publicar.',
1912
+
publish: 'Publicar',
1913
+
publishing: 'Publicando…',
1914
+
exit: 'Sair da pré-visualização',
1915
+
changes: 'Alterações',
1916
+
},
1917
+
changes: {
1918
+
title: 'Alterações pendentes',
1919
+
description: 'O que a publicação vai mudar. Itens novos são adicionados; atualizações sobrescrevem a versão publicada.',
1920
+
loading: 'Carregando alterações pendentes…',
1921
+
loadFailed: 'Não foi possível carregar as alterações pendentes:',
1922
+
empty: 'Nada pendente — todos os rascunhos foram publicados.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/ru.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,6 +1898,32 @@ const ru = {
1898
1898
hoursAgo: '{{count}} ч назад',
1899
1899
daysAgo: '{{count}} дн назад',
1900
1900
},
1901
+
preview: {
1902
+
empty: {
1903
+
loadFailedTitle: 'Не удалось загрузить предпросмотр черновика',
1904
+
loadFailedDescription: 'Не удалось прочитать слой черновика. Повторите попытку или проверьте соединение.',
1905
+
notReadyTitle: '«{{app}}» ещё нет в черновике',
1906
+
notReadyDescription: 'Сборка может ещё выполняться или завершилась с ошибкой до подготовки этого приложения. Проверьте статус сборки в диалоге — панель обновится, когда появятся черновики.',
1907
+
nothingTitle: 'Пока нечего предпросматривать',
1908
+
retry: 'Повторить',
1909
+
},
1910
+
draftBar: {
1911
+
message: 'Предпросмотр черновика — вы видите неопубликованные изменения. Ничего не вступит в силу до публикации.',
1912
+
publish: 'Опубликовать',
1913
+
publishing: 'Публикация…',
1914
+
exit: 'Выйти из предпросмотра',
1915
+
changes: 'Изменения',
1916
+
},
1917
+
changes: {
1918
+
title: 'Ожидающие изменения',
1919
+
description: 'Что изменит публикация. Новые элементы добавляются; обновления перезаписывают опубликованную версию.',
1920
+
loading: 'Загрузка ожидающих изменений…',
1921
+
loadFailed: 'Не удалось загрузить ожидающие изменения:',
1922
+
empty: 'Ничего не ожидает — все черновики опубликованы.',
0 commit comments