diff --git a/front/src/EmbedFrame.vue b/front/src/EmbedFrame.vue index 991d9802b..23ed92a0d 100644 --- a/front/src/EmbedFrame.vue +++ b/front/src/EmbedFrame.vue @@ -72,10 +72,10 @@ Widget improperly configured (missing resource id). Track not found. You need to login to access this resource. - A server error occured. - An unknown error occured while loading track data from server. + A server error occurred. + An unknown error occurred while loading track data from server. This track is unavailable. - An unknown error occured while loading track data. + An unknown error occurred while loading track data. diff --git a/front/src/components/Home.vue b/front/src/components/Home.vue index bbcc9a8f9..976262cfa 100644 --- a/front/src/components/Home.vue +++ b/front/src/components/Home.vue @@ -3,7 +3,7 @@

- Welcome on Funkwhale + Welcome to Funkwhale

We think listening to music should be simple.

@@ -48,13 +48,13 @@
- Keep a track of your favorite songs + Keep track of your favorite songs
- Playlists? We got them + Playlists? We've got them
@@ -73,7 +73,7 @@
- Covers, lyrics, our goal is to have them all ;) + Covers, lyrics... our goal is to have them all ;)
@@ -88,7 +88,7 @@
- No add-ons, no plugins : you only need a web library + No add-ons, no plugins... you only need a web library
@@ -104,12 +104,12 @@

Your music, your way

-

Funkwhale is free and gives you control on your music.

+

Funkwhale is free and gives you control over your music.

- The plaform is free and open-source, you can install it and modify it without worries + The platform is free and open-source, you can install it and modify it without worries
diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 3d9e31768..8e490b4f4 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -84,7 +84,7 @@ export default { }, title () { if (this.playable) { - return this.$pgettext('*/Queue/Button/Title', 'Play...') + return this.$pgettext('*/Queue/Button/Title', 'More...') } else { if (this.track) { return this.$pgettext('*/Queue/Button/Title', 'This track is not available in any library you have access to') diff --git a/front/src/components/auth/Login.vue b/front/src/components/auth/Login.vue index 20aff3236..11d4551da 100644 --- a/front/src/components/auth/Login.vue +++ b/front/src/components/auth/Login.vue @@ -8,7 +8,7 @@
We cannot log you in
  • Please double-check your username/password couple is correct
  • -
  • An unknown error happend, this can mean the server is down or cannot be reached
  • +
  • An unknown error occurred, this can mean the server is down or cannot be reached
diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 6e2516ed8..5d60d8cd5 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -12,7 +12,7 @@
-
Your settings can't be updateds
+
Your settings can't be updated
  • {{ error }}
diff --git a/front/src/components/auth/Signup.vue b/front/src/components/auth/Signup.vue index 974d082bd..c84a5095b 100644 --- a/front/src/components/auth/Signup.vue +++ b/front/src/components/auth/Signup.vue @@ -7,7 +7,7 @@ :class="['ui', {'loading': isLoadingInstanceSetting}, 'form']" @submit.prevent="submit()">

- Registration are closed on this instance, you will need an invitation code to signup. + Public registrations are not possible on this instance. You will need an invitation code to sign up.

diff --git a/front/src/components/federation/FetchButton.vue b/front/src/components/federation/FetchButton.vue index c1a28c2b1..cdd67e1f8 100644 --- a/front/src/components/federation/FetchButton.vue +++ b/front/src/components/federation/FetchButton.vue @@ -19,7 +19,7 @@
Refresh error
-

An error occured while trying to refresh data:

+

An error occurred while trying to refresh data:

@@ -41,10 +41,10 @@ translate-context="*/*/Error">The remote server answered with HTTP %{ status }An HTTP error occured while contacting the remote server + translate-context="*/*/Error">An HTTP error occurred while contacting the remote serverThe remote server didn't answered fast enough + translate-context="*/*/Error">The remote server didn't respond quickly enoughImpossible to connect to the remote server diff --git a/front/src/components/library/FileUpload.vue b/front/src/components/library/FileUpload.vue index a8a5d2f37..79d5a10ad 100644 --- a/front/src/components/library/FileUpload.vue +++ b/front/src/components/library/FileUpload.vue @@ -262,7 +262,7 @@ export default { "Cannot upload this file, ensure it is not too big" ); let network = this.$pgettext('Content/Library/Help text', - "A network error occured while uploading this file" + "A network error occurred while uploading this file" ); let timeout = this.$pgettext('Content/Library/Help text', "Upload timeout, please try again"); let extension = this.$pgettext('Content/Library/Help text', diff --git a/front/src/components/library/ImportStatusModal.vue b/front/src/components/library/ImportStatusModal.vue index 5632e9594..6dfd8fa67 100644 --- a/front/src/components/library/ImportStatusModal.vue +++ b/front/src/components/library/ImportStatusModal.vue @@ -16,7 +16,7 @@ Upload was skipped because a similar one is already available in one of your libraries.
- An error occured during upload processing. You will find more information below. + An error occurred during upload processing. You will find more information below.
diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index de8a86e25..fb8128b9f 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -15,7 +15,7 @@

Follow remote libraries

-

You can follow libraries from other users to get access to new music. Public libraries can be followed immediatly, while following a private library requires approval from its owner.

+

You can follow libraries from other users to get access to new music. Public libraries can be followed immediately, while following a private library requires approval from its owner.

Get started