[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(i18n): daily update `zh-CN`, cleanup unused keys (#269)

authored by

Vida Xie and committed by
GitHub
7e9f2688 0811e38f

+41 -32
-9
i18n/locales/de-DE.json
··· 90 90 }, 91 91 "stats": { 92 92 "license": "Lizenz", 93 - "weekly": "Wöchentlich", 94 93 "deps": "Deps", 95 94 "install_size": "Installationsgröße", 96 95 "updated": "Aktualisiert", 97 - "view_download_trends": "Download-Trends anzeigen", 98 96 "view_dependency_graph": "Abhängigkeitsgraph anzeigen", 99 97 "inspect_dependency_tree": "Abhängigkeitsbaum untersuchen" 100 98 }, ··· 102 100 "repo": "Repo", 103 101 "homepage": "Homepage", 104 102 "issues": "Issues", 105 - "forks": "Fork | Forks", 106 103 "jsr": "JSR", 107 104 "code": "Code", 108 105 "docs": "Doku", 109 106 "fund": "Spenden" 110 - }, 111 - "install": { 112 - "title": "Installieren", 113 - "pm_label": "Paketmanager", 114 - "copy_command": "Installationsbefehl kopieren", 115 - "view_types": "{package} anzeigen" 116 107 }, 117 108 "create": { 118 109 "title": "Neues Projekt erstellen",
-3
i18n/locales/en.json
··· 91 91 }, 92 92 "stats": { 93 93 "license": "License", 94 - "weekly": "Weekly", 95 94 "deps": "Deps", 96 95 "install_size": "Install Size", 97 96 "updated": "Updated", 98 - "view_download_trends": "View download trends", 99 97 "view_dependency_graph": "View dependency graph", 100 98 "inspect_dependency_tree": "Inspect dependency tree" 101 99 }, ··· 103 101 "repo": "repo", 104 102 "homepage": "homepage", 105 103 "issues": "issues", 106 - "forks": "fork | forks", 107 104 "jsr": "jsr", 108 105 "code": "code", 109 106 "docs": "docs",
-3
i18n/locales/es.json
··· 91 91 }, 92 92 "stats": { 93 93 "license": "Licencia", 94 - "weekly": "Semanal", 95 94 "deps": "Deps", 96 95 "install_size": "Tamaño de Instalación", 97 96 "updated": "Actualizado", 98 - "view_download_trends": "Ver tendencias de descarga", 99 97 "view_dependency_graph": "Ver gráfico de dependencias", 100 98 "inspect_dependency_tree": "Inspeccionar árbol de dependencias" 101 99 }, ··· 103 101 "repo": "repositorio", 104 102 "homepage": "página principal", 105 103 "issues": "issues", 106 - "forks": "fork | forks", 107 104 "jsr": "jsr", 108 105 "code": "código", 109 106 "docs": "documentación",
-3
i18n/locales/fr-FR.json
··· 90 90 }, 91 91 "stats": { 92 92 "license": "Licence", 93 - "weekly": "Hebdo", 94 93 "deps": "Dépendances", 95 94 "install_size": "Taille d'installation", 96 95 "updated": "Mis à jour", 97 - "view_download_trends": "Voir les tendances de téléchargement", 98 96 "view_dependency_graph": "Voir le graphe de dépendances", 99 97 "inspect_dependency_tree": "Inspecter l'arbre de dépendances" 100 98 }, ··· 102 100 "repo": "dépôt", 103 101 "homepage": "site web", 104 102 "issues": "issues", 105 - "forks": "fork | forks", 106 103 "jsr": "jsr", 107 104 "code": "code", 108 105 "docs": "docs"
-3
i18n/locales/it-IT.json
··· 91 91 }, 92 92 "stats": { 93 93 "license": "Licenza", 94 - "weekly": "Settimanale", 95 94 "deps": "Deps", 96 95 "install_size": "Dimensioni di installazione", 97 96 "updated": "Aggiornato", 98 - "view_download_trends": "Trend dei download", 99 97 "view_dependency_graph": "Vedi il grafico delle dipendenze", 100 98 "inspect_dependency_tree": "Ispeziona l'albero delle dipendenze" 101 99 }, ··· 103 101 "repo": "repo", 104 102 "homepage": "homepage", 105 103 "issues": "issues", 106 - "forks": "fork | forks", 107 104 "jsr": "jsr", 108 105 "code": "codice", 109 106 "docs": "documenti",
+41 -11
i18n/locales/zh-CN.json
··· 91 91 }, 92 92 "stats": { 93 93 "license": "许可证", 94 - "weekly": "每周下载量", 95 94 "deps": "依赖项", 96 95 "install_size": "安装大小", 97 96 "updated": "最近更新", 98 - "view_download_trends": "查看下载趋势", 99 97 "view_dependency_graph": "查看依赖图", 100 98 "inspect_dependency_tree": "查看依赖树" 101 99 }, ··· 103 101 "repo": "仓库", 104 102 "homepage": "主页", 105 103 "issues": "议题", 106 - "forks": "复刻", 107 104 "jsr": "jsr", 108 105 "code": "代码", 109 106 "docs": "文档", ··· 203 200 "playgrounds": { 204 201 "title": "试一试", 205 202 "choose": "选择 Playground" 203 + }, 204 + "metrics": { 205 + "esm": "支持 ES Modules", 206 + "cjs": "支持 CommonJS", 207 + "no_esm": "不支持 ES Modules", 208 + "types_included": "包含类型", 209 + "types_available": "通过 {package} 提供的类型", 210 + "no_types": "没有 TypeScript 类型" 206 211 }, 207 212 "license": { 208 213 "view_spdx": "在 SPDX 上查看许可证文本" ··· 512 517 "title": "我们是什么", 513 518 "better_ux_dx": "更好的用户体验和开发者体验", 514 519 "admin_ui": "管理界面", 515 - "description": "npmx 为 npm 包仓库及其工具提供{betterUxDx}。我们提供快速、现代的界面来探索包,具有深色模式、键盘导航、代码浏览以及与 {jsr} 等替代仓库的连接等功能。", 516 - "admin_description": "我们还致力于提供更好的{adminUi}来管理您的包、团队和组织——全部在浏览器中完成,由您本地的 npm CLI 驱动。" 520 + "description": "npmx 为 npm 仓库及其工具链提供{betterUxDx}。我们提供快速、现代化的界面来探索 npm 包,支持深色模式、键盘导航、代码浏览以及与 {jsr} 等替代仓库连接等功能。", 521 + "admin_description": "我们也致力于提供更好的{adminUi},用于管理您的 npm 包、团队和组织——一切都在浏览器中完成,并由您本地的 npm CLI 驱动。" 517 522 }, 518 523 "what_we_are_not": { 519 524 "title": "我们不是什么", ··· 523 528 "package_managers_exist": "{already}{people}{building}{really}{cool}{package}{managers}。", 524 529 "words": { 525 530 "already": "已经有", 526 - "people": "很多", 527 - "building": "人在", 528 - "really": "开发", 529 - "cool": "非常", 530 - "package": "棒的", 531 - "managers": "包管理器" 531 + "people": "很多人", 532 + "building": "在开发", 533 + "really": "非常", 534 + "cool": "棒的", 535 + "package": "包", 536 + "managers": "管理器" 537 + } 538 + }, 539 + "contributors": { 540 + "title": "贡献者", 541 + "description": "npmx 是完全开源的,由令人惊叹的社区贡献者们共同构建。", 542 + "loading": "正在加载贡献者...", 543 + "error": "无法加载贡献者", 544 + "view_profile": "查看 {name} 的 GitHub 个人资料" 545 + }, 546 + "get_involved": { 547 + "title": "加入我们", 548 + "community": { 549 + "title": "加入社区", 550 + "description": "聊天、提出问题并分享想法。", 551 + "cta": "加入 Discord" 552 + }, 553 + "contribute": { 554 + "title": "作出贡献", 555 + "description": "帮助我们打造更好的 npm 体验。", 556 + "cta": "在 GitHub 上查看" 557 + }, 558 + "follow": { 559 + "title": "保持更新", 560 + "description": "了解 npmx 的最新动态。", 561 + "cta": "在 BlueSky 上关注" 532 562 } 533 563 } 534 564 },