mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: implement navigation layout options and styles in AppAuthenticatedShell component; add translations for navigation layout in multiple languages
This commit is contained in:
@@ -898,6 +898,13 @@ const en: Record<string, string> = {
|
||||
"txt_add_domain": "Add domain",
|
||||
"txt_expand": "Expand",
|
||||
"txt_collapse": "Collapse",
|
||||
"txt_nav_layout": "Navigation style",
|
||||
"txt_nav_layout_flat": "Flat",
|
||||
"txt_nav_layout_flat_desc": "Show every page directly",
|
||||
"txt_nav_layout_grouped_expanded": "Grouped",
|
||||
"txt_nav_layout_grouped_expanded_desc": "Keep all groups expanded",
|
||||
"txt_nav_layout_grouped_smart": "Smart groups",
|
||||
"txt_nav_layout_grouped_smart_desc": "Open active groups as needed",
|
||||
"txt_remove_domain": "Remove domain"
|
||||
};
|
||||
|
||||
|
||||
@@ -898,6 +898,13 @@ const es: Record<string, string> = {
|
||||
"txt_add_domain": "Añadir dominio",
|
||||
"txt_expand": "Expandir",
|
||||
"txt_collapse": "Contraer",
|
||||
"txt_nav_layout": "Estilo de navegación",
|
||||
"txt_nav_layout_flat": "Plano",
|
||||
"txt_nav_layout_flat_desc": "Mostrar cada página directamente",
|
||||
"txt_nav_layout_grouped_expanded": "Agrupado",
|
||||
"txt_nav_layout_grouped_expanded_desc": "Mantener todos los grupos abiertos",
|
||||
"txt_nav_layout_grouped_smart": "Grupos inteligentes",
|
||||
"txt_nav_layout_grouped_smart_desc": "Abrir grupos activos cuando haga falta",
|
||||
"txt_remove_domain": "Quitar dominio"
|
||||
};
|
||||
|
||||
|
||||
@@ -898,6 +898,13 @@ const ru: Record<string, string> = {
|
||||
"txt_add_domain": "Добавить домен",
|
||||
"txt_expand": "Развернуть",
|
||||
"txt_collapse": "Свернуть",
|
||||
"txt_nav_layout": "Стиль навигации",
|
||||
"txt_nav_layout_flat": "Плоский",
|
||||
"txt_nav_layout_flat_desc": "Показывать все страницы сразу",
|
||||
"txt_nav_layout_grouped_expanded": "Группы",
|
||||
"txt_nav_layout_grouped_expanded_desc": "Держать все группы открытыми",
|
||||
"txt_nav_layout_grouped_smart": "Умные группы",
|
||||
"txt_nav_layout_grouped_smart_desc": "Открывать активные группы по необходимости",
|
||||
"txt_remove_domain": "Удалить домен"
|
||||
};
|
||||
|
||||
|
||||
@@ -898,6 +898,13 @@ const zhCN: Record<string, string> = {
|
||||
"txt_add_domain": "新增域名",
|
||||
"txt_expand": "展开",
|
||||
"txt_collapse": "收起",
|
||||
"txt_nav_layout": "导航样式",
|
||||
"txt_nav_layout_flat": "直接显示",
|
||||
"txt_nav_layout_flat_desc": "所有页面直接列出来",
|
||||
"txt_nav_layout_grouped_expanded": "分组展开",
|
||||
"txt_nav_layout_grouped_expanded_desc": "父子菜单全部展开",
|
||||
"txt_nav_layout_grouped_smart": "智能分组",
|
||||
"txt_nav_layout_grouped_smart_desc": "当前相关分组自动展开",
|
||||
"txt_remove_domain": "移除域名"
|
||||
};
|
||||
|
||||
|
||||
@@ -898,6 +898,13 @@ const zhTW: Record<string, string> = {
|
||||
"txt_add_domain": "新增域名",
|
||||
"txt_expand": "展開",
|
||||
"txt_collapse": "收起",
|
||||
"txt_nav_layout": "導航樣式",
|
||||
"txt_nav_layout_flat": "直接顯示",
|
||||
"txt_nav_layout_flat_desc": "所有頁面直接列出",
|
||||
"txt_nav_layout_grouped_expanded": "分組展開",
|
||||
"txt_nav_layout_grouped_expanded_desc": "父子選單全部展開",
|
||||
"txt_nav_layout_grouped_smart": "智能分組",
|
||||
"txt_nav_layout_grouped_smart_desc": "目前相關分組自動展開",
|
||||
"txt_remove_domain": "移除域名"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user