diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index ed456aec2..eb7c2a6c8 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -170,7 +170,10 @@ "loginAction": "Login", "createAccountAction": "Create Account", "switchToSignUpAction": "Don't have an account yet? Sign up", - "switchToLoginAction": "Already have an account? Log in" + "switchToLoginAction": "Already have an account? Log in", + "setupWithTokenAction": "Setup", + "setupToken": "Setup Token", + "titleToken": "Sign up with Setup Token" }, "categoryLabel": "Category", "ssofilter": { diff --git a/dashboard/src/translation/nl.json b/dashboard/src/translation/nl.json index 1d0d4f630..2d04b2d72 100644 --- a/dashboard/src/translation/nl.json +++ b/dashboard/src/translation/nl.json @@ -825,7 +825,11 @@ "porkbunApikey": "API sleutel", "porkbunSecretapikey": "Geheime API sleutel", "bunnyAccessKey": "Bunny toegangssleutel", - "dnsimpleAccessToken": "Toegangstoken" + "dnsimpleAccessToken": "Toegangstoken", + "ovhEndpoint": "Eindpunt", + "ovhConsumerKey": "Consumer sleutel", + "ovhAppKey": "Applicatie sleutel", + "ovhAppSecret": "Applicatie geheim" }, "title": "Domeinen & Certificaten", "addDomain": "Domein toevoegen", diff --git a/dashboard/src/translation/ru.json b/dashboard/src/translation/ru.json index 5a7a08a63..478e107a0 100644 --- a/dashboard/src/translation/ru.json +++ b/dashboard/src/translation/ru.json @@ -1396,7 +1396,12 @@ "cloudflareDefaultProxyStatus": "Активировать прокси для новых DNS записей", "porkbunApikey": "API Ключ", "porkbunSecretapikey": "Secret API Ключ", - "bunnyAccessKey": "Ключ доступа Bunny" + "bunnyAccessKey": "Ключ доступа Bunny", + "dnsimpleAccessToken": "Токен доступа", + "ovhEndpoint": "Конечная точка", + "ovhConsumerKey": "Ключ пользователя", + "ovhAppKey": "Ключ приложения", + "ovhAppSecret": "Секрет приложения" }, "addDomain": "Добавить домен", "removeDialog": { diff --git a/dashboard/src/views/appstore.html b/dashboard/src/views/appstore.html index e142d52a4..cde345107 100644 --- a/dashboard/src/views/appstore.html +++ b/dashboard/src/views/appstore.html @@ -396,16 +396,15 @@