Skip to content

Commit f87acf9

Browse files
committed
Merge branch 'main' of github.com:Gianthard-cyh/npmx.dev
2 parents af1a50a + e2b331e commit f87acf9

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

lunaria/files/en-US.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,15 @@
796796
"view_all": "View all"
797797
}
798798
},
799+
"command": {
800+
"placeholder": "Enter command...",
801+
"copy_install": "Copy install command",
802+
"copy_install_desc": "Copy install command to clipboard",
803+
"copy_run": "Copy run command",
804+
"copy_run_desc": "Copy run command to clipboard",
805+
"copy_create": "Copy create command",
806+
"copy_create_desc": "Copy create command to clipboard"
807+
},
799808
"compare": {
800809
"packages": {
801810
"title": "compare packages",

lunaria/files/zh-CN.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,5 +779,14 @@
779779
"empty": "未找到组织",
780780
"view_all": "查看全部"
781781
}
782+
},
783+
"command": {
784+
"placeholder": "输入命令...",
785+
"copy_install": "复制安装命令",
786+
"copy_install_desc": "复制安装命令到剪贴板",
787+
"copy_run": "复制运行命令",
788+
"copy_run_desc": "复制运行命令到剪贴板",
789+
"copy_create": "复制创建命令",
790+
"copy_create_desc": "复制创建命令到剪贴板"
782791
}
783792
}

0 commit comments

Comments
 (0)