Entire client form translated.

pull/763/head
Fredrik Jönsson 2015-02-10 10:14:31 +01:00
parent 76b10736ef
commit 97cf6854ed
4 changed files with 37 additions and 14 deletions

View File

@ -1056,7 +1056,7 @@ var ClientFormView = Backbone.View.extend({
});
var defaultAcrView = new ListWidgetView({
placeholder: 'new ACR value',
placeholder: $.t('client.client-form.acr-values-placeholder'),
// TODO: autocomplete from spec
collection: this.defaultAcrValuesCollection});
$('#defaultAcrValues .controls', this.el).html(defaultAcrView.render().el);

View File

@ -19,6 +19,8 @@
"access-token-no-timeout": "Access tokens do not time out",
"access-token-timeout": "Access Token Timeout",
"access-token-timeout-help": "Enter this time in seconds, minutes, or hours.",
"acr-values": "Default ACR Values",
"acr-values-placeholder": "new ACR value",
"allow-introspection": "Allow calls to the Introspection Endpoint?",
"authentication-method": "Token Endpoint Authentication Method",
"authorization-code": "authorization code",
@ -68,12 +70,16 @@
"id-token-signing-algorithm": "ID Token Signing Algorithm",
"id-token-timeout": "ID Token Timeout",
"implicit": "implicit",
"intiate-login": "Intiate Login",
"intiate-login-help": "URL to initiate login on the client",
"introspection": "Introspection",
"jwk-set": "JWK Set",
"jwk-set-help": "URL for the client's JSON Web Key set",
"logo": "Logo",
"logo-help": "URL that points to a logo image, will be displayed on approval page",
"main": "Main",
"max-age": "Default Max Age",
"max-age-help": "Default maximum session age before re-prompting",
"minutes": "minutes",
"new": "New Client",
"other": "Other",
@ -81,6 +87,8 @@
"password": "password",
"policy": "Policy Statement",
"policy-help": "URL for the Policy Statement of this client, will be displayed to the user",
"post-logout": "Post-Logout Redirect",
"post-logout-help": "URL to redirect the client to after a logout operation",
"public": "Public",
"redelegation": "redelegation",
"redirect-uris": "Redirect URI(s)",
@ -91,6 +99,9 @@
"refresh-tokens-no-expire": "Refresh tokens do not time out",
"registered": "Registered at",
"request-object-signing-algorithm": "Request Object Signing Algorithm",
"request-uri": "Request URIs",
"require-auth-time": "Require Authentication Time",
"require-auth-time-label": "Always require that the auth_time claim be sent in the id token",
"response-types": "Response Types",
"seconds": "seconds",
"secret-asymmetric-jwt": "Asymmetrically-signed JWT assertion",

View File

@ -18,6 +18,8 @@
"access": "Behörigheter",
"access-token-timeout": "Livslängd för access-token",
"access-token-no-timeout": "Access-token har oändlig livslängd",
"acr-values": "Default ACR-värden",
"acr-values-placeholder": "nytt ACR-värde",
"token-timeout-help": "Ange tiden i sekunder, timmar eller minuter.",
"allow-introspection": "Tillåt anrop till introspektionsfunktionen?",
"authorization-code": "auktoriseringskod",
@ -38,7 +40,7 @@
"contacts": "Kontakter",
"contacts-placeholder": "ny kontakt",
"credentials": "Hemligheter",
"crypto": {
"crypto": {
"a128cbc-hs256": "Composite Authenticated Encryption algorithm using AES in Cipher Block Chaining (CBC) mode with PKCS #5 padding with an integrity calculation using HMAC SHA-256, using a 256 bit CMK (and 128 bit CEK)",
"a128gcm": "AES GCM using 128 bit keys",
"a128kw": "AES Key Wrap algoritm med 128-bitars nycklar",
@ -69,18 +71,24 @@
"id-token-signing-algorithm": "Signeringsalgoritm för ID-token",
"id-token-timeout": "Livslängd för ID-token",
"implicit": "implicit",
"intiate-login": "Initiera inloggning",
"intiate-login-help": "Länk för att initiera inloggning i klienten",
"introspection": "Introspektion",
"jwk-set": "JWK Set",
"jwk-set-help": "Länk till klientens JSON Webb-nyckel-set",
"logo": "Logotyp",
"logo-help": "Länk till en logotyp. Den kommer att visas på bekräftelsesidan.",
"main": "Basinformation",
"max-age": "Max sessions-längd",
"max-age-help": "Default maximal sessions-längd innan användaren tillfrågas igen",
"minutes": "minuter",
"new": "Ny klient",
"other": "Övrigt",
"pairwise": "Parvis",
"policy": "Policy-information",
"policy-help": "Länk till en sida som beskriver tjänstens policy. Den visas på bekräftelsesidan.",
"post-logout": "Omdirigering efter utloggning",
"post-logout-help": "Länk att omdirigera användaren till efter en utloggning",
"public": "Publik",
"redelegation": "redelegation",
"redirect-uris": "Omdirigieringslänkar",
@ -91,6 +99,9 @@
"refresh-tokens-no-expire": "Refresh-tokens har oändlig livslängd",
"registered": "Registrerad",
"request-object-signing-algorithm": "Signeringsalgoritm för request-object ",
"request-uri": "Request-länkar",
"require-auth-time": "Kräv authentication-time",
"require-auth-time-label": "Kräv att auth_time-claim alltid skickas med id_token",
"response-types": "Svarstyper",
"seconds": "sekunder",
"secret-asymmetric-jwt": "Asymmetriskt signerad JWT assertion",

View File

@ -693,47 +693,48 @@
<div class="tab-pane" id="client-other-tab">
<div class="control-group" id="initiateLoginUri">
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Initiate Login</label>
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.initiate-login">Initiate Login</span></label>
<div class="controls">
<input placeholder="https://" value="<%-initiateLoginUri%>" maxlength="1000" type="text" class=""/>
<p class="help-block">URL to initiate login on the client</p>
<p class="help-block" data-i18n="client.client-form.initiate-login-help">URL to initiate login on the client</p>
</div>
</div>
<div class="control-group" id="postLogoutRedirectUri">
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Post-Logout Redirect</label>
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.post-logout">Post-Logout Redirect</span></label>
<div class="controls">
<input placeholder="https://" value="<%-postLogoutRedirectUri%>" maxlength="1000" type="text" class=""/>
<p class="help-block">URL to redirect the client to after a logout operation</p>
<p class="help-block" data-i18n="client.client-form.post-logout-help">URL to redirect the client to after a logout operation</p>
</div>
</div>
<div class="control-group" id="requireAuthTime">
<label class="control-label">Require Authentication Time</label>
<label class="control-label" data-i18n="client.client-form.require-auth-time">Require Authentication Time</label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" <%-(requireAuthTime == true ? 'checked' : '')%>> Always require that the auth_time claim be sent in the id token
</label>
<div>
<input type="checkbox" <%-(requireAuthTime == true ? 'checked' : '')%>/>
<label class="checkbox" data-i18n="client.client-form.require-auth-time-label">Always require that the auth_time claim be sent in the id token</label>
</div>
</div>
</div>
<div class="control-group" id="defaultMaxAge">
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Default Max Age</label>
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.max-age">Default Max Age</span></label>
<div class="controls">
<input placeholder="" value="<%-defaultMaxAge%>" maxlength="1000" type="text" class=""/>
<p class="help-block">Default maximum session age before re-prompting</p>
<p class="help-block" data-i18n="client.client-form.max-age-help">Default maximum session age before re-prompting</p>
</div>
</div>
<div class="control-group" id="requestUris">
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Request URIs</label>
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.request-uri">Request URIs</span></label>
<div class="controls">
</div>
</div>
<div class="control-group" id="defaultAcrValues">
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Default ACR Values</label>
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> <span data-i18n="client.client-form.acr-values">Default ACR Values</span></label>
<div class="controls">
</div>
</div>