From 2a2d6d1091da92f467e0cb2c1b27989a8d9491b3 Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 24 Apr 2025 07:51:55 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Currently translated at 95.9% (2183 of 2276 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/ --- front/src/locales/en_GB.json | 68 ++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/front/src/locales/en_GB.json b/front/src/locales/en_GB.json index 81a3122a3..ee8c7bf4d 100644 --- a/front/src/locales/en_GB.json +++ b/front/src/locales/en_GB.json @@ -2,28 +2,6 @@ "App": { "loading": "Loading…" }, - "vui": { - "radio": "Radio", - "by-user": "by {username}", - "go-to": "Go to", - "pagination": { - "label": "Pagination", - "previous": "Previous page", - "next": "Next page" - }, - "albums": "{n} album | {n} albums", - "tracks": "{n} track | {n} tracks", - "episodes": "{n} episode | {n} episodes", - "aria": { - "pagination": { - "nav": "Pagination Navigation", - "gotoPage": "Goto Page {n}", - "gotoPrevious": "Goto Previous Page", - "gotoNext": "Goto Next Page", - "currentPage": "Current Page, Page {n}" - } - } - }, "components": { "About": { "description": { @@ -595,9 +573,9 @@ "artist": { "Card": { "meta": { + "albums": "No albums | {n} album | {n} albums", "episodes": "No episodes | {n} episode | {n} episodes", - "tracks": "No tracks | {n} track | {n} tracks", - "albums": "No albums | {n} album | {n} albums" + "tracks": "No tracks | {n} track | {n} tracks" } }, "Widget": { @@ -1201,8 +1179,8 @@ "copy": "Copy" }, "message": { - "success": "Text copied to clipboard!", - "fail": "Failed to copy text to clipboard, maybe your browser doesn't support this feature." + "fail": "Failed to copy text to clipboard, maybe your browser doesn't support this feature.", + "success": "Text copied to clipboard!" } }, "DangerousButton": { @@ -2820,10 +2798,10 @@ }, "playlists": { "Card": { - "title": "Updated on {date}", "meta": { "tracks": "No tracks | {n} track | {n} tracks" - } + }, + "title": "Updated on {date}" }, "Detail": { "button": { @@ -2945,13 +2923,13 @@ }, "PlaylistDropdown": { "button": { - "import": { - "header": "Rebuild playlist", - "description": "This will update the playlist with the content of the xspf file. Existing playlist tracks will be deleted" - }, "export": { - "header": "Download playlist", - "description": "This will provide an xspf file with the playlist data" + "description": "This will provide an xspf file with the playlist data", + "header": "Download playlist" + }, + "import": { + "description": "This will update the playlist with the content of the xspf file. Existing playlist tracks will be deleted", + "header": "Rebuild playlist" } }, "more": "More" @@ -4709,5 +4687,27 @@ "title": "Radio" } } + }, + "vui": { + "albums": "{n} album | {n} albums", + "aria": { + "pagination": { + "currentPage": "Current Page, Page {n}", + "gotoNext": "Goto Next Page", + "gotoPage": "Goto Page {n}", + "gotoPrevious": "Goto Previous Page", + "nav": "Pagination Navigation" + } + }, + "by-user": "by {username}", + "episodes": "{n} episode | {n} episodes", + "go-to": "Go to", + "pagination": { + "label": "Pagination", + "next": "Next page", + "previous": "Previous page" + }, + "radio": "Radio", + "tracks": "{n} track | {n} tracks" } }