UNPKG
bee-clipboard
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Clipboard ui component for react
github.com/tinper-bee/bee-clipboard
tinper-bee/bee-clipboard
bee-clipboard
/
build
/
zh-cn.js
15 lines
(14 loc)
•
320 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] = {
lang
:
'zh-cn'
,
copy
:
'复制'
,
cut
:
'剪切'
,
copyReady
:
'已复制'
,
cutReady
:
'已剪切'
,
copyToClipboard
:
'复制到剪切板'
,
close
:
'关闭'
};
module
.
exports
=
exports
[
'default'
];