crazywoola пре 7 месеци
родитељ
комит
c5bdf08558

+ 10 - 1
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'>
-                        <div>{t('common.userProfile.roadmapAndFeedback')}</div>
+                        <div>{t('common.userProfile.communityFeedback')}</div>
                         <ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
                       </Link>
                     </Menu.Item>
@@ -149,6 +149,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
                         <ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
                       </Link>
                     </Menu.Item>
+                    <Menu.Item>
+                      <Link
+                        className={classNames(itemClassName, 'group justify-between')}
+                        href='https://roadmap.dify.ai'
+                        target='_blank' rel='noopener noreferrer'>
+                        <div>{t('common.userProfile.roadmap')}</div>
+                        <ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
+                      </Link>
+                    </Menu.Item>
                     {
                       document?.body?.getAttribute('data-public-site-about') !== 'hide' && (
                         <Menu.Item>

+ 1 - 1
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',

+ 2 - 1
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',

+ 1 - 1
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',

+ 1 - 1
web/i18n/fa-IR/common.ts

@@ -132,7 +132,7 @@ const translation = {
     workspace: 'فضای کاری',
     createWorkspace: 'ایجاد فضای کاری',
     helpCenter: 'راهنما',
-    roadmapAndFeedback: 'بازخورد',
+    communityFeedback: 'بازخورد',
     community: 'انجمن',
     about: 'درباره',
     logout: 'خروج',

+ 1 - 1
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',

+ 1 - 1
web/i18n/hi-IN/common.ts

@@ -137,7 +137,7 @@ const translation = {
     workspace: 'वर्कस्पेस',
     createWorkspace: 'वर्कस्पेस बनाएं',
     helpCenter: 'सहायता',
-    roadmapAndFeedback: 'प्रतिक्रिया',
+    communityFeedback: 'प्रतिक्रिया',
     community: 'समुदाय',
     about: 'के बारे में',
     logout: 'लॉग आउट',

+ 1 - 1
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',

+ 1 - 1
web/i18n/ja-JP/common.ts

@@ -132,7 +132,7 @@ const translation = {
     workspace: 'ワークスペース',
     createWorkspace: 'ワークスペースを作成',
     helpCenter: 'ヘルプ',
-    roadmapAndFeedback: 'フィードバック',
+    communityFeedback: 'フィードバック',
     community: 'コミュニティ',
     about: 'Difyについて',
     logout: 'ログアウト',

+ 1 - 1
web/i18n/ko-KR/common.ts

@@ -124,7 +124,7 @@ const translation = {
     workspace: '작업 공간',
     createWorkspace: '작업 공간 만들기',
     helpCenter: '도움말 센터',
-    roadmapAndFeedback: '로드맵 및 피드백',
+    communityFeedback: '로드맵 및 피드백',
     community: '커뮤니티',
     about: 'Dify 소개',
     logout: '로그아웃',

+ 1 - 1
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ę',

+ 1 - 1
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',

+ 1 - 1
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',

+ 1 - 1
web/i18n/ru-RU/common.ts

@@ -132,7 +132,7 @@ const translation = {
     workspace: 'Рабочее пространство',
     createWorkspace: 'Создать рабочее пространство',
     helpCenter: 'Помощь',
-    roadmapAndFeedback: 'Обратная связь',
+    communityFeedback: 'Обратная связь',
     community: 'Сообщество',
     about: 'О нас',
     logout: 'Выйти',

+ 1 - 1
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',

+ 1 - 1
web/i18n/uk-UA/common.ts

@@ -128,7 +128,7 @@ const translation = {
     workspace: 'Робочий простір',
     createWorkspace: 'Створити робочий простір',
     helpCenter: 'Довідковий центр',
-    roadmapAndFeedback: 'відгуки',
+    communityFeedback: 'відгуки',
     community: 'Спільнота',
     about: 'Про нас',
     logout: 'Вийти',

+ 1 - 1
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',

+ 2 - 1
web/i18n/zh-Hans/common.ts

@@ -132,7 +132,8 @@ const translation = {
     workspace: '工作空间',
     createWorkspace: '创建工作空间',
     helpCenter: '帮助文档',
-    roadmapAndFeedback: '用户反馈',
+    communityFeedback: '用户反馈',
+    roadmap: '路线图',
     community: '社区',
     about: '关于',
     logout: '登出',

+ 1 - 1
web/i18n/zh-Hant/common.ts

@@ -128,7 +128,7 @@ const translation = {
     workspace: '工作空間',
     createWorkspace: '建立工作空間',
     helpCenter: '幫助文件',
-    roadmapAndFeedback: '使用者反饋',
+    communityFeedback: '使用者反饋',
     community: '社群',
     about: '關於',
     logout: '登出',