Skip to content

Commit 07a4e41

Browse files
committed
fix: update
1 parent 0087c56 commit 07a4e41

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

i18n/locales/zh-CN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"connector": {
416416
"status": {
417417
"connecting": "连接中…",
418-
"connected_as": "已连接为 {'@'}{user}",
418+
"connected_as": "已连接为 ~{user}",
419419
"connected": "已连接",
420420
"connect_cli": "连接本地 CLI",
421421
"aria_connecting": "连接到本地连接器中",
@@ -429,7 +429,7 @@
429429
"contributor_notice": "连接器尚未发布到 npm。请参阅 {link} 了解如何本地运行。",
430430
"contributor_link": "贡献指南",
431431
"connected": "已连接",
432-
"connected_as_user": "已连接为 {'@'}{user}",
432+
"connected_as_user": "已连接为 ~{user}",
433433
"connected_hint": "现在你可以通过 Web UI 管理包和组织。",
434434
"disconnect": "断开连接",
435435
"run_hint": "在你的机器上运行连接器以启用管理功能。",
@@ -782,7 +782,7 @@
782782
}
783783
},
784784
"contributors": {
785-
"title": "贡献者",
785+
"title": "{count} 位贡献者",
786786
"description": "npmx 是完全开源的,由令人惊叹的社区贡献者们共同构建。",
787787
"loading": "正在加载贡献者…",
788788
"error": "无法加载贡献者",

lunaria/files/zh-CN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"connector": {
416416
"status": {
417417
"connecting": "连接中…",
418-
"connected_as": "已连接为 {'@'}{user}",
418+
"connected_as": "已连接为 ~{user}",
419419
"connected": "已连接",
420420
"connect_cli": "连接本地 CLI",
421421
"aria_connecting": "连接到本地连接器中",
@@ -429,7 +429,7 @@
429429
"contributor_notice": "连接器尚未发布到 npm。请参阅 {link} 了解如何本地运行。",
430430
"contributor_link": "贡献指南",
431431
"connected": "已连接",
432-
"connected_as_user": "已连接为 {'@'}{user}",
432+
"connected_as_user": "已连接为 ~{user}",
433433
"connected_hint": "现在你可以通过 Web UI 管理包和组织。",
434434
"disconnect": "断开连接",
435435
"run_hint": "在你的机器上运行连接器以启用管理功能。",
@@ -782,7 +782,7 @@
782782
}
783783
},
784784
"contributors": {
785-
"title": "贡献者",
785+
"title": "{count} 位贡献者",
786786
"description": "npmx 是完全开源的,由令人惊叹的社区贡献者们共同构建。",
787787
"loading": "正在加载贡献者…",
788788
"error": "无法加载贡献者",

0 commit comments

Comments
 (0)