forked from jae-jae/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen-US.js
More file actions
25 lines (25 loc) · 668 Bytes
/
Copy pathen-US.js
File metadata and controls
25 lines (25 loc) · 668 Bytes
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
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'
}
}