Release prep and refinement (#64)

This commit is contained in:
Patrick Honkonen
2024-04-27 14:49:06 -04:00
committed by GitHub
parent dd4a0a502d
commit c0b04694d9
12 changed files with 164 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name"> Bitwarden Authenticator</string>
<string name="app_name">Authenticator</string>
<string name="biometrics_direction">Biometric verification</string>
<string name="cancel">Cancel</string>
<string name="add_item">Add item</string>
@@ -21,7 +21,7 @@
<string name="point_your_camera_at_the_qr_code">Point your camera at the QR code.</string>
<string name="cannot_scan_qr_code">Cannot scan QR code.</string>
<string name="enter_key_manually">Enter key manually.</string>
<string name="cannot_add_authenticator_key">Cannot add authenticator key?</string>
<string name="cannot_add_key">Cannot add key?</string>
<string name="once_the_key_is_successfully_entered">Once the key is successfully entered,\nselect Add TOTP to store the key safely</string>
<string name="add_totp">Add TOTP</string>
<string name="authenticator_key_scanner">Authenticator key</string>
@@ -32,7 +32,7 @@
<string name="you_dont_have_items_to_display">You don\'t have any items to display.</string>
<string name="empty_item_list_instruction">Add a new code to secure your accounts.</string>
<string name="add_code">Add code</string>
<string name="authenticator_key_read_error">Cannot read authenticator key.</string>
<string name="authenticator_key_read_error">Cannot read key.</string>
<string name="verification_code_added">Verification code added</string>
<string name="username">Username</string>
<string name="refresh_period">Refresh period</string>
@@ -103,4 +103,8 @@
<string name="privacy_policy">Privacy policy</string>
<string name="continue_to_privacy_policy">Continue to privacy policy?</string>
<string name="privacy_policy_description_long">Check out our privacy policy on bitwarden.com</string>
<string name="key">Key</string>
<string name="create_verification_code">Create Verification code</string>
<string name="key_is_required">Key is required.</string>
<string name="name_is_required">Name is required.</string>
</resources>