mirror of
https://github.com/bitwarden/android.git
synced 2026-05-01 20:58:17 -05:00
Update string resources. (#169)
This commit is contained in:
committed by
Álison Fernandes
parent
343e17f1f4
commit
ba5eac69ac
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="TypographyEllipsis,TypographyDashes">
|
||||
<string name="app_name" translatable="false">Bitwarden Dev</string>
|
||||
|
||||
<string name="about">About</string>
|
||||
@@ -15,7 +15,7 @@
|
||||
<string name="copy_username">Copy username</string>
|
||||
<string name="credits">Credits</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="deleting">Deleting…</string>
|
||||
<string name="deleting">Deleting...</string>
|
||||
<string name="do_you_really_want_to_delete">Do you really want to delete? This cannot be undone.</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="edit_folder">Edit folder</string>
|
||||
@@ -61,7 +61,7 @@
|
||||
<string name="password">Password</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="move">Move</string>
|
||||
<string name="saving">Saving…</string>
|
||||
<string name="saving">Saving...</string>
|
||||
<string name="settings">Settings</string>
|
||||
<string name="show">Show</string>
|
||||
<string name="item_deleted">Item deleted</string>
|
||||
@@ -80,7 +80,6 @@
|
||||
<string name="version">Version</string>
|
||||
<string name="view">View</string>
|
||||
<string name="visit_our_website">Visit our website</string>
|
||||
<string name="visit_our_website_description">Visit our website to get help, news, email us, and/or learn more about how to use Bitwarden.</string>
|
||||
<string name="website">Website</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="account">Account</string>
|
||||
@@ -98,11 +97,10 @@
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
<string name="change_password_confirmation">You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="close">Close</string>
|
||||
<string name="continue_text">Continue</string>
|
||||
<string name="create_account">Create account</string>
|
||||
<string name="creating_account">Creating account…</string>
|
||||
<string name="creating_account">Creating account...</string>
|
||||
<string name="edit_item">Edit item</string>
|
||||
<string name="enable_automatic_syncing">Allow automatic syncing</string>
|
||||
<string name="enter_email_for_hint">Enter your account email address to receive your master password hint.</string>
|
||||
@@ -134,7 +132,7 @@
|
||||
<string name="vault_timeout">Vault timeout</string>
|
||||
<string name="vault_timeout_action">Vault timeout action</string>
|
||||
<string name="vault_timeout_log_out_confirmation">Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?</string>
|
||||
<string name="logging_in">Logging in…</string>
|
||||
<string name="logging_in">Logging in...</string>
|
||||
<string name="login_or_create_new_account">Log in or create a new account to access your secure vault.</string>
|
||||
<string name="manage">Manage</string>
|
||||
<string name="master_password_confirmation_val_message">Password confirmation is not correct.</string>
|
||||
@@ -173,14 +171,13 @@
|
||||
<string name="set_pin_direction">Enter a 4 digit PIN code to unlock the app with.</string>
|
||||
<string name="item_information">Item information</string>
|
||||
<string name="item_updated">Item saved</string>
|
||||
<string name="submitting">Submitting…</string>
|
||||
<string name="syncing">Syncing…</string>
|
||||
<string name="submitting">Submitting...</string>
|
||||
<string name="syncing">Syncing...</string>
|
||||
<string name="syncing_complete">Syncing complete</string>
|
||||
<string name="syncing_failed">Syncing failed</string>
|
||||
<string name="sync_vault_now">Sync vault now</string>
|
||||
<string name="touch_id">Touch ID</string>
|
||||
<string name="two_step_login">Two-step login</string>
|
||||
<string name="two_step_login_confirmation">Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be set up on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="unlock_with">Unlock with %1$s</string>
|
||||
<string name="unlock_with_pin">Unlock with PIN code</string>
|
||||
<string name="validating">Validating</string>
|
||||
@@ -198,7 +195,7 @@
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press Ok to accept.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
<string name="disabled">Disabled</string>
|
||||
<string name="enabled">Enabled</string>
|
||||
<string name="off" tools:override="true">Off</string>
|
||||
@@ -210,10 +207,7 @@
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string-array name="Search">
|
||||
<item>Search</item>
|
||||
<item>Search</item>
|
||||
</string-array>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
@@ -235,7 +229,7 @@
|
||||
<string name="attachments">Attachments</string>
|
||||
<string name="unable_to_download_file">Unable to download file.</string>
|
||||
<string name="unable_to_open_file">Your device cannot open this type of file.</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
<string name="downloading">Downloading...</string>
|
||||
<string name="attachment_large_warning">This attachment is %1$s in size. Are you sure you want to download it onto your device?</string>
|
||||
<string name="authenticator_key">Authenticator key (TOTP)</string>
|
||||
<string name="verification_code_totp">Verification code (TOTP)</string>
|
||||
@@ -247,7 +241,7 @@ Scanning will happen automatically.</string>
|
||||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clip-board when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
@@ -260,6 +254,7 @@ Scanning will happen automatically.</string>
|
||||
<string name="feature_unavailable">Feature unavailable</string>
|
||||
<string name="max_file_size">Maximum file size is 100 MB.</string>
|
||||
<string name="update_key">You cannot use this feature until you update your encryption key.</string>
|
||||
<string name="encryption_key_migration_required_description_long">Encryption key migration required. Please login through the web vault to update your encryption key.</string>
|
||||
<string name="learn_more">Learn more</string>
|
||||
<string name="api_url">API server URL</string>
|
||||
<string name="custom_environment">Custom environment</string>
|
||||
@@ -388,7 +383,7 @@ Scanning will happen automatically.</string>
|
||||
<string name="secure_notes">Secure notes</string>
|
||||
<string name="all_items">All items</string>
|
||||
<string name="ur_is">URIs</string>
|
||||
<string name="checking_password">Checking password…</string>
|
||||
<string name="checking_password">Checking password...</string>
|
||||
<string name="check_password">Check if password has been exposed.</string>
|
||||
<string name="password_exposed">This password has been exposed %1$s time(s) in data breaches. You should change it.</string>
|
||||
<string name="password_safe">This password was not found in any known data breaches. It should be safe to use.</string>
|
||||
@@ -452,7 +447,6 @@ Scanning will happen automatically.</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
<string name="default_dark_theme">Default dark theme</string>
|
||||
<string name="default_dark_theme_description">Choose the dark theme to use when using Default (System) theme while your device\'s dark mode is in use.</string>
|
||||
<string name="copy_notes">Copy note</string>
|
||||
<string name="exit">Exit</string>
|
||||
<string name="exit_confirmation">Are you sure you want to exit Bitwarden?</string>
|
||||
@@ -501,10 +495,10 @@ Scanning will happen automatically.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash…</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
<string name="restore">Restore</string>
|
||||
<string name="restoring">Restoring…</string>
|
||||
<string name="restoring">Restoring...</string>
|
||||
<string name="item_restored">Item restored</string>
|
||||
<string name="trash">Trash</string>
|
||||
<string name="search_trash">Search trash</string>
|
||||
@@ -667,7 +661,7 @@ Scanning will happen automatically.</string>
|
||||
<string name="uppercase_ato_z">Uppercase (A to Z)</string>
|
||||
<string name="lowercase_ato_z">Lowercase (A to Z)</string>
|
||||
<string name="numbers_zero_to_nine">Numbers (0 to 9)</string>
|
||||
<string name="special_characters">Special characters (!@#$%^*)</string>
|
||||
<string name="special_characters">Special characters (!@#$%^&*)</string>
|
||||
<string name="tap_to_go_back">Tap to go back</string>
|
||||
<string name="password_is_visible_tap_to_hide">Password is visible, tap to hide.</string>
|
||||
<string name="password_is_not_visible_tap_to_show">Password is not visible, tap to show.</string>
|
||||
@@ -679,16 +673,16 @@ Scanning will happen automatically.</string>
|
||||
<string name="totp">TOTP</string>
|
||||
<string name="verification_codes">Verification codes</string>
|
||||
<string name="premium_subscription_required">Premium subscription required</string>
|
||||
<string name="cannot_add_authenticator_key">Cannot add authenticator key?</string>
|
||||
<string name="cannot_add_authenticator_key">Cannot add authenticator key? </string>
|
||||
<string name="scan_qr_code">Scan QR Code</string>
|
||||
<string name="cannot_scan_qr_code">Cannot scan QR Code?</string>
|
||||
<string name="cannot_scan_qr_code">Cannot scan QR Code? </string>
|
||||
<string name="authenticator_key_scanner">Authenticator key</string>
|
||||
<string name="enter_key_manually">Enter key manually</string>
|
||||
<string name="add_totp">Add TOTP</string>
|
||||
<string name="setup_totp">Set up TOTP</string>
|
||||
<string name="once_the_key_is_successfully_entered">Once the key is successfully entered,
|
||||
select Add TOTP to store the key safely</string>
|
||||
<string name="never_lock_warning">Setting your lock options to“Never” keeps your vault available to anyone with access to your device. If you use this option, you should ensure that you keep your device properly protected.</string>
|
||||
<string name="never_lock_warning">Setting your lock options to “Never” keeps your vault available to anyone with access to your device. If you use this option, you should ensure that you keep your device properly protected.</string>
|
||||
<string name="environment_page_urls_error">One or more of the URLs entered are invalid. Please revise it and try to save again.</string>
|
||||
<string name="generic_error_message">We were unable to process your request. Please try again or contact us.</string>
|
||||
<string name="allow_screen_capture">Allow screen capture</string>
|
||||
@@ -707,7 +701,7 @@ select Add TOTP to store the key safely</string>
|
||||
<string name="log_in_accepted">Login confirmed</string>
|
||||
<string name="log_in_denied">Login denied</string>
|
||||
<string name="approve_login_requests">Approve login requests</string>
|
||||
<string name="use_this_device_to_approve_login_requests_made_from_other_devices">Use this device to approve login requests made from other devices.</string>
|
||||
<string name="use_this_device_to_approve_login_requests_made_from_other_devices">Use this device to approve login requests made from other devices</string>
|
||||
<string name="allow_notifications">Allow notifications</string>
|
||||
<string name="receive_push_notifications_for_new_login_requests">Receive push notifications for new login requests</string>
|
||||
<string name="no_thanks">No thanks</string>
|
||||
@@ -724,7 +718,7 @@ select Add TOTP to store the key safely</string>
|
||||
<string name="domain_name_required_parenthesis">Domain name (required)</string>
|
||||
<string name="api_key_required_parenthesis">API key (required)</string>
|
||||
<string name="service">Service</string>
|
||||
<string name="anon_addy">AnonAddy</string>
|
||||
<string name="addy_io">addy.io</string>
|
||||
<string name="firefox_relay">Firefox Relay</string>
|
||||
<string name="simple_login">SimpleLogin</string>
|
||||
<string name="duck_duck_go">DuckDuckGo</string>
|
||||
@@ -741,7 +735,7 @@ select Add TOTP to store the key safely</string>
|
||||
<string name="random">Random</string>
|
||||
<string name="connect_to_watch">Connect to Watch</string>
|
||||
<string name="accessibility_service_disclosure">Accessibility Service Disclosure</string>
|
||||
<string name="accessibility_disclosure_text">Bitwarden uses the Accessibility Service to search for login fields in apps and websites, then establish the appropriate field IDs for entering a username when a match for the app or site is found. We do not store any of the information presented to us by the service, nor do we make any attempt to control any on-screen elements beyond text entry of credentials.</string>
|
||||
<string name="accessibility_disclosure_text">Bitwarden uses the Accessibility Service to search for login fields in apps and websites, then establish the appropriate field IDs for entering a username & password when a match for the app or site is found. We do not store any of the information presented to us by the service, nor do we make any attempt to control any on-screen elements beyond text entry of credentials.</string>
|
||||
<string name="accept">Accept</string>
|
||||
<string name="decline">Decline</string>
|
||||
<string name="login_request_has_already_expired">Login request has already expired.</string>
|
||||
@@ -803,7 +797,6 @@ Do you want to switch to this account?</string>
|
||||
<string name="remember_this_device">Remember this device</string>
|
||||
<string name="passkey">Passkey</string>
|
||||
<string name="passkeys">Passkeys</string>
|
||||
<string name="created_x">Created %1$s</string>
|
||||
<string name="application">Application</string>
|
||||
<string name="you_cannot_edit_passkey_application_because_it_would_invalidate_the_passkey">You cannot edit passkey application because it would invalidate the passkey</string>
|
||||
<string name="passkey_will_not_be_copied">Passkey will not be copied</string>
|
||||
@@ -816,11 +809,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="invalid_api_token">Invalid API token</string>
|
||||
<string name="admin_approval_requested">Admin approval requested</string>
|
||||
<string name="your_request_has_been_sent_to_your_admin">Your request has been sent to your admin.</string>
|
||||
<string name="you_will_be_notified_once_approved">You will be notified once approved.</string>
|
||||
<string name="you_will_be_notified_once_approved">You will be notified once approved. </string>
|
||||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="this_item_cannot_be_shared_with_the_organization_because_there_is_one_already_with_the_same_passkey">This item cannot be shared with the organization because there is one already with the same passkey.</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
@@ -839,13 +831,40 @@ Do you want to switch to this account?</string>
|
||||
<string name="log_in_with_device_must_be_set_up_in_the_settings_of_the_bitwarden_app_need_another_option">Log in with device must be set up in the settings of the Bitwarden app. Need another option?</string>
|
||||
<string name="log_in_with_device">Log in with device</string>
|
||||
<string name="logging_in_on">Logging in on</string>
|
||||
<string name="there_are_no_items_to_list">There are no items to list</string>
|
||||
<string name="to_view_verification_codes_upgrade_to_premium">To view verification codes, upgrade to premium</string>
|
||||
<string name="add2_factor_autentication_to_an_item_to_view_verification_codes">Add 2 factor authentication to an item to view the verification codes</string>
|
||||
<string name="log_in_to_bitwarden_on_your_i_phone_to_view_verification_codes">Log in to Bitwarden on your iPhone to view verification codes</string>
|
||||
<string name="syncing_items_containing_verification_codes">Syncing items containing verification codes</string>
|
||||
<string name="unlock_bitwarden_on_your_i_phone_to_view_verification_codes">Unlock Bitwarden on your iPhone to view verification codes</string>
|
||||
<string name="set_up_bitwarden_to_view_items_containing_verification_codes">Set up Bitwarden to view items containing verification codes</string>
|
||||
<string name="no_items_found">No items found</string>
|
||||
<string name="set_up_apple_watch_passcode_in_order_to_use_bitwarden">Set up Apple Watch passcode in order to use Bitwarden</string>
|
||||
<string name="vault">Vault</string>
|
||||
<string name="appearance">Appearance</string>
|
||||
<string name="account_security">Account security</string>
|
||||
<string name="bitwarden_help_center">Bitwarden Help Center</string>
|
||||
<string name="contact_bitwarden_support">Contact Bitwarden support</string>
|
||||
<string name="copy_app_information">Copy app information</string>
|
||||
<string name="sync_now">Sync now</string>
|
||||
<string name="unlock_options">Unlock options</string>
|
||||
<string name="session_timeout">Session timeout</string>
|
||||
<string name="session_timeout_action">Session timeout action</string>
|
||||
<string name="account_fingerprint_phrase">Account fingerprint phrase</string>
|
||||
<string name="one_hour_and_one_minute">One hour and one minute</string>
|
||||
<string name="one_hour_and_x_minute">One hour and %1$s minutes</string>
|
||||
<string name="x_hours_and_one_minute">%1$s hours and one minute</string>
|
||||
<string name="x_hours_and_y_minutes">%1$s hours and %2$s minutes</string>
|
||||
<string name="x_hours">%1$s hours</string>
|
||||
<string name="autofill_services_explanation_long">The Android Autofill Framework is used to assist in filling login information into other apps on your device.</string>
|
||||
<string name="use_inline_autofill_explanation_long">Use inline autofill if your selected keyboard supports it. Otherwise, use the default overlay.</string>
|
||||
<string name="additional_options">Additional options</string>
|
||||
<string name="continue_to_web_app">Continue to web app?</string>
|
||||
<string name="continue_to_x">Continue to %1$s?</string>
|
||||
<string name="continue_to_help_center">Continue to Help center?</string>
|
||||
<string name="continue_to_contact_support">Continue to contact support?</string>
|
||||
<string name="continue_to_app_store">Continue to app store?</string>
|
||||
<string name="two_step_login_description_long">Make your account more secure by setting up two-step login in the Bitwarden web app.</string>
|
||||
<string name="change_master_password_description_long">You can change your master password on the Bitwarden web app.</string>
|
||||
<string name="you_can_import_data_to_your_vault_on_x">You can import data to your vault on %1$s.</string>
|
||||
<string name="learn_more_about_how_to_use_bitwarden_on_the_help_center">Learn more about how to use Bitwarden on the Help center.</string>
|
||||
<string name="contact_support_description_long">Can’t find what you are looking for? Reach out to Bitwarden support on bitwarden.com.</string>
|
||||
<string name="explore_more_features_of_your_bitwarden_account_on_the_web_app">Explore more features of your Bitwarden account on the web app.</string>
|
||||
<string name="learn_about_organizations_description_long">Bitwarden allows you to share your vault items with others by using an organization. Learn more on the bitwarden.com website.</string>
|
||||
<string name="rate_app_description_long">Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now.</string>
|
||||
<string name="default_dark_theme_description_long">Choose the dark theme to use when your device’s dark mode is in use</string>
|
||||
<string name="created_xy">Created %1$s, %2$s</string>
|
||||
<string name="too_many_attempts">Too many attempts</string>
|
||||
<string name="account_logged_out_biometric_exceeded">Account logged out.</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user