mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
i18n: update "discover" title translations across multiple languages
- Updated the "discover" title in English, Japanese, Russian, Traditional Chinese, Greek, Spanish, French, and Portuguese to ensure accurate and consistent terminology. - Adjusted related key mappings in the localization files for improved clarity in user-facing messages.
This commit is contained in:
parent
a12c6583c8
commit
f6db418d50
@ -104,7 +104,7 @@ const titleKeyMap = {
|
||||
paintings: 'title.paintings',
|
||||
settings: 'title.settings',
|
||||
translate: 'title.translate',
|
||||
discover: 'discover.title'
|
||||
discover: 'title.discover'
|
||||
} as const
|
||||
|
||||
export const getTitleLabel = (key: string): string => {
|
||||
@ -128,7 +128,8 @@ const sidebarIconKeyMap = {
|
||||
translate: 'translate.title',
|
||||
minapp: 'minapp.title',
|
||||
knowledge: 'knowledge.title',
|
||||
files: 'files.title'
|
||||
files: 'files.title',
|
||||
discover: 'discover.title'
|
||||
} as const
|
||||
|
||||
export const getSidebarIconLabel = (key: string): string => {
|
||||
|
||||
@ -733,7 +733,7 @@
|
||||
},
|
||||
"discover": {
|
||||
"install": "Installation",
|
||||
"title": "follow system prompt",
|
||||
"title": "Discover",
|
||||
"uninstall": "uninstall",
|
||||
"update": "update",
|
||||
"update_all": "Full Update"
|
||||
@ -3419,6 +3419,7 @@
|
||||
"title": {
|
||||
"agents": "Agents",
|
||||
"apps": "Apps",
|
||||
"discover": "Discover",
|
||||
"files": "Files",
|
||||
"home": "Home",
|
||||
"knowledge": "Knowledge Base",
|
||||
|
||||
@ -3419,6 +3419,7 @@
|
||||
"title": {
|
||||
"agents": "エージェント",
|
||||
"apps": "アプリ",
|
||||
"discover": "発見",
|
||||
"files": "ファイル",
|
||||
"home": "ホーム",
|
||||
"knowledge": "ナレッジベース",
|
||||
|
||||
@ -733,7 +733,7 @@
|
||||
},
|
||||
"discover": {
|
||||
"install": "Установка",
|
||||
"title": "Установлено",
|
||||
"title": "Откройте для себя",
|
||||
"uninstall": "десинь",
|
||||
"update": "обновление",
|
||||
"update_all": "Все обновления"
|
||||
@ -3419,6 +3419,7 @@
|
||||
"title": {
|
||||
"agents": "Агенты",
|
||||
"apps": "Приложения",
|
||||
"discover": "Откройте для себя",
|
||||
"files": "Файлы",
|
||||
"home": "Главная",
|
||||
"knowledge": "База знаний",
|
||||
|
||||
@ -3419,6 +3419,7 @@
|
||||
"title": {
|
||||
"agents": "智能体",
|
||||
"apps": "小程序",
|
||||
"discover": "发现",
|
||||
"files": "文件",
|
||||
"home": "首页",
|
||||
"knowledge": "知识库",
|
||||
|
||||
@ -3419,6 +3419,7 @@
|
||||
"title": {
|
||||
"agents": "智能體",
|
||||
"apps": "小程序",
|
||||
"discover": "發現",
|
||||
"files": "文件",
|
||||
"home": "主頁",
|
||||
"knowledge": "知識庫",
|
||||
|
||||
@ -3427,6 +3427,7 @@
|
||||
"title": {
|
||||
"agents": "Πράκτορες",
|
||||
"apps": "Εφαρμογές",
|
||||
"discover": "Ανακάλυψη",
|
||||
"files": "Αρχεία",
|
||||
"home": "Αρχική Σελίδα",
|
||||
"knowledge": "Βάση Γνώσης",
|
||||
|
||||
@ -3427,6 +3427,7 @@
|
||||
"title": {
|
||||
"agents": "Agentes",
|
||||
"apps": "Aplicaciones",
|
||||
"discover": "Descubrir",
|
||||
"files": "Archivos",
|
||||
"home": "Inicio",
|
||||
"knowledge": "Base de conocimiento",
|
||||
|
||||
@ -731,7 +731,7 @@
|
||||
},
|
||||
"discover": {
|
||||
"install": "installer",
|
||||
"title": "découvrir",
|
||||
"title": "Découvrir",
|
||||
"uninstall": "désinstaller",
|
||||
"update": "Mise à jour",
|
||||
"update_all": "Mises à jour complètes"
|
||||
@ -3427,6 +3427,7 @@
|
||||
"title": {
|
||||
"agents": "Agent intelligent",
|
||||
"apps": "Mini-programmes",
|
||||
"discover": "Découvrir",
|
||||
"files": "Fichiers",
|
||||
"home": "Page d'accueil",
|
||||
"knowledge": "Base de connaissances",
|
||||
|
||||
@ -3427,6 +3427,7 @@
|
||||
"title": {
|
||||
"agents": "Agentes",
|
||||
"apps": "Miniaplicativos",
|
||||
"discover": "Descoberta",
|
||||
"files": "Arquivos",
|
||||
"home": "Página Inicial",
|
||||
"knowledge": "Base de Conhecimento",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user