Reword Asan confirmation heading

"Confirm on your phone" → "Confirm the Asan Imza request" (source),
"Asan İmza sorğusunu təsdiqləyin" (az), "Подтвердите запрос Asan İmza" (ru).
Replaces the awkward "Puş bildirişini təsdiqləyin". POT regenerated,
mirrored to az_locale. Bump version 0.1.31 -> 0.1.32.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ali 2026-06-12 13:33:02 +00:00
parent ea445d65c0
commit 997a085274
5 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
__version__ = "0.1.31" __version__ = "0.1.32"

View File

@ -196,10 +196,6 @@ msgstr "Şirkət profili"
msgid "Confirm" msgid "Confirm"
msgstr "Təsdiq" msgstr "Təsdiq"
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm on your phone"
msgstr "Puş bildirişini təsdiqləyin"
#: jey_wizard/public/js/jey_setup.js:657 #: jey_wizard/public/js/jey_setup.js:657
msgid "Confirm password" msgid "Confirm password"
msgstr "Şifrəni təsdiqləyin" msgstr "Şifrəni təsdiqləyin"
@ -906,3 +902,7 @@ msgstr "ƏMAS (e-social.gov.az) əmək müqavilələrini saxlayır. Əgər şirk
msgid "ƏMAS employees" msgid "ƏMAS employees"
msgstr "ƏMAS işçiləri" msgstr "ƏMAS işçiləri"
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm the Asan Imza request"
msgstr "Asan İmza sorğusunu təsdiqləyin"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Jey Wizard VERSION\n" "Project-Id-Version: Jey Wizard VERSION\n"
"Report-Msgid-Bugs-To: info@jeyerp.az\n" "Report-Msgid-Bugs-To: info@jeyerp.az\n"
"POT-Creation-Date: 2026-06-12 12:55+0000\n" "POT-Creation-Date: 2026-06-12 13:32+0000\n"
"PO-Revision-Date: 2026-06-12 12:55+0000\n" "PO-Revision-Date: 2026-06-12 13:32+0000\n"
"Last-Translator: info@jeyerp.az\n" "Last-Translator: info@jeyerp.az\n"
"Language-Team: info@jeyerp.az\n" "Language-Team: info@jeyerp.az\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -196,14 +196,14 @@ msgstr ""
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm on your phone"
msgstr ""
#: jey_wizard/public/js/jey_setup.js:657 #: jey_wizard/public/js/jey_setup.js:657
msgid "Confirm password" msgid "Confirm password"
msgstr "" msgstr ""
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm the Asan Imza request"
msgstr ""
#: jey_wizard/public/js/jey_setup.js:359 #: jey_wizard/public/js/jey_setup.js:359
msgid "Confirm ƏMAS request on your phone" msgid "Confirm ƏMAS request on your phone"
msgstr "" msgstr ""

View File

@ -196,10 +196,6 @@ msgstr "Профиль компании"
msgid "Confirm" msgid "Confirm"
msgstr "Подтверждение" msgstr "Подтверждение"
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm on your phone"
msgstr "Подтвердите пуш"
#: jey_wizard/public/js/jey_setup.js:657 #: jey_wizard/public/js/jey_setup.js:657
msgid "Confirm password" msgid "Confirm password"
msgstr "Подтвердите пароль" msgstr "Подтвердите пароль"
@ -906,3 +902,7 @@ msgstr "ƏMAS (e-social.gov.az) хранит трудовые договоры.
msgid "ƏMAS employees" msgid "ƏMAS employees"
msgstr "Сотрудники ƏMAS" msgstr "Сотрудники ƏMAS"
#: jey_wizard/public/js/jey_setup.js:208
msgid "Confirm the Asan Imza request"
msgstr "Подтвердите запрос Asan İmza"

View File

@ -10,7 +10,7 @@ frappe.provide("jey_wizard");
// Bump this string in every commit that changes wizard code. Displayed in the badge so // Bump this string in every commit that changes wizard code. Displayed in the badge so
// we can tell at a glance which version is actually running on a given machine. Kept in // we can tell at a glance which version is actually running on a given machine. Kept in
// sync with __version__ in jey_wizard/__init__.py. // sync with __version__ in jey_wizard/__init__.py.
const JEY_WIZARD_VERSION = "0.1.31"; const JEY_WIZARD_VERSION = "0.1.32";
// Wipe Frappe + ERPNext default slides so their `before_load`/`after_load` listeners // Wipe Frappe + ERPNext default slides so their `before_load`/`after_load` listeners
// don't try to mutate a wizard that isn't slide-based anymore. // don't try to mutate a wizard that isn't slide-based anymore.
@ -205,7 +205,7 @@ frappe.setup.SetupWizard = class JeySetupWizard {
} else if (this.asan_state === "polling") { } else if (this.asan_state === "polling") {
const code = this.asan_verification_code || ""; const code = this.asan_verification_code || "";
$body.html(` $body.html(`
<h3 style="margin-bottom:16px">${__("Confirm on your phone")}</h3> <h3 style="margin-bottom:16px">${__("Confirm the Asan Imza request")}</h3>
<p>${__("Open the Asan Imza app on your phone and confirm the request.")}</p> <p>${__("Open the Asan Imza app on your phone and confirm the request.")}</p>
${code ${code
? `<div style="margin:16px 0;padding:14px;background:#f7f7f7;border-radius:6px;text-align:center"> ? `<div style="margin:16px 0;padding:14px;background:#f7f7f7;border-radius:6px;text-align:center">