Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions src/common/lang/en-US.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
export default {
table: {
tips: 'Found {count} user scripts for the page',
install: 'Install',
title: 'Title',
author: 'Suthor',
authorTips: 'Click to access the {name} home page',
dailyInstalls: 'Daily',
updatedTime: 'Updated',
action: 'Action',
version: 'Version',
score: 'Score',
totalInstalls: 'Total Installs',
description: 'Description',
donate: 'Donate',
wechat: 'Wechat',
alipay: 'Alipay',
paypal: 'PayPal',
closeDonate: 'Close Donate',
feedback: 'Feedback',
close: 'No longer show',
scriptInstalling: 'Script installing...',
search: 'Search'
}
}
export default {
table: {
tips: 'Found {count} user scripts for the page',
install: 'Install',
title: 'Title',
author: 'Author',
authorTips: 'Click to access the {name} home page',
dailyInstalls: 'Daily',
updatedTime: 'Updated',
action: 'Action',
version: 'Version',
score: 'Score',
totalInstalls: 'Total Installs',
description: 'Description',
donate: 'Donate',
wechat: 'Wechat',
alipay: 'Alipay',
paypal: 'PayPal',
closeDonate: 'Close Donate',
feedback: 'Feedback',
close: 'No longer show',
scriptInstalling: 'Script installing...',
search: 'Search'
}
}
25 changes: 25 additions & 0 deletions src/common/lang/ja-JP.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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: '検索'
}
}