File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments