1 parent 3898d37 commit 71a5acbCopy full SHA for 71a5acb
1 file changed
src/common/lang/ja-JP.js
@@ -0,0 +1,25 @@
1
+export default {
2
+ table: {
3
+ tips: 'このページで使用できるスクリプトが {count} 個見つかりました',
4
+ install: 'インストール',
5
+ title: 'スクリプト名',
6
+ author: '作者',
7
+ authorTips: 'クリックして {name} のホームページを開く',
8
+ dailyInstalls: 'DL数/日',
9
+ updatedTime: '最終更新',
10
+ action: '操作',
11
+ version: 'バージョン',
12
+ score: '評価',
13
+ totalInstalls: '総DL数',
14
+ description: '概要',
15
+ donate: '寄付',
16
+ wechat: 'Wechat',
17
+ alipay: 'Alipay',
18
+ paypal: 'PayPal',
19
+ closeDonate: '寄付をしない',
20
+ feedback: 'フィードバック',
21
+ close: '次回から表示しない',
22
+ scriptInstalling: 'スクリプトをインストール中...',
23
+ search: '検索'
24
+ }
25
+}
0 commit comments