update localization types

This commit is contained in:
Adam Velebil 2023-05-04 17:25:46 +02:00
parent 3f36f22eb1
commit 7e5a691311
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 6 additions and 6 deletions

View File

@ -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)
],
),
),

View File

@ -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,
);
}

View File

@ -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": {}