Adjust button and add profile translations

This commit is contained in:
Owen
2025-06-11 10:00:38 -04:00
parent 31a41576d8
commit 8aa95db9bc
12 changed files with 61 additions and 21 deletions

View File

@@ -1100,21 +1100,21 @@
"containerImage": "图片",
"containerState": "状态",
"containerNetworks": "网络",
"containerHostnameIp": "Hostname/IP",
"containerHostnameIp": "主机名/IP",
"containerLabels": "标签",
"containerLabelsCount": "{count} label{s,plural,one{} other{s}}",
"containerLabelsCount": "{count} 个标签",
"containerLabelsTitle": "容器标签",
"containerLabelEmpty": "<empty>",
"containerPorts": "端口",
"containerPortsMore": "+{count} more",
"containerPortsMore": "+{count} 更多",
"containerActions": "行动",
"select": "选择",
"noContainersMatchingFilters": "没有找到匹配当前过滤器的容器。",
"showContainersWithoutPorts": "显示没有端口的容器",
"showStoppedContainers": "显示已停止的容器",
"noContainersFound": "未找到容器。请确保Docker容器正在运行。",
"searchContainersPlaceholder": "Search across {count} containers...",
"searchResultsCount": "{count} result{s,plural,one{} other{s}}",
"searchContainersPlaceholder": "在 {count} 个容器中搜索...",
"searchResultsCount": "{count} 个结果",
"filters": "筛选器",
"filterOptions": "过滤器选项",
"filterPorts": "端口",
@@ -1124,5 +1124,9 @@
"toggleColumns": "切换列",
"refreshContainersList": "刷新容器列表",
"searching": "搜索中...",
"noContainersFoundMatching": "No containers found matching \"{filter}\"."
"noContainersFoundMatching": "未找到与 \"{filter}\" 匹配的容器。",
"light": "浅色",
"dark": "深色",
"system": "系统",
"theme": "主题"
}