forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh-tw.js
More file actions
34 lines (34 loc) · 867 Bytes
/
Copy pathzh-tw.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: '未找到腳本'
}
}
}