From 6bd8bbc103d06f76ac6ce3e89b029a5c8b6c036a Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Wed, 1 Nov 2017 16:35:25 +0100 Subject: [PATCH] baculum: Fix add to translation static texts on the api default page --- gui/baculum/protected/API/Lang/en/messages.po | 36 +++++++++++++++++++ gui/baculum/protected/API/Lang/pl/messages.po | 36 +++++++++++++++++++ .../protected/API/Pages/Panel/APIHome.page | 30 ++++++++-------- 3 files changed, 87 insertions(+), 15 deletions(-) diff --git a/gui/baculum/protected/API/Lang/en/messages.po b/gui/baculum/protected/API/Lang/en/messages.po index 986bc1c487..64012d700c 100644 --- a/gui/baculum/protected/API/Lang/en/messages.po +++ b/gui/baculum/protected/API/Lang/en/messages.po @@ -379,3 +379,39 @@ msgstr "set all scopes" msgid "Go to configuration wizard" msgstr "Go to configuration wizard" + +msgid "Welcome on the Baculum API default page" +msgstr "Welcome on the Baculum API default page" + +msgid "Baculum API Client" +msgstr "Baculum API Client" + +msgid "Here you can try one from API commands" +msgstr "Here you can try one from API commands" + +msgid "Starting..." +msgstr "Starting..." + +msgid "Username" +msgstr "Username" + +msgid "Delete" +msgstr "Delete" + +msgid "Client ID" +msgstr "Client ID" + +msgid "Redirect URI" +msgstr "Redirect URI" + +msgid "Scopes" +msgstr "Scopes" + +msgid "Bconsole Path" +msgstr "Bconsole Path" + +msgid "Access token:" +msgstr "Access token:" + +msgid "Send request" +msgstr "Send request" diff --git a/gui/baculum/protected/API/Lang/pl/messages.po b/gui/baculum/protected/API/Lang/pl/messages.po index d9b21cb588..be341549d6 100644 --- a/gui/baculum/protected/API/Lang/pl/messages.po +++ b/gui/baculum/protected/API/Lang/pl/messages.po @@ -379,3 +379,39 @@ msgstr "ustaw wszystkie zakresy" msgid "Go to configuration wizard" msgstr "Idź do przewodnika konfiguracji" + +msgid "Welcome on the Baculum API default page" +msgstr "Witaj na stronie głównej Baculum API" + +msgid "Baculum API Client" +msgstr "Klient API Baculum" + +msgid "Here you can try one from API commands" +msgstr "Tutaj możesz wypróbować jedną z komend API" + +msgid "Starting..." +msgstr "Start..." + +msgid "Username" +msgstr "Użytkownik" + +msgid "Delete" +msgstr "Usuń" + +msgid "Client ID" +msgstr "ID klienta" + +msgid "Redirect URI" +msgstr "Redirect URI" + +msgid "Scopes" +msgstr "Zakresy" + +msgid "Bconsole Path" +msgstr "Lokalizacja Bconsole" + +msgid "Access token:" +msgstr "Żeton dostępu:" + +msgid "Send request" +msgstr "Wyślij żądanie" diff --git a/gui/baculum/protected/API/Pages/Panel/APIHome.page b/gui/baculum/protected/API/Pages/Panel/APIHome.page index d10089ab25..d52b58a06e 100644 --- a/gui/baculum/protected/API/Pages/Panel/APIHome.page +++ b/gui/baculum/protected/API/Pages/Panel/APIHome.page @@ -1,18 +1,18 @@ <%@ MasterClass="Application.API.Layouts.Main" Theme="Baculum-v1"%> /> -

Welcome on the Baculum API default page

+

<%[ Welcome on the Baculum API default page ]%>

-

Here you can try one from API commands

+

<%[ Here you can try one from API commands ]%>

- Starting... + <%[ Starting... ]%> <%[ Refresh token ]%>
@@ -26,7 +26,7 @@ - +

@@ -44,17 +44,17 @@
 			>
 				
 				
 				
 					
 				
 				
 				
 				
 				
 				
 					 ' + this.token);
 					}
 				}.bind(this));
 			},
-- 
2.39.2