Skip to content

Commit 7998164

Browse files
authored
Add English corrections (thank you @Lolabird) (#210)
1 parent 87fe26b commit 7998164

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/plugins/i18n/locales/en.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"forbidden": {
105105
"header": "Forbidden",
106-
"content": "You don't have rights to perform this action"
106+
"content": "You do not have permission to perform this action"
107107
},
108108
"notFound": {
109109
"header": "Nothing has been found",
@@ -286,21 +286,21 @@
286286
},
287287
"also": {
288288
"libraryModel": {
289-
"artist": "This will also delete all this artist's albums and tracks.",
290-
"album": "This will also delete all this album's tracks."
289+
"artist": "This will also delete all of this artist's albums and tracks.",
290+
"album": "This will also delete all of this album's tracks."
291291
},
292-
"playlist": "This will also delete all this playlist's tracks.",
293-
"community": "This will also delete all this community's posts.",
292+
"playlist": "This will also delete all of this playlist's tracks.",
293+
"community": "This will also delete all of this community's posts.",
294294
"account": [
295-
"This will also delete your following data:",
296-
"<strong>- library\n- recommendations\n- playlists\n- favorites\n- bookmarks\n- listened\n- your page posts\n- subscriptions\n- history</strong>",
295+
"This will also delete the following data:",
296+
"<strong>- library\n- recommendations\n- playlists\n- favorites\n- bookmarks\n- listened\n- page posts\n- subscriptions\n- history</strong>",
297297
"This data will remain, but your nickname won't be displayed:",
298298
"<strong>- created posts\n- created comments\n- conversations with you\n- created communities</strong>",
299299
"And this data will remain unchanged:",
300300
"<strong>- saved tracks\n- background images\n- settings</strong>"
301301
],
302302
"library": [
303-
"This will delete your following data:",
303+
"This will delete the following data:",
304304
"<strong>- artists\n- albums\n- tracks\n- recommendations</strong>"
305305
]
306306
},
@@ -366,7 +366,7 @@
366366
"nickname": "Nickname is too long"
367367
},
368368
"confirmation": {
369-
"passwordConfirmation": "Password and its confirmation don't match"
369+
"passwordConfirmation": "Password and confirmation don't match"
370370
},
371371
"wrong": {
372372
"password": "Wrong password",
@@ -520,7 +520,7 @@
520520
"timezone": "Time zone",
521521
"infiniteScroll": "Infinite scroll",
522522
"artistPopup": "Show artist info on link hover",
523-
"innerCounters": "Show muffon listeners counters",
523+
"innerCounters": "Show muffon listeners counter",
524524
"cachePages": "Cache pages",
525525
"scale": "Scale"
526526
},
@@ -598,7 +598,7 @@
598598
"updates": {
599599
"check": "Check for new versions",
600600
"auto": "Enable autoupdate",
601-
"autoWarning": "Autoupdates on Linux are still in the experimental phase and may contain bugs.\nDuring the autoupdate process, the app will freeze temporarily.\nPlease avoid force-quitting the application; it will close automatically once the update is complete.\n\nFor details and tracking of this issue, visit [a link=issue]this link[/a]."
601+
"autoWarning": "Autoupdates on Linux are still in the experimental phase and may contain bugs.\nDuring the autoupdate process, the app will freeze temporarily.\nPlease avoid force-quitting the application; it will close automatically once the update is complete.\n\nFor details and tracking of this issue, please visit [a link=issue]this link[/a]."
602602
}
603603
},
604604
"profile": {
@@ -701,7 +701,7 @@
701701
},
702702
"import": {
703703
"lastfm": {
704-
"historyVisible": "Before import make sure that your Last.FM listening history is visible."
704+
"historyVisible": "Before importing, make sure your Last.FM listening history is visible."
705705
},
706706
"active": "Importing {count} of {counter}...",
707707
"success": {
@@ -712,7 +712,7 @@
712712
"content": "You may want to check the data before saving to library"
713713
},
714714
"error": {
715-
"files": "{counter} could not be imported. Please make sure that metadata format is valid:"
715+
"files": "{counter} could not be imported. Please make sure the metadata format is valid:"
716716
}
717717
},
718718
"save": {
@@ -743,8 +743,8 @@
743743
"connections": {
744744
"connect": "Connect account",
745745
"confirm": {
746-
"token": "Your browser will now open. Confirm connection there and click this button again.",
747-
"code": "Your browser will now open. Confirm connection there, paste the received code and click this button again."
746+
"token": "Your browser will now open. Confirm the connection there and click this button again.",
747+
"code": "Your browser will now open. Confirm the connection there, paste the received code and click this button again."
748748
},
749749
"disconnect": "Disconnect account"
750750
},
@@ -815,10 +815,10 @@
815815
"donate": {
816816
"header": "Donate",
817817
"content": [
818-
"muffon is a non-profit project that has nor ads, neither any paid features or content.",
819-
"But, of course, it cannot exist without funds, that are needed for its development and infrastructure.",
820-
"A lot of time and effort were put into creating this project, and it would be good if all of the invested would pay off.",
821-
"So I ask for your help in muffon support.",
818+
"muffon is a non-profit project that has neither ads nor any paid features or content.",
819+
"However, muffon cannot exist without the funds needed for its development and infrastructure.",
820+
"As a lot of time and effort were put into creating this project, it would be great to see that investment pay off.",
821+
"As such, we would like to ask for your help in supporting muffon.",
822822
"<strong>Would you like to make a donation?</strong>"
823823
],
824824
"actions": {

0 commit comments

Comments
 (0)