Translate additional tooltip.
parent
c5d1f4de9d
commit
3fbd17ffe3
|
@ -250,8 +250,8 @@ var ClientView = Backbone.View.extend({
|
||||||
|
|
||||||
$('.clientid-full', this.el).hide();
|
$('.clientid-full', this.el).hide();
|
||||||
|
|
||||||
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered. Click to view registration access token'});
|
this.$('.dynamically-registered').tooltip({title: $.t('client.client-table.dynamically-registered-tooltip')});
|
||||||
this.$('.allow-introspection').tooltip({title: 'This client can perform token introspection'});
|
this.$('.allow-introspection').tooltip({title: $.t('client.client-table.allow-introspection-tooltip')});
|
||||||
|
|
||||||
this.updateMatched();
|
this.updateMatched();
|
||||||
$(this.el).i18n();
|
$(this.el).i18n();
|
||||||
|
|
|
@ -158,7 +158,9 @@
|
||||||
"user-info-signing-algorithm": "User Info Endpoint Signing Algorithm"
|
"user-info-signing-algorithm": "User Info Endpoint Signing Algorithm"
|
||||||
},
|
},
|
||||||
"client-table": {
|
"client-table": {
|
||||||
|
"allow-introspection-tooltip": "This client can perform token introspection",
|
||||||
"confirm": "Are you sure sure you would like to delete this client?",
|
"confirm": "Are you sure sure you would like to delete this client?",
|
||||||
|
"dynamically-registered-tooltip": "This client was dynamically registered. Click to view registration access token",
|
||||||
"match": {
|
"match": {
|
||||||
"contacts": "contacts",
|
"contacts": "contacts",
|
||||||
"description": "description",
|
"description": "description",
|
||||||
|
|
|
@ -160,7 +160,9 @@
|
||||||
"user-info-signing-algorithm": "Signeringsalgoritm för user-info"
|
"user-info-signing-algorithm": "Signeringsalgoritm för user-info"
|
||||||
},
|
},
|
||||||
"client-table": {
|
"client-table": {
|
||||||
|
"allow-introspection-tooltip": "Denna klient kan utföra token-introspektion",
|
||||||
"confirm": "Är du säker på att du vill ta bort denna klient?",
|
"confirm": "Är du säker på att du vill ta bort denna klient?",
|
||||||
|
"dynamically-registered-tooltip": "Denna klient registrerades dynamiskt. Klicka för att se registrerings-access-token",
|
||||||
"match": {
|
"match": {
|
||||||
"contacts": "kontakter",
|
"contacts": "kontakter",
|
||||||
"description": "beskrivning",
|
"description": "beskrivning",
|
||||||
|
|
Loading…
Reference in New Issue