Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/add roadmap #7943

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion web/app/components/header/account-dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/de-DE/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const translation = {
workspace: 'Arbeitsbereich',
createWorkspace: 'Arbeitsbereich erstellen',
helpCenter: 'Hilfe',
roadmapAndFeedback: 'Feedback',
communityFeedback: 'Feedback',
community: 'Gemeinschaft',
about: 'Über',
logout: 'Abmelden',
Expand Down
3 changes: 2 additions & 1 deletion web/i18n/en-US/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/es-ES/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/fa-IR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const translation = {
workspace: 'فضای کاری',
createWorkspace: 'ایجاد فضای کاری',
helpCenter: 'راهنما',
roadmapAndFeedback: 'بازخورد',
communityFeedback: 'بازخورد',
community: 'انجمن',
about: 'درباره',
logout: 'خروج',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/fr-FR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/hi-IN/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const translation = {
workspace: 'वर्कस्पेस',
createWorkspace: 'वर्कस्पेस बनाएं',
helpCenter: 'सहायता',
roadmapAndFeedback: 'प्रतिक्रिया',
communityFeedback: 'प्रतिक्रिया',
community: 'समुदाय',
about: 'के बारे में',
logout: 'लॉग आउट',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/it-IT/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const translation = {
workspace: 'Workspace',
createWorkspace: 'Crea Workspace',
helpCenter: 'Aiuto',
roadmapAndFeedback: 'Feedback',
communityFeedback: 'Feedback',
community: 'Comunità',
about: 'Informazioni',
logout: 'Esci',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ja-JP/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const translation = {
workspace: 'ワークスペース',
createWorkspace: 'ワークスペースを作成',
helpCenter: 'ヘルプ',
roadmapAndFeedback: 'フィードバック',
communityFeedback: 'フィードバック',
community: 'コミュニティ',
about: 'Difyについて',
logout: 'ログアウト',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ko-KR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const translation = {
workspace: '작업 공간',
createWorkspace: '작업 공간 만들기',
helpCenter: '도움말 센터',
roadmapAndFeedback: '로드맵 및 피드백',
communityFeedback: '로드맵 및 피드백',
community: '커뮤니티',
about: 'Dify 소개',
logout: '로그아웃',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pl-PL/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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ę',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pt-BR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ro-RO/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ru-RU/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const translation = {
workspace: 'Рабочее пространство',
createWorkspace: 'Создать рабочее пространство',
helpCenter: 'Помощь',
roadmapAndFeedback: 'Обратная связь',
communityFeedback: 'Обратная связь',
community: 'Сообщество',
about: 'О нас',
logout: 'Выйти',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/tr-TR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/uk-UA/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const translation = {
workspace: 'Робочий простір',
createWorkspace: 'Створити робочий простір',
helpCenter: 'Довідковий центр',
roadmapAndFeedback: 'відгуки',
communityFeedback: 'відгуки',
community: 'Спільнота',
about: 'Про нас',
logout: 'Вийти',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/vi-VN/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion web/i18n/zh-Hans/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ const translation = {
workspace: '工作空间',
createWorkspace: '创建工作空间',
helpCenter: '帮助文档',
roadmapAndFeedback: '用户反馈',
communityFeedback: '用户反馈',
roadmap: '路线图',
community: '社区',
about: '关于',
logout: '登出',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hant/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const translation = {
workspace: '工作空間',
createWorkspace: '建立工作空間',
helpCenter: '幫助文件',
roadmapAndFeedback: '使用者反饋',
communityFeedback: '使用者反饋',
community: '社群',
about: '關於',
logout: '登出',
Expand Down
Loading