fix some typos for Reset Certificate module for v2.0.7 (#1605)

merge-requests/133/head
dcoutadeur 6 years ago
parent a465a5d768
commit 1a6a2e50ee
  1. 91
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  2. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  3. 15
      lemonldap-ng-manager/site/htdocs/static/languages/tr.json
  4. 10
      lemonldap-ng-portal/site/htdocs/static/languages/tr.json

@ -1459,52 +1459,51 @@ sub attributes {
documentation => 'URL of password reset page', documentation => 'URL of password reset page',
}, },
# Certificate reset by mail # Certificate reset by mail
certificateResetByMailCeaAttribute => { certificateResetByMailCeaAttribute => {
type => 'text', type => 'text',
default => 'description' default => 'description'
}, },
certificateResetByMailCertificateAttribute => { certificateResetByMailCertificateAttribute => {
type => 'text', type => 'text',
default => 'userCertificate;binary', default => 'userCertificate;binary',
},
}, certificateResetByMailStep1Body => {
certificateResetByMailStep1Body => { type => 'longtext',
type => 'longtext', documentation => 'Custom Certificate reset mail body',
documentation => 'Custom Certificate reset mail body', },
},
certificateResetByMailStep2Body => {
certificateResetByMailStep2Body => { type => 'longtext',
type => 'longtext', documentation => 'Custom confirm Certificate reset mail body',
documentation => 'Custom confirm Certificate reset mail body', },
}, certificateResetByMailStep2Subject => {
certificateResetByMailStep2Subject => { type => 'text',
type => 'text', documentation => 'Mail subject for reset confirmation',
documentation => 'Mail subject for reset confirmation', },
}, certificateResetByMailStep1Subject => {
certificateResetByMailStep1Subject => { type => 'text',
type => 'text', documentation => 'Mail subject for certificate reset email',
documentation => 'Mail subject for certificate reset email', },
},
certificateResetByMailURL => {
certificateResetByMailURL => { type => 'url',
type => 'url', default => 'http://auth.example.com/certificateReset',
default => 'http://auth.example.com/certificateReset', documentation => 'URL of certificate reset page',
documentation => 'URL of certificate reset page', },
}, certificateResetByMailSender => {
certificateResetByMailSender => { type => 'text',
type => 'text', default => 'noreply@example.com',
default => 'noreply@example.com', documentation => 'URL of certificate reset page',
documentation => 'URL of certificate reset page', },
}, certificateResetByMailReplyTo => {
certificateResetByMailReplyTo => { type => 'text',
type => 'text', default => 'noreply@example.com',
default => 'noreply@example.com', documentation => 'URL of certificate reset page',
documentation => 'URL of certificate reset page', },
}, certificateResetByMailValidityDelay => {
certificateResetByMailValidityDelay => { type => 'int',
type => 'int', default => 0
default => 0 },
},
# Registration # Registration
registerConfirmSubject => { registerConfirmSubject => {

@ -661,7 +661,7 @@ sub tree {
title => 'certificateResetByMailManagement', title => 'certificateResetByMailManagement',
form => 'simpleInputContainer', form => 'simpleInputContainer',
nodes => [ { nodes => [ {
title => 'certifcateMailContent', title => 'certificateMailContent',
form => 'simpleInputContainer', form => 'simpleInputContainer',
nodes => [ nodes => [
'certificateResetByMailSender', 'certificateResetByMailSender',

@ -142,6 +142,19 @@
"casStorageOptions":"CAS oturumları modül seçenekleri", "casStorageOptions":"CAS oturumları modül seçenekleri",
"categoryName":"Kategori ismi", "categoryName":"Kategori ismi",
"cda":"Çoklu alan adları", "cda":"Çoklu alan adları",
"certificateMailContent":"Certificate mail content",
"certificateResetByMailManagement":"Certifcate reset management",
"certificateResetByMailURL":"Reset page URL",
"certificateResetByMailCeaAttribute":"Certificate attibute name",
"certificateResetByMailCertificateAttribute":"certificate attribute name",
"certificateResetByMailSender":"Mail sender",
"certificateResetByMailReplyTo":"Reply address",
"certificateResetByMailStep1Subject":"Certificate reset mail subject",
"certificateResetByMailStep1Body":"Certificate reset mail content",
"certificateResetByMailStep2Subject":"Confirmation mail subject",
"certificateResetByMailStep2Body":"Confirmation mail content",
"certificateResetByMailValidityDelay":"Minimum duration before expiration",
"portalDisplayCertificateResetByMail":"Reset your Certificate",
"contentSecurityPolicy":"İçerik güvenlik ilkesi", "contentSecurityPolicy":"İçerik güvenlik ilkesi",
"contextSwitching":"İçeriği başka bir kullanıcıyla değiştir", "contextSwitching":"İçeriği başka bir kullanıcıyla değiştir",
"contextSwitchingHiddenAttributes":"Gizli nitelikler", "contextSwitchingHiddenAttributes":"Gizli nitelikler",
@ -1089,4 +1102,4 @@
"samlRelayStateTimeout":"RelayState oturum zaman aşımı", "samlRelayStateTimeout":"RelayState oturum zaman aşımı",
"samlUseQueryStringSpecific":"Spesifik query_string metodu kullan", "samlUseQueryStringSpecific":"Spesifik query_string metodu kullan",
"samlOverrideIDPEntityID":"IDP olarak davrandığında Varlık ID'yi geçersiz kıl" "samlOverrideIDPEntityID":"IDP olarak davrandığında Varlık ID'yi geçersiz kıl"
} }

@ -86,6 +86,9 @@
"PE94":"Gerekli bir nitelik mevcut değil", "PE94":"Gerekli bir nitelik mevcut değil",
"PE95":"DECRYPT servisine erişime izin verilmedi", "PE95":"DECRYPT servisine erişime izin verilmedi",
"PE96":"Geçersiz doğrulama kodu", "PE96":"Geçersiz doğrulama kodu",
"PE97":"Please select your new certificate",
"PE98":"Please select your new certificate",
"PE99":"Your certificate is invalid or expires soon",
"2fRegRequired":"Bu servis iki adımlı kimlik doğrulama gerektiriyor. Şimdi bir cihaz ekleyin ve ardından portala geri dönün", "2fRegRequired":"Bu servis iki adımlı kimlik doğrulama gerektiriyor. Şimdi bir cihaz ekleyin ve ardından portala geri dönün",
"accept":"Kabul Et", "accept":"Kabul Et",
"accessDenied":"Bu uygulamaya erişim yetkiniz yok", "accessDenied":"Bu uygulamaya erişim yetkiniz yok",
@ -287,5 +290,8 @@
"yourPhone":"Telefon numaranı bil", "yourPhone":"Telefon numaranı bil",
"yourProfile":"Profilini bil", "yourProfile":"Profilini bil",
"yourTotpKey":"TOTP anahtarınız", "yourTotpKey":"TOTP anahtarınız",
"yubikey2f":"Yubikey" "yubikey2f":"Yubikey",
} "resetCertificateOK":"Your certificate was reset sucessfully",
"linkValidUntilCertif":"This message contains a link to reset your certificate, this link is valid until ",
"certificateReset":"Reset my certificate"
}

Loading…
Cancel
Save