Edit item UI (#20)

This commit is contained in:
Patrick Honkonen
2024-04-11 09:14:11 -04:00
committed by GitHub
parent 32b0c90f17
commit a00452faf1
18 changed files with 1791 additions and 72 deletions

View File

@@ -5,7 +5,6 @@
<string name="add_item">Add item</string>
<string name="an_error_has_occurred">An error has occurred.</string>
<string name="generic_error_message">We were unable to process your request. Please try again or contact us.</string>
<string name="syncing_complete">Syncing Complete</string>
<string name="internet_connection_required_title">Internet connection required</string>
<string name="internet_connection_required_message">Please connect to the internet before continuing.</string>
<string name="ok">OK</string>
@@ -31,15 +30,33 @@
<string name="authenticator_key_scanner">Authenticator key</string>
<string name="no_thanks">No thanks</string>
<string name="settings">Settings</string>
<string name="enable_camer_permission_to_use_the_scanner">Enable camera permission to use the scanner</string>
<string name="enable_camera_permission_to_use_the_scanner">Enable camera permission to use the scanner</string>
<string name="empty_item_list">Empty Item Listing</string>
<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, sync an existing account, or import codes to secure your accounts.</string>
<string name="add_code">Add code</string>
<string name="sync_items_with_bitwarden">Sync items from Bitwarden</string>
<string name="import_items">Import items</string>
<string name="issuer">Issuer</string>
<string name="account_name">Account Name</string>
<string name="totp_code">TOTP Code</string>
<string name="username">Username</string>
<string name="type">Type</string>
<string name="authenticator_key_read_error">Cannot read authenticator key.</string>
<string name="authenticator_key_added">Authenticator key added.</string>
<string name="item_added">Item added</string>
<string name="account_info">Account info</string>
<string name="refresh_period">Refresh period</string>
<string name="algorithm">Algorithm</string>
<string name="hide">Hide</string>
<string name="show">Show</string>
<string name="advanced">Advanced</string>
<string name="collapse_advanced_options">Collapse advanced options</string>
<string name="number_of_digits">Number of digits</string>
<string name="save">Save</string>
<string name="validation_field_required">The %1$s field is required.</string>
<string name="secret_key">Secret key</string>
<string name="refresh_period_seconds">%d seconds</string>
<string name="saving">Saving</string>
<string name="item_saved">Item saved</string>
<string name="information">Information</string>
<string name="otp_authentication">OTP Authentication</string>
</resources>