diff --git a/lib/home/views/key_actions.dart b/lib/home/views/key_actions.dart index 19763ae8..69df8b30 100644 --- a/lib/home/views/key_actions.dart +++ b/lib/home/views/key_actions.dart @@ -58,7 +58,7 @@ Widget homeBuildActions( ? l10n.s_toggle_applications : l10n.s_toggle_interfaces, subtitle: interfacesLocked - ? 'Requires factory reset' // TODO: Replace with l10n + ? l10n.l_factory_reset_required : (deviceData.info.version.major > 4 ? l10n.l_toggle_applications_desc : l10n.l_toggle_interfaces_desc), diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index e3c3cf6c..cf4722b7 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -801,6 +801,7 @@ "s_reset": "Zurücksetzen", "s_factory_reset": "Werkseinstellungen", "l_factory_reset_desc": null, + "l_factory_reset_required": null, "l_oath_application_reset": "OATH Anwendung zurücksetzen", "l_fido_app_reset": "FIDO Anwendung zurückgesetzt", "l_reset_failed": "Fehler beim Zurücksetzen: {message}", diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 984c8006..80605b78 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -801,6 +801,7 @@ "s_reset": "Reset", "s_factory_reset": "Factory reset", "l_factory_reset_desc": "Restore YubiKey defaults", + "l_factory_reset_required": "Factory reset required", "l_oath_application_reset": "OATH application reset", "l_fido_app_reset": "FIDO application reset", "l_reset_failed": "Error performing reset: {message}", diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index b9410ed0..32782952 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -801,6 +801,7 @@ "s_reset": "Réinitialiser", "s_factory_reset": "Réinitialisation usine", "l_factory_reset_desc": "Restaurer les paramètres par défaut de la YubiKey", + "l_factory_reset_required": null, "l_oath_application_reset": "Réinitialisation OATH", "l_fido_app_reset": "Réinitialisation FIDO", "l_reset_failed": "Erreur de réinitialisation\u00a0: {message}", diff --git a/lib/l10n/app_ja.arb b/lib/l10n/app_ja.arb index e41ed14e..324d3746 100644 --- a/lib/l10n/app_ja.arb +++ b/lib/l10n/app_ja.arb @@ -801,6 +801,7 @@ "s_reset": "リセット", "s_factory_reset": "工場出荷時の状態にリセット", "l_factory_reset_desc": "YubiKey の既定値を復元", + "l_factory_reset_required": null, "l_oath_application_reset": "OATHアプリケーションのリセット", "l_fido_app_reset": "FIDOアプリケーションのリセット", "l_reset_failed": "リセットの実行エラー:{message}", diff --git a/lib/l10n/app_pl.arb b/lib/l10n/app_pl.arb index 9484fafe..2a9cd037 100644 --- a/lib/l10n/app_pl.arb +++ b/lib/l10n/app_pl.arb @@ -801,6 +801,7 @@ "s_reset": "Zresetuj", "s_factory_reset": "Ustawienia fabryczne", "l_factory_reset_desc": null, + "l_factory_reset_required": null, "l_oath_application_reset": "Reset funkcji OATH", "l_fido_app_reset": "Reset funkcji FIDO", "l_reset_failed": "Błąd podczas resetowania: {message}",