From df7109e6a53563f6fbb2438645bdf26c18499754 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 8 Apr 2024 08:38:52 -0400 Subject: [PATCH] fix(www): add the alternative access key Wiki link message to the translation pipeline (#1949) --- client/resources/original_messages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/client/resources/original_messages.json b/client/resources/original_messages.json index 2f1b9cd72cf..402e2690d38 100644 --- a/client/resources/original_messages.json +++ b/client/resources/original_messages.json @@ -485,6 +485,24 @@ } } }, + "server_create_your_own_zero_state_access": { + "description": "When the user has not yet added a server to the application, the main page shows this message at the bottom.", + "message": "Don’t have a server?$NEW_LINE$Create your own at $START_OF_LINK$our website$END_OF_LINK$ or$NEW_LINE$request an $START_OF_LINK2$access key$END_OF_LINK$.", + "placeholders": { + "END_OF_LINK": { + "content": "{closeLink}" + }, + "NEW_LINE": { + "content": "
" + }, + "START_OF_LINK": { + "content": "{openLink}" + }, + "START_OF_LINK2": { + "content": "{openLink2}" + } + } + }, "server_default_name": { "description": "This is the default name for an added server when the type or name is not specified by the access key.", "message": "Proxy Server"