mediawiki-extensions-OATHAuth/i18n/qqq.json
Gergő Tisza b760e3f6e4
Add download link for recovery codes
Bug: T245027
Change-Id: I558fa2aaed90afee8488f8b68c71959e3c75331d
2024-05-08 13:42:29 +02:00

123 lines
12 KiB
JSON

{
"@metadata": {
"authors": [
"A2093064",
"Amire80",
"Liuxinyu970226",
"MarcoAurelio",
"Purodha",
"Raymond",
"Reedy",
"Robby",
"Ryan Lane <rlane@wikimedia.org>",
"Shirayuki",
"Siebrand",
"Skalman",
"Tyler Romeo <tylerromeo@gmail.com>",
"Umherirrender",
"Verdy p",
"Xiplus",
"Zoranzoki21"
]
},
"oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}",
"disableoathforuser": "{{doc-special|DisableOATHForUser}}",
"verifyoathforuser": "{{doc-special|VerifyOATHForUser}}",
"oath": "{{optional}}\n{{doc-special|OATH}}",
"oathauth-account": "Plain text associated with [https://en.wikipedia.org/wiki/Two_factor_authentication two-factor authentication] on this wiki (username@''wiki name'') found on Special:OATH.\n{{Identical|Account name}}",
"oathauth-secret": "Plain text found on Special:OATH while enabling OATH\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two-factor authentication]",
"oathauth-enable": "Page title on Special:OATH, when enabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-recoverycodes": "Plain text, found on Special:OATH while enabling OATH.",
"oathauth-recoverycodes-important": "Plain text, found on Special:OATH while enabling OATH.",
"oathauth-recoverycodes-download": "Plain text, text of the download link on Special:OATH while enabling OATH.",
"oathauth-disable": "Page title on Special:OATH while disabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-validatedoath": "Plain text found on Special:OATH after a token has been validated.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-noscratchforvalidation": "Plain text found on Special:OATH if the user used the incorrect type of token while enabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-failedtovalidateoath": "Plain text found on Special:OATH when validation of a token has failed.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-disabledoath": "Plain text found on Special:OATH when disabling OATH has been successful.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-prefs-label": "Plain text label seen on Special:Preferences\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]\n{{Identical|Two factor authentication}}",
"oathauth-step1": "Label for step 1 on Special:OATH form",
"oathauth-step1-test": "Text for step 1 on Special:OATH form. Check the name of \"Google Authenticator\" in your language in the Play Market—it may be translated.",
"oathauth-step2": "Label for step 2, the QR code, on Special:OATH",
"oathauth-step2-qrcode": "Instruction to scan the QR code using the application downloaded in step 1",
"oathauth-step2alt": "Label for information on how to manually (if you are unable to scan/use the QR code) do step 2 on Special:OATH",
"oathauth-step3": "Label for step 3 information on Special:OATH",
"oathauth-step4": "Label for step 4 information on Special:OATH",
"oathauth-entertoken": "Label on input field on Special:OATH asking user to enter token",
"oathauth-disable-for-user": "Title of the special page to disable other users' two-factor authentication (OATH)",
"oathauth-verify-for-user": "Title of the special page to verify other users' two-factor authentication (OATH) status",
"right-oathauth-disable-for-user": "{{doc-right|oathauth-disable-for-user}}",
"action-oathauth-disable-for-user": "{{doc-action|oathauth-disable-for-user}}",
"right-oathauth-verify-user": "{{doc-right|oathauth-verify-user}}",
"action-oathauth-verify-user": "{{doc-action|oathauth-verify-user}}",
"right-oathauth-view-log": "{{doc-right|oathauth-view-log}}",
"action-oathauth-view-log": "{{doc-action|oathauth-view-log}}",
"oathauth-disable-intro": "Intro message for special to disable other users' two-factor authentication (OATH)",
"oathauth-enteruser": "Label for user field in special page to verify or disable two-factor authentication",
"oathauth-enterdisablereason": "Label for field for reason in special page to disable two-factor authentication",
"oathauth-enterverifyreason": "Label for field for reason in special page to verify two-factor authentication",
"oathauth-user-not-does-not-have-oath-enabled": "Error message when user does not have two-factor authentication (OATH) enabled",
"right-oathauth-enable": "{{doc-right|oathauth-enable}}",
"action-oathauth-enable": "{{doc-action|oathauth-enable}}",
"oathauth-auth-token-label": "Label of the second-factor field on special pages and in the API\n{{Identical|Token}}",
"oathauth-auth-token-help": "Extended help message for the second factor field in the API.",
"oathauth-auth-ui": "Shown on top of the login form when second factor is required",
"oathauth-throttled": "Error message when throttling limit is hit.\n\nParameters:\n* $1 - throttle block duration",
"oathauth-login-failed": "Error message when verifying the second factor failed.",
"oathauth-describe-provider": "Description of the extension as an authentication provider.",
"grant-group-authentication": "{{Related|Grant-group}}",
"grant-oath": "Name for grant \"oath\".\n{{Related|Grant}}",
"right-oathauth-api-all": "{{doc-right|oathauth-api-all}}",
"action-oathauth-api-all": "{{doc-action|oathauth-api-all}}",
"oathauth-user-not-found": "Message that Special:DisableOATHForUser will display when no user account can be found with the name provided",
"oath-log-name": "The Special:Log log name that appears in the drop-down on the Special:Log page",
"oath-log-header": "The Special:Log description that appears on the Special:Log page when you filter logs on this specific log name",
"logentry-oath-disable-other": "{{Logentry|<kbd>Special:Log/oath</kbd>}}",
"logentry-oath-verify": "{{Logentry|<kbd>Special:Log/oath</kbd>}}",
"log-action-filter-oath": "{{Doc-log-action-filter-type|oath}}\n{{Related|Log-action-filter}}",
"log-action-filter-oath-verify": "{{doc-log-action-filter-action|oath|verify}}",
"log-action-filter-oath-disable-other": "{{doc-log-action-filter-action|oath|disable-other}}",
"oathauth-ui-no-module": "User preference value for the type of two-factor authentication operation {{msg-mw|Log-action-filter-oath}} when no 2FA module is enabled.",
"oathauth-module-invalid": "Error message when the OATHAuth module registered by user is invalid",
"oathauth-module-totp-label": "User preference value when the TOTP module is enabled",
"oathauth-ui-manage": "Button on Special:Preferences, that leads to [[Special:OATHManage]]",
"oathmanage": "{{doc-special|OATHManage}}",
"oathauth-ui-not-enabled-modules": "Header on Special:OATHManage under which all modules that are not currently enabled are listed. This is used only if user already has 2FA enabled",
"oathauth-ui-enabled-module": "Header on Special:OATHManage under which is the currently selected 2FA module shown",
"oathauth-enable-generic": "Button label that enables the module\n{{Identical|Enable}}",
"oathauth-disable-generic": "Button label that disables the module\n{{Identical|Disable}}",
"oathauth-invalid-data-format": "Error message when the key instance cannot be created based on provided data",
"oathauth-disable-page-title": "Page title for [[Special:OATHManage]] when user is disabling a module. \n$1 - display name of the module",
"oathauth-enable-page-title": "Page title for [[Special:OATHManage]] when user is enabling a module. \n$1 - display name of the module",
"oathauth-action-exclusive-to-2fa": "Error messages when user action is blocked due to the permission being exclusive to users with 2FA enabled",
"oathauth-ui-available-modules": "Header on Special:OATHManage under which all 2FA modules that can be enabled. Used only when user does not have 2FA enabled",
"oathauth-ui-general-help": "Help on what is two-factor authentication, displayed on Special:OATHManage.",
"oathauth-totp-description": "Description of TOTP module, shown on Special:OATHManage.\n\n[[:w:en:HMAC|HMAC]] is a type of a [[:w:en:Message authentication code|message authentication code]] in cryptography.",
"oathauth-disable-method-warning-header": "Page title for warning page when disabling current 2FA method",
"oathauth-disable-method-warning-button-label": "Label for the button that confirms disabling current or switching to alternative 2FA method",
"oathauth-disable-method-warning": "Generic message warning the user of token/data loss when authentication method is disabled.\n$1 - Current method name",
"oathauth-switch-method-warning-header": "Page title for warning page when switching to an alternative 2FA method",
"oathauth-switch-method-warning": "Generic message warning the user of token/data loss when switching to an alternative method.\n$1 - Current method name, $2 - Name of the method that is being switched to",
"oathauth-totp-disable-warning": "TOTP specific warning message when disabling/switching to alternative 2FA method",
"oathauth-invalidrequest": "Generic error message that is displayed when request cannot be processed due to an unpredicted reason",
"notification-header-oathauth-disable": "Notification header for when two-factor authentication has been disabled.\n$2 - Name of user for GENDER",
"notification-header-oathauth-remove-device": "Notification header for when a single two-factor authentication device has been disabled, but there are still additional devices active on the account.\n$2 - Name of user for GENDER",
"notification-body-oathauth-disable": "Notification body text for when two-factor authentication has been disabled.\n$2 - Name of user for GENDER",
"notification-body-oathauth-disable-other": "Notification body text for when two-factor authentication has been disabled by an administrator or sysadmin.\n$2 - Name of user for GENDER.",
"notification-body-oathauth-disable-remaining": "Notification body text for when a single two-factor device was removed, but there are still additional keys remaining.\n$2 - Name of user for GENDER.\n$3 - Number of keys remaining.",
"oathauth-notifications-disable-help": "Link text for the help link in the notification\n{{identical|Help}}",
"oathauth-notifications-disable-helplink": "{{notranslate}}",
"oathauth-notifications-disable-primary": "Link text pointing a user where to check their 2FA settings",
"notification-header-oathauth-enable": "Notification header for when two-factor authentication has been enabled.\n$2 - Name of user for GENDER",
"notification-body-oathauth-enable": "Notification body text for when two-factor authentication has been enabled.\n$2 - Name of user for GENDER",
"oathauth-notifications-enable-help": "Link text for the help link in the notification",
"oathauth-notifications-enable-helplink": "{{notranslate}}",
"oathauth-notifications-enable-primary": "Link text pointing a user where to check their 2FA settings",
"oathauth-verify-enabled": "Notice that a user has 2FA enabled, shown on success at [[Special:VerifyOATHForUser]].\n$1 - Name of user",
"oathauth-verify-disabled": "Notice that a user does not have 2FA enabled, shown on success at [[Special:VerifyOATHForUser]].\n$1 - Name of user",
"oathauth-prefs-disabledgroups": "Label on Special:Preferences for groups in which the user's membership has been disabled for a lack of two-factor authentication.\n$1 - Number of groups",
"oathauth-prefs-disabledgroups-help": "Help message shown on Special:Preferences for the {{mw-msg|oathauth-prefs-disabledgroups}} field.\n$1 - Number of groups\n$2 - User name for GENDER",
"oathauth-qrcode-alt": "Accessibility label for the QR code image shown to users when enabling the TOTP on the [[Special:OATHManage]] page.",
"oathauth-hint": "Reminder that users can use recovery tokens if they don't have access to their device or application"
}