Files
Clone-TV-APP-test/composeApp/src/commonMain/composeResources/values/strings.xml
T

76 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="navigation_item_accessibility">Back</string>
<string name="menu_item_accessibility">Menu</string>
<string name="dbm">dBm</string>
<string name="home_title">Home</string>
<string name="setting_title">Settings</string>
<string name="server_url">Server URL</string>
<string name="token">Token</string>
<string name="save_settings">Save Settings</string>
<string name="logout">Logout</string>
<string name="need_restart">Re-login Required</string>
<string name="exit">Login</string>
<string name="settings_saved_successfully">Settings saved successfully</string>
<string name="restart_app_msg">The server URL has changed. Please log in again to refresh your session and obtain a new token.</string>
<string name="dark_theme">Dark theme</string>
<string name="auto_connect">Auto-connect device</string>
<string name="lbl_server_url">Server URL</string>
<string name="server_url_placeholder">Ex: https://example.com</string>
<string name="lbl_username">Username</string>
<string name="lbl_password">Password</string>
<string name="btn_login">Login</string>
<string name="bonded_title">Bonded Devices</string>
<string name="log_title">Logs</string>
<string name="filter_title">Filters</string>
<string name="sort_by_title">Sort by</string>
<string name="clear">Clear</string>
<string name="scanner_title">Scanner</string>
<string name="scan_empty_title">CAN'T SEE YOUR DEVICE?</string>
<string name="no_device_guide_info">1. Make sure the device is connected to a power source and <b>powered on</b>.\n\n2. Make sure the appropriate firmware and Soft Device are flashed.</string>
<string name="device_disconnected">Disconnected</string>
<string name="device_reason_user">Device disconnected successfully.</string>
<string name="device_reason_timeout">The device is not available.\nPlease check if it is turned on and try again.</string>
<string name="device_reason_link_loss">The device got out of range, or has been turned off.</string>
<string name="device_reason_missing_service">The device is not supported.</string>
<string name="action_cancel">Cancel</string>
<string name="action_retry">Retry</string>
<string name="device_connecting">Connecting…</string>
<string name="device_explanation">It should just take a moment…</string>
<string name="action_grant_permission">Grant permission</string>
<string name="action_settings">Settings</string>
<string name="action_enable">Enable</string>
<string name="action_try_again">Try again</string>
<string name="action_location_settings">Location settings</string>
<string name="action_go_up">Back</string>
<string name="bluetooth_disabled_title">BLUETOOTH DISABLED</string>
<string name="bluetooth_disabled_info">The Bluetooth adapter is turned off.\nClick the button below to enable it.</string>
<string name="location_permission_title">LOCATION PERMISSION REQUIRED</string>
<string name="location_permission_info">From Android 6.0 Marshmallow until Android 11 the application requires Location permission in order to scan for Bluetooth Low Energy devices. This is because Bluetooth LE beacons, for example iBeacons or Eddystone, may be used to
determine the phone's and user's location.\n
The app will not use this information in any way.\n
On Android 12 or newer a new Nearby permission can be requested instead, without the need for location.</string>
<string name="bluetooth_permission_title">BLUETOOTH PERMISSIONS REQUIRED</string>
<string name="bluetooth_permission_info">The app needs to scan and connect to Bluetooth LE devices.</string>
<string name="bluetooth_not_available_title">BLUETOOTH NOT AVAILABLE</string>
<string name="bluetooth_not_available_info">Bluetooth is not available on your phone.\nWe cannot provide you the feature.</string>
<string name="location_required_title">Location required</string>
<string name="bluetooth_required_title">Bluetooth required</string>
<string name="location_disabled_title">LOCATION DISABLED</string>
<string name="location_disabled_info">Location is turned off. Most Android phones require it in order to scan for Bluetooth LE devices.\n
Click the button below to enable Location.</string>
</resources>