Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions app/components/ConnectorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ watch(open, isOpen => {
</p>

<div
class="flex items-center p-3 bg-[#0d0d0d] border border-border rounded-lg font-mono text-sm"
class="flex items-center p-3 bg-bg-subtle border border-border rounded-lg font-mono text-sm"
>
<span class="text-fg-subtle">$</span>
<span class="text-fg ml-2">{{ executeNpmxConnectorCommand }}</span>
<span class="text-fg-subtle ml-2">{{ executeNpmxConnectorCommand }}</span>
<button
type="button"
:aria-label="
Expand Down
24 changes: 19 additions & 5 deletions i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@
"claim_prompt": "在 npm 上声明",
"claim_button": "声明 \"{name}\"",
"want_to_claim": "想要声明这个包名吗?",
"start_typing": "输入以搜索软件包"
"start_typing": "输入以搜索软件包",
"exact_match": "精确匹配",
"suggestion": {
"user": "用户",
"org": "组织",
"view_user_packages": "查看该用户的包",
"view_org_packages": "查看该组织的包"
}
},
"nav": {
"popular_packages": "热门软件包",
Expand All @@ -37,7 +44,11 @@
"relative_dates": "相对时间",
"include_types": "在安装时包含 {'@'}types",
"language": "语言",
"help_translate": "帮助翻译 npmx"
"help_translate": "帮助翻译 npmx",
"theme": "主题",
"theme_dark": "深色",
"theme_light": "明亮",
"theme_system": "跟随系统"
},
"common": {
"loading": "加载中...",
Expand Down Expand Up @@ -90,7 +101,8 @@
"issues": "议题",
"forks": "复刻",
"jsr": "jsr",
"code": "代码"
"code": "代码",
"docs": "文档"
},
"install": {
"title": "安装",
Expand All @@ -109,7 +121,8 @@
"publisher": "发布者",
"updated": "更新",
"weekly_downloads": "每周下载量",
"keywords": "关键词"
"keywords": "关键词",
"license": "许可证"
},
"versions": {
"title": "版本",
Expand Down Expand Up @@ -220,7 +233,8 @@
},
"grant_button": "授权",
"cancel_grant": "取消授权",
"grant_access": "+ 授予团队权限"
"grant_access": "+ 授予团队权限",
"caricando_teams": ""
},
"list": {
"filter_label": "筛选包",
Expand Down
Loading