Skip to content

Commit 8f5b7be

Browse files
authored
Merge pull request jae-jae#21 from ScratchBuild/patch-1
Add ja locale
2 parents 8eba128 + 71a5acb commit 8f5b7be

2 files changed

Lines changed: 50 additions & 25 deletions

File tree

src/common/lang/en-US.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
export default {
2-
table: {
3-
tips: 'Found {count} user scripts for the page',
4-
install: 'Install',
5-
title: 'Title',
6-
author: 'Suthor',
7-
authorTips: 'Click to access the {name} home page',
8-
dailyInstalls: 'Daily',
9-
updatedTime: 'Updated',
10-
action: 'Action',
11-
version: 'Version',
12-
score: 'Score',
13-
totalInstalls: 'Total Installs',
14-
description: 'Description',
15-
donate: 'Donate',
16-
wechat: 'Wechat',
17-
alipay: 'Alipay',
18-
paypal: 'PayPal',
19-
closeDonate: 'Close Donate',
20-
feedback: 'Feedback',
21-
close: 'No longer show',
22-
scriptInstalling: 'Script installing...',
23-
search: 'Search'
24-
}
25-
}
1+
export default {
2+
table: {
3+
tips: 'Found {count} user scripts for the page',
4+
install: 'Install',
5+
title: 'Title',
6+
author: 'Author',
7+
authorTips: 'Click to access the {name} home page',
8+
dailyInstalls: 'Daily',
9+
updatedTime: 'Updated',
10+
action: 'Action',
11+
version: 'Version',
12+
score: 'Score',
13+
totalInstalls: 'Total Installs',
14+
description: 'Description',
15+
donate: 'Donate',
16+
wechat: 'Wechat',
17+
alipay: 'Alipay',
18+
paypal: 'PayPal',
19+
closeDonate: 'Close Donate',
20+
feedback: 'Feedback',
21+
close: 'No longer show',
22+
scriptInstalling: 'Script installing...',
23+
search: 'Search'
24+
}
25+
}

src/common/lang/ja-JP.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)