上传文件至「resources/locale」

这个提交包含在:
2026-07-30 03:01:14 +08:00
父节点 2cb522cef3
当前提交 a397faa7ad
修改 2 个文件,包含 42 行新增0 行删除
+21
查看文件
@@ -0,0 +1,21 @@
ffans-clipboardjs:
admin:
settings:
codeLang_label: 'Show code language'
copy_enable_label: 'Enable copy code'
themes_label: 'Style of the copy button'
themes:
cnblog: 'cnBlogs'
csdn: 'CSDN'
default: 'Default Clipboardjs'
github: 'GitHub'
jianshu: 'Jian Shu'
lingcoder: 'LingCoder'
segmentfault: 'SegmentFault'
forum:
action_copy: 'Copy'
action_cut: 'Cut'
ok_btn: 'Copied'
error_btn: 'Error'
no_support: 'No support'
msg: 'Press {actionKey} to {action}'
+21
查看文件
@@ -0,0 +1,21 @@
ffans-clipboardjs:
admin:
settings:
codeLang_label: '显示代码语言'
copy_enable_label: '开启复制功能'
themes_label: '复制按钮风格'
themes:
default: '默认 Clipboardjs'
github: 'GitHub'
csdn: 'CSDN'
cnblog: '博客园'
jianshu: '简书'
lingcoder: 'LingCoder'
segmentfault: '思否'
forum:
action_copy: '复制'
action_cut: '剪切'
ok_btn: '复制成功'
error_btn: '复制失败'
no_support: '不支持 :('
msg: '按 {actionKey} {action}'