From 080f560a38a45fc499bcee33ecc2194a73f2fe9f Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Fri, 19 Jul 2024 13:17:40 +0400 Subject: [PATCH] Client: Added/applied ProductEditorsName translation key --- i18next/common.babel | 132 ++++++++++++++++++ .../client/src/pages/About/AboutContent.js | 3 +- public/locales/ar-SA/Common.json | 1 + public/locales/az/Common.json | 1 + public/locales/bg/Common.json | 1 + public/locales/cs/Common.json | 1 + public/locales/de/Common.json | 1 + public/locales/el-GR/Common.json | 1 + public/locales/en/Common.json | 1 + public/locales/es/Common.json | 1 + public/locales/fi/Common.json | 1 + public/locales/fr/Common.json | 1 + public/locales/hy-AM/Common.json | 1 + public/locales/it/Common.json | 1 + public/locales/ja-JP/Common.json | 1 + public/locales/ko-KR/Common.json | 1 + public/locales/lo-LA/Common.json | 1 + public/locales/lv/Common.json | 1 + public/locales/nl/Common.json | 1 + public/locales/pl/Common.json | 1 + public/locales/pt-BR/Common.json | 1 + public/locales/pt/Common.json | 1 + public/locales/ro/Common.json | 1 + public/locales/ru/Common.json | 1 + public/locales/si/Common.json | 1 + public/locales/sk/Common.json | 1 + public/locales/sl/Common.json | 1 + public/locales/sr-Cyrl-RS/Common.json | 1 + public/locales/sr-Latn-RS/Common.json | 1 + public/locales/tr/Common.json | 1 + public/locales/uk-UA/Common.json | 1 + public/locales/vi/Common.json | 1 + public/locales/zh-CN/Common.json | 1 + 33 files changed, 165 insertions(+), 1 deletion(-) diff --git a/i18next/common.babel b/i18next/common.babel index 5c98e9f5a0..cbec3e91ce 100644 --- a/i18next/common.babel +++ b/i18next/common.babel @@ -43054,6 +43054,138 @@ + + ProductEditorsName + + + + + + ar-SA + false + + + az-Latn-AZ + false + + + bg-BG + false + + + cs-CZ + false + + + de-DE + false + + + el-GR + false + + + en-US + false + + + es-ES + false + + + fi-FI + false + + + fr-FR + false + + + hy-AM + false + + + it-IT + false + + + ja-JP + false + + + ko-KR + false + + + lo-LA + false + + + lv-LV + false + + + nl-NL + false + + + pl-PL + false + + + pt-BR + false + + + pt-PT + false + + + ro-RO + false + + + ru-RU + false + + + si-SI + false + + + sk-SK + false + + + sl-SI + false + + + sr-Cyrl-RS + false + + + sr-Latn-RS + false + + + tr-TR + false + + + uk-UA + false + + + vi-VN + false + + + zh-CN + false + + + ProductName diff --git a/packages/client/src/pages/About/AboutContent.js b/packages/client/src/pages/About/AboutContent.js index 7007a5bb38..4b0e27285f 100644 --- a/packages/client/src/pages/About/AboutContent.js +++ b/packages/client/src/pages/About/AboutContent.js @@ -183,7 +183,8 @@ const AboutContent = (props) => { target="_blank" enableUserSelect > -  ONLYOFFICE Docs  +  {t("Common:OrganizationName")}{" "} + {t("Common:ProductEditorsName")}  v. diff --git a/public/locales/ar-SA/Common.json b/public/locales/ar-SA/Common.json index ca5c34b272..d10e3b968a 100644 --- a/public/locales/ar-SA/Common.json +++ b/public/locales/ar-SA/Common.json @@ -310,6 +310,7 @@ "PreparationPortalTitle": "جاري استعادة البوابة", "Preview": "معاينة ", "Previous": "السابق", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "الملف الشخصي", "Projects": "المشاريع", diff --git a/public/locales/az/Common.json b/public/locales/az/Common.json index 71118950f8..07239c3094 100644 --- a/public/locales/az/Common.json +++ b/public/locales/az/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Portalın bərpası davam edir", "Preview": "Öncədən bax", "Previous": "Əvvəlki ", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Layihələr", diff --git a/public/locales/bg/Common.json b/public/locales/bg/Common.json index 06efa9eaaa..1f672d1d34 100644 --- a/public/locales/bg/Common.json +++ b/public/locales/bg/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Възстановяването на портала е в ход.", "Preview": "Преглед", "Previous": "Предишен", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Профил", "Projects": "Проекти", diff --git a/public/locales/cs/Common.json b/public/locales/cs/Common.json index 965fe9f447..f79dbbcd4d 100644 --- a/public/locales/cs/Common.json +++ b/public/locales/cs/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Probíhá obnova portálu", "Preview": "Náhled", "Previous": "Předchozí", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekty", diff --git a/public/locales/de/Common.json b/public/locales/de/Common.json index 66b4387027..240c0b0e9c 100644 --- a/public/locales/de/Common.json +++ b/public/locales/de/Common.json @@ -310,6 +310,7 @@ "PreparationPortalTitle": "Wiederherstellung des Portals ist im Gange", "Preview": "Vorschau", "Previous": "Zurück", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekte", diff --git a/public/locales/el-GR/Common.json b/public/locales/el-GR/Common.json index f7256cafb8..2ff7f915c3 100644 --- a/public/locales/el-GR/Common.json +++ b/public/locales/el-GR/Common.json @@ -310,6 +310,7 @@ "PreparationPortalTitle": "Η αποκατάσταση της πύλης βρίσκεται σε εξέλιξη", "Preview": "Προεπισκόπηση", "Previous": "Προηγούμενο", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Προφίλ", "Projects": "Έργα", diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index a10a87019b..715e447fd7 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -325,6 +325,7 @@ "PreparationPortalTitle": "Portal restoring is underway", "Preview": "Preview", "Previous": "Previous", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profile", "Projects": "Projects", diff --git a/public/locales/es/Common.json b/public/locales/es/Common.json index b638f59daf..209f63769c 100644 --- a/public/locales/es/Common.json +++ b/public/locales/es/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Restauración de portal está en progreso", "Preview": "Vista previa", "Previous": "Anterior", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Perfil", "Projects": "Proyectos", diff --git a/public/locales/fi/Common.json b/public/locales/fi/Common.json index 31386c429a..7dedb85689 100644 --- a/public/locales/fi/Common.json +++ b/public/locales/fi/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Portaalin palautus on käynnissä.", "Preview": "Esikatselu", "Previous": "Edellinen", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profiili", "Projects": "Projektit", diff --git a/public/locales/fr/Common.json b/public/locales/fr/Common.json index ad72ea9991..b85694771f 100644 --- a/public/locales/fr/Common.json +++ b/public/locales/fr/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Restauration du portail est en cours.", "Preview": "Aperçu", "Previous": "Précédent", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projets", diff --git a/public/locales/hy-AM/Common.json b/public/locales/hy-AM/Common.json index b8ced740fb..b9a8ac419c 100644 --- a/public/locales/hy-AM/Common.json +++ b/public/locales/hy-AM/Common.json @@ -310,6 +310,7 @@ "PreparationPortalTitle": "Պորտալի վերականգնումն ընթացքի մեջ է", "Preview": "Նախադիտել", "Previous": "Նախորդ", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Անձնական էջ", "Projects": "Նախագծեր", diff --git a/public/locales/it/Common.json b/public/locales/it/Common.json index 687c03cc72..43dc0849a9 100644 --- a/public/locales/it/Common.json +++ b/public/locales/it/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Ripristino portale in corso.", "Preview": "Anteprima", "Previous": "Indietro", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profilo", "Projects": "Projects", diff --git a/public/locales/ja-JP/Common.json b/public/locales/ja-JP/Common.json index 6d699494bd..542bdbc806 100644 --- a/public/locales/ja-JP/Common.json +++ b/public/locales/ja-JP/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "ポータルの復元が実施中です。", "Preview": "プレビュー", "Previous": "前", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "プロフィール", "Projects": "プロジェクト", diff --git a/public/locales/ko-KR/Common.json b/public/locales/ko-KR/Common.json index 6c942528a0..fe3bae23de 100644 --- a/public/locales/ko-KR/Common.json +++ b/public/locales/ko-KR/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "포털 복원이 진행 중입니다", "Preview": "미리 보기", "Previous": "이전", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "프로필", "Projects": "프로젝트", diff --git a/public/locales/lo-LA/Common.json b/public/locales/lo-LA/Common.json index f1ab88141b..ed41db83ab 100644 --- a/public/locales/lo-LA/Common.json +++ b/public/locales/lo-LA/Common.json @@ -245,6 +245,7 @@ "PreparationPortalTitle": "ກໍາລັງດໍາເນີນການກູ້ຄືນພອດທັອນ", "Preview": "ເບິ່ງຕົວຢ່າງ", "Previous": "ທີ່ຜ່ານມາ", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "ຂໍ້ມູນສ່ວນໂຕ", "ProviderLoginError": "ອານຸຍາດຜິດພາດ", diff --git a/public/locales/lv/Common.json b/public/locales/lv/Common.json index e7dd3b8a60..d6bdd8ceb9 100644 --- a/public/locales/lv/Common.json +++ b/public/locales/lv/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Notiek portāla atjaunošana.", "Preview": "Priekšskatīt", "Previous": "Iepriekšējais", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profils", "Projects": "Projekti", diff --git a/public/locales/nl/Common.json b/public/locales/nl/Common.json index 6e073afba1..6e387a6ca4 100644 --- a/public/locales/nl/Common.json +++ b/public/locales/nl/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Portaal herstel is bezig.", "Preview": "Preview", "Previous": "Vorige", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profiel", "Projects": "Projecten", diff --git a/public/locales/pl/Common.json b/public/locales/pl/Common.json index 9d4750a813..ac9025c483 100644 --- a/public/locales/pl/Common.json +++ b/public/locales/pl/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Odtwarzanie portalu jest w toku.", "Preview": "Podgląd", "Previous": "Poprzednia", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekty", diff --git a/public/locales/pt-BR/Common.json b/public/locales/pt-BR/Common.json index fede931af0..58fbb90dbb 100644 --- a/public/locales/pt-BR/Common.json +++ b/public/locales/pt-BR/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Restauração do portal está em andamento.", "Preview": "Pré-visualizar", "Previous": "Anterior", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Perfil", "Projects": "Projetos", diff --git a/public/locales/pt/Common.json b/public/locales/pt/Common.json index 908c097619..e17b8700f6 100644 --- a/public/locales/pt/Common.json +++ b/public/locales/pt/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "A restauração do Portal está em curso", "Preview": "Pré-visualizar", "Previous": "Anterior", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Perfil", "Projects": "Projetos", diff --git a/public/locales/ro/Common.json b/public/locales/ro/Common.json index d631b1d5cb..414a4d1453 100644 --- a/public/locales/ro/Common.json +++ b/public/locales/ro/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Restaurarea portalului este în curs de desfășurare", "Preview": "Previzualizare", "Previous": "Anterior", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projecte", diff --git a/public/locales/ru/Common.json b/public/locales/ru/Common.json index 041c175403..439ac968fb 100644 --- a/public/locales/ru/Common.json +++ b/public/locales/ru/Common.json @@ -312,6 +312,7 @@ "PreparationPortalTitle": "Выполняется восстановление портала", "Preview": "Просмотр", "Previous": "Предыдущая", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Профиль", "Projects": "Проекты", diff --git a/public/locales/si/Common.json b/public/locales/si/Common.json index 1944930b46..e26c0f1a48 100644 --- a/public/locales/si/Common.json +++ b/public/locales/si/Common.json @@ -306,6 +306,7 @@ "PreparationPortalTitle": "ද්වාරය ප්‍රත්‍යර්පණය වෙමින්", "Preview": "පෙරදසුන", "Previous": "කලින්", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "පැතිකඩ", "Projects": "ව්‍යාපෘති", diff --git a/public/locales/sk/Common.json b/public/locales/sk/Common.json index 6e2bbe11a1..1b6dd6aebc 100644 --- a/public/locales/sk/Common.json +++ b/public/locales/sk/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Prebieha obnova portálu.", "Preview": "Náhľad", "Previous": "Predchádzajúci", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekty", diff --git a/public/locales/sl/Common.json b/public/locales/sl/Common.json index afca37fa9e..8a223163f5 100644 --- a/public/locales/sl/Common.json +++ b/public/locales/sl/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Obnavljanje portala je v teku", "Preview": "Predogled", "Previous": "Prejšnji", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekti", diff --git a/public/locales/sr-Cyrl-RS/Common.json b/public/locales/sr-Cyrl-RS/Common.json index 2bca74d16d..24ca92ae4e 100644 --- a/public/locales/sr-Cyrl-RS/Common.json +++ b/public/locales/sr-Cyrl-RS/Common.json @@ -315,6 +315,7 @@ "PreparationPortalTitle": "Обнова портала је у току", "Preview": "Преглед", "Previous": "Претходно", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Профил", "Projects": "Пројекти", diff --git a/public/locales/sr-Latn-RS/Common.json b/public/locales/sr-Latn-RS/Common.json index 9bcfc9bcda..ea74075e30 100644 --- a/public/locales/sr-Latn-RS/Common.json +++ b/public/locales/sr-Latn-RS/Common.json @@ -315,6 +315,7 @@ "PreparationPortalTitle": "Obnova portala je u toku", "Preview": "Pregled", "Previous": "Prethodno", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projekti", diff --git a/public/locales/tr/Common.json b/public/locales/tr/Common.json index 550a3e8cf7..ae85327a8a 100644 --- a/public/locales/tr/Common.json +++ b/public/locales/tr/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Portal geri yükleme yapılıyor.", "Preview": "Önizleme", "Previous": "Önceki", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Profil", "Projects": "Projeler", diff --git a/public/locales/uk-UA/Common.json b/public/locales/uk-UA/Common.json index af56352956..a0368e479e 100644 --- a/public/locales/uk-UA/Common.json +++ b/public/locales/uk-UA/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Портал відновлюється.", "Preview": "Попередній перегляд", "Previous": "Назад", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Профіль", "Projects": "Проєкти", diff --git a/public/locales/vi/Common.json b/public/locales/vi/Common.json index a1ca0dc991..43d7759b30 100644 --- a/public/locales/vi/Common.json +++ b/public/locales/vi/Common.json @@ -311,6 +311,7 @@ "PreparationPortalTitle": "Đang tiến hành khôi phục cổng.", "Preview": "Xem trước", "Previous": "Trước", + "ProductEditorsName": "Docs", "ProductName": "DocSpace", "Profile": "Hồ sơ", "Projects": "Kế hoạch", diff --git a/public/locales/zh-CN/Common.json b/public/locales/zh-CN/Common.json index 9d67f8a6b2..6ac4ba42b4 100644 --- a/public/locales/zh-CN/Common.json +++ b/public/locales/zh-CN/Common.json @@ -304,6 +304,7 @@ "PreparationPortalTitle": "门户恢复正在进行中。", "Preview": "预览", "Previous": "上一个", + "ProductEditorsName": "文档", "ProductName": "协作空间", "Profile": "个人资料", "Projects": "项目",