mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
feat(l10n): update strings for new settings and about screen
Added strings for device info, theme selection, and about section. Removed unused diagnostic strings. Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
@@ -35,16 +35,24 @@
|
|||||||
<string name="settings_subtitle">Configure the local node and app appearance.</string>
|
<string name="settings_subtitle">Configure the local node and app appearance.</string>
|
||||||
<string name="node_title">Node</string>
|
<string name="node_title">Node</string>
|
||||||
<string name="appearance_title">Appearance</string>
|
<string name="appearance_title">Appearance</string>
|
||||||
<string name="diagnostics_title">Diagnostics</string>
|
<string name="appearance_mode_title">Display mode</string>
|
||||||
<string name="button_initialize_core">Initialize core</string>
|
<string name="appearance_system_mode">System</string>
|
||||||
<string name="field_core_data_directory">Core data directory</string>
|
<string name="appearance_dark_mode">Dark mode</string>
|
||||||
<string name="button_hide_event_log">Hide event log</string>
|
<string name="appearance_light_mode">Light mode</string>
|
||||||
<string name="button_show_event_log">Show event log</string>
|
<string name="appearance_auto_description">VniDrop follows the theme selected on this device.</string>
|
||||||
<string name="button_refresh_logs">Refresh logs</string>
|
<string name="about_title">About</string>
|
||||||
<string name="diagnostics_hint">Diagnostics stay behind Settings so transfer flows remain focused.</string>
|
<string name="about_privacy">Privacy policy</string>
|
||||||
|
<string name="about_bug_report">Report a bug</string>
|
||||||
|
<string name="version_title">App version</string>
|
||||||
|
<string name="device_name_title">Device name</string>
|
||||||
|
<string name="device_model_title">Device model</string>
|
||||||
|
<string name="os_version_title">Operating system</string>
|
||||||
|
<string name="network_title">Network</string>
|
||||||
|
<string name="battery_level_title">Battery level</string>
|
||||||
|
<string name="value_unavailable">Not available</string>
|
||||||
|
<string name="core_status_ready">Ready</string>
|
||||||
<string name="event_log_title">Event log</string>
|
<string name="event_log_title">Event log</string>
|
||||||
<string name="no_events">No events have been emitted yet.</string>
|
<string name="no_events">No events have been emitted yet.</string>
|
||||||
<string name="no_logs">No log files have been written yet.</string>
|
|
||||||
<string name="progress_title">Progress</string>
|
<string name="progress_title">Progress</string>
|
||||||
<string name="not_initialized">Not initialized</string>
|
<string name="not_initialized">Not initialized</string>
|
||||||
<string name="unknown_sender">Unknown</string>
|
<string name="unknown_sender">Unknown</string>
|
||||||
@@ -58,7 +66,6 @@
|
|||||||
<string name="metadata_hash">Hash</string>
|
<string name="metadata_hash">Hash</string>
|
||||||
<string name="metadata_platform">Platform</string>
|
<string name="metadata_platform">Platform</string>
|
||||||
<string name="metadata_status">Status</string>
|
<string name="metadata_status">Status</string>
|
||||||
<string name="metadata_log_directory">Log directory</string>
|
|
||||||
<string name="error_invalid_ticket">The ticket could not be read. Check that the full ticket was copied.</string>
|
<string name="error_invalid_ticket">The ticket could not be read. Check that the full ticket was copied.</string>
|
||||||
<string name="error_permission">The transfer is waiting for approval or was refused by the sender.</string>
|
<string name="error_permission">The transfer is waiting for approval or was refused by the sender.</string>
|
||||||
<string name="error_socket_bind">VniDrop could not open its network sockets on this device.</string>
|
<string name="error_socket_bind">VniDrop could not open its network sockets on this device.</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user