mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
Provide translatable messages for MigrateScreen widget
Translatable messages should be marked with @i18n. Also these messages should be presented in "i18n_messages" dictionary. Fixes: https://pagure.io/freeipa/issue/7641 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Serhii Tsymbaliuk <stsymbal@localhost.localdomain>
This commit is contained in:
committed by
Serhii Tsymbaliuk
parent
05d7162b1d
commit
8a22c65228
@@ -234,6 +234,7 @@ class i18n_messages(Command):
|
||||
"issue": _("Issue"),
|
||||
"match": _("Match"),
|
||||
"match_title": _("Match users according to certificate."),
|
||||
"migrate": _("Migrate"),
|
||||
"ok": _("OK"),
|
||||
"refresh": _("Refresh"),
|
||||
"refresh_title": _("Reload current settings from the server."),
|
||||
@@ -369,6 +370,24 @@ class i18n_messages(Command):
|
||||
"number_of_passwords": _("number of passwords"),
|
||||
"seconds": _("seconds"),
|
||||
},
|
||||
"migration": {
|
||||
"migrating": _("Migrating"),
|
||||
"migration_error_msg": _(
|
||||
"There was a problem with your request. Please, try again "
|
||||
"later."),
|
||||
"migration_failure_msg": _(
|
||||
"Password migration was not successful"),
|
||||
"migration_info_msg": _(
|
||||
"<h1>Password Migration</h1><p>If you have been sent here by "
|
||||
"your administrator, your personal information is being "
|
||||
"migrated to a new identity management solution (IPA).</p><p>"
|
||||
"Please, enter your credentials in the form to complete the "
|
||||
"process. Upon successful login your kerberos account will be "
|
||||
"activated.</p>"),
|
||||
"migration_invalid_password": _(
|
||||
"The password or username you entered is incorrect"),
|
||||
"migration_success": _("Password migration was successful"),
|
||||
},
|
||||
"objects": {
|
||||
"aci": {
|
||||
"attribute": _("Attribute"),
|
||||
|
||||
Reference in New Issue
Block a user