21 行
605 B
YAML
21 行
605 B
YAML
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}' |