# Translations template for sshoot. # Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the sshoot project. # FIRST AUTHOR , 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 \n" "Language-Team: LANGUAGE \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 ""