From 46cde56ddac4a99f0b52956e37326908b9ec74a0 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:33:02 +0800 Subject: [PATCH] Chore/add roadmap (#7943) --- web/app/components/header/account-dropdown/index.tsx | 11 ++++++++++- web/i18n/de-DE/common.ts | 2 +- web/i18n/en-US/common.ts | 3 ++- web/i18n/es-ES/common.ts | 2 +- web/i18n/fa-IR/common.ts | 2 +- web/i18n/fr-FR/common.ts | 2 +- web/i18n/hi-IN/common.ts | 2 +- web/i18n/it-IT/common.ts | 2 +- web/i18n/ja-JP/common.ts | 2 +- web/i18n/ko-KR/common.ts | 2 +- web/i18n/pl-PL/common.ts | 2 +- web/i18n/pt-BR/common.ts | 2 +- web/i18n/ro-RO/common.ts | 2 +- web/i18n/ru-RU/common.ts | 2 +- web/i18n/tr-TR/common.ts | 2 +- web/i18n/uk-UA/common.ts | 2 +- web/i18n/vi-VN/common.ts | 2 +- web/i18n/zh-Hans/common.ts | 3 ++- web/i18n/zh-Hant/common.ts | 2 +- 19 files changed, 30 insertions(+), 19 deletions(-) diff --git a/web/app/components/header/account-dropdown/index.tsx b/web/app/components/header/account-dropdown/index.tsx index 2298bff82d318a..1dd03e52901b41 100644 --- a/web/app/components/header/account-dropdown/index.tsx +++ b/web/app/components/header/account-dropdown/index.tsx @@ -125,7 +125,7 @@ export default function AppSelector({ isMobile }: IAppSelecotr) { className={classNames(itemClassName, 'group justify-between')} href='https://github.com/langgenius/dify/discussions/categories/feedbacks' target='_blank' rel='noopener noreferrer'> -
{t('common.userProfile.roadmapAndFeedback')}
+
{t('common.userProfile.communityFeedback')}
@@ -149,6 +149,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) { + + +
{t('common.userProfile.roadmap')}
+ + +
{ document?.body?.getAttribute('data-public-site-about') !== 'hide' && ( diff --git a/web/i18n/de-DE/common.ts b/web/i18n/de-DE/common.ts index 9a66d5b175f719..7c3d014b317ca3 100644 --- a/web/i18n/de-DE/common.ts +++ b/web/i18n/de-DE/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: 'Arbeitsbereich', createWorkspace: 'Arbeitsbereich erstellen', helpCenter: 'Hilfe', - roadmapAndFeedback: 'Feedback', + communityFeedback: 'Feedback', community: 'Gemeinschaft', about: 'Über', logout: 'Abmelden', diff --git a/web/i18n/en-US/common.ts b/web/i18n/en-US/common.ts index 87dab5cb712745..85ac1c0654dd8c 100644 --- a/web/i18n/en-US/common.ts +++ b/web/i18n/en-US/common.ts @@ -132,7 +132,8 @@ const translation = { workspace: 'Workspace', createWorkspace: 'Create Workspace', helpCenter: 'Help', - roadmapAndFeedback: 'Feedback', + communityFeedback: 'Feedback', + roadmap: 'Roadmap', community: 'Community', about: 'About', logout: 'Log out', diff --git a/web/i18n/es-ES/common.ts b/web/i18n/es-ES/common.ts index fc3777526359bb..35131b0ba616b6 100644 --- a/web/i18n/es-ES/common.ts +++ b/web/i18n/es-ES/common.ts @@ -132,7 +132,7 @@ const translation = { workspace: 'Espacio de trabajo', createWorkspace: 'Crear espacio de trabajo', helpCenter: 'Ayuda', - roadmapAndFeedback: 'Comentarios', + communityFeedback: 'Comentarios', community: 'Comunidad', about: 'Acerca de', logout: 'Cerrar sesión', diff --git a/web/i18n/fa-IR/common.ts b/web/i18n/fa-IR/common.ts index e4417bcbcc628a..02c9c6cf0621b7 100644 --- a/web/i18n/fa-IR/common.ts +++ b/web/i18n/fa-IR/common.ts @@ -132,7 +132,7 @@ const translation = { workspace: 'فضای کاری', createWorkspace: 'ایجاد فضای کاری', helpCenter: 'راهنما', - roadmapAndFeedback: 'بازخورد', + communityFeedback: 'بازخورد', community: 'انجمن', about: 'درباره', logout: 'خروج', diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts index 2ae07310062a79..14df722566a528 100644 --- a/web/i18n/fr-FR/common.ts +++ b/web/i18n/fr-FR/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: 'Espace de travail', createWorkspace: 'Créer un Espace de Travail', helpCenter: 'Aide', - roadmapAndFeedback: 'Retour d\'information', + communityFeedback: 'Retour d\'information', community: 'Communauté', about: 'À propos', logout: 'Se déconnecter', diff --git a/web/i18n/hi-IN/common.ts b/web/i18n/hi-IN/common.ts index 0a210072e164bd..68aed6bec59bbd 100644 --- a/web/i18n/hi-IN/common.ts +++ b/web/i18n/hi-IN/common.ts @@ -137,7 +137,7 @@ const translation = { workspace: 'वर्कस्पेस', createWorkspace: 'वर्कस्पेस बनाएं', helpCenter: 'सहायता', - roadmapAndFeedback: 'प्रतिक्रिया', + communityFeedback: 'प्रतिक्रिया', community: 'समुदाय', about: 'के बारे में', logout: 'लॉग आउट', diff --git a/web/i18n/it-IT/common.ts b/web/i18n/it-IT/common.ts index 595a5075eb5e75..ad3fb1fb9292aa 100644 --- a/web/i18n/it-IT/common.ts +++ b/web/i18n/it-IT/common.ts @@ -137,7 +137,7 @@ const translation = { workspace: 'Workspace', createWorkspace: 'Crea Workspace', helpCenter: 'Aiuto', - roadmapAndFeedback: 'Feedback', + communityFeedback: 'Feedback', community: 'Comunità', about: 'Informazioni', logout: 'Esci', diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index fc61141bd3106b..7a3a7b0550be26 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -132,7 +132,7 @@ const translation = { workspace: 'ワークスペース', createWorkspace: 'ワークスペースを作成', helpCenter: 'ヘルプ', - roadmapAndFeedback: 'フィードバック', + communityFeedback: 'フィードバック', community: 'コミュニティ', about: 'Difyについて', logout: 'ログアウト', diff --git a/web/i18n/ko-KR/common.ts b/web/i18n/ko-KR/common.ts index edd0295b89831c..52a4d6beabd448 100644 --- a/web/i18n/ko-KR/common.ts +++ b/web/i18n/ko-KR/common.ts @@ -124,7 +124,7 @@ const translation = { workspace: '작업 공간', createWorkspace: '작업 공간 만들기', helpCenter: '도움말 센터', - roadmapAndFeedback: '로드맵 및 피드백', + communityFeedback: '로드맵 및 피드백', community: '커뮤니티', about: 'Dify 소개', logout: '로그아웃', diff --git a/web/i18n/pl-PL/common.ts b/web/i18n/pl-PL/common.ts index 1f41abe154216d..856859539b6c46 100644 --- a/web/i18n/pl-PL/common.ts +++ b/web/i18n/pl-PL/common.ts @@ -133,7 +133,7 @@ const translation = { workspace: 'Przestrzeń robocza', createWorkspace: 'Utwórz przestrzeń roboczą', helpCenter: 'Pomoc', - roadmapAndFeedback: 'Opinie', + communityFeedback: 'Opinie', community: 'Społeczność', about: 'O', logout: 'Wyloguj się', diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts index f93979404ba30c..dde7007bd655b1 100644 --- a/web/i18n/pt-BR/common.ts +++ b/web/i18n/pt-BR/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: 'Espaço de trabalho', createWorkspace: 'Criar Espaço de Trabalho', helpCenter: 'Ajuda', - roadmapAndFeedback: 'Feedback', + communityFeedback: 'Feedback', community: 'Comunidade', about: 'Sobre', logout: 'Sair', diff --git a/web/i18n/ro-RO/common.ts b/web/i18n/ro-RO/common.ts index 34ca1c4671090c..7c3fbdb7f252ba 100644 --- a/web/i18n/ro-RO/common.ts +++ b/web/i18n/ro-RO/common.ts @@ -127,7 +127,7 @@ const translation = { workspace: 'Spațiu de lucru', createWorkspace: 'Creează Spațiu de lucru', helpCenter: 'Ajutor', - roadmapAndFeedback: 'Feedback', + communityFeedback: 'Feedback', community: 'Comunitate', about: 'Despre', logout: 'Deconectare', diff --git a/web/i18n/ru-RU/common.ts b/web/i18n/ru-RU/common.ts index 6aa98c9a1eada7..69cd159c3455cb 100644 --- a/web/i18n/ru-RU/common.ts +++ b/web/i18n/ru-RU/common.ts @@ -132,7 +132,7 @@ const translation = { workspace: 'Рабочее пространство', createWorkspace: 'Создать рабочее пространство', helpCenter: 'Помощь', - roadmapAndFeedback: 'Обратная связь', + communityFeedback: 'Обратная связь', community: 'Сообщество', about: 'О нас', logout: 'Выйти', diff --git a/web/i18n/tr-TR/common.ts b/web/i18n/tr-TR/common.ts index a194ffd76919d5..df7fc1bccb1c67 100644 --- a/web/i18n/tr-TR/common.ts +++ b/web/i18n/tr-TR/common.ts @@ -132,7 +132,7 @@ const translation = { workspace: 'Çalışma Alanı', createWorkspace: 'Çalışma Alanı Oluştur', helpCenter: 'Yardım', - roadmapAndFeedback: 'Geri Bildirim', + communityFeedback: 'Geri Bildirim', community: 'Topluluk', about: 'Hakkında', logout: 'Çıkış Yap', diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts index 33324ce0f2a1c6..5e7dc1dab8a6e1 100644 --- a/web/i18n/uk-UA/common.ts +++ b/web/i18n/uk-UA/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: 'Робочий простір', createWorkspace: 'Створити робочий простір', helpCenter: 'Довідковий центр', - roadmapAndFeedback: 'відгуки', + communityFeedback: 'відгуки', community: 'Спільнота', about: 'Про нас', logout: 'Вийти', diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index 19855d31f05a9a..6eb142fca3e0cf 100644 --- a/web/i18n/vi-VN/common.ts +++ b/web/i18n/vi-VN/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: 'Không gian làm việc', createWorkspace: 'Tạo Không gian làm việc', helpCenter: 'Trung tâm trợ giúp', - roadmapAndFeedback: 'Phản hồi', + communityFeedback: 'Phản hồi', community: 'Cộng đồng', about: 'Về chúng tôi', logout: 'Đăng xuất', diff --git a/web/i18n/zh-Hans/common.ts b/web/i18n/zh-Hans/common.ts index 5333d18763b582..477dd363c26668 100644 --- a/web/i18n/zh-Hans/common.ts +++ b/web/i18n/zh-Hans/common.ts @@ -132,7 +132,8 @@ const translation = { workspace: '工作空间', createWorkspace: '创建工作空间', helpCenter: '帮助文档', - roadmapAndFeedback: '用户反馈', + communityFeedback: '用户反馈', + roadmap: '路线图', community: '社区', about: '关于', logout: '登出', diff --git a/web/i18n/zh-Hant/common.ts b/web/i18n/zh-Hant/common.ts index 02296907d9505c..d4c21e992b19aa 100644 --- a/web/i18n/zh-Hant/common.ts +++ b/web/i18n/zh-Hant/common.ts @@ -128,7 +128,7 @@ const translation = { workspace: '工作空間', createWorkspace: '建立工作空間', helpCenter: '幫助文件', - roadmapAndFeedback: '使用者反饋', + communityFeedback: '使用者反饋', community: '社群', about: '關於', logout: '登出',