termux-app

Форк
0
238 строк · 12.3 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2

3
<!DOCTYPE resources [
4
    <!ENTITY TERMUX_PACKAGE_NAME "com.termux">
5
    <!ENTITY TERMUX_APP_NAME "Termux">
6
    <!ENTITY TERMUX_API_APP_NAME "Termux:API">
7
    <!ENTITY TERMUX_BOOT_APP_NAME "Termux:Boot">
8
    <!ENTITY TERMUX_FLOAT_APP_NAME "Termux:Float">
9
    <!ENTITY TERMUX_STYLING_APP_NAME "Termux:Styling">
10
    <!ENTITY TERMUX_TASKER_APP_NAME "Termux:Tasker">
11
    <!ENTITY TERMUX_WIDGET_APP_NAME "Termux:Widget">
12
    ]>
13

14
<resources>
15

16
    <string name="application_name">&TERMUX_APP_NAME;</string>
17
    <string name="shared_user_label">&TERMUX_APP_NAME; user</string>
18

19

20

21
    <!-- Termux RUN_COMMAND permission -->
22
    <string name="permission_run_command_label">Run commands in &TERMUX_APP_NAME; environment</string>
23
    <string name="permission_run_command_description">execute arbitrary commands within &TERMUX_APP_NAME;
24
        environment and access files</string>
25

26

27

28
    <!-- Termux Bootstrap Packages Installation -->
29
    <string name="bootstrap_installer_body">Installing bootstrap packages…</string>
30
    <string name="bootstrap_error_title">Unable to install bootstrap</string>
31
    <string name="bootstrap_error_body">&TERMUX_APP_NAME; was unable to install the bootstrap packages.</string>
32
    <string name="bootstrap_error_abort">Abort</string>
33
    <string name="bootstrap_error_try_again">Try again</string>
34
    <string name="bootstrap_error_not_primary_user_message">&TERMUX_APP_NAME; can only be run as the primary user.
35
        \nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed
36
        under any path other than:\n%1$s.</string>
37
    <string name="bootstrap_error_installed_on_portable_sd">&TERMUX_APP_NAME; cannot be installed on
38
        portable/external/removable sd card on your device.
39
        \nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed
40
        under any path other than:\n%1$s.</string>
41

42

43

44
    <!-- Terminal Sidebar and Shortcuts -->
45
    <string name="action_new_session">New session</string>
46
    <string name="action_new_session_failsafe">Failsafe</string>
47
    <string name="title_max_terminals_reached">Max terminals reached</string>
48
    <string name="msg_max_terminals_reached">Close down existing ones before creating new.</string>
49

50
    <string name="title_rename_session">Set session name</string>
51
    <string name="action_rename_session_confirm">Set</string>
52
    <string name="title_create_named_session">New named session</string>
53
    <string name="action_create_named_session_confirm">Create</string>
54

55
    <string name="action_toggle_soft_keyboard">Keyboard</string>
56

57
    <string name="msg_enabling_terminal_toolbar">Enabling Terminal Toolbar</string>
58
    <string name="msg_disabling_terminal_toolbar">Disabling Terminal Toolbar</string>
59

60

61

62
    <!-- Terminal Popup -->
63
    <string name="action_select_url">Select URL</string>
64
    <string name="title_select_url_dialog">Click URL to copy or long press to open</string>
65
    <string name="title_select_url_none_found">No URL found in the terminal.</string>
66
    <string name="msg_select_url_copied_to_clipboard">URL copied to clipboard</string>
67

68
    <string name="action_share_transcript">Share transcript</string>
69
    <string name="title_share_transcript">Terminal transcript</string>
70
    <string name="title_share_transcript_with">Send transcript to:</string>
71

72
    <string name="action_share_selected_text">Share selected text</string>
73
    <string name="title_share_selected_text">Terminal Text</string>
74
    <string name="title_share_selected_text_with">Send selected text to:</string>
75

76
    <string name="action_autofill_username">Autofill username</string>
77
    <string name="action_autofill_password">Autofill password</string>
78

79
    <string name="action_reset_terminal">Reset</string>
80
    <string name="msg_terminal_reset">Terminal reset</string>
81

82
    <string name="action_kill_process">Kill process (%d)</string>
83
    <string name="title_confirm_kill_process">Really kill this session?</string>
84

85
    <string name="action_style_terminal">Style</string>
86
    <string name="action_toggle_keep_screen_on">Keep screen on</string>
87
    <string name="action_open_help">Help</string>
88
    <string name="action_open_settings">Settings</string>
89

90
    <string name="action_report_issue">Report Issue</string>
91
    <string name="msg_generating_report">Generating Report</string>
92
    <string name="msg_add_termux_debug_info">Add termux debug info to report?</string>
93

94
    <string name="error_styling_not_installed">The &TERMUX_STYLING_APP_NAME; Plugin App is not installed.</string>
95
    <string name="action_styling_install">Install</string>
96

97

98

99
    <!-- Termux Notifications -->
100
    <string name="notification_action_exit">Exit</string>
101
    <string name="notification_action_wake_lock">Acquire wakelock</string>
102
    <string name="notification_action_wake_unlock">Release wakelock</string>
103

104

105

106
    <!-- TermuxService -->
107
    <string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">&TERMUX_APP_NAME; requires
108
        \"Display over other apps\" permission to start terminal sessions from background on Android >= 10.
109
        Grants it from Settings -> Apps -> &TERMUX_APP_NAME; -> Advanced</string>
110
    <string name="error_termux_service_invalid_execution_command_runner">Invalid execution command runner to TermuxService: `%1$s`</string>
111
    <string name="error_termux_service_unsupported_execution_command_runner">Unsupported execution command runner to TermuxService: `%1$s`</string>
112
    <string name="error_termux_service_unsupported_execution_command_shell_create_mode">Unsupported execution command shell create mode to TermuxService: `%1$s`</string>
113
    <string name="error_termux_service_execution_command_shell_name_unset">Shell name not set but `%1$s` shell create mode passed</string>
114

115

116

117
    <!-- Termux RunCommandService -->
118
    <string name="error_run_command_service_invalid_intent_action">Invalid intent action to RunCommandService: `%1$s`</string>
119
    <string name="error_run_command_service_invalid_execution_command_runner">Invalid execution command runner to RunCommandService: `%1$s`</string>
120
    <string name="error_run_command_service_mandatory_extra_missing">Mandatory extra missing to RunCommandService: \"%1$s\"</string>
121
    <string name="error_run_command_service_api_help">Visit %1$s for more info on RUN_COMMAND Intent usage.</string>
122

123

124

125
    <!-- Termux File Receiver -->
126
    <string name="title_file_received">Save file in ~/downloads/</string>
127
    <string name="action_file_received_edit">Edit</string>
128
    <string name="action_file_received_open_directory">Open directory</string>
129

130

131

132
    <!-- Miscellaneous -->
133
    <string name="error_termux_service_start_failed_general">Failed to start TermuxService. Check logcat for exception message.</string>
134
    <string name="error_termux_service_start_failed_bg">Failed to start TermuxService while app is in background due to android bg restrictions.</string>
135

136

137

138
    <!-- Termux Settings -->
139
    <string name="title_activity_termux_settings">&TERMUX_APP_NAME; Settings</string>
140

141
    <!-- Termux App Preferences -->
142
    <string name="termux_preferences_title">&TERMUX_APP_NAME;</string>
143
    <string name="termux_preferences_summary">Preferences for &TERMUX_APP_NAME; app</string>
144

145
        <!-- Debugging Preferences -->
146
        <string name="termux_debugging_preferences_title">Debugging</string>
147
        <string name="termux_debugging_preferences_summary">Preferences for debugging</string>
148

149
            <!-- Logging Category -->
150
            <string name="termux_logging_header">Logging</string>
151

152
                <!-- Log Level -->
153
                <string name="termux_log_level_title">Log Level</string>
154

155
                <!-- Terminal View Key Logging -->
156
                <string name="termux_terminal_view_key_logging_enabled_title">Terminal View Key Logging</string>
157
                <string name="termux_terminal_view_key_logging_enabled_off">Logs will not have entries for terminal view keys. (Default)</string>
158
                <string name="termux_terminal_view_key_logging_enabled_on">Logcat logs will have entries for terminal view keys.
159
                    These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string>
160

161
                <!-- Plugin Error Notifications -->
162
                <string name="termux_plugin_error_notifications_enabled_title">Plugin Error Notifications</string>
163
                <string name="termux_plugin_error_notifications_enabled_off">Disable flashes and notifications for plugin errors.</string>
164
                <string name="termux_plugin_error_notifications_enabled_on">Show flashes and notifications for plugin errors. (Default)</string>
165

166
                <!-- Crash Report Notifications -->
167
                <string name="termux_crash_report_notifications_enabled_title">Crash Report Notifications</string>
168
                <string name="termux_crash_report_notifications_enabled_off">Disable notifications for crash reports.</string>
169
                <string name="termux_crash_report_notifications_enabled_on">Show notifications for crash reports. (Default)</string>
170

171

172
        <!-- Terminal IO Preferences -->
173
        <string name="termux_terminal_io_preferences_title">Terminal I/O</string>
174
        <string name="termux_terminal_io_preferences_summary">Preferences for terminal I/O</string>
175

176
            <!-- Keyboard Category -->
177
            <string name="termux_keyboard_header">Keyboard</string>
178

179
                <!-- Soft Keyboard -->
180
                <string name="termux_soft_keyboard_enabled_title">Soft Keyboard Enabled</string>
181
                <string name="termux_soft_keyboard_enabled_off">Soft keyboard will be disabled.</string>
182
                <string name="termux_soft_keyboard_enabled_on">Soft keyboard will be enabled. (Default)</string>
183

184
                <!-- Soft Keyboard Only If No Hardware-->
185
                <string name="termux_soft_keyboard_enabled_only_if_no_hardware_title">Soft Keyboard Only If No Hardware</string>
186
                <string name="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if
187
                    hardware keyboard is connected. (Default)</string>
188
                <string name="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if
189
                    no hardware keyboard is connected.</string>
190

191

192
        <!-- Terminal View Preferences -->
193
        <string name="termux_terminal_view_preferences_title">Terminal View</string>
194
        <string name="termux_terminal_view_preferences_summary">Preferences for terminal view</string>
195

196
            <!-- View Category -->
197
            <string name="termux_terminal_view_view_header">View</string>
198

199
                <!-- Terminal View Margin Adjustment -->
200
                <string name="termux_terminal_view_terminal_margin_adjustment_title">Terminal Margin Adjustment</string>
201
                <string name="termux_terminal_view_terminal_margin_adjustment_off">Terminal margin adjustment will be disabled.</string>
202
                <string name="termux_terminal_view_terminal_margin_adjustment_on">Terminal margin adjustment will be enabled.
203
                    It should be enabled to try to fix the issue where soft keyboard covers part of extra keys/terminal view.
204
                    If it causes screen flickering on your devices, then disable it. (Default)</string>
205

206

207

208
    <!-- Termux:API App Preferences -->
209
    <string name="termux_api_preferences_title">&TERMUX_API_APP_NAME;</string>
210
    <string name="termux_api_preferences_summary">Preferences for &TERMUX_API_APP_NAME; app</string>
211

212

213

214
    <!-- Termux:Float App Preferences -->
215
    <string name="termux_float_preferences_title">&TERMUX_FLOAT_APP_NAME;</string>
216
    <string name="termux_float_preferences_summary">Preferences for &TERMUX_FLOAT_APP_NAME; app</string>
217

218

219

220
    <!-- Termux:Tasker App Preferences -->
221
    <string name="termux_tasker_preferences_title">&TERMUX_TASKER_APP_NAME;</string>
222
    <string name="termux_tasker_preferences_summary">Preferences for &TERMUX_TASKER_APP_NAME; app</string>
223

224

225

226
    <!-- Termux:Widget App Preferences -->
227
    <string name="termux_widget_preferences_title">&TERMUX_WIDGET_APP_NAME;</string>
228
    <string name="termux_widget_preferences_summary">Preferences for &TERMUX_WIDGET_APP_NAME; app</string>
229

230

231

232
    <!-- About Preference -->
233
    <string name="about_preference_title">About</string>
234

235
    <!-- Donate Preference -->
236
    <string name="donate_preference_title">Donate</string>
237

238
</resources>
239

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.