forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh-CN.js
More file actions
34 lines (34 loc) · 867 Bytes
/
Copy pathzh-CN.js
File metadata and controls
34 lines (34 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export default {
table: {
tips: '发现{count}个脚本适用于当前页面',
install: '安装',
title: '标题',
author: '作者',
authorTips: '点击访问{name}主页',
dailyInstalls: '今日安装',
updatedTime: '更新时间',
action: '操作',
version: '版本',
score: '评分',
totalInstalls: '总安装量',
description: '描述',
donate: '打赏',
wechat: '微信',
alipay: '支付宝',
paypal: 'PayPal',
closeDonate: '关闭打赏',
feedback: '反馈',
close: '该网站本次会话的所有页面都不再显示',
scriptInstalling: '脚本安装中...',
search: '搜索',
issue: '报告新问题',
home: 'Homepage',
og: 'Original Script'
},
i: {
table: {
noDataText: '未找到脚本',
noFilteredDataText: '未找到脚本'
}
}
}