forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathja.js
More file actions
34 lines (34 loc) · 1.02 KB
/
Copy pathja.js
File metadata and controls
34 lines (34 loc) · 1.02 KB
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: 'DL数/日',
updatedTime: '最終更新',
action: '操作',
version: 'バージョン',
score: '評価',
totalInstalls: '総DL数',
description: '概要',
donate: '寄付',
wechat: 'Wechat',
alipay: 'Alipay',
paypal: 'PayPal',
closeDonate: '寄付をしない',
feedback: 'フィードバック',
close: '次回から表示しない',
scriptInstalling: 'スクリプトをインストール中...',
search: '検索',
issue: '新しい問題を報告する',
home: 'Homepage',
og: 'Original Script'
},
i: {
table: {
noDataText: 'スクリプトが見つかりません',
noFilteredDataText: 'スクリプトが見つかりません'
}
}
}