-
Notifications
You must be signed in to change notification settings - Fork 837
/
en.arb
125 lines (105 loc) · 6.26 KB
/
en.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"@@README_1": "The en.arb file is a template for other files",
"@@README_2": "For other languages, entries starting with @ and @@ are not needed, except @@locale",
"@@README_3": "Country-specific locales (eg. 'en_GB') need a fallback locale (eg. 'en') to exist",
"@@locale": "en",
"@locale_desc": {"description": "English (US) [en_US]"},
"locale_desc": "English",
"@locale_system": {"description": "Describes the system locale"},
"locale_system": "System",
"btn_boot": "Turn on",
"btn_auth": "Reauthenticate",
"btn_dev_settings": "Developer options",
"btn_switch_on": "On",
"btn_switch_off": "Off",
"@status_subtext_winver_10": {"description": "Only used inside 'status_unsupported_desc', modify taking this in consideration"},
"status_subtext_winver_10": "Windows 10",
"@status_subtext_winver_older": {"description": "Only used inside 'status_unsupported_desc', modify taking this in consideration"},
"status_subtext_winver_older": "Older Windows Version",
"status_unsupported": "WSA not installed",
"status_unsupported_desc": "{windowsVersion} detected and WSA not found; this application depends on WSA, which is only officially supported on Windows 11",
"@status_unsupported_desc" : {"placeholders": {"windowsVersion": {"type": "String"}}},
"status_unauthorized": "Unauthorized",
"status_unauthorized_desc": "Debugging authorization was dismissed or revoked; press the first button, select 'always allow', then click on 'allow'; If no popup appears, open developer options and disable and re-enable 'USB debugging'",
"status_missing": "WSA not installed",
"status_missing_desc": "WSA not found; this application depends on WSA, please install Windows Subsystem for Android (or the Amazon Appstore) from the Microsoft Store",
"status_unknown": "Connecting",
"status_unknown_desc": "Waiting for a WSA connection to be established...",
"status_starting": "Starting",
"status_starting_desc": "WSA is starting, please stand by...",
"status_arrested": "Arrested",
"status_arrested_desc": "WSA is turned off",
"status_offline": "Offline",
"status_offline_desc": "Could not establish a connection with WSA: either developer mode and USB debugging are disabled or a wrong port is specified",
"status_disconnected": "Disconnected",
"status_disconnected_desc": "A WSA connection could not be enstablished for unknown reasons",
"status_connected": "Connected",
"status_connected_desc": "Successfully connected to WSA, all systems go",
"screen_wsa": "WSA Package Manager",
"screen_settings": "Settings",
"wsa_manage": "Android Management",
"wsa_manage_app": "Manage Applications",
"wsa_manage_settings": "Manage Settings",
"settings_port": "WSA Port",
"settings_ip": "WSA IP address",
"settings_autostart": "Autostart WSA before installation",
"@settings_timeout" : {"placeholders": {"seconds": {"type": "String"}}},
"settings_timeout": "Timeout ({seconds} seconds)",
"settings_language": "Language",
"settings_option_generic_system": "System",
"settings_option_generic_disabled": "Disabled",
"theme_mode": "Theme mode",
"theme_mode_dark": "Dark",
"theme_mode_light": "Light",
"theme_mica": "Window transparency",
"theme_mica_full": "Full",
"theme_mica_partial": "Partial",
"theme_icon_adaptive": "Adaptive icons Shape",
"theme_icon_adaptive_squircle": "Squircle",
"theme_icon_adaptive_circle": "Circle",
"theme_icon_adaptive_rounded_square": "Rounded Square",
"installer_message": "Do you want to install this application?",
"installer_info_version": "Version: {appVersion}",
"@installer_info_version" : {"placeholders": {"appVersion": {"type": "String"}}},
"installer_info_version_change": "Version: {appVersionOld} => {appVersionNew}",
"@installer_info_version_change" : {"placeholders": {"appVersionOld": {"type": "String"}, "appVersionNew": {"type": "String"}}},
"installer_info_package": "Package: {appPackage}",
"@installer_info_package" : {"placeholders": {"appPackage": {"type": "String"}}},
"installer_installing": "Installing application {appTitle}...",
"@installer_installing" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_installed": "The application {appTitle} was successfully installed",
"@installer_installed" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_fail": "The application {appTitle} was not installed",
"@installer_fail" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_error_nomsg": "The installation has failed, but no error was thrown",
"installer_error_timeout": "Installation timed out, client has stopped waiting, but it may still be in progress in the background...",
"@installer_warning_dirty" : {"placeholders": {"tempDir": {"type": "String"}}},
"installer_warning_dirty": "A manual file cleanup is needed in directory “{tempDir}”",
"installer_btn_starting": "Starting...",
"installer_btn_loading": "Loading...",
"installer_btn_cancel": "Cancel",
"installer_btn_install": "Install",
"installer_btn_reinstall": "Reinstall",
"installer_btn_update": "Update",
"installer_btn_downgrade": "Downgrade (unsafe)",
"installer_btn_dismiss": "Dismiss",
"installer_btn_open": "Open app",
"installer_btn_checkbox_shortcut": "Create desktop shortcut",
"android_permission_none": "No permissions required",
"android_permission_admin": "Manage device as administrator",
"android_permission_admin_brick": "Remotely disable or reset device",
"android_permission_admin_lock": "Remotely lock device",
"android_permission_storage": "Files and media",
"android_permission_microphone": "Microphone",
"android_permission_camera": "Camera",
"android_permission_location": "Location",
"android_permission_phone": "Phone",
"android_permission_call_log": "Call logs",
"android_permission_sms": "Messages",
"android_permission_contacts": "Contacts",
"android_permission_calendar": "Calendar",
"android_permission_activity_recognition": "Physical activity",
"android_permission_sensors": "Device sensors",
"android_permission_sensors_body": "Body sensors",
"android_permission_nearby_devices": "Locate nearby devices"
}