mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
update localization types
This commit is contained in:
parent
3f36f22eb1
commit
7e5a691311
@ -40,8 +40,8 @@ class BiometricsInfoDialog extends ConsumerWidget {
|
||||
child: Column(
|
||||
children: [
|
||||
Text(_variant == BiometricsDialogVariant.invalidated
|
||||
? l10n.l_biometrics_dialog_invalidated
|
||||
: l10n.l_biometrics_dialog_disabled)
|
||||
? l10n.p_biometrics_dialog_invalidated
|
||||
: l10n.p_biometrics_dialog_disabled)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
@ -216,7 +216,7 @@ class UseBiometricsView extends ConsumerWidget {
|
||||
})
|
||||
: ListTile(
|
||||
title: Text(l10n.l_use_biometrics),
|
||||
subtitle: Text(l10n.l_biometrics_not_supported),
|
||||
subtitle: Text(l10n.p_biometrics_not_supported),
|
||||
enabled: false,
|
||||
);
|
||||
}
|
||||
|
@ -442,10 +442,10 @@
|
||||
"l_use_biometrics": "Biometric protection",
|
||||
"l_use_biometrics_on": "App will require biometric authentication before accessing stored YubiKey OATH passwords",
|
||||
"l_use_biometrics_off": "App will not require biometric authentication",
|
||||
"l_biometrics_not_supported": "Currently not available. To use biometrics, enable secure lock screen and a fingerprint, face or retina biometric",
|
||||
"p_biometrics_not_supported": "Currently not available. To use biometrics, enable secure lock screen and a fingerprint, face or retina biometric",
|
||||
"l_biometrics_dialog_title": "Biometric authentication",
|
||||
"l_biometrics_dialog_invalidated": "The system Biometric authentication have been altered.\n\nFor security reasons all previously remembered passwords for OATH have been cleared from the app.\n\nUse password to access OATH accounts.",
|
||||
"l_biometrics_dialog_disabled": "The system Biometric authentication changed and is not usable.\n\nFor security reasons all previously remembered passwords for OATH have been cleared from the app.\n\nTo use biometric protection you need to enable it in settings again.",
|
||||
"p_biometrics_dialog_invalidated": "The system Biometric authentication have been altered.\n\nFor security reasons all previously remembered passwords for OATH have been cleared from the app.\n\nUse password to access OATH accounts.",
|
||||
"p_biometrics_dialog_disabled": "The system Biometric authentication changed and is not usable.\n\nFor security reasons all previously remembered passwords for OATH have been cleared from the app.\n\nTo use biometric protection you need to enable it in settings again.",
|
||||
"s_allow_screenshots": "Allow screenshots",
|
||||
|
||||
"@_eof": {}
|
||||
|
Loading…
Reference in New Issue
Block a user