diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b3facd646..f92d73438 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -435,7 +435,6 @@ This hierarchical structure is made of several parts: - ``Popup`` - ``Sidebar`` - ``Head`` - - ``Popup`` - ``*`` for strings that are not tied to a specific location - The feature part, which is required, and refers to the feature associated with the translated string: diff --git a/front/src/views/content/Base.vue b/front/src/views/content/Base.vue index b92a88bd7..daa45e4dc 100644 --- a/front/src/views/content/Base.vue +++ b/front/src/views/content/Base.vue @@ -3,10 +3,10 @@ @@ -15,7 +15,7 @@ export default { computed: { labels() { - let title = this.$gettext("Add content") + let title = this.$pgettext('Head/Library/Title', "Add content") let secondaryMenu = this.$pgettext('Menu/*/Hidden text', "Secondary menu") return { title, diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index a23a0e383..d7753fd3a 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -2,22 +2,22 @@

{{ labels.title }}

-

There are various ways to grab new content and make it available here.

+

There are various ways to grab new content and make it available here.

-

Upload audio content

-

Upload music files (MP3, OGG, FLAC, etc.) from your personal library directly from your browser to enjoy them here.

+

Upload audio content

+

Upload music files (MP3, OGG, FLAC, etc.) from your personal library directly from your browser to enjoy them here.

- This instance offers up to %{quota} of storage space for every user. + This instance offers up to %{quota} of storage space for every user.

- Get started + Get started
-

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.

+

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.

- Get started + Get started
@@ -32,7 +32,7 @@ export default { computed: { labels() { return { - title: this.$gettext("Add and manage content") + title: this.$pgettext('Content/Library/Title/Verb', "Add and manage content") } }, defaultQuota() {