From fd1224f7c77658f77feae9f114b6b45c96923223 Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 3 Jan 2025 18:17:57 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Currently translated at 99.5% (2181 of 2191 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/ --- front/src/locales/en_GB.json | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/front/src/locales/en_GB.json b/front/src/locales/en_GB.json index 653700930..a0f54ea62 100644 --- a/front/src/locales/en_GB.json +++ b/front/src/locales/en_GB.json @@ -3219,6 +3219,28 @@ } }, "views": { + "ChooseInstance": { + "button": { + "submit": "Submit" + }, + "header": { + "chooseInstance": "Choose your instance", + "failure": "It is not possible to connect to the given URL", + "suggestions": "Suggested choices" + }, + "help": { + "notFunkwhaleServer": "The given address is not a Funkwhale server", + "selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.", + "serverDown": "The server might be down" + }, + "label": { + "url": "Instance URL" + }, + "message": { + "currentConnection": "You are currently connected to { 0 }. If you continue, you will be disconnected from your current instance and all your local data will be deleted.", + "newUrl": "You are now using the Funkwhale instance at {url}" + } + }, "Notifications": { "button": { "read": "Mark all as read", @@ -4592,28 +4614,6 @@ }, "title": "Radio" } - }, - "ChooseInstance": { - "button": { - "submit": "Submit" - }, - "header": { - "chooseInstance": "Choose your instance", - "failure": "It is not possible to connect to the given URL", - "suggestions": "Suggested choices" - }, - "help": { - "notFunkwhaleServer": "The given address is not a Funkwhale server", - "selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.", - "serverDown": "The server might be down" - }, - "label": { - "url": "Instance URL" - }, - "message": { - "currentConnection": "You are currently connected to { 0 }. If you continue, you will be disconnected from your current instance and all your local data will be deleted.", - "newUrl": "You are now using the Funkwhale instance at {url}" - } } } }