1 parent 7d0c92d commit d864867Copy full SHA for d864867
1 file changed
src/common/lang/zh-tw.js
@@ -0,0 +1,24 @@
1
+export default {
2
+ table: {
3
+ tips: '發現{count}個腳本適用於當前頁面',
4
+ install: '安裝',
5
+ title: '標題',
6
+ author: '作者',
7
+ authorTips: '點擊訪問{name}主頁',
8
+ dailyInstalls: '今日安裝',
9
+ updatedTime: '更新時間',
10
+ action: '操作',
11
+ version: '版本',
12
+ score: '評分',
13
+ totalInstalls: '總安裝量',
14
+ description: '描述',
15
+ donate: '打賞',
16
+ wechat: '微信',
17
+ alipay: '支付寶',
18
+ paypal: 'PayPal',
19
+ closeDonate: '關閉打賞',
20
+ feedback: '反饋',
21
+ close: '該網站本次會話的所有頁面都不再顯示',
22
+ scriptInstalling: '腳本安裝中...'
23
+ }
24
+}
0 commit comments