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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
# Translations template for sshoot.
# Copyright (C) 2023 ORGANIZATION
# This file is distributed under the same license as the sshoot project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sshoot VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-05-10 08:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: sshoot/listing.py:29
msgid "Remote host"
msgstr ""
#: sshoot/listing.py:30
msgid "Subnets"
msgstr ""
#: sshoot/listing.py:31
msgid "Auto hosts"
msgstr ""
#: sshoot/listing.py:32
msgid "Auto nets"
msgstr ""
#: sshoot/listing.py:33
msgid "DNS forward"
msgstr ""
#: sshoot/listing.py:34
msgid "Exclude subnets"
msgstr ""
#: sshoot/listing.py:35
msgid "Seed hosts"
msgstr ""
#: sshoot/listing.py:36
msgid "Extra options"
msgstr ""
#: sshoot/listing.py:40
msgid "Name"
msgstr ""
#: sshoot/listing.py:41
msgid "Status"
msgstr ""
#: sshoot/listing.py:46
msgid "Invalid output format: {name}"
msgstr ""
#: sshoot/listing.py:171
msgid "ACTIVE"
msgstr ""
#: sshoot/listing.py:171
msgid "STOPPED"
msgstr ""
#: sshoot/main.py:88
msgid "Profile started"
msgstr ""
#: sshoot/main.py:93
msgid "Profile stopped"
msgstr ""
#: sshoot/main.py:102
msgid "Profile restarted"
msgstr ""
#: sshoot/main.py:123
msgid "Manage multiple sshuttle VPN sessions"
msgstr ""
#: sshoot/main.py:135
#, python-format
msgid "configuration directory (default: %(default)s)"
msgstr ""
#: sshoot/main.py:138
msgid "action to perform"
msgstr ""
#: sshoot/main.py:144
msgid "list defined profiles"
msgstr ""
#: sshoot/main.py:147
msgid "verbose listing"
msgstr ""
#: sshoot/main.py:154
#, python-format
msgid "listing format (default %(default)s)"
msgstr ""
#: sshoot/main.py:159
msgid "show profile configuration"
msgstr ""
#: sshoot/main.py:162 sshoot/main.py:170
msgid "profile name"
msgstr ""
#: sshoot/main.py:168
msgid "define a new profile"
msgstr ""
#: sshoot/main.py:172
msgid "subnets to route over the VPN"
msgstr ""
#: sshoot/main.py:175
msgid "remote host to connect to"
msgstr ""
#: sshoot/main.py:181
msgid "automatically update /etc/hosts with hosts from VPN"
msgstr ""
#: sshoot/main.py:187
msgid "automatically route additional nets from server"
msgstr ""
#: sshoot/main.py:193
msgid "forward DNS queries through the VPN"
msgstr ""
#: sshoot/main.py:199
msgid "exclude subnets from VPN forward"
msgstr ""
#: sshoot/main.py:205
msgid "comma-separated list of hosts to seed to auto-hosts"
msgstr ""
#: sshoot/main.py:210
msgid "extra arguments to pass to sshuttle command line"
msgstr ""
#: sshoot/main.py:215
msgid "delete an existing profile"
msgstr ""
#: sshoot/main.py:219
msgid "name of the profile to remove"
msgstr ""
#: sshoot/main.py:226
msgid "start a VPN session for a profile"
msgstr ""
#: sshoot/main.py:230
msgid "name of the profile to start"
msgstr ""
#: sshoot/main.py:238 sshoot/main.py:271 sshoot/main.py:304
msgid "disable global extra-options set in config.yaml"
msgstr ""
#: sshoot/main.py:243 sshoot/main.py:276
msgid "additional arguments passed to sshuttle command line"
msgstr ""
#: sshoot/main.py:248
msgid "stop a running VPN session for a profile"
msgstr ""
#: sshoot/main.py:252
msgid "name of the profile to stop"
msgstr ""
#: sshoot/main.py:259
msgid "restart a VPN session for a profile"
msgstr ""
#: sshoot/main.py:263
msgid "name of the profile to restart"
msgstr ""
#: sshoot/main.py:281
msgid "return whether a profile is running"
msgstr ""
#: sshoot/main.py:285
msgid "name of the profile to query"
msgstr ""
#: sshoot/main.py:292
msgid "return the sshuttle command for a profile"
msgstr ""
#: sshoot/main.py:296
msgid "name of the profile"
msgstr ""
#: sshoot/manager.py:66
msgid "Profile name already in use: {name}"
msgstr ""
#: sshoot/manager.py:78 sshoot/manager.py:93
msgid "Unknown profile: {name}"
msgstr ""
#: sshoot/manager.py:104
msgid "Profile is already running"
msgstr ""
#: sshoot/manager.py:111
msgid "Profile failed to start: {error}"
msgstr ""
#: sshoot/manager.py:134
msgid "Profile is not running"
msgstr ""
#: sshoot/manager.py:141
msgid "Failed to stop profile: {error}"
msgstr ""
#: sshoot/manager.py:215
msgid "Failed to kill process {pid}"
msgstr ""
#: sshoot/profile.py:38
msgid "Profile missing 'subnets' config"
msgstr ""
#: sshoot/profile.py:49
msgid "Invalid profile config '{key}'"
msgstr ""
|