diff --git a/docs/source/locale/af/LC_MESSAGES/advanced.po b/docs/source/locale/af/LC_MESSAGES/advanced.po index b4f1c635..7dd99871 100644 --- a/docs/source/locale/af/LC_MESSAGES/advanced.po +++ b/docs/source/locale/af/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2022-11-06 19:08+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" @@ -357,3 +357,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/af/LC_MESSAGES/develop.po b/docs/source/locale/af/LC_MESSAGES/develop.po index 099101d8..52158e84 100644 --- a/docs/source/locale/af/LC_MESSAGES/develop.po +++ b/docs/source/locale/af/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-11-16 07:48+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/features.po b/docs/source/locale/af/LC_MESSAGES/features.po index 3b6344f8..5f456ca6 100644 --- a/docs/source/locale/af/LC_MESSAGES/features.po +++ b/docs/source/locale/af/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-11-01 10:03+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/help.po b/docs/source/locale/af/LC_MESSAGES/help.po index 3d8ae55b..428d3565 100644 --- a/docs/source/locale/af/LC_MESSAGES/help.po +++ b/docs/source/locale/af/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-21 15:07+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/index.po b/docs/source/locale/af/LC_MESSAGES/index.po index c59be9c1..ed1597b3 100644 --- a/docs/source/locale/af/LC_MESSAGES/index.po +++ b/docs/source/locale/af/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-19 10:07+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/install.po b/docs/source/locale/af/LC_MESSAGES/install.po index 39b56ed9..9e668314 100644 --- a/docs/source/locale/af/LC_MESSAGES/install.po +++ b/docs/source/locale/af/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-10 08:02+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -361,7 +361,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -383,7 +383,7 @@ msgstr "" "sleutelbediener `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -399,7 +399,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/af/LC_MESSAGES/security.po b/docs/source/locale/af/LC_MESSAGES/security.po index 7af957b9..48c71236 100644 --- a/docs/source/locale/af/LC_MESSAGES/security.po +++ b/docs/source/locale/af/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-07-04 03:02+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/sphinx.po b/docs/source/locale/af/LC_MESSAGES/sphinx.po index e4ed5a4d..69952ae1 100644 --- a/docs/source/locale/af/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/af/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-19 10:07+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/af/LC_MESSAGES/tor.po b/docs/source/locale/af/LC_MESSAGES/tor.po index 68616566..4646b83e 100644 --- a/docs/source/locale/af/LC_MESSAGES/tor.po +++ b/docs/source/locale/af/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-07-05 12:52+0000\n" "Last-Translator: Gideon Wentink \n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/advanced.po b/docs/source/locale/am/LC_MESSAGES/advanced.po index 5119cbee..3bf7f331 100644 --- a/docs/source/locale/am/LC_MESSAGES/advanced.po +++ b/docs/source/locale/am/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/am/LC_MESSAGES/develop.po b/docs/source/locale/am/LC_MESSAGES/develop.po index dad2efa2..770338ee 100644 --- a/docs/source/locale/am/LC_MESSAGES/develop.po +++ b/docs/source/locale/am/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/features.po b/docs/source/locale/am/LC_MESSAGES/features.po index 08179f5b..321686a9 100644 --- a/docs/source/locale/am/LC_MESSAGES/features.po +++ b/docs/source/locale/am/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/help.po b/docs/source/locale/am/LC_MESSAGES/help.po index e5110091..08ff0b6c 100644 --- a/docs/source/locale/am/LC_MESSAGES/help.po +++ b/docs/source/locale/am/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/index.po b/docs/source/locale/am/LC_MESSAGES/index.po index b3201e2e..919115e0 100644 --- a/docs/source/locale/am/LC_MESSAGES/index.po +++ b/docs/source/locale/am/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/install.po b/docs/source/locale/am/LC_MESSAGES/install.po index fdf09750..3147c707 100644 --- a/docs/source/locale/am/LC_MESSAGES/install.po +++ b/docs/source/locale/am/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/am/LC_MESSAGES/security.po b/docs/source/locale/am/LC_MESSAGES/security.po index aea5ff3f..d50aa244 100644 --- a/docs/source/locale/am/LC_MESSAGES/security.po +++ b/docs/source/locale/am/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/sphinx.po b/docs/source/locale/am/LC_MESSAGES/sphinx.po index 17eca4b6..07c04927 100644 --- a/docs/source/locale/am/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/am/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/am/LC_MESSAGES/tor.po b/docs/source/locale/am/LC_MESSAGES/tor.po index 6a83f8a7..d3a4e659 100644 --- a/docs/source/locale/am/LC_MESSAGES/tor.po +++ b/docs/source/locale/am/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ar/LC_MESSAGES/advanced.po b/docs/source/locale/ar/LC_MESSAGES/advanced.po index d68508f0..ac46dadb 100644 --- a/docs/source/locale/ar/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ar/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-02-05 09:03+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: LANGUAGE \n" @@ -344,3 +344,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ar/LC_MESSAGES/develop.po b/docs/source/locale/ar/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/ar/LC_MESSAGES/develop.po +++ b/docs/source/locale/ar/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/features.po b/docs/source/locale/ar/LC_MESSAGES/features.po index 2105c86c..59d194d7 100644 --- a/docs/source/locale/ar/LC_MESSAGES/features.po +++ b/docs/source/locale/ar/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-18 20:19+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/help.po b/docs/source/locale/ar/LC_MESSAGES/help.po index 1f1737b1..d4f3bfa1 100644 --- a/docs/source/locale/ar/LC_MESSAGES/help.po +++ b/docs/source/locale/ar/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-29 13:53+0000\n" "Last-Translator: jonnysemon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/index.po b/docs/source/locale/ar/LC_MESSAGES/index.po index 19a28724..6d9da971 100644 --- a/docs/source/locale/ar/LC_MESSAGES/index.po +++ b/docs/source/locale/ar/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-02-19 21:35+0000\n" "Last-Translator: Mohamed Elghdban \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/install.po b/docs/source/locale/ar/LC_MESSAGES/install.po index 4f4c99bd..1764bf4d 100644 --- a/docs/source/locale/ar/LC_MESSAGES/install.po +++ b/docs/source/locale/ar/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-07-31 22:05+0000\n" "Last-Translator: jonnysemon \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -345,7 +345,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -361,7 +361,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -377,7 +377,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ar/LC_MESSAGES/security.po b/docs/source/locale/ar/LC_MESSAGES/security.po index 5176ea6f..c294e876 100644 --- a/docs/source/locale/ar/LC_MESSAGES/security.po +++ b/docs/source/locale/ar/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-02 19:00+0000\n" "Last-Translator: jonnysemon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/sphinx.po b/docs/source/locale/ar/LC_MESSAGES/sphinx.po index 94b07a95..93aa73e4 100644 --- a/docs/source/locale/ar/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ar/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-02-19 21:35+0000\n" "Last-Translator: Mohamed Elghdban \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ar/LC_MESSAGES/tor.po b/docs/source/locale/ar/LC_MESSAGES/tor.po index 99788431..f33002e8 100644 --- a/docs/source/locale/ar/LC_MESSAGES/tor.po +++ b/docs/source/locale/ar/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-12 17:11+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ay/LC_MESSAGES/advanced.po b/docs/source/locale/ay/LC_MESSAGES/advanced.po index a07fd41e..b460f64b 100644 --- a/docs/source/locale/ay/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ay/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ay/LC_MESSAGES/develop.po b/docs/source/locale/ay/LC_MESSAGES/develop.po index 8de6a9f2..d30816a0 100644 --- a/docs/source/locale/ay/LC_MESSAGES/develop.po +++ b/docs/source/locale/ay/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ay/LC_MESSAGES/features.po b/docs/source/locale/ay/LC_MESSAGES/features.po index 5bae747d..1e53986c 100644 --- a/docs/source/locale/ay/LC_MESSAGES/features.po +++ b/docs/source/locale/ay/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ay/LC_MESSAGES/help.po b/docs/source/locale/ay/LC_MESSAGES/help.po index 23cee084..0be311b2 100644 --- a/docs/source/locale/ay/LC_MESSAGES/help.po +++ b/docs/source/locale/ay/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ay/LC_MESSAGES/index.po b/docs/source/locale/ay/LC_MESSAGES/index.po index 55cb990a..6cba0bd4 100644 --- a/docs/source/locale/ay/LC_MESSAGES/index.po +++ b/docs/source/locale/ay/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ay/LC_MESSAGES/install.po b/docs/source/locale/ay/LC_MESSAGES/install.po index e1377947..a1c352d9 100644 --- a/docs/source/locale/ay/LC_MESSAGES/install.po +++ b/docs/source/locale/ay/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ay/LC_MESSAGES/security.po b/docs/source/locale/ay/LC_MESSAGES/security.po index c1847f43..0288aeba 100644 --- a/docs/source/locale/ay/LC_MESSAGES/security.po +++ b/docs/source/locale/ay/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ay/LC_MESSAGES/tor.po b/docs/source/locale/ay/LC_MESSAGES/tor.po index 1561e538..4f1c2a02 100644 --- a/docs/source/locale/ay/LC_MESSAGES/tor.po +++ b/docs/source/locale/ay/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/advanced.po b/docs/source/locale/be/LC_MESSAGES/advanced.po index 7558e69e..4e3c6ff8 100644 --- a/docs/source/locale/be/LC_MESSAGES/advanced.po +++ b/docs/source/locale/be/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/be/LC_MESSAGES/develop.po b/docs/source/locale/be/LC_MESSAGES/develop.po index b0eb2760..ac7f29fb 100644 --- a/docs/source/locale/be/LC_MESSAGES/develop.po +++ b/docs/source/locale/be/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/features.po b/docs/source/locale/be/LC_MESSAGES/features.po index be36cb4d..ac0bf653 100644 --- a/docs/source/locale/be/LC_MESSAGES/features.po +++ b/docs/source/locale/be/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/help.po b/docs/source/locale/be/LC_MESSAGES/help.po index 7023e7da..30911dcd 100644 --- a/docs/source/locale/be/LC_MESSAGES/help.po +++ b/docs/source/locale/be/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-20 18:52+0000\n" "Last-Translator: Maksim \n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/index.po b/docs/source/locale/be/LC_MESSAGES/index.po index e0388aaa..d58fbb79 100644 --- a/docs/source/locale/be/LC_MESSAGES/index.po +++ b/docs/source/locale/be/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-20 16:03+0000\n" "Last-Translator: kopatych \n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/install.po b/docs/source/locale/be/LC_MESSAGES/install.po index fbe064ee..77a0be18 100644 --- a/docs/source/locale/be/LC_MESSAGES/install.po +++ b/docs/source/locale/be/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-20 16:03+0000\n" "Last-Translator: kopatych \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -367,7 +367,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -389,7 +389,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -405,7 +405,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/be/LC_MESSAGES/security.po b/docs/source/locale/be/LC_MESSAGES/security.po index 3ed6dacb..252acae1 100644 --- a/docs/source/locale/be/LC_MESSAGES/security.po +++ b/docs/source/locale/be/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-20 18:52+0000\n" "Last-Translator: Maksim \n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/sphinx.po b/docs/source/locale/be/LC_MESSAGES/sphinx.po index 2694edeb..f9251d71 100644 --- a/docs/source/locale/be/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/be/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-05-24 07:49+0000\n" "Last-Translator: Maksim \n" "Language-Team: none\n" diff --git a/docs/source/locale/be/LC_MESSAGES/tor.po b/docs/source/locale/be/LC_MESSAGES/tor.po index a14bbc82..15245108 100644 --- a/docs/source/locale/be/LC_MESSAGES/tor.po +++ b/docs/source/locale/be/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-29 17:05+0000\n" "Last-Translator: kopatych \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/advanced.po b/docs/source/locale/bg/LC_MESSAGES/advanced.po index b76481b6..ad93b848 100644 --- a/docs/source/locale/bg/LC_MESSAGES/advanced.po +++ b/docs/source/locale/bg/LC_MESSAGES/advanced.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" -"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate.org>" -"\n" +"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate." +"org>\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" @@ -315,8 +315,8 @@ msgid "" "user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " "like this::" msgstr "" -"Забележете секцията „persistent_tabs“. Ще създадем файла ``/home/user/" -".config/onionshare/persistent/my-persistent-onion.json`` със следното " +"Забележете секцията „persistent_tabs“. Ще създадем файла ``/home/user/." +"config/onionshare/persistent/my-persistent-onion.json`` със следното " "съдържание::" #: ../../source/advanced.rst:247 @@ -416,3 +416,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/bg/LC_MESSAGES/develop.po b/docs/source/locale/bg/LC_MESSAGES/develop.po index 0ba04939..1366692a 100644 --- a/docs/source/locale/bg/LC_MESSAGES/develop.po +++ b/docs/source/locale/bg/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-24 11:09+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/features.po b/docs/source/locale/bg/LC_MESSAGES/features.po index e94edf48..94fe4786 100644 --- a/docs/source/locale/bg/LC_MESSAGES/features.po +++ b/docs/source/locale/bg/LC_MESSAGES/features.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-12 22:02+0000\n" -"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate.org>" -"\n" +"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate." +"org>\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/help.po b/docs/source/locale/bg/LC_MESSAGES/help.po index c9991b4d..8586aec5 100644 --- a/docs/source/locale/bg/LC_MESSAGES/help.po +++ b/docs/source/locale/bg/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-09-17 21:00+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/index.po b/docs/source/locale/bg/LC_MESSAGES/index.po index 68e4c2a7..7916987e 100644 --- a/docs/source/locale/bg/LC_MESSAGES/index.po +++ b/docs/source/locale/bg/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-08-05 22:50+0000\n" "Last-Translator: Salif Mehmed \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/install.po b/docs/source/locale/bg/LC_MESSAGES/install.po index 887287ac..7df4dc0f 100644 --- a/docs/source/locale/bg/LC_MESSAGES/install.po +++ b/docs/source/locale/bg/LC_MESSAGES/install.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 21:35+0000\n" -"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate.org>" -"\n" +"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate." +"org>\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" @@ -43,7 +43,7 @@ msgstr "Мобилно" msgid "You can download OnionShare for Mobile from the follow links" msgstr "Можете да изтеглите OnionShare за мобилни платформи от следните места" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Андроид" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -401,7 +401,7 @@ msgstr "" "издание. По-долу е дадена информация за ключовете на GPG на всеки от " "основните разработчици на OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Майка Лий:" @@ -422,7 +422,7 @@ msgstr "" "org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Саптак Сенгупта:" @@ -443,7 +443,7 @@ msgstr "" "org `_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Мигел Жак:" @@ -460,9 +460,9 @@ msgid "" "keys.openpgp.org/vks/v1/by-" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" -"Можете да изтеглите ключа на Мигел `от сървъра за ключове на " -"keys.openpgp.org `_." +"Можете да изтеглите ключа на Мигел `от сървъра за ключове на keys.openpgp." +"org `_." #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/bg/LC_MESSAGES/security.po b/docs/source/locale/bg/LC_MESSAGES/security.po index a9517f7d..f2c84d19 100644 --- a/docs/source/locale/bg/LC_MESSAGES/security.po +++ b/docs/source/locale/bg/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-15 14:06+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/sphinx.po b/docs/source/locale/bg/LC_MESSAGES/sphinx.po index 016efe81..b23ed85f 100644 --- a/docs/source/locale/bg/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/bg/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-16 14:09+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: none\n" diff --git a/docs/source/locale/bg/LC_MESSAGES/tor.po b/docs/source/locale/bg/LC_MESSAGES/tor.po index 40c5c53f..75e9ce6d 100644 --- a/docs/source/locale/bg/LC_MESSAGES/tor.po +++ b/docs/source/locale/bg/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-10-20 20:15+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/advanced.po b/docs/source/locale/bn/LC_MESSAGES/advanced.po index b48e7080..fd3787b9 100644 --- a/docs/source/locale/bn/LC_MESSAGES/advanced.po +++ b/docs/source/locale/bn/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-08-19 20:51+0000\n" "Last-Translator: Sabbir Ahmed Shameem \n" "Language-Team: none\n" @@ -343,6 +343,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/bn/LC_MESSAGES/develop.po b/docs/source/locale/bn/LC_MESSAGES/develop.po index 51a97368..fd331788 100644 --- a/docs/source/locale/bn/LC_MESSAGES/develop.po +++ b/docs/source/locale/bn/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/features.po b/docs/source/locale/bn/LC_MESSAGES/features.po index 9f6243aa..7bd06e52 100644 --- a/docs/source/locale/bn/LC_MESSAGES/features.po +++ b/docs/source/locale/bn/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/help.po b/docs/source/locale/bn/LC_MESSAGES/help.po index cb2159e1..06656212 100644 --- a/docs/source/locale/bn/LC_MESSAGES/help.po +++ b/docs/source/locale/bn/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/index.po b/docs/source/locale/bn/LC_MESSAGES/index.po index 845009fc..66553031 100644 --- a/docs/source/locale/bn/LC_MESSAGES/index.po +++ b/docs/source/locale/bn/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-04-24 23:31+0000\n" "Last-Translator: Oymate \n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/install.po b/docs/source/locale/bn/LC_MESSAGES/install.po index 108a2508..18ea96e0 100644 --- a/docs/source/locale/bn/LC_MESSAGES/install.po +++ b/docs/source/locale/bn/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-08-18 19:50+0000\n" "Last-Translator: Sabbir Ahmed Shameem \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -318,7 +318,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -334,7 +334,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -350,7 +350,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/bn/LC_MESSAGES/security.po b/docs/source/locale/bn/LC_MESSAGES/security.po index 2aae30cd..a0c8fc84 100644 --- a/docs/source/locale/bn/LC_MESSAGES/security.po +++ b/docs/source/locale/bn/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-08-20 17:50+0000\n" "Last-Translator: Sabbir Ahmed Shameem \n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/sphinx.po b/docs/source/locale/bn/LC_MESSAGES/sphinx.po index 40d8376e..0769428b 100644 --- a/docs/source/locale/bn/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/bn/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-05-27 13:16+0000\n" "Last-Translator: Oymate \n" "Language-Team: none\n" diff --git a/docs/source/locale/bn/LC_MESSAGES/tor.po b/docs/source/locale/bn/LC_MESSAGES/tor.po index f64a0aab..951e170c 100644 --- a/docs/source/locale/bn/LC_MESSAGES/tor.po +++ b/docs/source/locale/bn/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/advanced.po b/docs/source/locale/bo/LC_MESSAGES/advanced.po index 384aca3e..7ed77130 100644 --- a/docs/source/locale/bo/LC_MESSAGES/advanced.po +++ b/docs/source/locale/bo/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/bo/LC_MESSAGES/develop.po b/docs/source/locale/bo/LC_MESSAGES/develop.po index 1086cf7d..70e1e7f9 100644 --- a/docs/source/locale/bo/LC_MESSAGES/develop.po +++ b/docs/source/locale/bo/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/features.po b/docs/source/locale/bo/LC_MESSAGES/features.po index 1d25c373..7cf59548 100644 --- a/docs/source/locale/bo/LC_MESSAGES/features.po +++ b/docs/source/locale/bo/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/help.po b/docs/source/locale/bo/LC_MESSAGES/help.po index 5cd603f6..21515f4b 100644 --- a/docs/source/locale/bo/LC_MESSAGES/help.po +++ b/docs/source/locale/bo/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/index.po b/docs/source/locale/bo/LC_MESSAGES/index.po index d123431f..41b92f48 100644 --- a/docs/source/locale/bo/LC_MESSAGES/index.po +++ b/docs/source/locale/bo/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/install.po b/docs/source/locale/bo/LC_MESSAGES/install.po index 097231fe..2db1a93b 100644 --- a/docs/source/locale/bo/LC_MESSAGES/install.po +++ b/docs/source/locale/bo/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/bo/LC_MESSAGES/security.po b/docs/source/locale/bo/LC_MESSAGES/security.po index fd90b230..b9a022b8 100644 --- a/docs/source/locale/bo/LC_MESSAGES/security.po +++ b/docs/source/locale/bo/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/sphinx.po b/docs/source/locale/bo/LC_MESSAGES/sphinx.po index 06b07be3..9cdbef44 100644 --- a/docs/source/locale/bo/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/bo/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/bo/LC_MESSAGES/tor.po b/docs/source/locale/bo/LC_MESSAGES/tor.po index 22a3450d..2addfac2 100644 --- a/docs/source/locale/bo/LC_MESSAGES/tor.po +++ b/docs/source/locale/bo/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ca/LC_MESSAGES/advanced.po b/docs/source/locale/ca/LC_MESSAGES/advanced.po index 07c00fc0..cd6adcc5 100644 --- a/docs/source/locale/ca/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ca/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2020-11-25 18:28+0000\n" "Last-Translator: fadelkon \n" "Language-Team: LANGUAGE \n" @@ -343,3 +343,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ca/LC_MESSAGES/develop.po b/docs/source/locale/ca/LC_MESSAGES/develop.po index 33666093..d3ffb4b8 100644 --- a/docs/source/locale/ca/LC_MESSAGES/develop.po +++ b/docs/source/locale/ca/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-25 18:28+0000\n" "Last-Translator: fadelkon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/features.po b/docs/source/locale/ca/LC_MESSAGES/features.po index fe2e6d4f..bd703185 100644 --- a/docs/source/locale/ca/LC_MESSAGES/features.po +++ b/docs/source/locale/ca/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-11-28 19:16+0000\n" "Last-Translator: fadelkon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/help.po b/docs/source/locale/ca/LC_MESSAGES/help.po index 449d6961..e5df36f4 100644 --- a/docs/source/locale/ca/LC_MESSAGES/help.po +++ b/docs/source/locale/ca/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-12 19:02+0000\n" "Last-Translator: Ecron \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/index.po b/docs/source/locale/ca/LC_MESSAGES/index.po index 4a18d31d..565dee5d 100644 --- a/docs/source/locale/ca/LC_MESSAGES/index.po +++ b/docs/source/locale/ca/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-11-28 19:16+0000\n" "Last-Translator: fadelkon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/install.po b/docs/source/locale/ca/LC_MESSAGES/install.po index 49ddbfe9..8db01e84 100644 --- a/docs/source/locale/ca/LC_MESSAGES/install.po +++ b/docs/source/locale/ca/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-29 20:15+0000\n" "Last-Translator: victor dargallo \n" "Language-Team: ca \n" @@ -41,7 +41,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -55,7 +55,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -313,7 +313,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -329,7 +329,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -345,7 +345,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ca/LC_MESSAGES/security.po b/docs/source/locale/ca/LC_MESSAGES/security.po index b6bcd445..574a0f89 100644 --- a/docs/source/locale/ca/LC_MESSAGES/security.po +++ b/docs/source/locale/ca/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-12 19:02+0000\n" "Last-Translator: Ecron \n" "Language-Team: ca \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/sphinx.po b/docs/source/locale/ca/LC_MESSAGES/sphinx.po index 6a5b9237..71fae617 100644 --- a/docs/source/locale/ca/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ca/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-25 18:28+0000\n" "Last-Translator: fadelkon \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ca/LC_MESSAGES/tor.po b/docs/source/locale/ca/LC_MESSAGES/tor.po index 518e1fd7..8dc6799b 100644 --- a/docs/source/locale/ca/LC_MESSAGES/tor.po +++ b/docs/source/locale/ca/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-25 18:28+0000\n" "Last-Translator: fadelkon \n" "Language-Team: ca \n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/advanced.po b/docs/source/locale/ckb/LC_MESSAGES/advanced.po index a934a5cf..071de4f3 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ckb/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2020-11-28 11:29+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" @@ -343,6 +343,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/ckb/LC_MESSAGES/develop.po b/docs/source/locale/ckb/LC_MESSAGES/develop.po index 8f32007b..71716644 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/develop.po +++ b/docs/source/locale/ckb/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-22 18:29+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/features.po b/docs/source/locale/ckb/LC_MESSAGES/features.po index 6460eee6..5d19623f 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/features.po +++ b/docs/source/locale/ckb/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/help.po b/docs/source/locale/ckb/LC_MESSAGES/help.po index 69ccfb2b..3b12ca98 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/help.po +++ b/docs/source/locale/ckb/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-24 09:28+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/index.po b/docs/source/locale/ckb/LC_MESSAGES/index.po index 25d45af7..511f8c48 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/index.po +++ b/docs/source/locale/ckb/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-26 19:28+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/install.po b/docs/source/locale/ckb/LC_MESSAGES/install.po index 0b8101ad..20404856 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/install.po +++ b/docs/source/locale/ckb/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-24 09:28+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -327,7 +327,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -343,7 +343,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -359,7 +359,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ckb/LC_MESSAGES/security.po b/docs/source/locale/ckb/LC_MESSAGES/security.po index 63d81652..aadba1e1 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/security.po +++ b/docs/source/locale/ckb/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-22 18:29+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/sphinx.po b/docs/source/locale/ckb/LC_MESSAGES/sphinx.po index ce3bf565..68d391a3 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ckb/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-20 17:28+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/ckb/LC_MESSAGES/tor.po b/docs/source/locale/ckb/LC_MESSAGES/tor.po index 0d490404..2743ba41 100644 --- a/docs/source/locale/ckb/LC_MESSAGES/tor.po +++ b/docs/source/locale/ckb/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-20 17:28+0000\n" "Last-Translator: Lecwan Munzur \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/advanced.po b/docs/source/locale/cs/LC_MESSAGES/advanced.po index 6cf1b494..caf71e78 100644 --- a/docs/source/locale/cs/LC_MESSAGES/advanced.po +++ b/docs/source/locale/cs/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-01-24 17:48+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" @@ -359,6 +359,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/cs/LC_MESSAGES/develop.po b/docs/source/locale/cs/LC_MESSAGES/develop.po index 87b066af..73a52544 100644 --- a/docs/source/locale/cs/LC_MESSAGES/develop.po +++ b/docs/source/locale/cs/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/features.po b/docs/source/locale/cs/LC_MESSAGES/features.po index 257d3731..54e8c967 100644 --- a/docs/source/locale/cs/LC_MESSAGES/features.po +++ b/docs/source/locale/cs/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-01-25 18:49+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/help.po b/docs/source/locale/cs/LC_MESSAGES/help.po index f74afbda..7a86179b 100644 --- a/docs/source/locale/cs/LC_MESSAGES/help.po +++ b/docs/source/locale/cs/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-01-24 17:48+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/index.po b/docs/source/locale/cs/LC_MESSAGES/index.po index f21e80c5..8d945e1e 100644 --- a/docs/source/locale/cs/LC_MESSAGES/index.po +++ b/docs/source/locale/cs/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-08-09 18:18+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/install.po b/docs/source/locale/cs/LC_MESSAGES/install.po index 468ee4a4..f461e6eb 100644 --- a/docs/source/locale/cs/LC_MESSAGES/install.po +++ b/docs/source/locale/cs/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 12:39+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -338,7 +338,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -359,7 +359,7 @@ msgstr "" "klíč si můžete stáhnout `z keyserveru keys.openpgp.org >`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -375,7 +375,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/cs/LC_MESSAGES/security.po b/docs/source/locale/cs/LC_MESSAGES/security.po index 64c3dd4d..8dfcee82 100644 --- a/docs/source/locale/cs/LC_MESSAGES/security.po +++ b/docs/source/locale/cs/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-08-10 19:21+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/sphinx.po b/docs/source/locale/cs/LC_MESSAGES/sphinx.po index 3ac2b492..e4792d39 100644 --- a/docs/source/locale/cs/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/cs/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-08-09 18:18+0000\n" "Last-Translator: Toro \n" "Language-Team: none\n" diff --git a/docs/source/locale/cs/LC_MESSAGES/tor.po b/docs/source/locale/cs/LC_MESSAGES/tor.po index 46d13d66..3925ce2f 100644 --- a/docs/source/locale/cs/LC_MESSAGES/tor.po +++ b/docs/source/locale/cs/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-02 11:21+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/da/LC_MESSAGES/advanced.po b/docs/source/locale/da/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/da/LC_MESSAGES/advanced.po +++ b/docs/source/locale/da/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/da/LC_MESSAGES/develop.po b/docs/source/locale/da/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/da/LC_MESSAGES/develop.po +++ b/docs/source/locale/da/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/features.po b/docs/source/locale/da/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/da/LC_MESSAGES/features.po +++ b/docs/source/locale/da/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/help.po b/docs/source/locale/da/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/da/LC_MESSAGES/help.po +++ b/docs/source/locale/da/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/index.po b/docs/source/locale/da/LC_MESSAGES/index.po index c8682bc1..7fa03ed2 100644 --- a/docs/source/locale/da/LC_MESSAGES/index.po +++ b/docs/source/locale/da/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/install.po b/docs/source/locale/da/LC_MESSAGES/install.po index edfa7177..175d5561 100644 --- a/docs/source/locale/da/LC_MESSAGES/install.po +++ b/docs/source/locale/da/LC_MESSAGES/install.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,7 +40,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -309,7 +309,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -325,7 +325,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -341,7 +341,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/da/LC_MESSAGES/security.po b/docs/source/locale/da/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/da/LC_MESSAGES/security.po +++ b/docs/source/locale/da/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/sphinx.po b/docs/source/locale/da/LC_MESSAGES/sphinx.po index cf7b2edc..82f66457 100644 --- a/docs/source/locale/da/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/da/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/da/LC_MESSAGES/tor.po b/docs/source/locale/da/LC_MESSAGES/tor.po index daa2e2ef..9eaf8eaa 100644 --- a/docs/source/locale/da/LC_MESSAGES/tor.po +++ b/docs/source/locale/da/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/de/LC_MESSAGES/advanced.po b/docs/source/locale/de/LC_MESSAGES/advanced.po index 4acae7f1..405115ff 100644 --- a/docs/source/locale/de/LC_MESSAGES/advanced.po +++ b/docs/source/locale/de/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Ettore Atalan \n" -"Language: de\n" "Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Language: de\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,13 +29,13 @@ msgstr "Reiter speichern" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Wenn du die von dir gehosteten OnionShare-Tabs schließt, werden sie " -"zerstört und können nicht wiederverwendet werden. Dauerhaft gehostete " -"Websites sind unter derselben Adresse verfügbar, auch wenn der Computer, " -"von dem aus sie freigegeben wurden, neu gestartet wird." +"Wenn du die von dir gehosteten OnionShare-Tabs schließt, werden sie zerstört " +"und können nicht wiederverwendet werden. Dauerhaft gehostete Websites sind " +"unter derselben Adresse verfügbar, auch wenn der Computer, von dem aus sie " +"freigegeben wurden, neu gestartet wird." #: ../../source/advanced.rst:12 msgid "" @@ -48,20 +48,19 @@ msgstr "" #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "Wenn du OnionShare öffnest, werden deine gespeicherten Tabs aus der " -"vorherigen Sitzung geöffnet. Jeder Dienst kann dann manuell gestartet " -"werden und ist unter der gleichen OnionShare-Adresse verfügbar und durch " -"den gleichen privaten Schlüssel geschützt." +"vorherigen Sitzung geöffnet. Jeder Dienst kann dann manuell gestartet werden " +"und ist unter der gleichen OnionShare-Adresse verfügbar und durch den " +"gleichen privaten Schlüssel geschützt." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Wenn du eine Registerkarte speicherst, wird eine Kopie des geheimen " "Schlüssels des Onion-Dienstes auf deinem Computer gespeichert." @@ -72,12 +71,11 @@ msgstr "Privaten Schlüssel deaktivieren" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"Standardmäßig werden alle OnionShare-Dienste mit einem privaten Schlüssel" -" gesichert. Dies wird im Tor-Kontext \"Client-Authentifizierung\" " -"genannt." +"Standardmäßig werden alle OnionShare-Dienste mit einem privaten Schlüssel " +"gesichert. Dies wird im Tor-Kontext \"Client-Authentifizierung\" genannt." #: ../../source/advanced.rst:28 #, fuzzy @@ -86,23 +84,23 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"Der Tor-Browser wird dich auffordern, deinen privaten Schlüssel " -"einzugeben, wenn du einen OnionShare-Dienst lädst. Wenn du der " -"Öffentlichkeit erlauben willst, deinen Dienst zu nutzen, ist es besser, " -"den privaten Schlüssel ganz zu deaktivieren." +"Der Tor-Browser wird dich auffordern, deinen privaten Schlüssel einzugeben, " +"wenn du einen OnionShare-Dienst lädst. Wenn du der Öffentlichkeit erlauben " +"willst, deinen Dienst zu nutzen, ist es besser, den privaten Schlüssel ganz " +"zu deaktivieren." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Um den privaten Schlüssel für eine Registerkarte zu deaktivieren, setze " -"ein Kreuz in das \"Dies ist ein öffentlicher OnionShare-Service " -"(Deaktiviert den privaten Schlüssel)\" Kästchen bevor du den Server " -"startest. Dadurch wird der Server öffentlich Zugänglich, wodurch kein " -"privater Schlüssel mehr benötigt wird." +"Um den privaten Schlüssel für eine Registerkarte zu deaktivieren, setze ein " +"Kreuz in das \"Dies ist ein öffentlicher OnionShare-Service (Deaktiviert den " +"privaten Schlüssel)\" Kästchen bevor du den Server startest. Dadurch wird " +"der Server öffentlich Zugänglich, wodurch kein privater Schlüssel mehr " +"benötigt wird." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -110,22 +108,21 @@ msgstr "Benutzerdefinierte Titel" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" "Wenn jemand einen OnionShare-Dienst im Tor-Browser aufruft, sieht er " -"standardmäßig den Standardtitel für den jeweiligen Service-Typ. Der " -"Standard-Titel eines Chat-Dienstes ist beispielsweise \"OnionShare " -"Chat\"." +"standardmäßig den Standardtitel für den jeweiligen Service-Typ. Der Standard-" +"Titel eines Chat-Dienstes ist beispielsweise \"OnionShare Chat\"." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Wenn du die Einstellung \"Benutzerdefinierter Titel\" bearbeitest, bevor " -"du einen Server startest, kannst du sie ändern." +"Wenn du die Einstellung \"Benutzerdefinierter Titel\" bearbeitest, bevor du " +"einen Server startest, kannst du sie ändern." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -133,45 +130,45 @@ msgstr "Geplante Zeiten" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" -"OnionShare erlaubt eine genaue Zeitsteuerung, wann ein Dienst starten und" -" stoppen soll. Bevor du den Dienst startest, klicke im jeweiligen Reiter " -"auf „Erweiterte Einstellungen anzeigen“ und setze die Haken bei „Onion-" -"Dienst zu einem festgelegten Zeitpunkt starten“, „Onion-Dienst zu einem " -"festgelegten Zeitpunkt stoppen“ oder bei beiden, und lege das jeweilig " -"gewünschte Datum samt Uhrzeit fest." +"OnionShare erlaubt eine genaue Zeitsteuerung, wann ein Dienst starten und " +"stoppen soll. Bevor du den Dienst startest, klicke im jeweiligen Reiter auf " +"„Erweiterte Einstellungen anzeigen“ und setze die Haken bei „Onion-Dienst zu " +"einem festgelegten Zeitpunkt starten“, „Onion-Dienst zu einem festgelegten " +"Zeitpunkt stoppen“ oder bei beiden, und lege das jeweilig gewünschte Datum " +"samt Uhrzeit fest." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Bei Diensten, die in der Zukunft starten sollen, wird ein Countdown-Timer" -" angezeigt, wenn die Schaltfläche \"Freigabe starten\" angeklickt wird. " -"Bei Diensten, die in der Zukunft gestoppt werden sollen, wird ein " -"Countdown-Timer angezeigt, wenn sie gestartet werden." +"Bei Diensten, die in der Zukunft starten sollen, wird ein Countdown-Timer " +"angezeigt, wenn die Schaltfläche \"Freigabe starten\" angeklickt wird. Bei " +"Diensten, die in der Zukunft gestoppt werden sollen, wird ein Countdown-" +"Timer angezeigt, wenn sie gestartet werden." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Die Einstellung eines automatischen Starts (Datum und Uhrzeit) für " -"einen OnionShare Dienst kann als eine Totmannschaltung verwendet " -"werden**. Das bedeutet dass der von Dir so eingestellte Dienst zu einem " -"bestimmten Zeitpunkt in der Zukunft veröffentlich wird, wenn Du dies " -"nicht zuvor änderst. Wenn Dir nichts passiert, kannst Du den Dienst " -"stoppen bevor er beginnt zu starten, wenn Dir etwas passiert ist, startet" -" der Dienst ohne Dein erneutes zutun." +"**Die Einstellung eines automatischen Starts (Datum und Uhrzeit) für einen " +"OnionShare Dienst kann als eine Totmannschaltung verwendet werden**. Das " +"bedeutet dass der von Dir so eingestellte Dienst zu einem bestimmten " +"Zeitpunkt in der Zukunft veröffentlich wird, wenn Du dies nicht zuvor " +"änderst. Wenn Dir nichts passiert, kannst Du den Dienst stoppen bevor er " +"beginnt zu starten, wenn Dir etwas passiert ist, startet der Dienst ohne " +"Dein erneutes zutun." #: ../../source/advanced.rst:60 msgid "" @@ -180,9 +177,9 @@ msgid "" "outdated, you can do so for selected limited time." msgstr "" "**Die automatische Beendigung eines OnionShare-Dienstes schränkt seine " -"Sichtbarkeit ein**. Wenn du geheime Informationen oder etwas, das " -"veraltet ist, weitergeben willst, kannst du das für eine ausgewählte " -"begrenzte Zeit tun." +"Sichtbarkeit ein**. Wenn du geheime Informationen oder etwas, das veraltet " +"ist, weitergeben willst, kannst du das für eine ausgewählte begrenzte Zeit " +"tun." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -202,15 +199,15 @@ msgstr "Installation der Befehlszeilenversion" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Du kannst eine Kommandozeilen-Version von OnionShare mit ``pip3`` " "installieren::" @@ -229,15 +226,13 @@ msgstr "Führe es dann wie folgt aus::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Informationen über die Installation auf verschiedenen Betriebssystem " -"findest du in der Datei `CLI " -"README`_" -" im Git-Repository." +"Informationen über die Installation auf verschiedenen Betriebssystem findest " +"du in der Datei `CLI README`_ im Git-Repository." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -246,12 +241,11 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Falls du OnionShare über das Snap-Paket installiert hast, kannst du " -"einfach ``onionshare.cli`` ausführen, um zur Kommandozeilen-Version zu " -"gelangen." +"Falls du OnionShare über das Snap-Paket installiert hast, kannst du einfach " +"``onionshare.cli`` ausführen, um zur Kommandozeilen-Version zu gelangen." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -259,8 +253,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -278,10 +272,11 @@ msgid "Usage" msgstr "Benutzung" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Die Dokumentation zur Kommandozeile kann über den Befehl ``onionshare " -"--help`` abgerufen werden::" +"Die Dokumentation zur Kommandozeile kann über den Befehl ``onionshare --" +"help`` abgerufen werden::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -295,9 +290,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -306,43 +301,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -352,30 +345,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -387,8 +376,8 @@ msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" msgstr "" -"Die OnionShare-Desktop-Anwendung enthält einige Tastaturkurzbefehle, die " -"der Bequemlichkeit und Zugänglichkeit dienen::" +"Die OnionShare-Desktop-Anwendung enthält einige Tastaturkurzbefehle, die der " +"Bequemlichkeit und Zugänglichkeit dienen::" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -401,8 +390,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -429,9 +418,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -481,7 +470,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -490,8 +480,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -566,8 +556,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -597,9 +587,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -624,10 +613,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -636,8 +625,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -647,8 +636,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -658,8 +647,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -671,11 +660,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -703,9 +690,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -714,9 +701,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -725,9 +711,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -736,8 +722,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -758,7 +744,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -767,8 +754,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -781,8 +767,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -791,9 +777,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -802,8 +787,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -816,8 +801,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -847,9 +832,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -858,8 +843,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -879,8 +864,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -897,8 +882,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -911,8 +895,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -921,8 +905,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -951,8 +935,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -973,90 +957,63 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "By default, everything in OnionShare is" -#~ " temporary. As soon as you close " -#~ "an OnionShare tab its address no " -#~ "longer exists and can't be used " -#~ "again. But sometimes you might want " -#~ "an OnionShare service to be persistent." -#~ " For example, this would be useful" -#~ " if you want to host a website" -#~ " that can keep the same URL " -#~ "even if you reboot your computer." +#~ "By default, everything in OnionShare is temporary. As soon as you close " +#~ "an OnionShare tab its address no longer exists and can't be used again. " +#~ "But sometimes you might want an OnionShare service to be persistent. For " +#~ "example, this would be useful if you want to host a website that can keep " +#~ "the same URL even if you reboot your computer." #~ msgstr "" -#~ "Standardmäßig ist in OnionShare alles " -#~ "temporär. Sobald du einen OnionShare-" -#~ "Reiter schließt, existiert seine Adresse " -#~ "nicht mehr und kann nicht noch " -#~ "einmal verwendet werden. Manchmal aber " -#~ "kann es sinnvoll sein, einen dauerhaften" -#~ " OnionShare-Dienst zu haben. Das kann" -#~ " zum Beispiel der Fall sein, wenn " -#~ "man eine Webseite hosten möchte, die " -#~ "ihre URL auch nach einem Neustart " -#~ "des Rechners behalten soll." +#~ "Standardmäßig ist in OnionShare alles temporär. Sobald du einen " +#~ "OnionShare-Reiter schließt, existiert seine Adresse nicht mehr und kann " +#~ "nicht noch einmal verwendet werden. Manchmal aber kann es sinnvoll sein, " +#~ "einen dauerhaften OnionShare-Dienst zu haben. Das kann zum Beispiel der " +#~ "Fall sein, wenn man eine Webseite hosten möchte, die ihre URL auch nach " +#~ "einem Neustart des Rechners behalten soll." #~ msgid "Disable passwords" #~ msgstr "Passwörter deaktivieren" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username `onionshare`" -#~ " and a randomly-generated password. " -#~ "If someone makes 20 wrong guesses " -#~ "of the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "`onionshare` and a randomly-generated password. If someone makes 20 wrong " +#~ "guesses of the password, your onion service is automatically stopped to " +#~ "prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Standardmäßig werden alle OnionShare-Dienste" -#~ " mit dem Benutzernamen `onionshare`und " -#~ "einem zufällig erzeugten Passwort geschützt." -#~ " Wenn jemand 20 falsche Versuche bei" -#~ " der Eingabe des Passworts macht, " -#~ "wird der OnionShare-Dienst automatisch " -#~ "gestoppt, um einen Brute-Force-Angriff" -#~ " darauf zu verhindern." +#~ "Standardmäßig werden alle OnionShare-Dienste mit dem Benutzernamen " +#~ "`onionshare`und einem zufällig erzeugten Passwort geschützt. Wenn jemand " +#~ "20 falsche Versuche bei der Eingabe des Passworts macht, wird der " +#~ "OnionShare-Dienst automatisch gestoppt, um einen Brute-Force-Angriff " +#~ "darauf zu verhindern." #~ msgid "" -#~ "But sometimes you might want your " -#~ "OnionShare service to be accessible to" -#~ " the public. For example, if you " -#~ "want to set up an OnionShare " -#~ "receive service so the public can " -#~ "securely and anonymously send you files." -#~ " In this case, it's better to " -#~ "disable the password altogether. If you" -#~ " don't do this, someone can force " -#~ "your server to stop just by making" -#~ " 20 wrong guesses of your password," -#~ " even if they know the correct " -#~ "password." +#~ "But sometimes you might want your OnionShare service to be accessible to " +#~ "the public. For example, if you want to set up an OnionShare receive " +#~ "service so the public can securely and anonymously send you files. In " +#~ "this case, it's better to disable the password altogether. If you don't " +#~ "do this, someone can force your server to stop just by making 20 wrong " +#~ "guesses of your password, even if they know the correct password." #~ msgstr "" -#~ "Manchmal aber kann es sinnvoll sein, " -#~ "einen OnionShare-Dienst öffentlich zugänglich" -#~ " zu machen." +#~ "Manchmal aber kann es sinnvoll sein, einen OnionShare-Dienst öffentlich " +#~ "zugänglich zu machen." #~ msgid "Linux" #~ msgstr "Linux" #~ msgid "" -#~ "If you installed OnionShare using the" -#~ " Flatpak package, unfortunately the command" -#~ " line interface isn't supported." +#~ "If you installed OnionShare using the Flatpak package, unfortunately the " +#~ "command line interface isn't supported." #~ msgstr "" -#~ "Falls du OnionShare über ein Flatpak-" -#~ "Paket installiert hast, steht die " -#~ "Kommandozeilen-Schnittstelle leider nicht zur " -#~ "Verfügung." +#~ "Falls du OnionShare über ein Flatpak-Paket installiert hast, steht die " +#~ "Kommandozeilen-Schnittstelle leider nicht zur Verfügung." #~ msgid "macOS" #~ msgstr "macOS" -#~ msgid "Make a symbolic link to the OnionShare command line binary like this::" +#~ msgid "" +#~ "Make a symbolic link to the OnionShare command line binary like this::" #~ msgstr "" -#~ "Erstelle eine symbolische Verknüpfung zur " -#~ "Binärdatei der Kommandozeilen-Anwendung:" +#~ "Erstelle eine symbolische Verknüpfung zur Binärdatei der Kommandozeilen-" +#~ "Anwendung:" #~ msgid "Now you can run ``onionshare`` from the terminal." #~ msgstr "Jetzt kannst du ``onionshare`` im Terminal ausführen." @@ -1065,273 +1022,167 @@ msgstr "" #~ msgstr "Windows" #~ msgid "The command line interface isn't supported in Windows." -#~ msgstr "Die Kommandozeilen-Schnittstelle wird unter Windows nicht unterstützt." +#~ msgstr "" +#~ "Die Kommandozeilen-Schnittstelle wird unter Windows nicht unterstützt." #~ msgid "" -#~ "If you really want to use it " -#~ "anyway, you can set up a Windows" -#~ " development environment (see " -#~ ":ref:`starting_development`) and then run this" -#~ " in a command prompt::" +#~ "If you really want to use it anyway, you can set up a Windows development " +#~ "environment (see :ref:`starting_development`) and then run this in a " +#~ "command prompt::" #~ msgstr "" -#~ "Falls du es dennoch nutzen möchtest, " -#~ "kannst du eine Entwicklungsumgebung für " -#~ "Windows aufsetzen (siehe " -#~ ":ref:`starting_development`) und dann Folgendes " -#~ "auf der Befehlszeile ausführen::" +#~ "Falls du es dennoch nutzen möchtest, kannst du eine Entwicklungsumgebung " +#~ "für Windows aufsetzen (siehe :ref:`starting_development`) und dann " +#~ "Folgendes auf der Befehlszeile ausführen::" #~ msgid "Turn Off Passwords" #~ msgstr "Passwörter deaktivieren" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Standardmäßig sind alle OnionShare-Dienste " -#~ "mit dem Nutzernamen ``onionshare`` und " -#~ "einem zufällig erzeugten Passwort geschützt." -#~ " Falls jemand 20 falsche Versuche " -#~ "beim Erraten des Passworts macht, wird" -#~ " dein OnionShare-Service automatisch " -#~ "gestoppt, um eine Bruteforce-Attacke auf" -#~ " den Dienst zu verhindern." +#~ "Standardmäßig sind alle OnionShare-Dienste mit dem Nutzernamen " +#~ "``onionshare`` und einem zufällig erzeugten Passwort geschützt. Falls " +#~ "jemand 20 falsche Versuche beim Erraten des Passworts macht, wird dein " +#~ "OnionShare-Service automatisch gestoppt, um eine Bruteforce-Attacke auf " +#~ "den Dienst zu verhindern." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Um das Passwort für einen beliebigen " -#~ "Reiter zu deaktivieren, setze einen " -#~ "Haken bei „Kein Passwort verwenden“, " -#~ "bevor du den Dienst startest. Der " -#~ "Dienst wird dann öffentlich sein und " -#~ "kein Passwort erfordern." +#~ "Um das Passwort für einen beliebigen Reiter zu deaktivieren, setze einen " +#~ "Haken bei „Kein Passwort verwenden“, bevor du den Dienst startest. Der " +#~ "Dienst wird dann öffentlich sein und kein Passwort erfordern." #~ msgid "Legacy Addresses" #~ msgstr "Veraltetes Adressformat" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "OnionShare nutzt standardmäßig Tor-" -#~ "OnionDienste der Version 3. Dies sind" -#~ " moderne .onion-Adressen von 56 " -#~ "Zeichen Länge, z.B.::" +#~ "OnionShare nutzt standardmäßig Tor-OnionDienste der Version 3. Dies sind " +#~ "moderne .onion-Adressen von 56 Zeichen Länge, z.B.::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "OnionShare unterstützt immer noch .onion-" -#~ "Adressen der Version 2, die alte " -#~ "Version von .onion-Adressen mit 16 " -#~ "Zeichen Länge, z.B.::" +#~ "OnionShare unterstützt immer noch .onion-Adressen der Version 2, die alte " +#~ "Version von .onion-Adressen mit 16 Zeichen Länge, z.B.::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "OnionShare bezeichnet .onion-Adressen der " -#~ "Version 2 als „veraltetes Adressformat“. " -#~ "Adressen der Version 3 sind sicherer," -#~ " und eine Nutzung der veralteten " -#~ "Adressen wird nicht empfohlen." +#~ "OnionShare bezeichnet .onion-Adressen der Version 2 als „veraltetes " +#~ "Adressformat“. Adressen der Version 3 sind sicherer, und eine Nutzung der " +#~ "veralteten Adressen wird nicht empfohlen." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Um solche veralteten Adressen zu nutzen," -#~ " klicke vor dem Start eines " -#~ "entsprechenden Dienstes in seinem Reiter " -#~ "auf „Erweiterte Einstellungen anzeigen“; setze" -#~ " dort den Haken bei „Benutze ein " -#~ "veraltetes Adressformat (Onion-Dienste-" -#~ "Adressformat v2, nicht empfohlen)“. In " -#~ "diesem veralteten Modus kannst du die" -#~ " Client-Authorisierung aktivieren. Sobald " -#~ "ein Dienst in dem veralteten Modus " -#~ "gestartet wurde, kann man dies in " -#~ "dem entsprechenden Reiter nicht rückgängig " -#~ "machen; stattdessen müsstest du einen " -#~ "separaten Dienst in einem eigenem Reiter" -#~ " starten." +#~ "Um solche veralteten Adressen zu nutzen, klicke vor dem Start eines " +#~ "entsprechenden Dienstes in seinem Reiter auf „Erweiterte Einstellungen " +#~ "anzeigen“; setze dort den Haken bei „Benutze ein veraltetes Adressformat " +#~ "(Onion-Dienste-Adressformat v2, nicht empfohlen)“. In diesem veralteten " +#~ "Modus kannst du die Client-Authorisierung aktivieren. Sobald ein Dienst " +#~ "in dem veralteten Modus gestartet wurde, kann man dies in dem " +#~ "entsprechenden Reiter nicht rückgängig machen; stattdessen müsstest du " +#~ "einen separaten Dienst in einem eigenem Reiter starten." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "Das Tor-Projekt plant, .onion-Dienste" -#~ " der Version 2 zum 15. Oktober " -#~ "2021 `vollständig zu entfernen " -#~ "`_, " -#~ "und die Unterstützung für diese Dienste" -#~ " wird davor aus OnionShare entfernt " -#~ "werden." +#~ "Das Tor-Projekt plant, .onion-Dienste der Version 2 zum 15. Oktober 2021 " +#~ "`vollständig zu entfernen `_, und die Unterstützung für diese Dienste wird davor aus " +#~ "OnionShare entfernt werden." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "In OnionShare ist standardmäßig alels " -#~ "nur temporär. Wenn du einen " -#~ "OnionShare-Reiter schließt, existiert seine " -#~ "Adresse nicht mehr kann nicht nochmals" -#~ " verwendet werden. Manchmal soll ein " -#~ "OnionShare-Service aber dauerhaft sein. Das" -#~ " ist hilfreich, wenn du eine Webseite" -#~ " unter derselben OnionShare-Adresse hosten" -#~ " möchtest, auch wenn du deinen " -#~ "Rechner neustartest." +#~ "In OnionShare ist standardmäßig alels nur temporär. Wenn du einen " +#~ "OnionShare-Reiter schließt, existiert seine Adresse nicht mehr kann nicht " +#~ "nochmals verwendet werden. Manchmal soll ein OnionShare-Service aber " +#~ "dauerhaft sein. Das ist hilfreich, wenn du eine Webseite unter derselben " +#~ "OnionShare-Adresse hosten möchtest, auch wenn du deinen Rechner " +#~ "neustartest." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Wenn du OnionShare beendest und dann " -#~ "wieder öffnest, werden deine gespeicherten " -#~ "Tabs wieder geöffnet. Du musst dann " -#~ "zwar jeden Dienst manuell starten, aber" -#~ " wenn du dies tust, starten die " -#~ "Dienste mit derselben OnionShare-Adresse " -#~ "und mit demselben Passwort wie zuvor." +#~ "Wenn du OnionShare beendest und dann wieder öffnest, werden deine " +#~ "gespeicherten Tabs wieder geöffnet. Du musst dann zwar jeden Dienst " +#~ "manuell starten, aber wenn du dies tust, starten die Dienste mit " +#~ "derselben OnionShare-Adresse und mit demselben Passwort wie zuvor." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "Wenn du einen OnionShare-Dienst im " -#~ "Tor-Browser aufrufst, wird Tor-Browser" -#~ " dich auffordern, den privaten Schlüssel" -#~ " einzugeben." +#~ "Wenn du einen OnionShare-Dienst im Tor-Browser aufrufst, wird Tor-Browser " +#~ "dich auffordern, den privaten Schlüssel einzugeben." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "Manchmal könntest du wollen, dass dein" -#~ " OnionShare-Service der Öffentlichkeit " -#~ "zugänglich ist; dies ist beispielsweise " -#~ "der Fall, wenn du einen OnionShare-" -#~ "Empfangsdienst einrichten möchtest, über den" -#~ " dir die Öffentlichkeit sicher und " -#~ "anonym Dateien schicken kann. In diesem" -#~ " Fall wäre es besser, den privaten" -#~ " Schlüssel komplett zu deaktivieren." +#~ "Manchmal könntest du wollen, dass dein OnionShare-Service der " +#~ "Öffentlichkeit zugänglich ist; dies ist beispielsweise der Fall, wenn du " +#~ "einen OnionShare-Empfangsdienst einrichten möchtest, über den dir die " +#~ "Öffentlichkeit sicher und anonym Dateien schicken kann. In diesem Fall " +#~ "wäre es besser, den privaten Schlüssel komplett zu deaktivieren." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Wenn einer geplanter Dienst in der " -#~ "Zukunft starten soll, siehst du nach " -#~ "dem Klick auf den Start-Button " -#~ "einen Timer, der bis zum Start " -#~ "abläuft. Wenn einer geplanter Dienst in" -#~ " der Zukunft stoppen soll, siehst du" -#~ " nach dem Start einen Timer, der " -#~ "bis zum Stopp abläuft." +#~ "Wenn einer geplanter Dienst in der Zukunft starten soll, siehst du nach " +#~ "dem Klick auf den Start-Button einen Timer, der bis zum Start abläuft. " +#~ "Wenn einer geplanter Dienst in der Zukunft stoppen soll, siehst du nach " +#~ "dem Start einen Timer, der bis zum Stopp abläuft." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Der automatische, zeitgesteuerte Start eines" -#~ " OnionShare-Dienstes kann als sog. " -#~ "“Totmanneinrichtung” oder “Kanarienvogel” genutzt" -#~ " werden**, wobei dein Dienst öffentlich " -#~ "ans Netz geht, falls dir etwas " -#~ "zustößt. Falls dir nichts zustößt, " -#~ "kannst du den Dienst deaktvieren, bevor" -#~ " er gemäß Zeitsteuerung starten würde." +#~ "**Der automatische, zeitgesteuerte Start eines OnionShare-Dienstes kann " +#~ "als sog. “Totmanneinrichtung” oder “Kanarienvogel” genutzt werden**, " +#~ "wobei dein Dienst öffentlich ans Netz geht, falls dir etwas zustößt. " +#~ "Falls dir nichts zustößt, kannst du den Dienst deaktvieren, bevor er " +#~ "gemäß Zeitsteuerung starten würde." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Um einen beliebigen Reiter dauerhaft zu" -#~ " machen, setze den Haken bei " -#~ "„Speichere diesen Reiter und öffne ihn" -#~ " automatisch, wenn ich OnionShare starte“," -#~ " bevor du den Dienst startest. So " -#~ "gespeicherte Tabs erhalten ein purpurfarbenen" -#~ " Stecknadelsymbol links dem Status des " -#~ "Dienstes." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Um einen beliebigen Reiter dauerhaft zu machen, setze den Haken bei " +#~ "„Speichere diesen Reiter und öffne ihn automatisch, wenn ich OnionShare " +#~ "starte“, bevor du den Dienst startest. So gespeicherte Tabs erhalten ein " +#~ "purpurfarbenen Stecknadelsymbol links dem Status des Dienstes." diff --git a/docs/source/locale/de/LC_MESSAGES/develop.po b/docs/source/locale/de/LC_MESSAGES/develop.po index 5282750b..b6b6e7a7 100644 --- a/docs/source/locale/de/LC_MESSAGES/develop.po +++ b/docs/source/locale/de/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-25 13:17+0000\n" "Last-Translator: emma peel \n" "Language-Team: de \n" diff --git a/docs/source/locale/de/LC_MESSAGES/features.po b/docs/source/locale/de/LC_MESSAGES/features.po index 56a125b2..adea81af 100644 --- a/docs/source/locale/de/LC_MESSAGES/features.po +++ b/docs/source/locale/de/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-25 13:17+0000\n" "Last-Translator: emma peel \n" "Language-Team: de \n" diff --git a/docs/source/locale/de/LC_MESSAGES/help.po b/docs/source/locale/de/LC_MESSAGES/help.po index de221058..ad26c31d 100644 --- a/docs/source/locale/de/LC_MESSAGES/help.po +++ b/docs/source/locale/de/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-25 13:17+0000\n" "Last-Translator: emma peel \n" "Language-Team: de \n" diff --git a/docs/source/locale/de/LC_MESSAGES/index.po b/docs/source/locale/de/LC_MESSAGES/index.po index d1ed94d0..0f329ea3 100644 --- a/docs/source/locale/de/LC_MESSAGES/index.po +++ b/docs/source/locale/de/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-08 00:00+0000\n" "Last-Translator: mv87 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/de/LC_MESSAGES/install.po b/docs/source/locale/de/LC_MESSAGES/install.po index eb05242f..75682cb3 100644 --- a/docs/source/locale/de/LC_MESSAGES/install.po +++ b/docs/source/locale/de/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-15 10:02+0000\n" "Last-Translator: curtisb \n" "Language-Team: de \n" @@ -43,7 +43,7 @@ msgid "You can download OnionShare for Mobile from the follow links" msgstr "" "Du kannst OnionShare für Mobilgeräte über die folgenden Links herunterladen" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -403,7 +403,7 @@ msgstr "" "verantwortlich ist. Nachfolgend findest du die Informationen zu den Core-" "Entwicklern von OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -424,7 +424,7 @@ msgstr "" "`_ herunterladen." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -445,7 +445,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_ herunterladen." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/de/LC_MESSAGES/security.po b/docs/source/locale/de/LC_MESSAGES/security.po index 36983c30..02c6c0c3 100644 --- a/docs/source/locale/de/LC_MESSAGES/security.po +++ b/docs/source/locale/de/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-12-24 10:38+0000\n" "Last-Translator: curtisb \n" "Language-Team: de \n" diff --git a/docs/source/locale/de/LC_MESSAGES/sphinx.po b/docs/source/locale/de/LC_MESSAGES/sphinx.po index 2592ca99..e0377fd1 100644 --- a/docs/source/locale/de/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/de/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-08 00:00+0000\n" "Last-Translator: mv87 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/de/LC_MESSAGES/tor.po b/docs/source/locale/de/LC_MESSAGES/tor.po index 18d1ef2d..deaf1543 100644 --- a/docs/source/locale/de/LC_MESSAGES/tor.po +++ b/docs/source/locale/de/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-14 12:31+0000\n" "Last-Translator: curtisb \n" "Language-Team: de \n" diff --git a/docs/source/locale/el/LC_MESSAGES/advanced.po b/docs/source/locale/el/LC_MESSAGES/advanced.po index 878d3b79..19374ae2 100644 --- a/docs/source/locale/el/LC_MESSAGES/advanced.po +++ b/docs/source/locale/el/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-10-28 04:15+0000\n" "Last-Translator: george kitsoukakis \n" -"Language: el\n" "Language-Team: el \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Language: el\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,39 +29,38 @@ msgstr "Αποθήκευση καρτελών" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" "Αν κλείσετε τις καρτέλες OnionShare που φιλοξενείτε καταστρέφονται, " -"αποτρέποντας την επαναχρησιμοποίησή τους. Οι μόνιμα φιλοξενούμενοι " -"ιστότοποι είναι διαθέσιμοι με την ίδια διεύθυνση, ακόμη και αν γίνει " -"επανεκκίνηση στον υπολογιστή από όπου γίνεται η κοινή χρήση." +"αποτρέποντας την επαναχρησιμοποίησή τους. Οι μόνιμα φιλοξενούμενοι ιστότοποι " +"είναι διαθέσιμοι με την ίδια διεύθυνση, ακόμη και αν γίνει επανεκκίνηση στον " +"υπολογιστή από όπου γίνεται η κοινή χρήση." #: ../../source/advanced.rst:12 msgid "" "Make any tab persistent by checking the \"Always open this tab when " "OnionShare is started\" box before starting your server." msgstr "" -"Κάντε οποιαδήποτε καρτέλα μόνιμη επιλέγοντας το πλαίσιο «Να ανοίγει πάντα" -" αυτή η καρτέλα όταν ξεκινά το OnionShare» πριν από την εκκίνηση του " +"Κάντε οποιαδήποτε καρτέλα μόνιμη επιλέγοντας το πλαίσιο «Να ανοίγει πάντα " +"αυτή η καρτέλα όταν ξεκινά το OnionShare» πριν από την εκκίνηση του " "διακομιστή σας." #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "Κατά την έναρξη του OnionShare, θα αρχίσουν να ανοίγουν οι αποθηκευμένες " "καρτέλες σας από την προηγούμενη περίοδο λειτουργίας. Στη συνέχεια, κάθε " -"υπηρεσία μπορεί να ξεκινήσει χειροκίνητα και θα είναι διαθέσιμη στην ίδια" -" διεύθυνση OnionShare και θα προστατεύεται από το ίδιο ιδιωτικό κλειδί." +"υπηρεσία μπορεί να ξεκινήσει χειροκίνητα και θα είναι διαθέσιμη στην ίδια " +"διεύθυνση OnionShare και θα προστατεύεται από το ίδιο ιδιωτικό κλειδί." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Εάν αποθηκεύσετε μια καρτέλα, ένα αντίγραφο του μυστικού κλειδιού της " "υπηρεσίας onion θα αποθηκευτεί στον υπολογιστή σας." @@ -72,11 +71,11 @@ msgstr "Απενεργοποίηση ιδιωτικού κλειδιού" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"Από προεπιλογή, όλες οι υπηρεσίες OnionShare προστατεύονται με ένα " -"ιδιωτικό κλειδί, το οποίο ονομάζεται \"πιστοποίηση πελάτη\"." +"Από προεπιλογή, όλες οι υπηρεσίες OnionShare προστατεύονται με ένα ιδιωτικό " +"κλειδί, το οποίο ονομάζεται \"πιστοποίηση πελάτη\"." #: ../../source/advanced.rst:28 #, fuzzy @@ -85,23 +84,23 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"Ο φυλλομετρητής Tor θα σας ζητήσει να εισαγάγετε το ιδιωτικό σας κλειδί " -"όταν φορτώνετε μια υπηρεσία OnionShare. Αν θέλετε να επιτρέψετε να " -"χρησιμοποιηθεί δημόσια η υπηρεσία σας, είναι καλύτερα να απενεργοποιήσετε" -" το ιδιωτικό κλειδί." +"Ο φυλλομετρητής Tor θα σας ζητήσει να εισαγάγετε το ιδιωτικό σας κλειδί όταν " +"φορτώνετε μια υπηρεσία OnionShare. Αν θέλετε να επιτρέψετε να χρησιμοποιηθεί " +"δημόσια η υπηρεσία σας, είναι καλύτερα να απενεργοποιήσετε το ιδιωτικό " +"κλειδί." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" "Για να απενεργοποιήσετε το ιδιωτικό κλειδί για οποιαδήποτε καρτέλα, " "τσεκάρετε το πλαίσιο \"Δημόσια υπηρεσία OnionShare (απενεργοποιεί το " -"ιδιωτικό κλειδί)\" πριν από την εκκίνηση του διακομιστή. Τότε ο " -"διακομιστής θα είναι δημόσιος και δε θα χρειάζεται ιδιωτικό κλειδί για να" -" το εμφανίσετε στο Tor Browser." +"ιδιωτικό κλειδί)\" πριν από την εκκίνηση του διακομιστή. Τότε ο διακομιστής " +"θα είναι δημόσιος και δε θα χρειάζεται ιδιωτικό κλειδί για να το εμφανίσετε " +"στο Tor Browser." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -109,9 +108,9 @@ msgstr "Προσαρμοσμένοι Τίτλοι" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" "Όταν εκκινείται μια υπηρεσία OnionShare στο Tor Browser, εμφανίζεται ο " "προεπιλεγμένος τίτλος για κάθε τύπο υπηρεσίας. Για παράδειγμα, ο " @@ -120,8 +119,8 @@ msgstr "" #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" "Αν θέλετε να επιλέξετε έναν προσαρμοσμένο τίτλο, συμπληρώστε το " "\"Προσαρμοσμένος τίτλος\" πριν εκκινήσετε τον διακομιστή σας." @@ -132,42 +131,41 @@ msgstr "Προγραμματισμένες ώρες" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" -"Το OnionShare υποστηρίζει την προγραμματισμένη έναρξη και διακοπή " -"υπηρεσιών του. Πρίν την έναρξη του διακομιστή, κάντε κλικ στο \"Εμφάνιση " -"προχωρημένων ρυθμίσεων\" της καρτέλας και επιλέξτε την επιλογή " -"\"Προγραμματισμένη εκκίνηση\", την επιλογή \"Προγραμματισμένος " -"τερματισμός\" ή και τις δύο. Έπειτα, ρυθμίστε την ημερομηνία και ώρα όπως" -" θέλετε." +"Το OnionShare υποστηρίζει την προγραμματισμένη έναρξη και διακοπή υπηρεσιών " +"του. Πρίν την έναρξη του διακομιστή, κάντε κλικ στο \"Εμφάνιση προχωρημένων " +"ρυθμίσεων\" της καρτέλας και επιλέξτε την επιλογή \"Προγραμματισμένη " +"εκκίνηση\", την επιλογή \"Προγραμματισμένος τερματισμός\" ή και τις δύο. " +"Έπειτα, ρυθμίστε την ημερομηνία και ώρα όπως θέλετε." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Οι προγραμματισμένες υπηρεσίες έναρξης εμφανίζουν ένα χρονόμετρο " -"αντίστροφης μέτρησης όταν κάνετε κλικ στο κουμπί \"Εναρξη κοινής " -"χρήσης\". Οι προγραμματισμένες υπηρεσίες διακοπής εμφανίζουν ένα " -"χρονόμετρο αντίστροφης μέτρησης μετά την έναρξη." +"Οι προγραμματισμένες υπηρεσίες έναρξης εμφανίζουν ένα χρονόμετρο αντίστροφης " +"μέτρησης όταν κάνετε κλικ στο κουμπί \"Εναρξη κοινής χρήσης\". Οι " +"προγραμματισμένες υπηρεσίες διακοπής εμφανίζουν ένα χρονόμετρο αντίστροφης " +"μέτρησης μετά την έναρξη." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Ο προγραμματισμός αυτόματης εκκίνησης μιας υπηρεσίας OnionShare μπορεί " -"να χρησιμοποιηθεί ως διακόπτης**. Αυτό σημαίνει ότι η υπηρεσία σας " -"δημοσιεύεται σε μια δεδομένη στιγμή στο μέλλον, χωρίς να είστε εκεί. " -"Μπορείτε να ακυρώσετε την προγραμματισμένη υπηρεσία πριν ξεκινήσει." +"**Ο προγραμματισμός αυτόματης εκκίνησης μιας υπηρεσίας OnionShare μπορεί να " +"χρησιμοποιηθεί ως διακόπτης**. Αυτό σημαίνει ότι η υπηρεσία σας δημοσιεύεται " +"σε μια δεδομένη στιγμή στο μέλλον, χωρίς να είστε εκεί. Μπορείτε να " +"ακυρώσετε την προγραμματισμένη υπηρεσία πριν ξεκινήσει." #: ../../source/advanced.rst:60 msgid "" @@ -176,9 +174,9 @@ msgid "" "outdated, you can do so for selected limited time." msgstr "" "**Ο προγραμματισμένος αυτόματος τερματισμός της υπηρεσίας OnionShare, " -"περιορίζει το χρόνο έκθεσής σας**. Εάν επιθυμείτε τον διαμοιρασμό " -"μυστικών αρχείων ή οτιδήποτε δε θέλετε να εκτεθεί στο Διαδίκτυο κάντε το " -"για συγκεκριμένο χρόνο." +"περιορίζει το χρόνο έκθεσής σας**. Εάν επιθυμείτε τον διαμοιρασμό μυστικών " +"αρχείων ή οτιδήποτε δε θέλετε να εκτεθεί στο Διαδίκτυο κάντε το για " +"συγκεκριμένο χρόνο." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -198,15 +196,15 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Μπορείτε να εγκαταστήσετε την έκδοση με γραμμή εντολών του OnionShare με " "χρήση του ``pip3``::" @@ -216,8 +214,8 @@ msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" msgstr "" -"Υπενθυμίζεται ότι πάντοτε χρειάζεται η εγκατάσταση των πακέτων του " -"``tor``. Σε macOS, εγκαταστήστε το με: ``brew install tor``" +"Υπενθυμίζεται ότι πάντοτε χρειάζεται η εγκατάσταση των πακέτων του ``tor``. " +"Σε macOS, εγκαταστήστε το με: ``brew install tor``" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -225,14 +223,13 @@ msgstr "Και εκτελέστε όπως:" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Πληροφορίες σχετικά με την εγκατάσταση σε διαφορετικά λειτουργικά " -"συστήματα μπορείτε να βρείτε στο αποθετήριο git `CLI readme file " -"`_." +"Πληροφορίες σχετικά με την εγκατάσταση σε διαφορετικά λειτουργικά συστήματα " +"μπορείτε να βρείτε στο αποθετήριο git `CLI readme file `_." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -241,12 +238,11 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Εάν κάνετε εγκατάσταση του OnionShare με χρήση του πακέτου Snap, " -"εκτελέστε την εντολή ``onionshare.cli`` για πρόσβαση στο περιβάλλον " -"γραμμής εντολών." +"Εάν κάνετε εγκατάσταση του OnionShare με χρήση του πακέτου Snap, εκτελέστε " +"την εντολή ``onionshare.cli`` για πρόσβαση στο περιβάλλον γραμμής εντολών." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -254,8 +250,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -273,10 +269,10 @@ msgid "Usage" msgstr "Χρήση" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Περιηγηθείτε στην τεκμηρίωση της γραμμής εντολών με ``onionshare " -"--help``::" +"Περιηγηθείτε στην τεκμηρίωση της γραμμής εντολών με ``onionshare --help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -290,9 +286,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -301,43 +297,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -347,30 +341,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -396,8 +386,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -424,9 +414,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -476,7 +466,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -485,8 +476,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -561,8 +552,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -592,9 +583,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -619,10 +609,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -631,8 +621,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -642,8 +632,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -653,8 +643,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -666,11 +656,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -698,9 +686,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -709,9 +697,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -720,9 +707,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -731,8 +718,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -753,7 +740,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -762,8 +750,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -776,8 +763,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -786,9 +773,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -797,8 +783,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -811,8 +797,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -842,9 +828,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -853,8 +839,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -874,8 +860,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -892,8 +878,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -906,8 +891,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -916,8 +901,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -946,8 +931,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -971,270 +956,159 @@ msgstr "" #~ msgstr "Απενεργοποίηση κωδικών πρόσβασης" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Από προεπιλογή, οι υπηρεσίες OnionShare " -#~ "προστατεύονται με το όνομα χρήστη " -#~ "``onionshare`` και έναν τυχαίο κωδικό " -#~ "πρόσβασης. Με τη χρήση 20 λανθασμένων" -#~ " προσπαθειών, η υπηρεσία onion διακόπτεται" -#~ " αυτόματα για να αποφευχθεί μια " -#~ "επίθεση brute force κατά της υπηρεσίας" -#~ " OnionShare." +#~ "Από προεπιλογή, οι υπηρεσίες OnionShare προστατεύονται με το όνομα χρήστη " +#~ "``onionshare`` και έναν τυχαίο κωδικό πρόσβασης. Με τη χρήση 20 " +#~ "λανθασμένων προσπαθειών, η υπηρεσία onion διακόπτεται αυτόματα για να " +#~ "αποφευχθεί μια επίθεση brute force κατά της υπηρεσίας OnionShare." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Για απενεργοποίηση των κωδικών πρόσβασης " -#~ "των καρτελών, επιλέξτε το \"Χωρίς χρήση" -#~ " κωδικού πρόσβασης\" πρίν την έναρξη " -#~ "του διακομιστή. Τότε ο διακομιστής θα" -#~ " είναι δημόσιος χωρίς κωδικό πρόσβασης." +#~ "Για απενεργοποίηση των κωδικών πρόσβασης των καρτελών, επιλέξτε το " +#~ "\"Χωρίς χρήση κωδικού πρόσβασης\" πρίν την έναρξη του διακομιστή. Τότε ο " +#~ "διακομιστής θα είναι δημόσιος χωρίς κωδικό πρόσβασης." #~ msgid "Legacy Addresses" #~ msgstr "Διευθύνσεις παλαιού τύπου" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "Το OnionShare χρησιμοποιεί απο προεπιλογή " -#~ "υπηρεσίες onion Tor v3. Τη μοντέρνα " -#~ "εκδοχή διευθύνσεων 56 χαρακτήρων, για " -#~ "παράδειγμα::" +#~ "Το OnionShare χρησιμοποιεί απο προεπιλογή υπηρεσίες onion Tor v3. Τη " +#~ "μοντέρνα εκδοχή διευθύνσεων 56 χαρακτήρων, για παράδειγμα::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "Το OnionShare υποστηρίζει ακόμη τις " -#~ "διευθύνσεις onion v2, παλαιού τύπου " -#~ "διευθύνσεις των 16 χαρακτήρων, για " -#~ "παράδειγμα::" +#~ "Το OnionShare υποστηρίζει ακόμη τις διευθύνσεις onion v2, παλαιού τύπου " +#~ "διευθύνσεις των 16 χαρακτήρων, για παράδειγμα::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "Το OnionShare αποκαλεί τις διευθύνσεις " -#~ "onion v2 \"παλαιές διευθύνσεις\" και δεν" -#~ " τις προτείνει, καθώς οι διευθύνσεις " -#~ "onion v3 είναι ποιο ασφαλείς." +#~ "Το OnionShare αποκαλεί τις διευθύνσεις onion v2 \"παλαιές διευθύνσεις\" " +#~ "και δεν τις προτείνει, καθώς οι διευθύνσεις onion v3 είναι ποιο ασφαλείς." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Για χρήση των παλαιών διευθύνσεων, πριν" -#~ " την έναρξη του διακομιστή κάντε κλικ" -#~ " \"Εμφάνιση προχωρημένων ρυθμίσεων\" από " -#~ "την καρτέλα του και επιλέξτε το " -#~ "\"Χρήση παλαιών διευθύνσεων (υπηρεσία onion" -#~ " v2, μη προτεινόμενη)\". Σε παλαιή " -#~ "κατάσταση μπορείτε να ενεργοποιήσετε την " -#~ "αυθεντικοποίηση πελάτη. Μετά την έναρξη " -#~ "του διακομιστή, δεν μπορείτε να " -#~ "αφαιρέσετε την παλαιά κατάσταση. Θα " -#~ "πρέπει να εκκινήσετε νέα υπηρεσία σε " -#~ "νέα καρτέλα." +#~ "Για χρήση των παλαιών διευθύνσεων, πριν την έναρξη του διακομιστή κάντε " +#~ "κλικ \"Εμφάνιση προχωρημένων ρυθμίσεων\" από την καρτέλα του και επιλέξτε " +#~ "το \"Χρήση παλαιών διευθύνσεων (υπηρεσία onion v2, μη προτεινόμενη)\". Σε " +#~ "παλαιή κατάσταση μπορείτε να ενεργοποιήσετε την αυθεντικοποίηση πελάτη. " +#~ "Μετά την έναρξη του διακομιστή, δεν μπορείτε να αφαιρέσετε την παλαιά " +#~ "κατάσταση. Θα πρέπει να εκκινήσετε νέα υπηρεσία σε νέα καρτέλα." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "Το Tor Project σχεδιάζει την `πλήρη " -#~ "απενεργοποίηση των υπηρεσιών onion v2 " -#~ "`_ " -#~ "στις 15 Οκτωβρίου 2021 και την " -#~ "αφαίρεση των παλαιών onion υπηρεσιών " -#~ "νωρίτερα." +#~ "Το Tor Project σχεδιάζει την `πλήρη απενεργοποίηση των υπηρεσιών onion v2 " +#~ "`_ στις 15 Οκτωβρίου " +#~ "2021 και την αφαίρεση των παλαιών onion υπηρεσιών νωρίτερα." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "Από προεπιλογή, τα πάντα στο OnionShare" -#~ " είναι προσωρινά. Εάν κλείσετε μια " -#~ "καρτέλα OnionShare, η διεύθυνσή της δεν" -#~ " θα υπάρχει πλέον και δεν μπορεί " -#~ "να χρησιμοποιηθεί ξανά. Μερικές φορές " -#~ "ίσως χρειαστείτε μια ποιο μόνιμη " -#~ "υπηρεσία OnionShare. Είναι χρήσιμο εάν " -#~ "θέλετε να φιλοξενήσετε έναν ιστότοπο που" -#~ " θα είναι διαθέσιμος στην ίδια " -#~ "διεύθυνση OnionShare ακόμα και αν κάνετε" -#~ " επανεκκίνηση του υπολογιστή σας." +#~ "Από προεπιλογή, τα πάντα στο OnionShare είναι προσωρινά. Εάν κλείσετε μια " +#~ "καρτέλα OnionShare, η διεύθυνσή της δεν θα υπάρχει πλέον και δεν μπορεί " +#~ "να χρησιμοποιηθεί ξανά. Μερικές φορές ίσως χρειαστείτε μια ποιο μόνιμη " +#~ "υπηρεσία OnionShare. Είναι χρήσιμο εάν θέλετε να φιλοξενήσετε έναν " +#~ "ιστότοπο που θα είναι διαθέσιμος στην ίδια διεύθυνση OnionShare ακόμα και " +#~ "αν κάνετε επανεκκίνηση του υπολογιστή σας." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Όταν κάνετε έξοδο από το OnionShare " -#~ "και άνοιγμα ξανά, οι αποθηκευμένες " -#~ "καρτέλες σας θα ξεκινήσουν ανοιχτές. Θα" -#~ " πρέπει να εκκινήσετε χειροκίνητα την " -#~ "κάθε υπηρεσία, αλλά θα ξεκινήσουν με " -#~ "την ίδια διεύθυνση OnionShare και " +#~ "Όταν κάνετε έξοδο από το OnionShare και άνοιγμα ξανά, οι αποθηκευμένες " +#~ "καρτέλες σας θα ξεκινήσουν ανοιχτές. Θα πρέπει να εκκινήσετε χειροκίνητα " +#~ "την κάθε υπηρεσία, αλλά θα ξεκινήσουν με την ίδια διεύθυνση OnionShare " +#~ "και ιδιωτικό κλειδί." + +#~ msgid "" +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." +#~ msgstr "" +#~ "Κατά την περιήγηση σε μια υπηρεσία OnionShare με το Tor Browser, θα σας " +#~ "ζητηθεί να εισαγάγετε το ιδιωτικό κλειδί." + +#~ msgid "" +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." +#~ msgstr "" +#~ "Μερικές φορές μπορεί να θέλετε η υπηρεσία σας OnionShare να είναι δημόσια " +#~ "προσβάσιμη, ή να μπορεί κάποιος να σας στέλνει με ασφάλεια και ανώνυμα, " +#~ "αρχεία. Σε αυτήν την περίπτωση, είναι καλύτερα να απενεργοποιήσετε το " #~ "ιδιωτικό κλειδί." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Κατά την περιήγηση σε μια υπηρεσία " -#~ "OnionShare με το Tor Browser, θα " -#~ "σας ζητηθεί να εισαγάγετε το ιδιωτικό" -#~ " κλειδί." +#~ "Εάν έχετε προγραμματίσει την εκκίνηση της υπηρεσίας, όταν κάνετε κλικ στο " +#~ "κουμπί \"Εκκίνηση διαμοιρασμού\", τότε θα εμφανιστεί ένα χρονόμετρο. Εάν " +#~ "έχετε προγραμματίσει τον τερματισμό υπηρεσιών, θα δείτε ένα χρονόμετρο με " +#~ "αντίστροφη μέτρηση έως τη λήξη." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "Μερικές φορές μπορεί να θέλετε η " -#~ "υπηρεσία σας OnionShare να είναι δημόσια" -#~ " προσβάσιμη, ή να μπορεί κάποιος να" -#~ " σας στέλνει με ασφάλεια και ανώνυμα," -#~ " αρχεία. Σε αυτήν την περίπτωση, " -#~ "είναι καλύτερα να απενεργοποιήσετε το " -#~ "ιδιωτικό κλειδί." +#~ "**Ο προγραμματισμός ενεργοποίησης της υπηρεσίας διαμοιρασμού του " +#~ "OnionShare μπορεί να χρησιμοποιηθεί σε περίπτωση ανάγκης** όπου θα γίνει " +#~ "δηλαδή η ενεργοποίηση διαμοιρασμού αρχείων σας σε χρόνο που θα ορίσετε σε " +#~ "περίπτωση που σας συμβεί κάτι. Εάν δεν σας συμβεί τίποτα μπορείτε να " +#~ "ακυρώσετε την υπηρεσία πριν αυτή ξεκινήσει." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "Everything in OnionShare is temporary by default. When OnionShare tabs " +#~ "are closed, addresses no longer exist and can't be used again. Your " +#~ "OnionShare service can also be persistent. If you host a website, " +#~ "persistence means it will be available on the same OnionShare address " +#~ "even if you reboot your computer." #~ msgstr "" -#~ "Εάν έχετε προγραμματίσει την εκκίνηση " -#~ "της υπηρεσίας, όταν κάνετε κλικ στο " -#~ "κουμπί \"Εκκίνηση διαμοιρασμού\", τότε θα " -#~ "εμφανιστεί ένα χρονόμετρο. Εάν έχετε " -#~ "προγραμματίσει τον τερματισμό υπηρεσιών, θα" -#~ " δείτε ένα χρονόμετρο με αντίστροφη " -#~ "μέτρηση έως τη λήξη." +#~ "Τα πάντα στο OnionShare είναι προσωρινά από προεπιλογή. Όταν οι καρτέλες " +#~ "του OnionShare κλείσουν, οι διευθύνσεις παύουν να ισχύουν και δεν μπορούν " +#~ "να χρησιμοποιηθούν ξανά. Η υπηρεσία σας OnionShare μπορεί επίσης να είναι " +#~ "και μόνιμη. Εάν φιλοξενείτε έναν ιστότοπο, η μονιμότητα σημαίνει ότι θα " +#~ "είναι διαθέσιμη στην ίδια διεύθυνση OnionShare ακόμα και αν κάνετε " +#~ "επανεκκίνηση του υπολογιστή σας." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "**Ο προγραμματισμός ενεργοποίησης της " -#~ "υπηρεσίας διαμοιρασμού του OnionShare μπορεί" -#~ " να χρησιμοποιηθεί σε περίπτωση ανάγκης**" -#~ " όπου θα γίνει δηλαδή η ενεργοποίηση" -#~ " διαμοιρασμού αρχείων σας σε χρόνο " -#~ "που θα ορίσετε σε περίπτωση που " -#~ "σας συμβεί κάτι. Εάν δεν σας " -#~ "συμβεί τίποτα μπορείτε να ακυρώσετε την" -#~ " υπηρεσία πριν αυτή ξεκινήσει." - -#~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. When OnionShare tabs are " -#~ "closed, addresses no longer exist and" -#~ " can't be used again. Your OnionShare" -#~ " service can also be persistent. If" -#~ " you host a website, persistence " -#~ "means it will be available on the" -#~ " same OnionShare address even if you" -#~ " reboot your computer." -#~ msgstr "" -#~ "Τα πάντα στο OnionShare είναι προσωρινά" -#~ " από προεπιλογή. Όταν οι καρτέλες του" -#~ " OnionShare κλείσουν, οι διευθύνσεις παύουν" -#~ " να ισχύουν και δεν μπορούν να " -#~ "χρησιμοποιηθούν ξανά. Η υπηρεσία σας " -#~ "OnionShare μπορεί επίσης να είναι και" -#~ " μόνιμη. Εάν φιλοξενείτε έναν ιστότοπο, " -#~ "η μονιμότητα σημαίνει ότι θα είναι " -#~ "διαθέσιμη στην ίδια διεύθυνση OnionShare " -#~ "ακόμα και αν κάνετε επανεκκίνηση του " -#~ "υπολογιστή σας." - -#~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." -#~ msgstr "" -#~ "Για να διατηρήσετε οποιαδήποτε καρτέλα, " -#~ "επιλέξτε το \"Αποθήκευση αυτής της " -#~ "καρτέλας και αυτόματη έναρξη με το " -#~ "OnionShare\" πριν ξεκινήσετε τον διακομιστή" -#~ " σας. Όταν αποθηκεύεται μια καρτέλα, " -#~ "εμφανίζεται ένα μώβ εικονίδιο καρφίτσωσης " -#~ "στα αριστερά της κατάστασης του " -#~ "διακομιστή." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Για να διατηρήσετε οποιαδήποτε καρτέλα, επιλέξτε το \"Αποθήκευση αυτής " +#~ "της καρτέλας και αυτόματη έναρξη με το OnionShare\" πριν ξεκινήσετε τον " +#~ "διακομιστή σας. Όταν αποθηκεύεται μια καρτέλα, εμφανίζεται ένα μώβ " +#~ "εικονίδιο καρφίτσωσης στα αριστερά της κατάστασης του διακομιστή." diff --git a/docs/source/locale/el/LC_MESSAGES/develop.po b/docs/source/locale/el/LC_MESSAGES/develop.po index 9f14da11..1cf4bc2e 100644 --- a/docs/source/locale/el/LC_MESSAGES/develop.po +++ b/docs/source/locale/el/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: el \n" diff --git a/docs/source/locale/el/LC_MESSAGES/features.po b/docs/source/locale/el/LC_MESSAGES/features.po index cbdca86a..35f5d641 100644 --- a/docs/source/locale/el/LC_MESSAGES/features.po +++ b/docs/source/locale/el/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-23 09:55+0000\n" "Last-Translator: george kitsoukakis \n" "Language-Team: el \n" diff --git a/docs/source/locale/el/LC_MESSAGES/help.po b/docs/source/locale/el/LC_MESSAGES/help.po index 78db4c82..4fb25ce8 100644 --- a/docs/source/locale/el/LC_MESSAGES/help.po +++ b/docs/source/locale/el/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-09 09:04+0000\n" "Last-Translator: george kitsoukakis \n" "Language-Team: el \n" diff --git a/docs/source/locale/el/LC_MESSAGES/index.po b/docs/source/locale/el/LC_MESSAGES/index.po index 2b352b99..0764de11 100644 --- a/docs/source/locale/el/LC_MESSAGES/index.po +++ b/docs/source/locale/el/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-28 11:28+0000\n" "Last-Translator: george k \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/el/LC_MESSAGES/install.po b/docs/source/locale/el/LC_MESSAGES/install.po index 9ba99d99..563a06ed 100644 --- a/docs/source/locale/el/LC_MESSAGES/install.po +++ b/docs/source/locale/el/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-05 15:39+0000\n" "Last-Translator: george kitsoukakis \n" "Language-Team: el \n" @@ -43,7 +43,7 @@ msgid "You can download OnionShare for Mobile from the follow links" msgstr "" "Κάντε λήψη του OnionShare για κινητό τηλέφωνο από τους παρακάτω συνδέσμους" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -371,7 +371,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -391,7 +391,7 @@ msgstr "" "openpgp.org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -411,7 +411,7 @@ msgstr "" "openpgp.org `_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/el/LC_MESSAGES/security.po b/docs/source/locale/el/LC_MESSAGES/security.po index 31b42063..54c59550 100644 --- a/docs/source/locale/el/LC_MESSAGES/security.po +++ b/docs/source/locale/el/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-10-28 04:15+0000\n" "Last-Translator: george kitsoukakis \n" "Language-Team: el \n" diff --git a/docs/source/locale/el/LC_MESSAGES/sphinx.po b/docs/source/locale/el/LC_MESSAGES/sphinx.po index 3baf13d4..0868ab40 100644 --- a/docs/source/locale/el/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/el/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-28 11:28+0000\n" "Last-Translator: george k \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/el/LC_MESSAGES/tor.po b/docs/source/locale/el/LC_MESSAGES/tor.po index 3f4a6776..57627160 100644 --- a/docs/source/locale/el/LC_MESSAGES/tor.po +++ b/docs/source/locale/el/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-14 17:22+0000\n" "Last-Translator: george kitsoukakis \n" "Language-Team: el \n" diff --git a/docs/source/locale/eo/LC_MESSAGES/advanced.po b/docs/source/locale/eo/LC_MESSAGES/advanced.po index d806a377..4078d4bf 100644 --- a/docs/source/locale/eo/LC_MESSAGES/advanced.po +++ b/docs/source/locale/eo/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/eo/LC_MESSAGES/develop.po b/docs/source/locale/eo/LC_MESSAGES/develop.po index 31f4b355..dce72653 100644 --- a/docs/source/locale/eo/LC_MESSAGES/develop.po +++ b/docs/source/locale/eo/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/eo/LC_MESSAGES/features.po b/docs/source/locale/eo/LC_MESSAGES/features.po index e0e573d0..475a9b38 100644 --- a/docs/source/locale/eo/LC_MESSAGES/features.po +++ b/docs/source/locale/eo/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/eo/LC_MESSAGES/help.po b/docs/source/locale/eo/LC_MESSAGES/help.po index c4d2fd6d..e636dad8 100644 --- a/docs/source/locale/eo/LC_MESSAGES/help.po +++ b/docs/source/locale/eo/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/eo/LC_MESSAGES/index.po b/docs/source/locale/eo/LC_MESSAGES/index.po index 5ae28814..f98e1445 100644 --- a/docs/source/locale/eo/LC_MESSAGES/index.po +++ b/docs/source/locale/eo/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-21 10:30+0000\n" "Last-Translator: Assem Askarova \n" diff --git a/docs/source/locale/eo/LC_MESSAGES/install.po b/docs/source/locale/eo/LC_MESSAGES/install.po index 4c364ac0..2e78b0cb 100644 --- a/docs/source/locale/eo/LC_MESSAGES/install.po +++ b/docs/source/locale/eo/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/eo/LC_MESSAGES/security.po b/docs/source/locale/eo/LC_MESSAGES/security.po index 1ef3f430..9dfcd0bb 100644 --- a/docs/source/locale/eo/LC_MESSAGES/security.po +++ b/docs/source/locale/eo/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/eo/LC_MESSAGES/sphinx.po b/docs/source/locale/eo/LC_MESSAGES/sphinx.po index 81803af5..07e1e572 100644 --- a/docs/source/locale/eo/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/eo/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/eo/LC_MESSAGES/tor.po b/docs/source/locale/eo/LC_MESSAGES/tor.po index 71c97062..d0f45a46 100644 --- a/docs/source/locale/eo/LC_MESSAGES/tor.po +++ b/docs/source/locale/eo/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/advanced.po b/docs/source/locale/es/LC_MESSAGES/advanced.po index 6eb210de..d2e9e385 100644 --- a/docs/source/locale/es/LC_MESSAGES/advanced.po +++ b/docs/source/locale/es/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-06-02 11:21+0000\n" "Last-Translator: emma peel \n" -"Language: es\n" "Language-Team: none\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Language: es\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,13 +29,13 @@ msgstr "Guardar pestañas" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Al cerrar las pestañas de OnionShare que alojas, se destruyen y se impide" -" su reutilización. Los sitios web alojados de forma persistente están " -"disponibles en la misma dirección incluso si se reinicia el ordenador " -"desde el que se comparten." +"Al cerrar las pestañas de OnionShare que alojas, se destruyen y se impide su " +"reutilización. Los sitios web alojados de forma persistente están " +"disponibles en la misma dirección incluso si se reinicia el ordenador desde " +"el que se comparten." #: ../../source/advanced.rst:12 msgid "" @@ -48,10 +48,9 @@ msgstr "" #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "Al abrir OnionShare, se abrirán las pestañas guardadas de la sesión " "anterior. Luego, cada servicio se puede iniciar manualmente y estará " @@ -60,11 +59,11 @@ msgstr "" #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" -"Si guarda una pestaña, se almacenará en su ordeandor una copia de la " -"clave secreta de onion service." +"Si guarda una pestaña, se almacenará en su ordeandor una copia de la clave " +"secreta de onion service." #: ../../source/advanced.rst:24 msgid "Turn Off Private Key" @@ -72,8 +71,8 @@ msgstr "Desactivar la Clave Privada" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" "Por defecto, todos los servicios de OnionShare están protegidos con una " "clave privada, que Tor llama \"autenticación de cliente\"." @@ -86,20 +85,20 @@ msgid "" "it's better to disable the private key altogether." msgstr "" "El navegador Tor le pedirá que ingrese su clave privada cuando cargue un " -"servicio OnionShare. Si quiere permitir que el público use su servicio, " -"es mejor deshabilitar la clave privada por completo." +"servicio OnionShare. Si quiere permitir que el público use su servicio, es " +"mejor deshabilitar la clave privada por completo." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" "Para desactivar la clave privada en cualquier pestaña, marque la casilla " -"\"Este es un servicio público de OnionShare (deshabilita la clave " -"privada)\" antes de iniciar el servidor. Entonces el servidor será " -"público y no necesitará una clave privada para verlo en el Navegador Tor." +"\"Este es un servicio público de OnionShare (deshabilita la clave privada)\" " +"antes de iniciar el servidor. Entonces el servidor será público y no " +"necesitará una clave privada para verlo en el Navegador Tor." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -107,21 +106,21 @@ msgstr "Títulos Personalizados" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Cuando las personas carguen un servicio de OnionShare en el navegador Tor" -" verán el título predeterminado para cada tipo de servicio. Por ejemplo, " -"el título predeterminado de un servicio de chat es \"OnionShare Chat\"." +"Cuando las personas carguen un servicio de OnionShare en el navegador Tor " +"verán el título predeterminado para cada tipo de servicio. Por ejemplo, el " +"título predeterminado de un servicio de chat es \"OnionShare Chat\"." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Si edita la configuración de \"Título personalizado\" antes de iniciar un" -" servidor, puede cambiarla." +"Si edita la configuración de \"Título personalizado\" antes de iniciar un " +"servidor, puede cambiarla." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -129,42 +128,42 @@ msgstr "Tiempos programados" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" "OnionShare admite la temporización exacta de cuándo debe iniciarse y " "detenerse un servicio. Antes de iniciar un servidor, clic en \"Mostrar " "ajustes avanzados\" en su pestaña, y luego se marca la casilla próxima a " "\"Iniciar el servicio onion en el tiempo programado\", o \"Detener el " -"servicio onion en el tiempo programado\", o ambas, y establece las fechas" -" y horas deseadas." +"servicio onion en el tiempo programado\", o ambas, y establece las fechas y " +"horas deseadas." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Los servicios programados para iniciar en el futuro muestran un " -"temporizador de cuenta regresiva al hacer clic en el botón \"Comenzar a " -"compartir\". Los servicios programados para detenerse en el futuro " -"muestran un temporizador de cuenta regresiva cuando se inician." +"Los servicios programados para iniciar en el futuro muestran un temporizador " +"de cuenta regresiva al hacer clic en el botón \"Comenzar a compartir\". Los " +"servicios programados para detenerse en el futuro muestran un temporizador " +"de cuenta regresiva cuando se inician." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Programar un servicio de OnionShare para que se inicie automáticamente " -"se puede usar como un dispositivo HM**. Esto significa que tu servicio " -"será público en un momento dado en el futuro si no lo detiene. Si no pasa" -" nada, puedes cancelar el servicio antes de que esté empiece." +"**Programar un servicio de OnionShare para que se inicie automáticamente se " +"puede usar como un dispositivo HM**. Esto significa que tu servicio será " +"público en un momento dado en el futuro si no lo detiene. Si no pasa nada, " +"puedes cancelar el servicio antes de que esté empiece." #: ../../source/advanced.rst:60 msgid "" @@ -173,8 +172,8 @@ msgid "" "outdated, you can do so for selected limited time." msgstr "" "**Programar un servicio OnionShare para que se detenga automáticamente " -"limita su exposición**. Si desea compartir información secreta o algo que" -" se desactualizará, puede hacerlo por un tiempo limitado seleccionado." +"limita su exposición**. Si desea compartir información secreta o algo que se " +"desactualizará, puede hacerlo por un tiempo limitado seleccionado." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -184,7 +183,8 @@ msgstr "Interfaz de línea de comando" msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." -msgstr "Además de su interfaz gráfico, OnionShare tiene una de línea de comando." +msgstr "" +"Además de su interfaz gráfico, OnionShare tiene una de línea de comando." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -192,15 +192,15 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Puedes instalar la versión de línea de comando de OnionShare usando " "``pip3``::" @@ -219,15 +219,13 @@ msgstr "Luego, ejecútalo así::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Para información sobre cómo instalarlo en diferentes sistemas operativos," -" consulte el `archivo README de CLI " -"` _ " -"en el repositorio de Git." +"Para información sobre cómo instalarlo en diferentes sistemas operativos, " +"consulte el `archivo README de CLI ` _ en el repositorio de Git." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -236,12 +234,12 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" "Si instalaste OnionShare usando el paquete Snap de Linux, también puedes " -"ejecutar ``onionshare.cli`` para acceder a la versión de interfaz de " -"línea de comando." +"ejecutar ``onionshare.cli`` para acceder a la versión de interfaz de línea " +"de comando." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -249,8 +247,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -268,10 +266,11 @@ msgid "Usage" msgstr "Uso" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Navega por la documentación de línea de comando ejecutando ``onionshare " -"--help``::" +"Navega por la documentación de línea de comando ejecutando ``onionshare --" +"help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -285,9 +284,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -296,43 +295,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -342,30 +339,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -377,8 +370,8 @@ msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" msgstr "" -"La aplicación de escritorio OnionShare contiene algunos atajos de " -"teclado, para mayor comodidad y accesibilidad::" +"La aplicación de escritorio OnionShare contiene algunos atajos de teclado, " +"para mayor comodidad y accesibilidad::" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -391,8 +384,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -419,9 +412,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -471,7 +464,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -480,8 +474,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -556,8 +550,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -587,9 +581,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -614,10 +607,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -626,8 +619,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -637,8 +630,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -648,8 +641,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -661,11 +654,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -693,9 +684,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -704,9 +695,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -715,9 +705,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -726,8 +716,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -748,7 +738,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -757,8 +748,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -771,8 +761,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -781,9 +771,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -792,8 +781,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -806,8 +795,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -837,9 +826,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -848,8 +837,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -869,8 +858,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -887,8 +876,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -901,8 +889,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -911,8 +899,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -941,8 +929,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -963,101 +951,67 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "By default, everything in OnionShare is" -#~ " temporary. As soon as you close " -#~ "an OnionShare tab its address no " -#~ "longer exists and can't be used " -#~ "again. But sometimes you might want " -#~ "an OnionShare service to be persistent." -#~ " For example, this would be useful" -#~ " if you want to host a website" -#~ " that can keep the same URL " -#~ "even if you reboot your computer." +#~ "By default, everything in OnionShare is temporary. As soon as you close " +#~ "an OnionShare tab its address no longer exists and can't be used again. " +#~ "But sometimes you might want an OnionShare service to be persistent. For " +#~ "example, this would be useful if you want to host a website that can keep " +#~ "the same URL even if you reboot your computer." #~ msgstr "" -#~ "Por defecto, todo es temporario en " -#~ "OnionShare. Cuando cierras una pestaña " -#~ "OnionShare su dirección no existe más," -#~ " y no se puede usar de nuevo." -#~ " Pero a veces podrías querer que " -#~ "un servicio OnionShare sea persistente. " -#~ "Por ejemplo, esto sería útil si " -#~ "quieres alojar un sitio web que " -#~ "tenga la misma URL cuando reinicies " -#~ "tu computadora." +#~ "Por defecto, todo es temporario en OnionShare. Cuando cierras una pestaña " +#~ "OnionShare su dirección no existe más, y no se puede usar de nuevo. Pero " +#~ "a veces podrías querer que un servicio OnionShare sea persistente. Por " +#~ "ejemplo, esto sería útil si quieres alojar un sitio web que tenga la " +#~ "misma URL cuando reinicies tu computadora." #~ msgid "Disable passwords" #~ msgstr "Deshabilitar contraseñas" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username `onionshare`" -#~ " and a randomly-generated password. " -#~ "If someone makes 20 wrong guesses " -#~ "of the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "`onionshare` and a randomly-generated password. If someone makes 20 wrong " +#~ "guesses of the password, your onion service is automatically stopped to " +#~ "prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Por defecto, todos los servicios " -#~ "OnionShare están protegidos con el " -#~ "nombre de usuario `onionshare` y una " -#~ "contraseña generada aleatoriamente. Si alguien" -#~ " intenta adivinar 20 veces la " -#~ "contraseña, y es incorrecta, tu servicio" -#~ " onion se detiene automáticamente para " -#~ "prevenir un ataque de fuerza bruta " -#~ "al servicio OnionShare." +#~ "Por defecto, todos los servicios OnionShare están protegidos con el " +#~ "nombre de usuario `onionshare` y una contraseña generada aleatoriamente. " +#~ "Si alguien intenta adivinar 20 veces la contraseña, y es incorrecta, tu " +#~ "servicio onion se detiene automáticamente para prevenir un ataque de " +#~ "fuerza bruta al servicio OnionShare." #~ msgid "" -#~ "But sometimes you might want your " -#~ "OnionShare service to be accessible to" -#~ " the public. For example, if you " -#~ "want to set up an OnionShare " -#~ "receive service so the public can " -#~ "securely and anonymously send you files." -#~ " In this case, it's better to " -#~ "disable the password altogether. If you" -#~ " don't do this, someone can force " -#~ "your server to stop just by making" -#~ " 20 wrong guesses of your password," -#~ " even if they know the correct " -#~ "password." +#~ "But sometimes you might want your OnionShare service to be accessible to " +#~ "the public. For example, if you want to set up an OnionShare receive " +#~ "service so the public can securely and anonymously send you files. In " +#~ "this case, it's better to disable the password altogether. If you don't " +#~ "do this, someone can force your server to stop just by making 20 wrong " +#~ "guesses of your password, even if they know the correct password." #~ msgstr "" -#~ "Pero a veces podrías querer que tu" -#~ " servicio OnionShare sea accesible al " -#~ "público. Por ejemplo, si quieres " -#~ "establecer un servicio OnionShare de " -#~ "recepción con el fin de que el " -#~ "público pueda enviarte archivos segura y" -#~ " anónimamente. En este caso, es mejor" -#~ " deshabilitar del todo la contraseña. " -#~ "Si no haces esto, alguien puede " -#~ "forzar la detención de tu servidor " -#~ "haciendo solo 20 suposiciones incorrectas " -#~ "de tu contraseña, aún si conoce la" -#~ " correcta." +#~ "Pero a veces podrías querer que tu servicio OnionShare sea accesible al " +#~ "público. Por ejemplo, si quieres establecer un servicio OnionShare de " +#~ "recepción con el fin de que el público pueda enviarte archivos segura y " +#~ "anónimamente. En este caso, es mejor deshabilitar del todo la contraseña. " +#~ "Si no haces esto, alguien puede forzar la detención de tu servidor " +#~ "haciendo solo 20 suposiciones incorrectas de tu contraseña, aún si conoce " +#~ "la correcta." #~ msgid "Linux" #~ msgstr "Linux" #~ msgid "" -#~ "If you installed OnionShare using the" -#~ " Flatpak package, unfortunately the command" -#~ " line interface isn't supported." +#~ "If you installed OnionShare using the Flatpak package, unfortunately the " +#~ "command line interface isn't supported." #~ msgstr "" -#~ "Lamentablemente, si instalaste OnionShare " -#~ "usando el paquete Flatpak la interfaz" -#~ " de línea de comando no está " -#~ "soportada." +#~ "Lamentablemente, si instalaste OnionShare usando el paquete Flatpak la " +#~ "interfaz de línea de comando no está soportada." #~ msgid "macOS" #~ msgstr "macOS" -#~ msgid "Make a symbolic link to the OnionShare command line binary like this::" +#~ msgid "" +#~ "Make a symbolic link to the OnionShare command line binary like this::" #~ msgstr "" -#~ "Haz un vínculo simbólico al ejecutable" -#~ " OnionShare de línea de comando de" -#~ " esta manera::" +#~ "Haz un vínculo simbólico al ejecutable OnionShare de línea de comando de " +#~ "esta manera::" #~ msgid "Now you can run ``onionshare`` from the terminal." #~ msgstr "Ahora puedes ejecutar ``onionshare`` desde una terminal." @@ -1069,289 +1023,173 @@ msgstr "" #~ msgstr "La interfaz de línea de comando no está soportada en Windows." #~ msgid "" -#~ "If you really want to use it " -#~ "anyway, you can set up a Windows" -#~ " development environment (see " -#~ ":ref:`starting_development`) and then run this" -#~ " in a command prompt::" +#~ "If you really want to use it anyway, you can set up a Windows development " +#~ "environment (see :ref:`starting_development`) and then run this in a " +#~ "command prompt::" #~ msgstr "" -#~ "Si quieres usarla igualmente, puedes " -#~ "establecer un entorno Windows de " -#~ "desarrollo (mira :ref:`starting_development`), y " -#~ "luego ejecutar esto en una ventana " -#~ "de línea de comando::" +#~ "Si quieres usarla igualmente, puedes establecer un entorno Windows de " +#~ "desarrollo (mira :ref:`starting_development`), y luego ejecutar esto en " +#~ "una ventana de línea de comando::" #~ msgid "Turn Off Passwords" #~ msgstr "Deshabilitar contraseñas" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Por defecto, todos los servicios " -#~ "OnionShare están protegidos con el " -#~ "nombre de usuario ``onionshare`` y una" -#~ " contraseña generada al azar. Si " -#~ "alguien intenta adivinarla 20 veces " -#~ "erróneamente, tu servicio onion es " -#~ "detenido en forma automática para " -#~ "prevenir un ataque por fuerza bruta " -#~ "en contra del mismo." +#~ "Por defecto, todos los servicios OnionShare están protegidos con el " +#~ "nombre de usuario ``onionshare`` y una contraseña generada al azar. Si " +#~ "alguien intenta adivinarla 20 veces erróneamente, tu servicio onion es " +#~ "detenido en forma automática para prevenir un ataque por fuerza bruta en " +#~ "contra del mismo." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Para deshabilitar la contraseña para " -#~ "cualquier pestaña, solo marca la casilla" -#~ " \"No usar una contraseña\" antes de" -#~ " iniciar el servidor. Entonces será " -#~ "público y no tendrá contraseña." +#~ "Para deshabilitar la contraseña para cualquier pestaña, solo marca la " +#~ "casilla \"No usar una contraseña\" antes de iniciar el servidor. Entonces " +#~ "será público y no tendrá contraseña." #~ msgid "Legacy Addresses" #~ msgstr "Direcciones antiguas" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "OnionShare usa servicios onion Tor v3" -#~ " por defecto. Estas son direcciones " -#~ "onion modernas que tienen 56 caracteres," -#~ " por ejemplo::" +#~ "OnionShare usa servicios onion Tor v3 por defecto. Estas son direcciones " +#~ "onion modernas que tienen 56 caracteres, por ejemplo::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "OnionShare aún tiene soporte para " -#~ "direcciones onion v2, el viejo tipo " -#~ "de direcciones onion que tienen 16 " -#~ "caracteres, por ejemplo::" +#~ "OnionShare aún tiene soporte para direcciones onion v2, el viejo tipo de " +#~ "direcciones onion que tienen 16 caracteres, por ejemplo::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "OnionShare llama a las direcciones onion" -#~ " v2 \"direcciones antiguas\", las cuales" -#~ " no están recomendadas, ya que las" -#~ " direcciones onion v3 son más " +#~ "OnionShare llama a las direcciones onion v2 \"direcciones antiguas\", las " +#~ "cuales no están recomendadas, ya que las direcciones onion v3 son más " #~ "seguras." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Para usar direcciones antiguas, antes de" -#~ " iniciar un servidor haz clic en " -#~ "\"Mostrar ajustes avanzados\" en su " -#~ "pestaña, y marca la casilla \"Usar " -#~ "una dirección antigua (servicio onion " -#~ "v2, no recomendado)\". En el modo " -#~ "antiguo, puedes habilitar opcionalmente la " -#~ "autenticación de cliente Tor. Una vez" -#~ " que inicias un servidor en modo " -#~ "antiguo no puedes cambiarlo en esa " -#~ "pestaña. En vez, debes arrancar un " -#~ "servicio separado en otra pestaña." +#~ "Para usar direcciones antiguas, antes de iniciar un servidor haz clic en " +#~ "\"Mostrar ajustes avanzados\" en su pestaña, y marca la casilla \"Usar " +#~ "una dirección antigua (servicio onion v2, no recomendado)\". En el modo " +#~ "antiguo, puedes habilitar opcionalmente la autenticación de cliente Tor. " +#~ "Una vez que inicias un servidor en modo antiguo no puedes cambiarlo en " +#~ "esa pestaña. En vez, debes arrancar un servicio separado en otra pestaña." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "El Tor Project planea `descontinuar " -#~ "completamente los servicios onion v2 " -#~ "`_ el" -#~ " 15 de octubre de 2021, y los" -#~ " servicios onion antiguos serán removidos" -#~ " de OnionShare antes de esa fecha." +#~ "El Tor Project planea `descontinuar completamente los servicios onion v2 " +#~ "`_ el 15 de octubre " +#~ "de 2021, y los servicios onion antiguos serán removidos de OnionShare " +#~ "antes de esa fecha." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "En forma predeterminada, todo en " -#~ "OnionShare es temporario. Si cierras una" -#~ " pestaña OnionShare, su dirección ya " -#~ "no existe, y no puede ser usada" -#~ " de nuevo. A veces, podrías querer" -#~ " que un servicio OnionShare sea " -#~ "persistente. Esto es útil si quieres " -#~ "alojar un sitio web que esté " -#~ "disponible desde la misma dirección " -#~ "OnionShare, aún si reinicias tu " +#~ "En forma predeterminada, todo en OnionShare es temporario. Si cierras una " +#~ "pestaña OnionShare, su dirección ya no existe, y no puede ser usada de " +#~ "nuevo. A veces, podrías querer que un servicio OnionShare sea " +#~ "persistente. Esto es útil si quieres alojar un sitio web que esté " +#~ "disponible desde la misma dirección OnionShare, aún si reinicias tu " #~ "computadora." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Cuando sales de OnionShare y lo " -#~ "vuelves a abrir, tus pestañas guardadas" -#~ " se iniciarán abiertas. Tendrás que " -#~ "arrancar cada servicio manualmente, pero " -#~ "cuando lo hagas, se iniciarán con " -#~ "la misma dirección OnionShare, y con " -#~ "la misma llave privada." +#~ "Cuando sales de OnionShare y lo vuelves a abrir, tus pestañas guardadas " +#~ "se iniciarán abiertas. Tendrás que arrancar cada servicio manualmente, " +#~ "pero cuando lo hagas, se iniciarán con la misma dirección OnionShare, y " +#~ "con la misma llave privada." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "Al navegar a un servicio OnionShare " -#~ "en el Navegador Tor, el Navegador " -#~ "Tor solicitará que se ingrese la " -#~ "llave privada." +#~ "Al navegar a un servicio OnionShare en el Navegador Tor, el Navegador Tor " +#~ "solicitará que se ingrese la llave privada." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "A veces puede que desee que su " -#~ "servicio de OnionShare sea accesible al" -#~ " público, como si desea configurar un" -#~ " servicio de recepción de OnionShare " -#~ "para que el público pueda enviarle " -#~ "archivos de forma segura y anónima. " -#~ "En este caso, es mejor desactivar " -#~ "la clave privada por completo." +#~ "A veces puede que desee que su servicio de OnionShare sea accesible al " +#~ "público, como si desea configurar un servicio de recepción de OnionShare " +#~ "para que el público pueda enviarle archivos de forma segura y anónima. En " +#~ "este caso, es mejor desactivar la clave privada por completo." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Si programaste un servicio para arrancar" -#~ " en el futuro, cuando hagas clic " -#~ "en el botón \"Empezar a compartir\", " -#~ "verás un temporizador contando regresivamente" -#~ " hasta el arranque. Si lo hiciste " -#~ "para detenerse en el futuro, luego " -#~ "que sea arrancado verás un temporizador" -#~ " contando regresivamente hasta el momento" -#~ " en que se detendrá automáticamente." +#~ "Si programaste un servicio para arrancar en el futuro, cuando hagas clic " +#~ "en el botón \"Empezar a compartir\", verás un temporizador contando " +#~ "regresivamente hasta el arranque. Si lo hiciste para detenerse en el " +#~ "futuro, luego que sea arrancado verás un temporizador contando " +#~ "regresivamente hasta el momento en que se detendrá automáticamente." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Programar un servicio OnionShare para " -#~ "iniciarse automáticamente puede ser usado " -#~ "como pulsador de hombre muerto**, en " -#~ "donde tu servicio se hará público " -#~ "en un momento dado en el futuro" -#~ " si te pasa algo. Si no te " -#~ "pasa nada, puedes cancelarlo antes de" -#~ " su inicio programado." +#~ "**Programar un servicio OnionShare para iniciarse automáticamente puede " +#~ "ser usado como pulsador de hombre muerto**, en donde tu servicio se hará " +#~ "público en un momento dado en el futuro si te pasa algo. Si no te pasa " +#~ "nada, puedes cancelarlo antes de su inicio programado." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. When OnionShare tabs are " -#~ "closed, addresses no longer exist and" -#~ " can't be used again. Your OnionShare" -#~ " service can also be persistent. If" -#~ " you host a website, persistence " -#~ "means it will be available on the" -#~ " same OnionShare address even if you" -#~ " reboot your computer." +#~ "Everything in OnionShare is temporary by default. When OnionShare tabs " +#~ "are closed, addresses no longer exist and can't be used again. Your " +#~ "OnionShare service can also be persistent. If you host a website, " +#~ "persistence means it will be available on the same OnionShare address " +#~ "even if you reboot your computer." #~ msgstr "" -#~ "Todo en OnionShare es temporal por " -#~ "defecto. Cuando se cierran las pestañas" -#~ " de OnionShare, las direcciones ya no" -#~ " existen y no se pueden volver " -#~ "a usar. Su servicio OnionShare también" -#~ " puede ser persistente. Si aloja un" -#~ " sitio web, la persistencia significa " -#~ "que estará disponible en la misma " -#~ "dirección de OnionShare incluso si " -#~ "reinicia su ordenador." +#~ "Todo en OnionShare es temporal por defecto. Cuando se cierran las " +#~ "pestañas de OnionShare, las direcciones ya no existen y no se pueden " +#~ "volver a usar. Su servicio OnionShare también puede ser persistente. Si " +#~ "aloja un sitio web, la persistencia significa que estará disponible en la " +#~ "misma dirección de OnionShare incluso si reinicia su ordenador." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Para hacer una pestaña persistente, " -#~ "marca la casilla \"Guardar esta pestaña," -#~ " y abrirla automáticamente cuando abra " -#~ "OnionShare\" antes de iniciar el " -#~ "servidor. Cuando se guarda una pestaña," -#~ " un ícono púrpura de un pin " -#~ "aparece a la izquierda del estado " -#~ "de su servidor." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Para hacer una pestaña persistente, marca la casilla \"Guardar esta " +#~ "pestaña, y abrirla automáticamente cuando abra OnionShare\" antes de " +#~ "iniciar el servidor. Cuando se guarda una pestaña, un ícono púrpura de un " +#~ "pin aparece a la izquierda del estado de su servidor." diff --git a/docs/source/locale/es/LC_MESSAGES/develop.po b/docs/source/locale/es/LC_MESSAGES/develop.po index e25f6327..a2d3713a 100644 --- a/docs/source/locale/es/LC_MESSAGES/develop.po +++ b/docs/source/locale/es/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-01-13 14:50+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/features.po b/docs/source/locale/es/LC_MESSAGES/features.po index 61b1acb5..d6bfbaa7 100644 --- a/docs/source/locale/es/LC_MESSAGES/features.po +++ b/docs/source/locale/es/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-03 17:52+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/help.po b/docs/source/locale/es/LC_MESSAGES/help.po index 615b2b29..406125f9 100644 --- a/docs/source/locale/es/LC_MESSAGES/help.po +++ b/docs/source/locale/es/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-21 19:12+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/index.po b/docs/source/locale/es/LC_MESSAGES/index.po index b4d94873..dbc51d32 100644 --- a/docs/source/locale/es/LC_MESSAGES/index.po +++ b/docs/source/locale/es/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-09-14 21:36+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/install.po b/docs/source/locale/es/LC_MESSAGES/install.po index 960ef75c..553809e1 100644 --- a/docs/source/locale/es/LC_MESSAGES/install.po +++ b/docs/source/locale/es/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-22 16:07+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" @@ -44,7 +44,7 @@ msgstr "" "Puede descargar OnionShare para dispositivos móviles desde los siguientes " "enlaces" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -60,7 +60,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -399,7 +399,7 @@ msgstr "" "versión. A continuación se muestra la información de los desarrolladores " "principales de OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -420,7 +420,7 @@ msgstr "" "org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -441,7 +441,7 @@ msgstr "" "org `_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/es/LC_MESSAGES/security.po b/docs/source/locale/es/LC_MESSAGES/security.po index ea4334f5..ac078a2c 100644 --- a/docs/source/locale/es/LC_MESSAGES/security.po +++ b/docs/source/locale/es/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-08-28 18:21+0000\n" "Last-Translator: eulalio \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/sphinx.po b/docs/source/locale/es/LC_MESSAGES/sphinx.po index 9ba088e8..4ffc8f5d 100644 --- a/docs/source/locale/es/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/es/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-09-14 21:36+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/es/LC_MESSAGES/tor.po b/docs/source/locale/es/LC_MESSAGES/tor.po index 299d7244..8fa076da 100644 --- a/docs/source/locale/es/LC_MESSAGES/tor.po +++ b/docs/source/locale/es/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-07 16:33+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" diff --git a/docs/source/locale/fa/LC_MESSAGES/advanced.po b/docs/source/locale/fa/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/fa/LC_MESSAGES/advanced.po +++ b/docs/source/locale/fa/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/fa/LC_MESSAGES/develop.po b/docs/source/locale/fa/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/fa/LC_MESSAGES/develop.po +++ b/docs/source/locale/fa/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/features.po b/docs/source/locale/fa/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/fa/LC_MESSAGES/features.po +++ b/docs/source/locale/fa/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/help.po b/docs/source/locale/fa/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/fa/LC_MESSAGES/help.po +++ b/docs/source/locale/fa/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/index.po b/docs/source/locale/fa/LC_MESSAGES/index.po index 29e751ac..83a53649 100644 --- a/docs/source/locale/fa/LC_MESSAGES/index.po +++ b/docs/source/locale/fa/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-10-19 19:38+0000\n" "Last-Translator: Danial Behzadi \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/install.po b/docs/source/locale/fa/LC_MESSAGES/install.po index 5cf1860f..f0ad44a6 100644 --- a/docs/source/locale/fa/LC_MESSAGES/install.po +++ b/docs/source/locale/fa/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-06-13 13:09+0000\n" "Last-Translator: Danial Behzadi \n" "Language-Team: LANGUAGE \n" @@ -41,7 +41,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "اندروید" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "اف‌دروید: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "آی‌اواس" @@ -313,7 +313,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -329,7 +329,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -345,7 +345,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/fa/LC_MESSAGES/security.po b/docs/source/locale/fa/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/fa/LC_MESSAGES/security.po +++ b/docs/source/locale/fa/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/sphinx.po b/docs/source/locale/fa/LC_MESSAGES/sphinx.po index 6b351aae..4eb6f1e3 100644 --- a/docs/source/locale/fa/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/fa/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-11-14 19:42+0000\n" "Last-Translator: Rezaparsanilo \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fa/LC_MESSAGES/tor.po b/docs/source/locale/fa/LC_MESSAGES/tor.po index b0cf2bfc..a526b41c 100644 --- a/docs/source/locale/fa/LC_MESSAGES/tor.po +++ b/docs/source/locale/fa/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/fi/LC_MESSAGES/advanced.po b/docs/source/locale/fi/LC_MESSAGES/advanced.po index 6a5eee7c..92a75ed3 100644 --- a/docs/source/locale/fi/LC_MESSAGES/advanced.po +++ b/docs/source/locale/fi/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2021-08-24 17:33+0000\n" "Last-Translator: Kaantaja \n" "Language-Team: none\n" @@ -393,6 +393,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/fi/LC_MESSAGES/develop.po b/docs/source/locale/fi/LC_MESSAGES/develop.po index e38380a9..4a802727 100644 --- a/docs/source/locale/fi/LC_MESSAGES/develop.po +++ b/docs/source/locale/fi/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/features.po b/docs/source/locale/fi/LC_MESSAGES/features.po index 0b3d77fe..bddb0e79 100644 --- a/docs/source/locale/fi/LC_MESSAGES/features.po +++ b/docs/source/locale/fi/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/help.po b/docs/source/locale/fi/LC_MESSAGES/help.po index 6fa540d1..7a839942 100644 --- a/docs/source/locale/fi/LC_MESSAGES/help.po +++ b/docs/source/locale/fi/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-08-24 17:33+0000\n" "Last-Translator: Kaantaja \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/index.po b/docs/source/locale/fi/LC_MESSAGES/index.po index ad8413c8..51c3d2d1 100644 --- a/docs/source/locale/fi/LC_MESSAGES/index.po +++ b/docs/source/locale/fi/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-08-24 17:33+0000\n" "Last-Translator: Kaantaja \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/install.po b/docs/source/locale/fi/LC_MESSAGES/install.po index 6ae7365d..ebd0e0f3 100644 --- a/docs/source/locale/fi/LC_MESSAGES/install.po +++ b/docs/source/locale/fi/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -334,7 +334,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -353,7 +353,7 @@ msgstr "" "keys.openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -369,7 +369,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/fi/LC_MESSAGES/security.po b/docs/source/locale/fi/LC_MESSAGES/security.po index 04472156..ab9d5940 100644 --- a/docs/source/locale/fi/LC_MESSAGES/security.po +++ b/docs/source/locale/fi/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/sphinx.po b/docs/source/locale/fi/LC_MESSAGES/sphinx.po index 99e3a03f..a9e77bc9 100644 --- a/docs/source/locale/fi/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/fi/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-08-24 17:33+0000\n" "Last-Translator: Kaantaja \n" "Language-Team: none\n" diff --git a/docs/source/locale/fi/LC_MESSAGES/tor.po b/docs/source/locale/fi/LC_MESSAGES/tor.po index 41c07f78..353a3577 100644 --- a/docs/source/locale/fi/LC_MESSAGES/tor.po +++ b/docs/source/locale/fi/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: none\n" diff --git a/docs/source/locale/fil/LC_MESSAGES/develop.po b/docs/source/locale/fil/LC_MESSAGES/develop.po index 89b04b54..31f2078e 100644 --- a/docs/source/locale/fil/LC_MESSAGES/develop.po +++ b/docs/source/locale/fil/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-12-07 23:55+0000\n" "Last-Translator: Cyndaquissshhh \n" "Language-Team: none\n" diff --git a/docs/source/locale/fil/LC_MESSAGES/index.po b/docs/source/locale/fil/LC_MESSAGES/index.po index 84c77fd3..788f6204 100644 --- a/docs/source/locale/fil/LC_MESSAGES/index.po +++ b/docs/source/locale/fil/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-12-07 23:55+0000\n" "Last-Translator: Cyndaquissshhh \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/advanced.po b/docs/source/locale/fr/LC_MESSAGES/advanced.po index e97c6887..2559d7a8 100644 --- a/docs/source/locale/fr/LC_MESSAGES/advanced.po +++ b/docs/source/locale/fr/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-04-03 16:01+0000\n" "Last-Translator: AO Localisation Lab \n" -"Language: fr\n" "Language-Team: none\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" +"Language: fr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,13 +29,12 @@ msgstr "Sauvegarder les onglets" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" "Lorsque les onglets OnionShare que vous hébergez sont fermés, ils sont " -"détruits. Les sites web hébergés de façon persistante restent disponibles" -" à la même adresse, même lorsque l'ordinateur qui les hébergent est " -"redémarré." +"détruits. Les sites web hébergés de façon persistante restent disponibles à " +"la même adresse, même lorsque l'ordinateur qui les hébergent est redémarré." #: ../../source/advanced.rst:12 msgid "" @@ -47,20 +46,19 @@ msgstr "" #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "En démarrant OnionShare, vos onglets sauvegardés lors de votre dernière " "session seront affichés. Chaque service peut alors être démarré " -"manuellement, et sera disponible avec la même adresse OnionShare et " -"protégé par la même clé privée." +"manuellement, et sera disponible avec la même adresse OnionShare et protégé " +"par la même clé privée." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Si vous enregistrez un onglet, une copie de sa clé secrète de service en " "oignon est stockée sur votre ordinateur." @@ -71,11 +69,11 @@ msgstr "Désactiver la Clé Privée" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"Par défaut, tous les services OnionShare sont protégés par une clé " -"privée, que Tor appelle \"authentification du client\"." +"Par défaut, tous les services OnionShare sont protégés par une clé privée, " +"que Tor appelle \"authentification du client\"." #: ../../source/advanced.rst:28 #, fuzzy @@ -85,21 +83,20 @@ msgid "" "it's better to disable the private key altogether." msgstr "" "Le navigateur Tor vous demandera d'entrer votre clé privée lorsque vous " -"chargez un service OnionShare. Si vous voulez permettre au public " -"d'utiliser votre service, il est préférable de désactiver complètement la" -" clé privée." +"chargez un service OnionShare. Si vous voulez permettre au public d'utiliser " +"votre service, il est préférable de désactiver complètement la clé privée." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Pour désactiver la clé privée pour chaque onglet, cochez la case \"Ceci " -"est un service public OnionShare (désactive la clé privée)\" avant de " -"démarrer le serveur. Le serveur sera alors public et une clé privée ne " -"sera pas chargée dans le Navigateur Tor." +"Pour désactiver la clé privée pour chaque onglet, cochez la case \"Ceci est " +"un service public OnionShare (désactive la clé privée)\" avant de démarrer " +"le serveur. Le serveur sera alors public et une clé privée ne sera pas " +"chargée dans le Navigateur Tor." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -107,22 +104,22 @@ msgstr "Titres personnalisés" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" "Lors du chargement des services d’OnionShare dans le Navigateur Tor, les " "utilisateurs voient le titre par défaut de chaque type de service. Par " -"exemple, le titre par défaut pour les services de dialogue en ligne est «" -" Dialogue OnionShare »." +"exemple, le titre par défaut pour les services de dialogue en ligne est " +"« Dialogue OnionShare »." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Si vous modifiez le paramètre \"Titre personnalisé\" avant de démarrer un" -" serveur, vous pouvez le modifier." +"Si vous modifiez le paramètre \"Titre personnalisé\" avant de démarrer un " +"serveur, vous pouvez le modifier." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -130,42 +127,42 @@ msgstr "Programmation horaire" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" -"OnionShare permet de programmer le démarrage et l’arrêt d’un service. " -"Avant de démarrer un serveur, cliquez sur « Afficher les paramètres " -"avancés » dans son onglet et cochez soit « Démarrer un service oignon à " -"une heure prédéterminée » soit « Arrêter un service oignon à une heure " -"prédéterminée » ou les deux, et définissez les dates et heures." +"OnionShare permet de programmer le démarrage et l’arrêt d’un service. Avant " +"de démarrer un serveur, cliquez sur « Afficher les paramètres avancés » dans " +"son onglet et cochez soit « Démarrer un service oignon à une heure " +"prédéterminée » soit « Arrêter un service oignon à une heure prédéterminée » " +"ou les deux, et définissez les dates et heures." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Les services programmés pour démarrer dans le futur afficheront un compte" -" à rebours lorsque vous cliquerez sur le bouton \"Démarrer le partage\". " -"Les services programmés pour s'arrêter à l'avenir afficheront un compte à" -" rebours lorsqu'ils seront démarrés." +"Les services programmés pour démarrer dans le futur afficheront un compte à " +"rebours lorsque vous cliquerez sur le bouton \"Démarrer le partage\". Les " +"services programmés pour s'arrêter à l'avenir afficheront un compte à " +"rebours lorsqu'ils seront démarrés." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" "**Programmer le démarrage automatique d'un service OnionShare peut être " -"utilisé pour vérifier l'activité d'un utilisateur**. Cela signifie que " -"votre service est rendu public à un moment donné dans le futur si vous " -"n'êtes pas là pour l'empêcher. Si rien ne vous arrive, vous pouvez " -"annuler le service avant qu'il ne soit programmé pour être mis en route." +"utilisé pour vérifier l'activité d'un utilisateur**. Cela signifie que votre " +"service est rendu public à un moment donné dans le futur si vous n'êtes pas " +"là pour l'empêcher. Si rien ne vous arrive, vous pouvez annuler le service " +"avant qu'il ne soit programmé pour être mis en route." #: ../../source/advanced.rst:60 msgid "" @@ -173,10 +170,10 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**La programmation de l'arrêt automatique d'un service OnionShare limite " -"son exposition**. Si vous souhaitez partager des informations secrètes ou" -" quelque chose qui sera périmé, vous pouvez le faire pour une durée " -"limitée sélectionnée." +"**La programmation de l'arrêt automatique d'un service OnionShare limite son " +"exposition**. Si vous souhaitez partager des informations secrètes ou " +"quelque chose qui sera périmé, vous pouvez le faire pour une durée limitée " +"sélectionnée." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -187,8 +184,8 @@ msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." msgstr "" -"En plus de son interface graphique, OnionShare dispose d'une interface en" -" ligne de commande." +"En plus de son interface graphique, OnionShare dispose d'une interface en " +"ligne de commande." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -196,15 +193,15 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Vous pouvez installer uniquement la version en ligne de commande " "d'OnionShare en utilisant ``pip3``::" @@ -214,8 +211,8 @@ msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" msgstr "" -"Notez que vous aurez aussi besoin d'installer le paquet ``tor``. Sur " -"macOS, installez le avec : ``brew install tor``" +"Notez que vous aurez aussi besoin d'installer le paquet ``tor``. Sur macOS, " +"installez le avec : ``brew install tor``" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -223,15 +220,13 @@ msgstr "Puis lancez-le avec ::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Des informations sur son installation sur différents systèmes " -"d'exploitation peuvent être trouvées dans le fichier `CLI README " -"`_ " -"dans le dépôt Git." +"Des informations sur son installation sur différents systèmes d'exploitation " +"peuvent être trouvées dans le fichier `CLI README `_ dans le dépôt Git." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -240,11 +235,11 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Si vous installez OnionShare en utilisant le paquet Linux Snapcraft, vous" -" pouvez vous contenter de lancer ``onionshare.cli`` pour accéder à " +"Si vous installez OnionShare en utilisant le paquet Linux Snapcraft, vous " +"pouvez vous contenter de lancer ``onionshare.cli`` pour accéder à " "l'interface en ligne de commande." #: ../../source/advanced.rst:95 @@ -253,8 +248,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -272,10 +267,11 @@ msgid "Usage" msgstr "Utilisation" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Vous pouvez consulter la documentation de l'interface en ligne de " -"commande en lançant ``onionshare --help`` : :" +"Vous pouvez consulter la documentation de l'interface en ligne de commande " +"en lançant ``onionshare --help`` : :" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -289,9 +285,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -300,43 +296,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -346,30 +340,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -395,8 +385,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -423,9 +413,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -475,7 +465,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -484,8 +475,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -560,8 +551,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -591,9 +582,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -618,10 +608,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -630,8 +620,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -641,8 +631,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -652,8 +642,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -665,11 +655,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -697,9 +685,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -708,9 +696,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -719,9 +706,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -730,8 +717,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -752,7 +739,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -761,8 +749,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -775,8 +762,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -785,9 +772,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -796,8 +782,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -810,8 +796,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -841,9 +827,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -852,8 +838,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -873,8 +859,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -891,8 +877,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -905,8 +890,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -915,8 +900,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -945,8 +930,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -967,90 +952,48 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "Tout dans OnionShare est temporaire par" -#~ " défaut. Si vous fermez un onglet," -#~ " son adresse n'existe plus et ne " -#~ "pourra plus être utilisée. Dans certains" -#~ " cas, vous voudrez qu'un service " -#~ "OnionShare soit persistent. Cela est " -#~ "utile si vous souhaitez héberger un " -#~ "site web dont l'adresse OnionShare reste" -#~ " identique même après un redémarrage " -#~ "de votre ordinateur." +#~ "Tout dans OnionShare est temporaire par défaut. Si vous fermez un onglet, " +#~ "son adresse n'existe plus et ne pourra plus être utilisée. Dans certains " +#~ "cas, vous voudrez qu'un service OnionShare soit persistent. Cela est " +#~ "utile si vous souhaitez héberger un site web dont l'adresse OnionShare " +#~ "reste identique même après un redémarrage de votre ordinateur." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Si vous paramétrez un service pour " -#~ "qu'il démarre dans le futur, quand " -#~ "vous cliquer le bouton \"Commencer le" -#~ " partage\", un compte à rebours " -#~ "s'affichera jusqu'au démarrage du service. " -#~ "Si vous le paramétrez pour qu'il " -#~ "s'arrête dans le futur, après son " -#~ "démarrage un compte à rebours jusqu'à" -#~ " son arrêt automatique s'affichera." +#~ "Si vous paramétrez un service pour qu'il démarre dans le futur, quand " +#~ "vous cliquer le bouton \"Commencer le partage\", un compte à rebours " +#~ "s'affichera jusqu'au démarrage du service. Si vous le paramétrez pour " +#~ "qu'il s'arrête dans le futur, après son démarrage un compte à rebours " +#~ "jusqu'à son arrêt automatique s'affichera." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Planifier le démarrage automatique d'un " -#~ "service OnionShare peut être utilisé " -#~ "comme une veille automatique**, le " -#~ "service deviendra public à un moment " -#~ "choisis dans le futur si quelque " -#~ "chose vous arrive. Si rien ne vous" -#~ " arrive, vous pouvez annuler le " -#~ "service avant qu'il ne se lance." +#~ "**Planifier le démarrage automatique d'un service OnionShare peut être " +#~ "utilisé comme une veille automatique**, le service deviendra public à un " +#~ "moment choisis dans le futur si quelque chose vous arrive. Si rien ne " +#~ "vous arrive, vous pouvez annuler le service avant qu'il ne se lance." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Pour rendre un onglet persistant, cocher" -#~ " la case \"Enregistrer cet onglet et" -#~ " l’ouvrir automatiquement quand j’ouvre " -#~ "OnionShare\" avant de démarrer le " -#~ "serveur. Quand un onglet est sauvegardé" -#~ " un icône d'épingle violet apparaît à" -#~ " la gauche du statut du serveur." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Pour rendre un onglet persistant, cocher la case \"Enregistrer cet onglet " +#~ "et l’ouvrir automatiquement quand j’ouvre OnionShare\" avant de démarrer " +#~ "le serveur. Quand un onglet est sauvegardé un icône d'épingle violet " +#~ "apparaît à la gauche du statut du serveur." diff --git a/docs/source/locale/fr/LC_MESSAGES/develop.po b/docs/source/locale/fr/LC_MESSAGES/develop.po index 0df25894..a79a7b68 100644 --- a/docs/source/locale/fr/LC_MESSAGES/develop.po +++ b/docs/source/locale/fr/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-03-15 19:57+0000\n" "Last-Translator: aezjrareareare \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/features.po b/docs/source/locale/fr/LC_MESSAGES/features.po index c367badc..b2a3e20b 100644 --- a/docs/source/locale/fr/LC_MESSAGES/features.po +++ b/docs/source/locale/fr/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-03 16:01+0000\n" "Last-Translator: AO Localisation Lab \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/help.po b/docs/source/locale/fr/LC_MESSAGES/help.po index 9bbc4e38..5c4f5eca 100644 --- a/docs/source/locale/fr/LC_MESSAGES/help.po +++ b/docs/source/locale/fr/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-05-03 21:13+0000\n" "Last-Translator: aezjrareareare \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/index.po b/docs/source/locale/fr/LC_MESSAGES/index.po index 0ae827f3..64c4e444 100644 --- a/docs/source/locale/fr/LC_MESSAGES/index.po +++ b/docs/source/locale/fr/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-29 00:02+0000\n" "Last-Translator: AO Localisation Lab \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/install.po b/docs/source/locale/fr/LC_MESSAGES/install.po index 0211fe4b..1906c965 100644 --- a/docs/source/locale/fr/LC_MESSAGES/install.po +++ b/docs/source/locale/fr/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-06 09:02+0000\n" "Last-Translator: aleksej0R \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgid "You can download OnionShare for Mobile from the follow links" msgstr "" "Vous pouvez télécharger OnionShare pour mobile depuis les liens suivants" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid : https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -368,7 +368,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee :" @@ -390,7 +390,7 @@ msgstr "" "`depuis le serveur de clé openpgp.org. `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta :" @@ -406,7 +406,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/fr/LC_MESSAGES/security.po b/docs/source/locale/fr/LC_MESSAGES/security.po index ccaec9a2..efbce80f 100644 --- a/docs/source/locale/fr/LC_MESSAGES/security.po +++ b/docs/source/locale/fr/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-03 16:01+0000\n" "Last-Translator: AO Localisation Lab \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/sphinx.po b/docs/source/locale/fr/LC_MESSAGES/sphinx.po index 3f8b7dff..02aceb9b 100644 --- a/docs/source/locale/fr/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/fr/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-19 08:28+0000\n" "Last-Translator: EdwardCage \n" "Language-Team: none\n" diff --git a/docs/source/locale/fr/LC_MESSAGES/tor.po b/docs/source/locale/fr/LC_MESSAGES/tor.po index d16df96a..0aa18624 100644 --- a/docs/source/locale/fr/LC_MESSAGES/tor.po +++ b/docs/source/locale/fr/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-09 16:00+0000\n" "Last-Translator: AO Localisation Lab \n" "Language-Team: none\n" diff --git a/docs/source/locale/ga/LC_MESSAGES/advanced.po b/docs/source/locale/ga/LC_MESSAGES/advanced.po index 9fb1d725..18b85851 100644 --- a/docs/source/locale/ga/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ga/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" @@ -456,3 +456,544 @@ msgstr "macOS: ``~/Library/Application Support/OnionShare``" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "Windows: ``%APPDATA%\\OnionShare``" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ga/LC_MESSAGES/develop.po b/docs/source/locale/ga/LC_MESSAGES/develop.po index 83adc869..970b3d43 100644 --- a/docs/source/locale/ga/LC_MESSAGES/develop.po +++ b/docs/source/locale/ga/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-13 10:09+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/features.po b/docs/source/locale/ga/LC_MESSAGES/features.po index 647317c2..1b9664b2 100644 --- a/docs/source/locale/ga/LC_MESSAGES/features.po +++ b/docs/source/locale/ga/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/help.po b/docs/source/locale/ga/LC_MESSAGES/help.po index 4dd288ed..73643407 100644 --- a/docs/source/locale/ga/LC_MESSAGES/help.po +++ b/docs/source/locale/ga/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-09 19:28+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/index.po b/docs/source/locale/ga/LC_MESSAGES/index.po index 3be820f0..97ea583e 100644 --- a/docs/source/locale/ga/LC_MESSAGES/index.po +++ b/docs/source/locale/ga/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-03-31 16:38+0000\n" "Last-Translator: Kevin Scannell \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/install.po b/docs/source/locale/ga/LC_MESSAGES/install.po index af127216..adcf38be 100644 --- a/docs/source/locale/ga/LC_MESSAGES/install.po +++ b/docs/source/locale/ga/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-12 22:02+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(" -"n>6 && n<11) ? 3 : 4;\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :" +"(n>6 && n<11) ? 3 : 4;\n" "X-Generator: Weblate 5.10-dev\n" "Generated-By: Babel 2.9.0\n" @@ -45,7 +45,7 @@ msgid "You can download OnionShare for Mobile from the follow links" msgstr "" "Is féidir leat OnionShare for Mobile a íoslódáil ó na naisc seo a leanas" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -61,7 +61,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -405,7 +405,7 @@ msgstr "" "pacáistí. Seo é an príomhfhaisnéis GPG do gach ceann de na forbróirí " "lárnacha de OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -425,7 +425,7 @@ msgstr "" "`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -445,7 +445,7 @@ msgstr "" "openpgp.org `_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Miguel Jacq:" @@ -461,9 +461,9 @@ msgid "" "keys.openpgp.org/vks/v1/by-" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" -"Is féidir leat eochair Miguel `a íoslódáil ón bhfreastalaí eochracha " -"keys.openpgp.org `_." +"Is féidir leat eochair Miguel `a íoslódáil ón bhfreastalaí eochracha keys." +"openpgp.org `_." #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/ga/LC_MESSAGES/security.po b/docs/source/locale/ga/LC_MESSAGES/security.po index 80d39635..a8551e68 100644 --- a/docs/source/locale/ga/LC_MESSAGES/security.po +++ b/docs/source/locale/ga/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-11 15:09+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/sphinx.po b/docs/source/locale/ga/LC_MESSAGES/sphinx.po index 032cd201..75d16fbc 100644 --- a/docs/source/locale/ga/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ga/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-18 20:19+0000\n" "Last-Translator: Kevin Scannell \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ga/LC_MESSAGES/tor.po b/docs/source/locale/ga/LC_MESSAGES/tor.po index 48d385e8..be09449a 100644 --- a/docs/source/locale/ga/LC_MESSAGES/tor.po +++ b/docs/source/locale/ga/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-20 12:09+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/gl/LC_MESSAGES/advanced.po b/docs/source/locale/gl/LC_MESSAGES/advanced.po index de72f1c9..10fe2632 100644 --- a/docs/source/locale/gl/LC_MESSAGES/advanced.po +++ b/docs/source/locale/gl/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/gl/LC_MESSAGES/develop.po b/docs/source/locale/gl/LC_MESSAGES/develop.po index 8cfc104b..fa5f9a83 100644 --- a/docs/source/locale/gl/LC_MESSAGES/develop.po +++ b/docs/source/locale/gl/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/features.po b/docs/source/locale/gl/LC_MESSAGES/features.po index 540b0465..716511be 100644 --- a/docs/source/locale/gl/LC_MESSAGES/features.po +++ b/docs/source/locale/gl/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/help.po b/docs/source/locale/gl/LC_MESSAGES/help.po index ea8ced84..78f0a2ff 100644 --- a/docs/source/locale/gl/LC_MESSAGES/help.po +++ b/docs/source/locale/gl/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/index.po b/docs/source/locale/gl/LC_MESSAGES/index.po index 53b0299e..9d475614 100644 --- a/docs/source/locale/gl/LC_MESSAGES/index.po +++ b/docs/source/locale/gl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-11-26 18:25+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/install.po b/docs/source/locale/gl/LC_MESSAGES/install.po index 4d7dc280..a27a8036 100644 --- a/docs/source/locale/gl/LC_MESSAGES/install.po +++ b/docs/source/locale/gl/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-03-26 23:27+0000\n" "Last-Translator: Xosé M \n" "Language-Team: none\n" @@ -40,7 +40,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -309,7 +309,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -325,7 +325,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -341,7 +341,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/gl/LC_MESSAGES/security.po b/docs/source/locale/gl/LC_MESSAGES/security.po index e2bf992e..66da2c88 100644 --- a/docs/source/locale/gl/LC_MESSAGES/security.po +++ b/docs/source/locale/gl/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-11-30 10:47+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/sphinx.po b/docs/source/locale/gl/LC_MESSAGES/sphinx.po index fbb8186c..a870933d 100644 --- a/docs/source/locale/gl/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/gl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-11-30 10:47+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: none\n" diff --git a/docs/source/locale/gl/LC_MESSAGES/tor.po b/docs/source/locale/gl/LC_MESSAGES/tor.po index 29bfe63a..a8432ea0 100644 --- a/docs/source/locale/gl/LC_MESSAGES/tor.po +++ b/docs/source/locale/gl/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/advanced.po b/docs/source/locale/gu/LC_MESSAGES/advanced.po index 254b2be1..e50bae16 100644 --- a/docs/source/locale/gu/LC_MESSAGES/advanced.po +++ b/docs/source/locale/gu/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/gu/LC_MESSAGES/develop.po b/docs/source/locale/gu/LC_MESSAGES/develop.po index e9e6f6f7..dad045b8 100644 --- a/docs/source/locale/gu/LC_MESSAGES/develop.po +++ b/docs/source/locale/gu/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/features.po b/docs/source/locale/gu/LC_MESSAGES/features.po index 2988e0f8..1e2cb564 100644 --- a/docs/source/locale/gu/LC_MESSAGES/features.po +++ b/docs/source/locale/gu/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/help.po b/docs/source/locale/gu/LC_MESSAGES/help.po index 259a1c99..7c6a21a7 100644 --- a/docs/source/locale/gu/LC_MESSAGES/help.po +++ b/docs/source/locale/gu/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/index.po b/docs/source/locale/gu/LC_MESSAGES/index.po index 6043d320..a116818d 100644 --- a/docs/source/locale/gu/LC_MESSAGES/index.po +++ b/docs/source/locale/gu/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/install.po b/docs/source/locale/gu/LC_MESSAGES/install.po index c83b7d8d..c7383b83 100644 --- a/docs/source/locale/gu/LC_MESSAGES/install.po +++ b/docs/source/locale/gu/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/gu/LC_MESSAGES/security.po b/docs/source/locale/gu/LC_MESSAGES/security.po index 97461c28..151b059b 100644 --- a/docs/source/locale/gu/LC_MESSAGES/security.po +++ b/docs/source/locale/gu/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/sphinx.po b/docs/source/locale/gu/LC_MESSAGES/sphinx.po index fc1a34b7..d311156c 100644 --- a/docs/source/locale/gu/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/gu/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/gu/LC_MESSAGES/tor.po b/docs/source/locale/gu/LC_MESSAGES/tor.po index cf8c2a28..3b5b7ef9 100644 --- a/docs/source/locale/gu/LC_MESSAGES/tor.po +++ b/docs/source/locale/gu/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/advanced.po b/docs/source/locale/he/LC_MESSAGES/advanced.po index 86a1407c..a92f170a 100644 --- a/docs/source/locale/he/LC_MESSAGES/advanced.po +++ b/docs/source/locale/he/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/he/LC_MESSAGES/develop.po b/docs/source/locale/he/LC_MESSAGES/develop.po index 9d6d7887..5e16b460 100644 --- a/docs/source/locale/he/LC_MESSAGES/develop.po +++ b/docs/source/locale/he/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/features.po b/docs/source/locale/he/LC_MESSAGES/features.po index 4eb86a47..7025888f 100644 --- a/docs/source/locale/he/LC_MESSAGES/features.po +++ b/docs/source/locale/he/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/help.po b/docs/source/locale/he/LC_MESSAGES/help.po index 17d70a5c..3fd3c510 100644 --- a/docs/source/locale/he/LC_MESSAGES/help.po +++ b/docs/source/locale/he/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/index.po b/docs/source/locale/he/LC_MESSAGES/index.po index 96d6b0b7..4dd9566d 100644 --- a/docs/source/locale/he/LC_MESSAGES/index.po +++ b/docs/source/locale/he/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/install.po b/docs/source/locale/he/LC_MESSAGES/install.po index 10cbf428..4f33a415 100644 --- a/docs/source/locale/he/LC_MESSAGES/install.po +++ b/docs/source/locale/he/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/he/LC_MESSAGES/security.po b/docs/source/locale/he/LC_MESSAGES/security.po index b08d38c2..386bd62e 100644 --- a/docs/source/locale/he/LC_MESSAGES/security.po +++ b/docs/source/locale/he/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/sphinx.po b/docs/source/locale/he/LC_MESSAGES/sphinx.po index 1d6230f7..e2328e5f 100644 --- a/docs/source/locale/he/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/he/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/he/LC_MESSAGES/tor.po b/docs/source/locale/he/LC_MESSAGES/tor.po index da023302..af9ab013 100644 --- a/docs/source/locale/he/LC_MESSAGES/tor.po +++ b/docs/source/locale/he/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/advanced.po b/docs/source/locale/hi/LC_MESSAGES/advanced.po index d63897f1..bfb40033 100644 --- a/docs/source/locale/hi/LC_MESSAGES/advanced.po +++ b/docs/source/locale/hi/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/hi/LC_MESSAGES/develop.po b/docs/source/locale/hi/LC_MESSAGES/develop.po index b2b110c8..b832be63 100644 --- a/docs/source/locale/hi/LC_MESSAGES/develop.po +++ b/docs/source/locale/hi/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/features.po b/docs/source/locale/hi/LC_MESSAGES/features.po index 4a09318b..555d8269 100644 --- a/docs/source/locale/hi/LC_MESSAGES/features.po +++ b/docs/source/locale/hi/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/help.po b/docs/source/locale/hi/LC_MESSAGES/help.po index 6f8c4869..4451b46f 100644 --- a/docs/source/locale/hi/LC_MESSAGES/help.po +++ b/docs/source/locale/hi/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/index.po b/docs/source/locale/hi/LC_MESSAGES/index.po index 5f660d84..931e91ab 100644 --- a/docs/source/locale/hi/LC_MESSAGES/index.po +++ b/docs/source/locale/hi/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/install.po b/docs/source/locale/hi/LC_MESSAGES/install.po index 636539c0..4bf40555 100644 --- a/docs/source/locale/hi/LC_MESSAGES/install.po +++ b/docs/source/locale/hi/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/hi/LC_MESSAGES/security.po b/docs/source/locale/hi/LC_MESSAGES/security.po index 7896b33c..f5392783 100644 --- a/docs/source/locale/hi/LC_MESSAGES/security.po +++ b/docs/source/locale/hi/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/sphinx.po b/docs/source/locale/hi/LC_MESSAGES/sphinx.po index 379dc9db..49410644 100644 --- a/docs/source/locale/hi/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/hi/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hi/LC_MESSAGES/tor.po b/docs/source/locale/hi/LC_MESSAGES/tor.po index c9c8d457..451f0b96 100644 --- a/docs/source/locale/hi/LC_MESSAGES/tor.po +++ b/docs/source/locale/hi/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/advanced.po b/docs/source/locale/hr/LC_MESSAGES/advanced.po index 09a6b0b0..675a8545 100644 --- a/docs/source/locale/hr/LC_MESSAGES/advanced.po +++ b/docs/source/locale/hr/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-06-14 08:17+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" @@ -357,6 +357,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "Turn Off Passwords" #~ msgstr "Isključi lozinke" diff --git a/docs/source/locale/hr/LC_MESSAGES/develop.po b/docs/source/locale/hr/LC_MESSAGES/develop.po index f1980e82..657f4500 100644 --- a/docs/source/locale/hr/LC_MESSAGES/develop.po +++ b/docs/source/locale/hr/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-28 13:05+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/features.po b/docs/source/locale/hr/LC_MESSAGES/features.po index 4ea4485b..bd0560ea 100644 --- a/docs/source/locale/hr/LC_MESSAGES/features.po +++ b/docs/source/locale/hr/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/help.po b/docs/source/locale/hr/LC_MESSAGES/help.po index 344264bd..7ef35d66 100644 --- a/docs/source/locale/hr/LC_MESSAGES/help.po +++ b/docs/source/locale/hr/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-03-26 13:29+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/index.po b/docs/source/locale/hr/LC_MESSAGES/index.po index 4a9304a7..ea5f2da4 100644 --- a/docs/source/locale/hr/LC_MESSAGES/index.po +++ b/docs/source/locale/hr/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-07-27 13:32+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/install.po b/docs/source/locale/hr/LC_MESSAGES/install.po index b2954ecd..b0457beb 100644 --- a/docs/source/locale/hr/LC_MESSAGES/install.po +++ b/docs/source/locale/hr/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-28 13:05+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -318,7 +318,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -334,7 +334,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -350,7 +350,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/hr/LC_MESSAGES/security.po b/docs/source/locale/hr/LC_MESSAGES/security.po index 27339dd0..907b7dac 100644 --- a/docs/source/locale/hr/LC_MESSAGES/security.po +++ b/docs/source/locale/hr/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/sphinx.po b/docs/source/locale/hr/LC_MESSAGES/sphinx.po index 7b1fbff4..094f8706 100644 --- a/docs/source/locale/hr/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/hr/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-12-17 19:29+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" diff --git a/docs/source/locale/hr/LC_MESSAGES/tor.po b/docs/source/locale/hr/LC_MESSAGES/tor.po index ab4fe965..c7425a19 100644 --- a/docs/source/locale/hr/LC_MESSAGES/tor.po +++ b/docs/source/locale/hr/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-31 10:01+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/advanced.po b/docs/source/locale/hu/LC_MESSAGES/advanced.po index 22ca5625..f22fc0d6 100644 --- a/docs/source/locale/hu/LC_MESSAGES/advanced.po +++ b/docs/source/locale/hu/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" @@ -346,3 +346,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/hu/LC_MESSAGES/develop.po b/docs/source/locale/hu/LC_MESSAGES/develop.po index dd8c76f3..47ae8d11 100644 --- a/docs/source/locale/hu/LC_MESSAGES/develop.po +++ b/docs/source/locale/hu/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/features.po b/docs/source/locale/hu/LC_MESSAGES/features.po index d60df798..ff636a84 100644 --- a/docs/source/locale/hu/LC_MESSAGES/features.po +++ b/docs/source/locale/hu/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/help.po b/docs/source/locale/hu/LC_MESSAGES/help.po index c2d068ec..48179fff 100644 --- a/docs/source/locale/hu/LC_MESSAGES/help.po +++ b/docs/source/locale/hu/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/index.po b/docs/source/locale/hu/LC_MESSAGES/index.po index 145654e2..9e211d25 100644 --- a/docs/source/locale/hu/LC_MESSAGES/index.po +++ b/docs/source/locale/hu/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/install.po b/docs/source/locale/hu/LC_MESSAGES/install.po index 07c5db62..ad56410f 100644 --- a/docs/source/locale/hu/LC_MESSAGES/install.po +++ b/docs/source/locale/hu/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -311,7 +311,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -327,7 +327,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -343,7 +343,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/hu/LC_MESSAGES/security.po b/docs/source/locale/hu/LC_MESSAGES/security.po index e77bbdce..c409970b 100644 --- a/docs/source/locale/hu/LC_MESSAGES/security.po +++ b/docs/source/locale/hu/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/sphinx.po b/docs/source/locale/hu/LC_MESSAGES/sphinx.po index 12831e8a..a54d71ae 100644 --- a/docs/source/locale/hu/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/hu/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/hu/LC_MESSAGES/tor.po b/docs/source/locale/hu/LC_MESSAGES/tor.po index d39eadc5..381c7c49 100644 --- a/docs/source/locale/hu/LC_MESSAGES/tor.po +++ b/docs/source/locale/hu/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-21 10:07+0000\n" "Last-Translator: Jenő László \n" "Language-Team: none\n" diff --git a/docs/source/locale/ia/LC_MESSAGES/index.po b/docs/source/locale/ia/LC_MESSAGES/index.po index 6a72ce0d..cfcf2975 100644 --- a/docs/source/locale/ia/LC_MESSAGES/index.po +++ b/docs/source/locale/ia/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-26 16:15+0000\n" "Last-Translator: Software In Interlingua \n" "Language-Team: none\n" diff --git a/docs/source/locale/ia/LC_MESSAGES/tor.po b/docs/source/locale/ia/LC_MESSAGES/tor.po index cd06ad03..0777ee36 100644 --- a/docs/source/locale/ia/LC_MESSAGES/tor.po +++ b/docs/source/locale/ia/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/advanced.po b/docs/source/locale/id/LC_MESSAGES/advanced.po index 3772ff89..1a799056 100644 --- a/docs/source/locale/id/LC_MESSAGES/advanced.po +++ b/docs/source/locale/id/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-03-20 20:01+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: none\n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/id/LC_MESSAGES/develop.po b/docs/source/locale/id/LC_MESSAGES/develop.po index 0e130356..f002b126 100644 --- a/docs/source/locale/id/LC_MESSAGES/develop.po +++ b/docs/source/locale/id/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/features.po b/docs/source/locale/id/LC_MESSAGES/features.po index 867ec0a9..5587f2f6 100644 --- a/docs/source/locale/id/LC_MESSAGES/features.po +++ b/docs/source/locale/id/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/help.po b/docs/source/locale/id/LC_MESSAGES/help.po index ff2eb450..f244189f 100644 --- a/docs/source/locale/id/LC_MESSAGES/help.po +++ b/docs/source/locale/id/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/index.po b/docs/source/locale/id/LC_MESSAGES/index.po index f51adf64..af089d4d 100644 --- a/docs/source/locale/id/LC_MESSAGES/index.po +++ b/docs/source/locale/id/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-05-07 18:32+0000\n" "Last-Translator: Algustionesa Yoshi \n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/install.po b/docs/source/locale/id/LC_MESSAGES/install.po index 5707a24b..789043d0 100644 --- a/docs/source/locale/id/LC_MESSAGES/install.po +++ b/docs/source/locale/id/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-03 05:01+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -326,7 +326,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -348,7 +348,7 @@ msgstr "" "Micah `dari server kunci keys.openpgp.org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -364,7 +364,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/id/LC_MESSAGES/security.po b/docs/source/locale/id/LC_MESSAGES/security.po index 1e26fb2a..aa0b351d 100644 --- a/docs/source/locale/id/LC_MESSAGES/security.po +++ b/docs/source/locale/id/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/sphinx.po b/docs/source/locale/id/LC_MESSAGES/sphinx.po index 2a03f9af..60f1f996 100644 --- a/docs/source/locale/id/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/id/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/id/LC_MESSAGES/tor.po b/docs/source/locale/id/LC_MESSAGES/tor.po index dc1bea20..4b7dd9a7 100644 --- a/docs/source/locale/id/LC_MESSAGES/tor.po +++ b/docs/source/locale/id/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/is/LC_MESSAGES/advanced.po b/docs/source/locale/is/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/is/LC_MESSAGES/advanced.po +++ b/docs/source/locale/is/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/is/LC_MESSAGES/develop.po b/docs/source/locale/is/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/is/LC_MESSAGES/develop.po +++ b/docs/source/locale/is/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/features.po b/docs/source/locale/is/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/is/LC_MESSAGES/features.po +++ b/docs/source/locale/is/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/help.po b/docs/source/locale/is/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/is/LC_MESSAGES/help.po +++ b/docs/source/locale/is/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/index.po b/docs/source/locale/is/LC_MESSAGES/index.po index 827c8ae2..721f0ee0 100644 --- a/docs/source/locale/is/LC_MESSAGES/index.po +++ b/docs/source/locale/is/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-01-09 15:33+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/install.po b/docs/source/locale/is/LC_MESSAGES/install.po index 0c5d8344..d716a7fc 100644 --- a/docs/source/locale/is/LC_MESSAGES/install.po +++ b/docs/source/locale/is/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-06-13 13:09+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: LANGUAGE \n" @@ -41,7 +41,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -55,7 +55,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -310,7 +310,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -326,7 +326,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -342,7 +342,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/is/LC_MESSAGES/security.po b/docs/source/locale/is/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/is/LC_MESSAGES/security.po +++ b/docs/source/locale/is/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/sphinx.po b/docs/source/locale/is/LC_MESSAGES/sphinx.po index ab1acc2c..3f6695e6 100644 --- a/docs/source/locale/is/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/is/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-01-09 15:33+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/is/LC_MESSAGES/tor.po b/docs/source/locale/is/LC_MESSAGES/tor.po index daa2e2ef..9eaf8eaa 100644 --- a/docs/source/locale/is/LC_MESSAGES/tor.po +++ b/docs/source/locale/is/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/it/LC_MESSAGES/advanced.po b/docs/source/locale/it/LC_MESSAGES/advanced.po index d46aa817..b18600de 100644 --- a/docs/source/locale/it/LC_MESSAGES/advanced.po +++ b/docs/source/locale/it/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-02-28 18:45+0000\n" "Last-Translator: Gabriele \n" "Language-Team: it \n" @@ -375,6 +375,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "Turn Off Passwords" #~ msgstr "Disattiva le Password" diff --git a/docs/source/locale/it/LC_MESSAGES/develop.po b/docs/source/locale/it/LC_MESSAGES/develop.po index 6d014700..18bfe107 100644 --- a/docs/source/locale/it/LC_MESSAGES/develop.po +++ b/docs/source/locale/it/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-25 13:17+0000\n" "Last-Translator: emma peel \n" "Language-Team: it \n" diff --git a/docs/source/locale/it/LC_MESSAGES/features.po b/docs/source/locale/it/LC_MESSAGES/features.po index 83e441d4..0507c6b3 100644 --- a/docs/source/locale/it/LC_MESSAGES/features.po +++ b/docs/source/locale/it/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-03-01 19:40+0000\n" "Last-Translator: Gabriele \n" "Language-Team: it \n" diff --git a/docs/source/locale/it/LC_MESSAGES/help.po b/docs/source/locale/it/LC_MESSAGES/help.po index b2dcf229..192d0671 100644 --- a/docs/source/locale/it/LC_MESSAGES/help.po +++ b/docs/source/locale/it/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-28 18:46+0000\n" "Last-Translator: Gabriele \n" "Language-Team: it \n" diff --git a/docs/source/locale/it/LC_MESSAGES/index.po b/docs/source/locale/it/LC_MESSAGES/index.po index b6cad804..6dd2d69f 100644 --- a/docs/source/locale/it/LC_MESSAGES/index.po +++ b/docs/source/locale/it/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-22 18:28+0000\n" "Last-Translator: rc \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/it/LC_MESSAGES/install.po b/docs/source/locale/it/LC_MESSAGES/install.po index 8fcc83ad..d7e7b930 100644 --- a/docs/source/locale/it/LC_MESSAGES/install.po +++ b/docs/source/locale/it/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-03 05:01+0000\n" "Last-Translator: emma peel \n" "Language-Team: it \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -336,7 +336,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -358,7 +358,7 @@ msgstr "" "Micah `dal server delle chiavi keys.openpgp.org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -374,7 +374,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/it/LC_MESSAGES/security.po b/docs/source/locale/it/LC_MESSAGES/security.po index 54f3039e..b0408552 100644 --- a/docs/source/locale/it/LC_MESSAGES/security.po +++ b/docs/source/locale/it/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-11-12 15:03+0000\n" "Last-Translator: albanobattistella \n" "Language-Team: it \n" diff --git a/docs/source/locale/it/LC_MESSAGES/sphinx.po b/docs/source/locale/it/LC_MESSAGES/sphinx.po index 17d98d73..0a08eb48 100644 --- a/docs/source/locale/it/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/it/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-22 18:28+0000\n" "Last-Translator: rc \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/it/LC_MESSAGES/tor.po b/docs/source/locale/it/LC_MESSAGES/tor.po index 108a9197..c93a6d01 100644 --- a/docs/source/locale/it/LC_MESSAGES/tor.po +++ b/docs/source/locale/it/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-31 17:07+0000\n" "Last-Translator: Lupo Cosentino \n" "Language-Team: it \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/advanced.po b/docs/source/locale/ja/LC_MESSAGES/advanced.po index 3b5db40d..385f5221 100644 --- a/docs/source/locale/ja/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ja/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Himmel \n" -"Language: ja\n" "Language-Team: ja \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language: ja\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,29 +29,38 @@ msgstr "タブを保存" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." -msgstr "OnionShareのタブを閉じると、タブは破棄され、これを再利用することはできません。固定タブでホストされているウェブサイトは、それをホストしているコンピューターが再起動した場合でも、同じアドレスでアクセスすることができます。" +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." +msgstr "" +"OnionShareのタブを閉じると、タブは破棄され、これを再利用することはできませ" +"ん。固定タブでホストされているウェブサイトは、それをホストしているコンピュー" +"ターが再起動した場合でも、同じアドレスでアクセスすることができます。" #: ../../source/advanced.rst:12 msgid "" "Make any tab persistent by checking the \"Always open this tab when " "OnionShare is started\" box before starting your server." -msgstr "サーバーを開始する前に「OnionShareを開始する際に、このタブを常に開く」にチェックを入れると、タブを固定することができます。" +msgstr "" +"サーバーを開始する前に「OnionShareを開始する際に、このタブを常に開く」に" +"チェックを入れると、タブを固定することができます。" #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." -msgstr "OnionShareを開くと、前回のセッションで保存したタブを開きます。その後、それぞれのサービスを手動で開始すると、同じOnionShareのアドレスで、同一の秘密鍵で保護されたサービスが利用できるようになります。" +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." +msgstr "" +"OnionShareを開くと、前回のセッションで保存したタブを開きます。その後、それぞ" +"れのサービスを手動で開始すると、同じOnionShareのアドレスで、同一の秘密鍵で保" +"護されたサービスが利用できるようになります。" #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." -msgstr "タブを保存すると、そのOnion Serviceの秘密鍵のコピーがあなたのコンピューター上に保存されます。" +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." +msgstr "" +"タブを保存すると、そのOnion Serviceの秘密鍵のコピーがあなたのコンピューター上" +"に保存されます。" #: ../../source/advanced.rst:24 msgid "Turn Off Private Key" @@ -59,9 +68,11 @@ msgstr "秘密鍵を無効にする" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." -msgstr "既定では、全てのOnionShareのサービスは、秘密鍵で保護されます。これはTorでは「クライアント認証」と呼ばれているものです。" +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." +msgstr "" +"既定では、全てのOnionShareのサービスは、秘密鍵で保護されます。これはTorでは" +"「クライアント認証」と呼ばれているものです。" #: ../../source/advanced.rst:28 msgid "" @@ -69,18 +80,20 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"OnionShare のサービスを読み込むと、Tor Browser " -"は秘密鍵を入力するよう要求します。サービスを公開したい場合は、秘密鍵を完全に無効にすることをお勧めします。" +"OnionShare のサービスを読み込むと、Tor Browser は秘密鍵を入力するよう要求しま" +"す。サービスを公開したい場合は、秘密鍵を完全に無効にすることをお勧めします。" #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"タブに関して秘密鍵を無効にするには、サーバーを開始する前に「公開のOnionShareのサービスとして設定(秘密鍵が無効となります)」にチェックを入れてください。そうすると、サーバーは公開され、Tor" -" Browserでこれを読み込む際に秘密鍵を入力する必要はなくなります。" +"タブに関して秘密鍵を無効にするには、サーバーを開始する前に「公開のOnionShare" +"のサービスとして設定(秘密鍵が無効となります)」にチェックを入れてください。" +"そうすると、サーバーは公開され、Tor Browserでこれを読み込む際に秘密鍵を入力す" +"る必要はなくなります。" #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -88,19 +101,21 @@ msgstr "カスタムタイトル" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Tor " -"BrowserでOnionShareのサービスを読み込むと、それぞれの種類のサービスに既定のタイトルが表示されます。例えば、チャットのサービスの既定のタイトルは「OnionShare" -" Chat」です。" +"Tor BrowserでOnionShareのサービスを読み込むと、それぞれの種類のサービスに既定" +"のタイトルが表示されます。例えば、チャットのサービスの既定のタイトルは" +"「OnionShare Chat」です。" #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." -msgstr "サーバーを開始する前に「カスタムタイトル」を設定すると、既定のタイトルを変更できます。" +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." +msgstr "" +"サーバーを開始する前に「カスタムタイトル」を設定すると、既定のタイトルを変更" +"できます。" #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -108,36 +123,48 @@ msgstr "スケジュールの設定" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" -"OnionShareでは、サービスを開始・停止する時刻を予定することができます。サーバーを開始する前に、そのタブの「詳細設定を表示」をクリックし、「指定の日時にOnion" -" Serviceを開始」と「指定の日時にOnion Serviceを停止」の片方または両方にチェックを入れて、希望日時を入力してください。" +"OnionShareでは、サービスを開始・停止する時刻を予定することができます。サー" +"バーを開始する前に、そのタブの「詳細設定を表示」をクリックし、「指定の日時に" +"Onion Serviceを開始」と「指定の日時にOnion Serviceを停止」の片方または両方に" +"チェックを入れて、希望日時を入力してください。" #: ../../source/advanced.rst:51 msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." -msgstr "今後開始する予定のサービスは、「共有を開始」ボタンをクリックするとカウントダウンタイマーが表示されます。今後停止する予定のサービスは、開始時にカウントダウンタイマーが表示されます。" +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." +msgstr "" +"今後開始する予定のサービスは、「共有を開始」ボタンをクリックするとカウントダ" +"ウンタイマーが表示されます。今後停止する予定のサービスは、開始時にカウントダ" +"ウンタイマーが表示されます。" #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." -msgstr "**OnionShareの自動開始の設定は「死者のスイッチ」として使用できます**。その場合、もし将来、あなたによりOnionShareの自動開始の設定が解除されなければ、指定の日時にサービスが公開されます。何もあなたの身に起こらなければ、サービスが開始する前に、これを中止することができます。" +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." +msgstr "" +"**OnionShareの自動開始の設定は「死者のスイッチ」として使用できます**。その場" +"合、もし将来、あなたによりOnionShareの自動開始の設定が解除されなければ、指定" +"の日時にサービスが公開されます。何もあなたの身に起こらなければ、サービスが開" +"始する前に、これを中止することができます。" #: ../../source/advanced.rst:60 msgid "" "**Scheduling an OnionShare service to automatically stop limits its " "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." -msgstr "**OnionShareのサービスの自動終了の設定は、サービスが公開される期間を限定できます**。古くなってしまう秘密の情報などを共有したい場合は、期間を選択、限定してこれを共有することができます。" +msgstr "" +"**OnionShareのサービスの自動終了の設定は、サービスが公開される期間を限定でき" +"ます**。古くなってしまう秘密の情報などを共有したい場合は、期間を選択、限定し" +"てこれを共有することができます。" #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -147,7 +174,9 @@ msgstr "コマンドライン・インターフェース" msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." -msgstr "グラフィカル・インターフェースに加えて、OnionShareにはコマンドライン・インターフェースがあります。" +msgstr "" +"グラフィカル・インターフェースに加えて、OnionShareにはコマンドライン・イン" +"ターフェースがあります。" #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -155,21 +184,27 @@ msgstr "CLI バージョンのインストール" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." -msgstr "Snap、macOS、または Windows パッケージをインストールしている場合、CLI バージョンはすでにインストールされています。" +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." +msgstr "" +"Snap、macOS、または Windows パッケージをインストールしている場合、CLI バー" +"ジョンはすでにインストールされています。" #: ../../source/advanced.rst:77 msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" -msgstr "あるいは、``pip3`` を使って OnionShare のコマンドライン版だけをインストールすることもできます。" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" +msgstr "" +"あるいは、``pip3`` を使って OnionShare のコマンドライン版だけをインストールす" +"ることもできます。" #: ../../source/advanced.rst:81 msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" -msgstr "``tor`` パッケージもインストールする必要があります。macOS の場合は ``brew install tor`` でインストールできます。" +msgstr "" +"``tor`` パッケージもインストールする必要があります。macOS の場合は ``brew " +"install tor`` でインストールできます。" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -177,14 +212,13 @@ msgstr "その後、次のコマンドを実行してください。" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"異なるOSでのインストールに関する情報については、Gitレポジトリにある\\ `コマンドラインREADMEファイル " -"`_\\" -" をご確認ください。" +"異なるOSでのインストールに関する情報については、Gitレポジトリにある\\ `コマン" +"ドラインREADMEファイル `_\\ をご確認ください。" #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -192,11 +226,11 @@ msgstr "Snap からの CLI の実行" #: ../../source/advanced.rst:92 msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Snap パッケージを使用して OnionShare をインストールした場合は、 ``onionshare.cli`` " -"を実行することで、コマンドラインインターフェイス版にアクセスできます。" +"Snap パッケージを使用して OnionShare をインストールした場合は、 ``onionshare." +"cli`` を実行することで、コマンドラインインターフェイス版にアクセスできます。" #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -204,8 +238,8 @@ msgstr "macOS からの CLI の実行" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" "ターミナルから ``/Applications/OnionShare.app/Contents/MacOS/onionshare-cli " "--help`` を実行します" @@ -218,15 +252,19 @@ msgstr "Windows からの CLI の実行" msgid "" "In the Windows installation, the executable ``onionshare-cli.exe`` is " "available." -msgstr "Windows でのインストールでは、実行ファイル ``onionshare-cli.exe`` が利用できます。" +msgstr "" +"Windows でのインストールでは、実行ファイル ``onionshare-cli.exe`` が利用でき" +"ます。" #: ../../source/advanced.rst:105 msgid "Usage" msgstr "使い方" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" -msgstr "コマンドラインのドキュメンテーションは ``onionshare --help`` で閲覧できます。" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" +msgstr "" +"コマンドラインのドキュメンテーションは ``onionshare --help`` で閲覧できます。" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -236,76 +274,80 @@ msgstr "systemd ユニットファイルとしての CLI の実行" msgid "" "It is possible to automatically start OnionShare from the CLI using a " "systemd unit file." -msgstr "systemd ユニットファイルを使用して、CLI から OnionShare を自動的に起動できます。" +msgstr "" +"systemd ユニットファイルを使用して、CLI から OnionShare を自動的に起動できま" +"す。" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." -msgstr "「永続」モードで動作していて、マシンを起動するたびに同じ Onion Service を起動したい場合には特に便利です。" +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." +msgstr "" +"「永続」モードで動作していて、マシンを起動するたびに同じ Onion Service を起動" +"したい場合には特に便利です。" #: ../../source/advanced.rst:176 msgid "To do this, you need to prepare some OnionShare json config first." -msgstr "これを行うには、最初にいくつかの OnionShare json 構成を準備する必要があります。" +msgstr "" +"これを行うには、最初にいくつかの OnionShare json 構成を準備する必要がありま" +"す。" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" -"これが OnionShare " -"のメイン設定です。この例では、``/home/user/.config/onionshare/onionshare.json`` " -"に保存されています。いくつかの設定を調整する必要があるかもしれませんが、すでに OnionShare " -"がインストールされている場合は、おそらく以下のようになります。" +"これが OnionShare のメイン設定です。この例では、``/home/user/.config/" +"onionshare/onionshare.json`` に保存されています。いくつかの設定を調整する必要" +"があるかもしれませんが、すでに OnionShare がインストールされている場合は、お" +"そらく以下のようになります。" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" -"「persistent_tabs」セクションに注目します。以下のようなファイルを " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json`` " -"に作成します。" +"「persistent_tabs」セクションに注目します。以下のようなファイルを ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json`` に作成します。" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" -"**この秘密鍵、service_id、client_auth " -"鍵を実際に使用しないでください!これらはあくまで例です。秘密鍵は絶対に誰とも共有しないでください**" +"**この秘密鍵、service_id、client_auth 鍵を実際に使用しないでください!これら" +"はあくまで例です。秘密鍵は絶対に誰とも共有しないでください**" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" -"Onion アドレスと秘密鍵を生成する最も簡単な方法は、まずデスクトップアプリで OnionShare " -"タブを「ピン留め」して、初めて共有を開始することです。これにより、永続的な設定が " -"``.config/onionshare/persistent/`` " -"フォルダにランダムな名前で保存されます。最初に生成したタブは固定解除できます。あるいは、そのままにしておいて、以下の systemd " -"ユニットファイルでその永続ファイルを使用することもできます。" +"Onion アドレスと秘密鍵を生成する最も簡単な方法は、まずデスクトップアプリで " +"OnionShare タブを「ピン留め」して、初めて共有を開始することです。これにより、" +"永続的な設定が ``.config/onionshare/persistent/`` フォルダにランダムな名前で" +"保存されます。最初に生成したタブは固定解除できます。あるいは、そのままにして" +"おいて、以下の systemd ユニットファイルでその永続ファイルを使用することもでき" +"ます。" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" -"これで、``/etc/systemd/system/onionshare-cli.service`` に systemd " -"ユニットファイルを作成できます。User と Group を自分のユーザー/グループに調整し、onionshare-cli バイナリへのパスや " -"JSON 設定と共有へのパスも変更してください。" +"これで、``/etc/systemd/system/onionshare-cli.service`` に systemd ユニット" +"ファイルを作成できます。User と Group を自分のユーザー/グループに調整し、" +"onionshare-cli バイナリへのパスや JSON 設定と共有へのパスも変更してください。" #: ../../source/advanced.rst:253 msgid "The systemd unit file should look like this::" @@ -314,38 +356,37 @@ msgstr "systemd ユニットファイルは以下のようになります。" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" "``/home/user/my-shared-file.txt`` は ``my-persistent-onion.json`` ファイルの " -"``filenames`` セクションで定義されていますが、onionshare-cli コマンドの引数として指定する必要があります。" +"``filenames`` セクションで定義されていますが、onionshare-cli コマンドの引数と" +"して指定する必要があります。" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." -msgstr "ユニットファイルを作成した後、必ず ``sudo systemctl daemon-reload`` を実行してください。" +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." +msgstr "" +"ユニットファイルを作成した後、必ず ``sudo systemctl daemon-reload`` を実行し" +"てください。" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" -"これで ``sudo systemctl start onionshare-cli.service`` " -"を実行できます。``journalctl`` がインストールされている場合は、``sudo journalctl -f -t " +"これで ``sudo systemctl start onionshare-cli.service`` を実行できます。" +"``journalctl`` がインストールされている場合は、``sudo journalctl -f -t " "onionshare-cli`` を実行すると、以下のようにサービスの出力が表示されます。" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" -"ユーザーに秘密鍵を使わせたくない場合は、my-persistent-onion.json ファイルの ``general`` 設定で " -"``public`` を ``true`` に設定します。" +"ユーザーに秘密鍵を使わせたくない場合は、my-persistent-onion.json ファイルの " +"``general`` 設定で ``public`` を ``true`` に設定します。" #: ../../source/advanced.rst:286 msgid "Keyboard Shortcuts" @@ -355,7 +396,9 @@ msgstr "キーボードのショートカット" msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" -msgstr "OnionShareのデスクトップアプリケーションには、利便性とアクセシビリティーの観点から、いくつかのキーボードショートカットがあります。" +msgstr "" +"OnionShareのデスクトップアプリケーションには、利便性とアクセシビリティーの観" +"点から、いくつかのキーボードショートカットがあります。" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -368,19 +411,21 @@ msgstr "OnionShare データを別のコンピューターに移行する" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" -"別のコンピューターに乗り換えるときに、OnionShare のデータを移行したい場合もあるはずです。これは、「永続的な」Onion " -"アドレスがあり、それを保持したい場合に特に当てはまるでしょう。" +"別のコンピューターに乗り換えるときに、OnionShare のデータを移行したい場合もあ" +"るはずです。これは、「永続的な」Onion アドレスがあり、それを保持したい場合に" +"特に当てはまるでしょう。" #: ../../source/advanced.rst:307 msgid "" "OnionShare stores all such data in a specific folder. Copy the relevant " "folder for your operating system below, to your new computer:" msgstr "" -"OnionShare " -"は、このようなデータをすべて特定のフォルダーに保存します。次のオペレーティングシステムに対応するフォルダーを新しいコンピューターにコピーします。" +"OnionShare は、このようなデータをすべて特定のフォルダーに保存します。次のオペ" +"レーティングシステムに対応するフォルダーを新しいコンピューターにコピーしま" +"す。" #: ../../source/advanced.rst:309 msgid "Linux: ``~/.config/onionshare``" @@ -400,9 +445,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -452,7 +497,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -461,8 +507,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -537,8 +583,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -568,9 +614,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -595,10 +640,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -607,8 +652,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -618,8 +663,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -629,8 +674,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -642,11 +687,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -674,9 +717,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -685,9 +728,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -696,9 +738,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -707,8 +749,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -729,7 +771,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -738,8 +781,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -752,8 +794,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -762,9 +804,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -773,8 +814,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -787,8 +828,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -818,9 +859,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -829,8 +870,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -850,8 +891,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -868,8 +909,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -882,8 +922,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -892,8 +932,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -922,8 +962,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -944,61 +984,43 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." -#~ msgstr "OnionShareのデフォルト設定では、全ての機能は一時的です。OnionShareタブを閉じると、そのアドレスは消えて再びに使えません。場合によっては永続的なOnionShareサービスが必要かもしれない。例えばパソコンを再起動しても、永続的なアドレスでOnionShareウェブサイトをホストしたい場合には役立つでしょう。" - -#~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting the server. When " -#~ "a tab is saved a purple pin " -#~ "icon appears to the left of its" -#~ " server status." -#~ msgstr "タブを永続的にするのに、サービスを実行する前に「このタブを保存し、OnionShareがスタートアップの時に自動的に開く」というボックスをチェックする。保存された場合、紫色のピンはタブの左側に表示されます。" - -#~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "サービスを将来に起動するよう設定した場合、「 共有を開始 " -#~ "」ボタンをクリックすると開始時間までの減算カウンターが表示されます。将来に停止するよう設定した場合、「 共有を開始 " -#~ "」ボタンをクリックすると普通に開始して、停止する時間までの減算カウンターは表示されます。" +#~ "OnionShareのデフォルト設定では、全ての機能は一時的です。OnionShareタブを閉" +#~ "じると、そのアドレスは消えて再びに使えません。場合によっては永続的な" +#~ "OnionShareサービスが必要かもしれない。例えばパソコンを再起動しても、永続的" +#~ "なアドレスでOnionShareウェブサイトをホストしたい場合には役立つでしょう。" #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting the server. When a " +#~ "tab is saved a purple pin icon appears to the left of its server status." #~ msgstr "" -#~ "**自動的な起動を予定することで、OnionShareのサービスを「デッドマン装置」として使えます。** " -#~ "最悪の事態が起きた場合、特定時間にサービスは自動的に立ち上がります。何も起きなかったら、立ち上がる時点の前に停止できます。" +#~ "タブを永続的にするのに、サービスを実行する前に「このタブを保存し、" +#~ "OnionShareがスタートアップの時に自動的に開く」というボックスをチェックす" +#~ "る。保存された場合、紫色のピンはタブの左側に表示されます。" #~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" +#~ "サービスを将来に起動するよう設定した場合、「 共有を開始 」ボタンをクリック" +#~ "すると開始時間までの減算カウンターが表示されます。将来に停止するよう設定し" +#~ "た場合、「 共有を開始 」ボタンをクリックすると普通に開始して、停止する時間" +#~ "までの減算カウンターは表示されます。" +#~ msgid "" +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." +#~ msgstr "" +#~ "**自動的な起動を予定することで、OnionShareのサービスを「デッドマン装置」と" +#~ "して使えます。** 最悪の事態が起きた場合、特定時間にサービスは自動的に立ち" +#~ "上がります。何も起きなかったら、立ち上がる時点の前に停止できます。" diff --git a/docs/source/locale/ja/LC_MESSAGES/develop.po b/docs/source/locale/ja/LC_MESSAGES/develop.po index 5592d072..444d8458 100644 --- a/docs/source/locale/ja/LC_MESSAGES/develop.po +++ b/docs/source/locale/ja/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Himmel \n" "Language-Team: ja \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/features.po b/docs/source/locale/ja/LC_MESSAGES/features.po index 929f8e86..22327801 100644 --- a/docs/source/locale/ja/LC_MESSAGES/features.po +++ b/docs/source/locale/ja/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Himmel \n" "Language-Team: ja \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/help.po b/docs/source/locale/ja/LC_MESSAGES/help.po index f630c1bd..075b9d5b 100644 --- a/docs/source/locale/ja/LC_MESSAGES/help.po +++ b/docs/source/locale/ja/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-27 18:05+0000\n" "Last-Translator: Suguru Hirahara \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/index.po b/docs/source/locale/ja/LC_MESSAGES/index.po index 387ca462..6b164ff2 100644 --- a/docs/source/locale/ja/LC_MESSAGES/index.po +++ b/docs/source/locale/ja/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-23 09:55+0000\n" "Last-Translator: Himmel \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/install.po b/docs/source/locale/ja/LC_MESSAGES/install.po index e7e78bc8..aa512ce2 100644 --- a/docs/source/locale/ja/LC_MESSAGES/install.po +++ b/docs/source/locale/ja/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" "Last-Translator: Himmel \n" "Language-Team: ja \n" @@ -43,7 +43,7 @@ msgstr "モバイル" msgid "You can download OnionShare for Mobile from the follow links" msgstr "モバイル版 OnionShare は、以下のリンクからダウンロードできます。" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -390,10 +390,11 @@ msgid "" "Packages are signed by the core developer who is responsible for the " "particular release. Here is the GPG key information for each of the core " "developers of OnionShare:" -msgstr "パッケージは、特定のリリースを担当するコア開発者によって署名されます。" +msgstr "" +"パッケージは、特定のリリースを担当するコア開発者によって署名されます。" "OnionShare の各コア開発者の GPG 鍵情報は次のとおりです。" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -413,7 +414,7 @@ msgstr "" "v1/by-fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_\\ からダウン" "ロードできます。" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -433,14 +434,15 @@ msgstr "" "vks/v1/by-fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_\\ からダウ" "ンロードできます。" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Miguel Jacq:" #: ../../source/install.rst:129 msgid "" "PGP public key fingerprint ``00AE817C24A10C2540461A9C1D7CDE0234DB458D``." -msgstr "PGP 公開鍵のフィンガープリント ``00AE817C24A10C2540461A9C1D7CDE0234DB458D``." +msgstr "" +"PGP 公開鍵のフィンガープリント ``00AE817C24A10C2540461A9C1D7CDE0234DB458D``." #: ../../source/install.rst:130 msgid "" @@ -449,8 +451,8 @@ msgid "" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" "Miguel の鍵は keys.openpgp.org の`鍵サーバー `_ " -"からダウンロードできます。" +"v1/by-fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_ からダウンロー" +"ドできます。" #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/ja/LC_MESSAGES/security.po b/docs/source/locale/ja/LC_MESSAGES/security.po index bf4a23e1..e9a30081 100644 --- a/docs/source/locale/ja/LC_MESSAGES/security.po +++ b/docs/source/locale/ja/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Himmel \n" "Language-Team: ja \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/sphinx.po b/docs/source/locale/ja/LC_MESSAGES/sphinx.po index ca0f7491..ee6fa0f3 100644 --- a/docs/source/locale/ja/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ja/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-12-10 02:52+0000\n" "Last-Translator: Taro Tanaka \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ja/LC_MESSAGES/tor.po b/docs/source/locale/ja/LC_MESSAGES/tor.po index de671173..0be8b6a0 100644 --- a/docs/source/locale/ja/LC_MESSAGES/tor.po +++ b/docs/source/locale/ja/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-23 09:55+0000\n" "Last-Translator: Himmel \n" "Language-Team: ja \n" diff --git a/docs/source/locale/ka/LC_MESSAGES/advanced.po b/docs/source/locale/ka/LC_MESSAGES/advanced.po index 29bc281b..dc16dc60 100644 --- a/docs/source/locale/ka/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ka/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ka/LC_MESSAGES/develop.po b/docs/source/locale/ka/LC_MESSAGES/develop.po index ad02a813..4b071e70 100644 --- a/docs/source/locale/ka/LC_MESSAGES/develop.po +++ b/docs/source/locale/ka/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/features.po b/docs/source/locale/ka/LC_MESSAGES/features.po index bef8c715..60a44704 100644 --- a/docs/source/locale/ka/LC_MESSAGES/features.po +++ b/docs/source/locale/ka/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/help.po b/docs/source/locale/ka/LC_MESSAGES/help.po index f9125674..dc78dfbf 100644 --- a/docs/source/locale/ka/LC_MESSAGES/help.po +++ b/docs/source/locale/ka/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/index.po b/docs/source/locale/ka/LC_MESSAGES/index.po index 0f0d893f..225b2138 100644 --- a/docs/source/locale/ka/LC_MESSAGES/index.po +++ b/docs/source/locale/ka/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/install.po b/docs/source/locale/ka/LC_MESSAGES/install.po index a08cd41e..dfbbc4a5 100644 --- a/docs/source/locale/ka/LC_MESSAGES/install.po +++ b/docs/source/locale/ka/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ka/LC_MESSAGES/security.po b/docs/source/locale/ka/LC_MESSAGES/security.po index 271c2398..3b1db208 100644 --- a/docs/source/locale/ka/LC_MESSAGES/security.po +++ b/docs/source/locale/ka/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/sphinx.po b/docs/source/locale/ka/LC_MESSAGES/sphinx.po index 87867e1f..57a217dd 100644 --- a/docs/source/locale/ka/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ka/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ka/LC_MESSAGES/tor.po b/docs/source/locale/ka/LC_MESSAGES/tor.po index a3946525..62d8eeea 100644 --- a/docs/source/locale/ka/LC_MESSAGES/tor.po +++ b/docs/source/locale/ka/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-22 11:39+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: none\n" diff --git a/docs/source/locale/kab/LC_MESSAGES/features.po b/docs/source/locale/kab/LC_MESSAGES/features.po index 07bbadd4..b7bd6fd0 100644 --- a/docs/source/locale/kab/LC_MESSAGES/features.po +++ b/docs/source/locale/kab/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-08 14:02+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: none\n" diff --git a/docs/source/locale/kab/LC_MESSAGES/index.po b/docs/source/locale/kab/LC_MESSAGES/index.po index 34739c66..a564bda4 100644 --- a/docs/source/locale/kab/LC_MESSAGES/index.po +++ b/docs/source/locale/kab/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-16 16:27+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: none\n" diff --git a/docs/source/locale/kab/LC_MESSAGES/install.po b/docs/source/locale/kab/LC_MESSAGES/install.po index 1f503e0f..45d7f699 100644 --- a/docs/source/locale/kab/LC_MESSAGES/install.po +++ b/docs/source/locale/kab/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-16 16:27+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -316,7 +316,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -332,7 +332,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -348,7 +348,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/kab/LC_MESSAGES/security.po b/docs/source/locale/kab/LC_MESSAGES/security.po index 661d6c33..f50d8a3b 100644 --- a/docs/source/locale/kab/LC_MESSAGES/security.po +++ b/docs/source/locale/kab/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/advanced.po b/docs/source/locale/km/LC_MESSAGES/advanced.po index 0ea0a859..97d38062 100644 --- a/docs/source/locale/km/LC_MESSAGES/advanced.po +++ b/docs/source/locale/km/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2022-02-26 08:56+0000\n" "Last-Translator: Sophat CHY \n" "Language-Team: none\n" @@ -381,6 +381,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/km/LC_MESSAGES/develop.po b/docs/source/locale/km/LC_MESSAGES/develop.po index 98f641d5..c16b2f1a 100644 --- a/docs/source/locale/km/LC_MESSAGES/develop.po +++ b/docs/source/locale/km/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/features.po b/docs/source/locale/km/LC_MESSAGES/features.po index 0c4a59c3..4c208167 100644 --- a/docs/source/locale/km/LC_MESSAGES/features.po +++ b/docs/source/locale/km/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/help.po b/docs/source/locale/km/LC_MESSAGES/help.po index c3502b14..0cd8a0ee 100644 --- a/docs/source/locale/km/LC_MESSAGES/help.po +++ b/docs/source/locale/km/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-02-24 10:02+0000\n" "Last-Translator: Rasy Chum \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/index.po b/docs/source/locale/km/LC_MESSAGES/index.po index f9b57160..14b55caa 100644 --- a/docs/source/locale/km/LC_MESSAGES/index.po +++ b/docs/source/locale/km/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-02-23 17:08+0000\n" "Last-Translator: Rasy Chum \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/install.po b/docs/source/locale/km/LC_MESSAGES/install.po index 248e22d5..ce7e8609 100644 --- a/docs/source/locale/km/LC_MESSAGES/install.po +++ b/docs/source/locale/km/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-16 18:02+0000\n" "Last-Translator: Edeth Meng \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -349,7 +349,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -370,7 +370,7 @@ msgstr "" "អ្នកអាចទាញយកកូនសោរបស់ Micah ពី `keys.openpgp.org keyserver `_។" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -386,7 +386,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/km/LC_MESSAGES/security.po b/docs/source/locale/km/LC_MESSAGES/security.po index 309fed3b..e6604f28 100644 --- a/docs/source/locale/km/LC_MESSAGES/security.po +++ b/docs/source/locale/km/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-16 13:01+0000\n" "Last-Translator: Edeth Meng \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/sphinx.po b/docs/source/locale/km/LC_MESSAGES/sphinx.po index 10f8ee10..7c310ea4 100644 --- a/docs/source/locale/km/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/km/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-02-20 14:56+0000\n" "Last-Translator: Moses Ngeth \n" "Language-Team: none\n" diff --git a/docs/source/locale/km/LC_MESSAGES/tor.po b/docs/source/locale/km/LC_MESSAGES/tor.po index 12531d97..fceaa1b5 100644 --- a/docs/source/locale/km/LC_MESSAGES/tor.po +++ b/docs/source/locale/km/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-03 17:52+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/ko/LC_MESSAGES/advanced.po b/docs/source/locale/ko/LC_MESSAGES/advanced.po index b70c62c1..ae2f11a4 100644 --- a/docs/source/locale/ko/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ko/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-08-23 01:09+0000\n" "Last-Translator: Assem Askarova \n" @@ -402,3 +402,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ko/LC_MESSAGES/develop.po b/docs/source/locale/ko/LC_MESSAGES/develop.po index dfdc0c8d..dca0a9a3 100644 --- a/docs/source/locale/ko/LC_MESSAGES/develop.po +++ b/docs/source/locale/ko/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-21 10:30+0000\n" "Last-Translator: Assem Askarova \n" diff --git a/docs/source/locale/ko/LC_MESSAGES/features.po b/docs/source/locale/ko/LC_MESSAGES/features.po index 44bfc4cc..a07826c7 100644 --- a/docs/source/locale/ko/LC_MESSAGES/features.po +++ b/docs/source/locale/ko/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ko/LC_MESSAGES/help.po b/docs/source/locale/ko/LC_MESSAGES/help.po index f847c0e0..a5880ef5 100644 --- a/docs/source/locale/ko/LC_MESSAGES/help.po +++ b/docs/source/locale/ko/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-19 10:07+0000\n" "Last-Translator: 이정희 \n" "Language-Team: none\n" diff --git a/docs/source/locale/ko/LC_MESSAGES/index.po b/docs/source/locale/ko/LC_MESSAGES/index.po index 00bf93d7..2d346e2c 100644 --- a/docs/source/locale/ko/LC_MESSAGES/index.po +++ b/docs/source/locale/ko/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-21 10:30+0000\n" "Last-Translator: Assem Askarova \n" diff --git a/docs/source/locale/ko/LC_MESSAGES/install.po b/docs/source/locale/ko/LC_MESSAGES/install.po index 7dbb20b3..0c35465f 100644 --- a/docs/source/locale/ko/LC_MESSAGES/install.po +++ b/docs/source/locale/ko/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-22 00:52+0000\n" "Last-Translator: Assem Askarova \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "안드로이드" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -326,7 +326,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -348,7 +348,7 @@ msgstr "" "openpgp.org/vks/v1/by-fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_" "에서 다운로드할 수 있습니다." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -364,7 +364,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ko/LC_MESSAGES/security.po b/docs/source/locale/ko/LC_MESSAGES/security.po index 24b51fb8..98c21d33 100644 --- a/docs/source/locale/ko/LC_MESSAGES/security.po +++ b/docs/source/locale/ko/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-19 10:07+0000\n" "Last-Translator: 이정희 \n" "Language-Team: none\n" diff --git a/docs/source/locale/ko/LC_MESSAGES/sphinx.po b/docs/source/locale/ko/LC_MESSAGES/sphinx.po index 64e1cd98..fd02a23c 100644 --- a/docs/source/locale/ko/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ko/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-19 10:07+0000\n" "Last-Translator: 이정희 \n" "Language-Team: none\n" diff --git a/docs/source/locale/ko/LC_MESSAGES/tor.po b/docs/source/locale/ko/LC_MESSAGES/tor.po index 04bb0101..d5fcb708 100644 --- a/docs/source/locale/ko/LC_MESSAGES/tor.po +++ b/docs/source/locale/ko/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-21 10:30+0000\n" "Last-Translator: Assem Askarova \n" diff --git a/docs/source/locale/lg/LC_MESSAGES/advanced.po b/docs/source/locale/lg/LC_MESSAGES/advanced.po index 26d5d235..18b1810a 100644 --- a/docs/source/locale/lg/LC_MESSAGES/advanced.po +++ b/docs/source/locale/lg/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/lg/LC_MESSAGES/develop.po b/docs/source/locale/lg/LC_MESSAGES/develop.po index 9dd74836..01352d23 100644 --- a/docs/source/locale/lg/LC_MESSAGES/develop.po +++ b/docs/source/locale/lg/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/features.po b/docs/source/locale/lg/LC_MESSAGES/features.po index b4d88229..ee3b47b4 100644 --- a/docs/source/locale/lg/LC_MESSAGES/features.po +++ b/docs/source/locale/lg/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/help.po b/docs/source/locale/lg/LC_MESSAGES/help.po index a0836aba..638d4957 100644 --- a/docs/source/locale/lg/LC_MESSAGES/help.po +++ b/docs/source/locale/lg/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/index.po b/docs/source/locale/lg/LC_MESSAGES/index.po index bb793dbb..60e20224 100644 --- a/docs/source/locale/lg/LC_MESSAGES/index.po +++ b/docs/source/locale/lg/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/install.po b/docs/source/locale/lg/LC_MESSAGES/install.po index 142c613c..be0fae74 100644 --- a/docs/source/locale/lg/LC_MESSAGES/install.po +++ b/docs/source/locale/lg/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/lg/LC_MESSAGES/security.po b/docs/source/locale/lg/LC_MESSAGES/security.po index 66eabaa9..fbaf7916 100644 --- a/docs/source/locale/lg/LC_MESSAGES/security.po +++ b/docs/source/locale/lg/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/sphinx.po b/docs/source/locale/lg/LC_MESSAGES/sphinx.po index 7b03ee97..13728566 100644 --- a/docs/source/locale/lg/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/lg/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lg/LC_MESSAGES/tor.po b/docs/source/locale/lg/LC_MESSAGES/tor.po index 56891e46..95aec834 100644 --- a/docs/source/locale/lg/LC_MESSAGES/tor.po +++ b/docs/source/locale/lg/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/advanced.po b/docs/source/locale/lt/LC_MESSAGES/advanced.po index 31a533b4..40b9c036 100644 --- a/docs/source/locale/lt/LC_MESSAGES/advanced.po +++ b/docs/source/locale/lt/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/lt/LC_MESSAGES/develop.po b/docs/source/locale/lt/LC_MESSAGES/develop.po index ddec50c0..c2e1b837 100644 --- a/docs/source/locale/lt/LC_MESSAGES/develop.po +++ b/docs/source/locale/lt/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/features.po b/docs/source/locale/lt/LC_MESSAGES/features.po index d8c5b6a2..96b4e82f 100644 --- a/docs/source/locale/lt/LC_MESSAGES/features.po +++ b/docs/source/locale/lt/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/help.po b/docs/source/locale/lt/LC_MESSAGES/help.po index 3a4ab99c..da05fc64 100644 --- a/docs/source/locale/lt/LC_MESSAGES/help.po +++ b/docs/source/locale/lt/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/index.po b/docs/source/locale/lt/LC_MESSAGES/index.po index f6ff7431..7a2c951e 100644 --- a/docs/source/locale/lt/LC_MESSAGES/index.po +++ b/docs/source/locale/lt/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/install.po b/docs/source/locale/lt/LC_MESSAGES/install.po index eb5baa71..8d53f09d 100644 --- a/docs/source/locale/lt/LC_MESSAGES/install.po +++ b/docs/source/locale/lt/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-12 17:11+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -327,7 +327,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -349,7 +349,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -365,7 +365,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/lt/LC_MESSAGES/security.po b/docs/source/locale/lt/LC_MESSAGES/security.po index cebeee48..ac25d64c 100644 --- a/docs/source/locale/lt/LC_MESSAGES/security.po +++ b/docs/source/locale/lt/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/sphinx.po b/docs/source/locale/lt/LC_MESSAGES/sphinx.po index d3e43e82..daf25abb 100644 --- a/docs/source/locale/lt/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/lt/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/lt/LC_MESSAGES/tor.po b/docs/source/locale/lt/LC_MESSAGES/tor.po index 3e5bc20f..200d270f 100644 --- a/docs/source/locale/lt/LC_MESSAGES/tor.po +++ b/docs/source/locale/lt/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/advanced.po b/docs/source/locale/mk/LC_MESSAGES/advanced.po index 7ef44ecd..a3fcd29c 100644 --- a/docs/source/locale/mk/LC_MESSAGES/advanced.po +++ b/docs/source/locale/mk/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/mk/LC_MESSAGES/develop.po b/docs/source/locale/mk/LC_MESSAGES/develop.po index fc53c88c..caec3ea8 100644 --- a/docs/source/locale/mk/LC_MESSAGES/develop.po +++ b/docs/source/locale/mk/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/features.po b/docs/source/locale/mk/LC_MESSAGES/features.po index ba5a682f..4c0961bc 100644 --- a/docs/source/locale/mk/LC_MESSAGES/features.po +++ b/docs/source/locale/mk/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/help.po b/docs/source/locale/mk/LC_MESSAGES/help.po index 1f382a9b..0bb8f04f 100644 --- a/docs/source/locale/mk/LC_MESSAGES/help.po +++ b/docs/source/locale/mk/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/index.po b/docs/source/locale/mk/LC_MESSAGES/index.po index 6f9eed75..29792a83 100644 --- a/docs/source/locale/mk/LC_MESSAGES/index.po +++ b/docs/source/locale/mk/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/install.po b/docs/source/locale/mk/LC_MESSAGES/install.po index e1ab4f38..538e6eba 100644 --- a/docs/source/locale/mk/LC_MESSAGES/install.po +++ b/docs/source/locale/mk/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/mk/LC_MESSAGES/security.po b/docs/source/locale/mk/LC_MESSAGES/security.po index 0496d81b..4c4d9657 100644 --- a/docs/source/locale/mk/LC_MESSAGES/security.po +++ b/docs/source/locale/mk/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/sphinx.po b/docs/source/locale/mk/LC_MESSAGES/sphinx.po index 4a373652..3bcdda2f 100644 --- a/docs/source/locale/mk/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/mk/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/mk/LC_MESSAGES/tor.po b/docs/source/locale/mk/LC_MESSAGES/tor.po index b4cb9f3b..4e5a92b2 100644 --- a/docs/source/locale/mk/LC_MESSAGES/tor.po +++ b/docs/source/locale/mk/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/advanced.po b/docs/source/locale/ms/LC_MESSAGES/advanced.po index a62b74ab..0466cf7d 100644 --- a/docs/source/locale/ms/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ms/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ms/LC_MESSAGES/develop.po b/docs/source/locale/ms/LC_MESSAGES/develop.po index e148b36e..628d2927 100644 --- a/docs/source/locale/ms/LC_MESSAGES/develop.po +++ b/docs/source/locale/ms/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/features.po b/docs/source/locale/ms/LC_MESSAGES/features.po index 433fab31..b206a7cf 100644 --- a/docs/source/locale/ms/LC_MESSAGES/features.po +++ b/docs/source/locale/ms/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/help.po b/docs/source/locale/ms/LC_MESSAGES/help.po index 18ccb1f4..6f3bbd89 100644 --- a/docs/source/locale/ms/LC_MESSAGES/help.po +++ b/docs/source/locale/ms/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/index.po b/docs/source/locale/ms/LC_MESSAGES/index.po index 83d589c6..9d7b2287 100644 --- a/docs/source/locale/ms/LC_MESSAGES/index.po +++ b/docs/source/locale/ms/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/install.po b/docs/source/locale/ms/LC_MESSAGES/install.po index e6790c41..15fc25f3 100644 --- a/docs/source/locale/ms/LC_MESSAGES/install.po +++ b/docs/source/locale/ms/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ms/LC_MESSAGES/security.po b/docs/source/locale/ms/LC_MESSAGES/security.po index 14b46731..cd254896 100644 --- a/docs/source/locale/ms/LC_MESSAGES/security.po +++ b/docs/source/locale/ms/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/sphinx.po b/docs/source/locale/ms/LC_MESSAGES/sphinx.po index a82a40b6..fd117db0 100644 --- a/docs/source/locale/ms/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ms/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ms/LC_MESSAGES/tor.po b/docs/source/locale/ms/LC_MESSAGES/tor.po index 59e2b853..6de6d1bd 100644 --- a/docs/source/locale/ms/LC_MESSAGES/tor.po +++ b/docs/source/locale/ms/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/advanced.po b/docs/source/locale/nb_NO/LC_MESSAGES/advanced.po index 0303fb47..0df4a981 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/advanced.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2022-10-09 21:13+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" @@ -420,6 +420,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "Turn Off Passwords" #~ msgstr "Skru av passord" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/develop.po b/docs/source/locale/nb_NO/LC_MESSAGES/develop.po index df9e9f6a..0b7492e1 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/develop.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/features.po b/docs/source/locale/nb_NO/LC_MESSAGES/features.po index daef3fed..8590d3aa 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/features.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-02-14 08:55+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/help.po b/docs/source/locale/nb_NO/LC_MESSAGES/help.po index e5ff752d..fb8dee67 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/help.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-21 19:11+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/index.po b/docs/source/locale/nb_NO/LC_MESSAGES/index.po index d48c03e2..66f589b2 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/index.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-19 08:28+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/install.po b/docs/source/locale/nb_NO/LC_MESSAGES/install.po index 2316c37b..03771401 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/install.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-14 03:02+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -373,7 +373,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -395,7 +395,7 @@ msgstr "" "`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -411,7 +411,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/security.po b/docs/source/locale/nb_NO/LC_MESSAGES/security.po index 7f464b27..3d5ebaa9 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/security.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-09 21:13+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/sphinx.po b/docs/source/locale/nb_NO/LC_MESSAGES/sphinx.po index f62e269f..152ae8ed 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-19 08:28+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: none\n" diff --git a/docs/source/locale/nb_NO/LC_MESSAGES/tor.po b/docs/source/locale/nb_NO/LC_MESSAGES/tor.po index 365b5468..12c3c962 100644 --- a/docs/source/locale/nb_NO/LC_MESSAGES/tor.po +++ b/docs/source/locale/nb_NO/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-02 11:21+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/nl/LC_MESSAGES/advanced.po b/docs/source/locale/nl/LC_MESSAGES/advanced.po index 736ea915..fa10ca63 100644 --- a/docs/source/locale/nl/LC_MESSAGES/advanced.po +++ b/docs/source/locale/nl/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-01-31 18:46+0000\n" "Last-Translator: Lucrezia \n" "Language-Team: LANGUAGE \n" @@ -343,3 +343,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/nl/LC_MESSAGES/develop.po b/docs/source/locale/nl/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/nl/LC_MESSAGES/develop.po +++ b/docs/source/locale/nl/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/features.po b/docs/source/locale/nl/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/nl/LC_MESSAGES/features.po +++ b/docs/source/locale/nl/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/help.po b/docs/source/locale/nl/LC_MESSAGES/help.po index d9e34e0e..9ff350ed 100644 --- a/docs/source/locale/nl/LC_MESSAGES/help.po +++ b/docs/source/locale/nl/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-05-14 19:05+0000\n" "Last-Translator: nocturnalfilth \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/index.po b/docs/source/locale/nl/LC_MESSAGES/index.po index 3fc75fed..ae7bf83f 100644 --- a/docs/source/locale/nl/LC_MESSAGES/index.po +++ b/docs/source/locale/nl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-05-14 13:32+0000\n" "Last-Translator: nocturnalfilth \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/install.po b/docs/source/locale/nl/LC_MESSAGES/install.po index 148f517a..a018206b 100644 --- a/docs/source/locale/nl/LC_MESSAGES/install.po +++ b/docs/source/locale/nl/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-01-31 18:46+0000\n" "Last-Translator: Lucrezia \n" "Language-Team: LANGUAGE \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -334,7 +334,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -356,7 +356,7 @@ msgstr "" "downloaden `van de keys.openpgp.org keyserver `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -372,7 +372,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/nl/LC_MESSAGES/security.po b/docs/source/locale/nl/LC_MESSAGES/security.po index 4b1f0a06..cdddba7f 100644 --- a/docs/source/locale/nl/LC_MESSAGES/security.po +++ b/docs/source/locale/nl/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-01-31 18:46+0000\n" "Last-Translator: Lucrezia \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/sphinx.po b/docs/source/locale/nl/LC_MESSAGES/sphinx.po index a4bcd357..1865c8cf 100644 --- a/docs/source/locale/nl/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/nl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-05-14 13:32+0000\n" "Last-Translator: nocturnalfilth \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/nl/LC_MESSAGES/tor.po b/docs/source/locale/nl/LC_MESSAGES/tor.po index daa2e2ef..9eaf8eaa 100644 --- a/docs/source/locale/nl/LC_MESSAGES/tor.po +++ b/docs/source/locale/nl/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pa/LC_MESSAGES/advanced.po b/docs/source/locale/pa/LC_MESSAGES/advanced.po index 8b968a33..c59d9ca9 100644 --- a/docs/source/locale/pa/LC_MESSAGES/advanced.po +++ b/docs/source/locale/pa/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/pa/LC_MESSAGES/develop.po b/docs/source/locale/pa/LC_MESSAGES/develop.po index 46bfbcda..1d4cd2ec 100644 --- a/docs/source/locale/pa/LC_MESSAGES/develop.po +++ b/docs/source/locale/pa/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/features.po b/docs/source/locale/pa/LC_MESSAGES/features.po index c2dcc6de..f2058d9d 100644 --- a/docs/source/locale/pa/LC_MESSAGES/features.po +++ b/docs/source/locale/pa/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/help.po b/docs/source/locale/pa/LC_MESSAGES/help.po index 9c59b7a6..efbf7718 100644 --- a/docs/source/locale/pa/LC_MESSAGES/help.po +++ b/docs/source/locale/pa/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/index.po b/docs/source/locale/pa/LC_MESSAGES/index.po index c77f1743..941b91d3 100644 --- a/docs/source/locale/pa/LC_MESSAGES/index.po +++ b/docs/source/locale/pa/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/install.po b/docs/source/locale/pa/LC_MESSAGES/install.po index 8c8dec59..44750e4a 100644 --- a/docs/source/locale/pa/LC_MESSAGES/install.po +++ b/docs/source/locale/pa/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/pa/LC_MESSAGES/security.po b/docs/source/locale/pa/LC_MESSAGES/security.po index 44442c4d..2e61e07f 100644 --- a/docs/source/locale/pa/LC_MESSAGES/security.po +++ b/docs/source/locale/pa/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/sphinx.po b/docs/source/locale/pa/LC_MESSAGES/sphinx.po index 71ed61c8..7de7a392 100644 --- a/docs/source/locale/pa/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/pa/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pa/LC_MESSAGES/tor.po b/docs/source/locale/pa/LC_MESSAGES/tor.po index 2d214de5..330ba5b3 100644 --- a/docs/source/locale/pa/LC_MESSAGES/tor.po +++ b/docs/source/locale/pa/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/peo/LC_MESSAGES/install.po b/docs/source/locale/peo/LC_MESSAGES/install.po index 76335d6e..bd3d4d87 100644 --- a/docs/source/locale/peo/LC_MESSAGES/install.po +++ b/docs/source/locale/peo/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/peo/LC_MESSAGES/sphinx.po b/docs/source/locale/peo/LC_MESSAGES/sphinx.po index 2b3e7d0f..e8fed755 100644 --- a/docs/source/locale/peo/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/peo/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/pl/LC_MESSAGES/advanced.po b/docs/source/locale/pl/LC_MESSAGES/advanced.po index 6140b238..68823d2f 100644 --- a/docs/source/locale/pl/LC_MESSAGES/advanced.po +++ b/docs/source/locale/pl/LC_MESSAGES/advanced.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Matthaiks \n" -"Language: pl\n" "Language-Team: pl \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " -"(n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: pl\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -30,13 +30,13 @@ msgstr "Zapisywanie Kart" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Zamykanie hostowanych kart OnionShare niszczy je, uniemożliwiając ponowne" -" użycie. Stale hostowane strony internetowe są dostępne pod tym samym " -"adresem, nawet jeśli komputer, z którego są udostępniane, zostanie " -"ponownie uruchomiony." +"Zamykanie hostowanych kart OnionShare niszczy je, uniemożliwiając ponowne " +"użycie. Stale hostowane strony internetowe są dostępne pod tym samym " +"adresem, nawet jeśli komputer, z którego są udostępniane, zostanie ponownie " +"uruchomiony." #: ../../source/advanced.rst:12 msgid "" @@ -48,20 +48,19 @@ msgstr "" #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "Podczas otwierania OnionShare Twoje zapisane karty z poprzedniej sesji " -"zaczną się otwierać. Każda usługa może być następnie uruchomiona ręcznie " -"i będzie dostępna pod tym samym adresem OnionShare, będzie chroniona tym " -"samym kluczem prywatnym." +"zaczną się otwierać. Każda usługa może być następnie uruchomiona ręcznie i " +"będzie dostępna pod tym samym adresem OnionShare, będzie chroniona tym samym " +"kluczem prywatnym." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Jeśli zapiszesz kartę, kopia jej sekretnego klucza usługi cebulowej jest " "przechowywana na Twoim komputerze." @@ -72,11 +71,11 @@ msgstr "Wyłączanie obsługi Klucza Prywatnego" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"Domyślnie wszystkie usługi OnionShare są chronione kluczem prywatnym, Tor" -" nazywa to „uwierzytelnianiem klienta”." +"Domyślnie wszystkie usługi OnionShare są chronione kluczem prywatnym, Tor " +"nazywa to „uwierzytelnianiem klienta”." #: ../../source/advanced.rst:28 msgid "" @@ -84,19 +83,19 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"Tor Browser poprosi Cię o podanie klucza prywatnego podczas ładowania " -"usługi OnionShare. Jeśli chcesz zezwolić na korzystanie z Twojej usługi " -"publicznie, lepiej całkowicie wyłączyć klucz prywatny." +"Tor Browser poprosi Cię o podanie klucza prywatnego podczas ładowania usługi " +"OnionShare. Jeśli chcesz zezwolić na korzystanie z Twojej usługi publicznie, " +"lepiej całkowicie wyłączyć klucz prywatny." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Aby wyłączyć obsługę klucza prywatnego dla dowolnej karty, zaznacz pole " -"„To jest usługa publiczna OnionShare (wyłącza klucz prywatny)” przed " +"Aby wyłączyć obsługę klucza prywatnego dla dowolnej karty, zaznacz pole „To " +"jest usługa publiczna OnionShare (wyłącza klucz prywatny)” przed " "uruchomieniem serwera. Wtedy serwer będzie publiczny i nie będzie " "potrzebował klucza prywatnego do przeglądania w Tor Browser." @@ -106,18 +105,18 @@ msgstr "Tytuły niestandardowe" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Domyślnie, gdy ludzie ładują usługę OnionShare w Tor Browser, widzą " -"domyślny tytuł dla danego typu usługi. Na przykład domyślny tytuł usługi " -"czatu to „OnionShare Chat”." +"Domyślnie, gdy ludzie ładują usługę OnionShare w Tor Browser, widzą domyślny " +"tytuł dla danego typu usługi. Na przykład domyślny tytuł usługi czatu to " +"„OnionShare Chat”." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" "Jeśli edytujesz ustawienie „Tytuł niestandardowy” przed uruchomieniem " "serwera, możesz to zmienić." @@ -128,42 +127,40 @@ msgstr "Harmonogramy" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" "OnionShare umożliwia dokładne planowanie, kiedy usługa powinna zostać " "uruchomiona i zatrzymana. Przed uruchomieniem serwera kliknij „Pokaż " -"ustawienia zaawansowane” na jego karcie, a następnie zaznacz pole " -"„Uruchom usługę cebulową w zaplanowanym czasie”, „Zatrzymaj usługę " -"cebulową w zaplanowanym czasie” lub oba, a następnie ustaw odpowiednie " -"daty i czasy." +"ustawienia zaawansowane” na jego karcie, a następnie zaznacz pole „Uruchom " +"usługę cebulową w zaplanowanym czasie”, „Zatrzymaj usługę cebulową w " +"zaplanowanym czasie” lub oba, a następnie ustaw odpowiednie daty i czasy." #: ../../source/advanced.rst:51 msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Usługi zaplanowane do uruchomienia w przyszłości wyświetlają licznik " -"czasu po kliknięciu przycisku „Rozpocznij udostępnianie”. Usługi " -"zaplanowane do zatrzymania w przyszłości wyświetlają licznik czasu po " -"uruchomieniu." +"Usługi zaplanowane do uruchomienia w przyszłości wyświetlają licznik czasu " +"po kliknięciu przycisku „Rozpocznij udostępnianie”. Usługi zaplanowane do " +"zatrzymania w przyszłości wyświetlają licznik czasu po uruchomieniu." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" "**Zaplanowanie automatycznego uruchamiania usługi OnionShare może służyć " "jako wyłącznik awaryjny**. Oznacza to, że Twoja usługa zostanie " -"upubliczniona w określonym czasie w przyszłości, jeśli nie będziesz tam, " -"aby temu zapobiec. Jeśli nic Ci się nie stanie, możesz anulować usługę " -"przed planowanym rozpoczęciem." +"upubliczniona w określonym czasie w przyszłości, jeśli nie będziesz tam, aby " +"temu zapobiec. Jeśli nic Ci się nie stanie, możesz anulować usługę przed " +"planowanym rozpoczęciem." #: ../../source/advanced.rst:60 msgid "" @@ -171,9 +168,9 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**Zaplanowanie automatycznego zatrzymania usługi OnionShare ogranicza jej" -" ekspozycję**. Jeśli chcesz udostępnić tajne informacje lub coś, co " -"będzie nieaktualne, możesz to zrobić przez wybrany ograniczony czas." +"**Zaplanowanie automatycznego zatrzymania usługi OnionShare ogranicza jej " +"ekspozycję**. Jeśli chcesz udostępnić tajne informacje lub coś, co będzie " +"nieaktualne, możesz to zrobić przez wybrany ograniczony czas." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -184,8 +181,8 @@ msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." msgstr "" -"Oprócz interfejsu graficznego OnionShare posiada również interfejs " -"wiersza poleceń." +"Oprócz interfejsu graficznego OnionShare posiada również interfejs wiersza " +"poleceń." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -193,16 +190,16 @@ msgstr "Instalowanie wersji CLI" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" -"Jeśli zainstalowano pakiet Snap, macOS lub Windows, masz już " -"zainstalowaną wersję CLI." +"Jeśli zainstalowano pakiet Snap, macOS lub Windows, masz już zainstalowaną " +"wersję CLI." #: ../../source/advanced.rst:77 msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Ewentualnie możesz zainstalować wersję OnionShare dostępną w wierszu " "poleceń, używając polecenia ``pip3``::" @@ -221,15 +218,13 @@ msgstr "Następnie uruchom go następująco::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Informacje o instalacji na różnych systemach operacyjnych można znaleźć w" -" pliku `CLI README " -"`_ w" -" repozytorium Git." +"Informacje o instalacji na różnych systemach operacyjnych można znaleźć w " +"pliku `CLI README `_ w repozytorium Git." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -237,12 +232,11 @@ msgstr "Uruchamianie CLI ze Snapa" #: ../../source/advanced.rst:92 msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Jeśli zainstalowano OnionShare przy użyciu pakietu Snap, możesz uruchomić" -" ``onionshare.cli``, aby uzyskać dostęp do wersji interfejsu wiersza " -"poleceń." +"Jeśli zainstalowano OnionShare przy użyciu pakietu Snap, możesz uruchomić " +"``onionshare.cli``, aby uzyskać dostęp do wersji interfejsu wiersza poleceń." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -250,11 +244,11 @@ msgstr "Uruchamianie CLI z poziomu systemu macOS" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" -"Z poziomu terminala możesz uruchomić " -"``/Applications/OnionShare.app/Contents/MacOS/onionshare-cli --help``" +"Z poziomu terminala możesz uruchomić ``/Applications/OnionShare.app/Contents/" +"MacOS/onionshare-cli --help``" #: ../../source/advanced.rst:100 msgid "Running the CLI from Windows" @@ -265,18 +259,18 @@ msgid "" "In the Windows installation, the executable ``onionshare-cli.exe`` is " "available." msgstr "" -"W instalacji systemu Windows dostępny jest plik wykonywalny ``onionshare-" -"cli.exe``." +"W instalacji systemu Windows dostępny jest plik wykonywalny ``onionshare-cli." +"exe``." #: ../../source/advanced.rst:105 msgid "Usage" msgstr "Użytkowanie" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Przejrzyj dokumentację wiersza poleceń, uruchamiając ``onionshare " -"--help``::" +"Przejrzyj dokumentację wiersza poleceń, uruchamiając ``onionshare --help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -287,84 +281,82 @@ msgid "" "It is possible to automatically start OnionShare from the CLI using a " "systemd unit file." msgstr "" -"Możliwe jest automatyczne uruchomienie OnionShare z poziomu CLI przy " -"użyciu pliku jednostki systemd." +"Możliwe jest automatyczne uruchomienie OnionShare z poziomu CLI przy użyciu " +"pliku jednostki systemd." #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" -"Może to okazać się szczególnie przydatne, jeśli pracujesz w trybie " -"„trwałym” i chcesz uruchamiać tę samą usługę Onion przy każdym " -"uruchomieniu komputera." +"Może to okazać się szczególnie przydatne, jeśli pracujesz w trybie „trwałym” " +"i chcesz uruchamiać tę samą usługę Onion przy każdym uruchomieniu komputera." #: ../../source/advanced.rst:176 msgid "To do this, you need to prepare some OnionShare json config first." -msgstr "Aby to zrobić, musisz najpierw przygotować konfigurację JSON OnionShare." +msgstr "" +"Aby to zrobić, musisz najpierw przygotować konfigurację JSON OnionShare." #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" -"Oto główna konfiguracja OnionShare. W tym przykładzie jest ona " -"przechowywana w ``/home/user/.config/onionshare/onionshare.json``. Być " -"może będzie trzeba dostosować niektóre ustawienia, ale jeśli masz już " -"zainstalowany OnionShare, prawdopodobnie wygląda to mniej więcej tak::" +"Oto główna konfiguracja OnionShare. W tym przykładzie jest ona przechowywana " +"w ``/home/user/.config/onionshare/onionshare.json``. Być może będzie trzeba " +"dostosować niektóre ustawienia, ale jeśli masz już zainstalowany OnionShare, " +"prawdopodobnie wygląda to mniej więcej tak::" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" -"Zwróć uwagę na sekcję 'persistent_tabs'. Teraz utworzymy plik w " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"który wygląda tak::" +"Zwróć uwagę na sekcję 'persistent_tabs'. Teraz utworzymy plik w ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, który wygląda " +"tak::" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" -"**Nie używaj tego klucza prywatnego, service_id ani kluczy client_auth! " -"Są one pokazane tylko jako przykład. Nigdy nie udostępniaj klucza " -"prywatnego nikomu.**" +"**Nie używaj tego klucza prywatnego, service_id ani kluczy client_auth! Są " +"one pokazane tylko jako przykład. Nigdy nie udostępniaj klucza prywatnego " +"nikomu.**" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" -"Najprostszym sposobem na wygenerowanie adresu onion i klucza prywatnego " -"jest najpierw utworzenie „przypiętej” karty OnionShare w aplikacji na " -"komputer i uruchomienie udostępniania po raz pierwszy. Spowoduje to " -"zapisanie trwałych ustawień w folderze ``.config/onionshare/persistent/``" -" z losową nazwą. Możesz odpiąć tę kartę po jej pierwszym wygenerowaniu. " -"Możesz też zostawić ją tam, gdzie jest, i użyć tego trwałego pliku w " -"pliku jednostki systemd poniżej." +"Najprostszym sposobem na wygenerowanie adresu onion i klucza prywatnego jest " +"najpierw utworzenie „przypiętej” karty OnionShare w aplikacji na komputer i " +"uruchomienie udostępniania po raz pierwszy. Spowoduje to zapisanie trwałych " +"ustawień w folderze ``.config/onionshare/persistent/`` z losową nazwą. " +"Możesz odpiąć tę kartę po jej pierwszym wygenerowaniu. Możesz też zostawić " +"ją tam, gdzie jest, i użyć tego trwałego pliku w pliku jednostki systemd " +"poniżej." #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" -"Teraz możesz utworzyć plik jednostki systemd w ``/etc/systemd/system" -"/onionshare-cli.service``. Pamiętaj, aby dostosować użytkownika i grupę " -"do własnego użytkownika/grupy, a także zmienić ścieżki do pliku binarnego" -" onionshare-cli lub ścieżki do konfiguracji JSON i udziałów." +"Teraz możesz utworzyć plik jednostki systemd w ``/etc/systemd/system/" +"onionshare-cli.service``. Pamiętaj, aby dostosować użytkownika i grupę do " +"własnego użytkownika/grupy, a także zmienić ścieżki do pliku binarnego " +"onionshare-cli lub ścieżki do konfiguracji JSON i udziałów." #: ../../source/advanced.rst:253 msgid "The systemd unit file should look like this::" @@ -373,43 +365,38 @@ msgstr "Plik jednostki systemd powinien wyglądać następująco:" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" "Należy pamiętać, że chociaż ``/home/user/my-shared-file.txt`` został " "zdefiniowany w sekcji ``filenames`` pliku ``my-persistent-onion.json``, " -"nadal konieczne jest jego określenie jako argumentu polecenia onionshare-" -"cli." +"nadal konieczne jest jego określenie jako argumentu polecenia onionshare-cli." #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" -"Pamiętaj o uruchomieniu ``sudo systemctl daemon-reload`` po utworzeniu " -"pliku jednostki." +"Pamiętaj o uruchomieniu ``sudo systemctl daemon-reload`` po utworzeniu pliku " +"jednostki." #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" "Teraz możesz uruchomić ``sudo systemctl start onionshare-cli.service``. " -"Jeśli zainstalowano ``journalctl``, możesz uruchomić ``sudo journalctl -f" -" -t onionshare-cli``, a powinny pojawić się jakieś dane wyjściowe usługi:" +"Jeśli zainstalowano ``journalctl``, możesz uruchomić ``sudo journalctl -f -t " +"onionshare-cli``, a powinny pojawić się jakieś dane wyjściowe usługi:" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" "Jeśli nie chcesz, aby użytkownicy korzystali z klucza prywatnego, ustaw " -"opcję ``public`` na ``true`` w ustawieniach ``general`` pliku my-" -"persistent-onion.json." +"opcję ``public`` na ``true`` w ustawieniach ``general`` pliku my-persistent-" +"onion.json." #: ../../source/advanced.rst:286 msgid "Keyboard Shortcuts" @@ -434,21 +421,20 @@ msgstr "Migracja danych OnionShare na inny komputer" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" -"Możesz chcieć zmigrować swoje dane OnionShare podczas przełączania się na" -" inny komputer. Jest to szczególnie ważne, jeśli masz „trwały” adres " -"onion i chcesz go zachować." +"Możesz chcieć zmigrować swoje dane OnionShare podczas przełączania się na " +"inny komputer. Jest to szczególnie ważne, jeśli masz „trwały” adres onion i " +"chcesz go zachować." #: ../../source/advanced.rst:307 msgid "" "OnionShare stores all such data in a specific folder. Copy the relevant " "folder for your operating system below, to your new computer:" msgstr "" -"OnionShare przechowuje wszystkie takie dane w określonym folderze. " -"Skopiuj poniższy folder odpowiedni dla Twojego systemu operacyjnego na " -"nowy komputer:" +"OnionShare przechowuje wszystkie takie dane w określonym folderze. Skopiuj " +"poniższy folder odpowiedni dla Twojego systemu operacyjnego na nowy komputer:" #: ../../source/advanced.rst:309 msgid "Linux: ``~/.config/onionshare``" @@ -468,9 +454,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -520,7 +506,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -529,8 +516,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -605,8 +592,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -636,9 +623,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -663,10 +649,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -675,8 +661,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -686,8 +672,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -697,8 +683,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -710,11 +696,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -742,9 +726,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -753,9 +737,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -764,9 +747,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -775,8 +758,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -797,7 +780,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -806,8 +790,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -820,8 +803,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -830,9 +813,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -841,8 +823,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -855,8 +837,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -886,9 +868,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -897,8 +879,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -918,8 +900,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -936,8 +918,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -950,8 +931,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -960,8 +941,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -990,8 +971,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -1012,133 +993,76 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "Wszystko w OnionShare jest domyślnie " -#~ "tymczasowe. Jeśli zamkniesz kartę OnionShare," -#~ " jej adres przestanie istnieć i nie" -#~ " będzie można go ponownie użyć. " -#~ "Czasami możesz chcieć jednak, aby usługa" -#~ " OnionShare była trwała. Jest to " -#~ "przydatne, gdy chcesz hostować witrynę " -#~ "internetową dostępną z tego samego " -#~ "adresu OnionShare, nawet po ponownym " -#~ "uruchomieniu komputera." +#~ "Wszystko w OnionShare jest domyślnie tymczasowe. Jeśli zamkniesz kartę " +#~ "OnionShare, jej adres przestanie istnieć i nie będzie można go ponownie " +#~ "użyć. Czasami możesz chcieć jednak, aby usługa OnionShare była trwała. " +#~ "Jest to przydatne, gdy chcesz hostować witrynę internetową dostępną z " +#~ "tego samego adresu OnionShare, nawet po ponownym uruchomieniu komputera." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Gdy zamkniesz OnionShare, a następnie " -#~ "otworzysz go ponownie, zapisane karty " -#~ "również zostaną otwarte. Będziesz musiał " -#~ "ręcznie uruchomić każdą usługę, ale " -#~ "kiedy to zrobisz, uruchomią się z " -#~ "tym samym adresem OnionShare i kluczem" -#~ " prywatnym." +#~ "Gdy zamkniesz OnionShare, a następnie otworzysz go ponownie, zapisane " +#~ "karty również zostaną otwarte. Będziesz musiał ręcznie uruchomić każdą " +#~ "usługę, ale kiedy to zrobisz, uruchomią się z tym samym adresem " +#~ "OnionShare i kluczem prywatnym." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "Podczas przeglądania usługi OnionShare w " -#~ "przeglądarce Tor, przeglądarka Tor poprosi " -#~ "o wprowadzenie klucza prywatnego." +#~ "Podczas przeglądania usługi OnionShare w przeglądarce Tor, przeglądarka " +#~ "Tor poprosi o wprowadzenie klucza prywatnego." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "Czasami możesz chcieć, aby Twoja usługa" -#~ " OnionShare była dostępna publicznie, na" -#~ " przykład jeśli chcesz skonfigurować usługę" -#~ " odbioru OnionShare, aby inni mogli " -#~ "bezpiecznie i anonimowo wysyłać Ci " -#~ "pliki. W takim przypadku lepiej " -#~ "całkowicie wyłączyć obsługę klucza prywatnego." +#~ "Czasami możesz chcieć, aby Twoja usługa OnionShare była dostępna " +#~ "publicznie, na przykład jeśli chcesz skonfigurować usługę odbioru " +#~ "OnionShare, aby inni mogli bezpiecznie i anonimowo wysyłać Ci pliki. W " +#~ "takim przypadku lepiej całkowicie wyłączyć obsługę klucza prywatnego." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Jeśli zaplanowałeś uruchomienie usługi w " -#~ "przyszłości, po kliknięciu przycisku " -#~ "„Rozpocznij udostępnianie” zobaczysz licznik " -#~ "czasu odliczający czas do rozpoczęcia. " -#~ "Jeśli zaplanowałeś jego zatrzymanie w " -#~ "przyszłości, po uruchomieniu zobaczysz licznik" -#~ " odliczający czas do automatycznego " +#~ "Jeśli zaplanowałeś uruchomienie usługi w przyszłości, po kliknięciu " +#~ "przycisku „Rozpocznij udostępnianie” zobaczysz licznik czasu odliczający " +#~ "czas do rozpoczęcia. Jeśli zaplanowałeś jego zatrzymanie w przyszłości, " +#~ "po uruchomieniu zobaczysz licznik odliczający czas do automatycznego " #~ "zatrzymania." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Zaplanowane automatyczne uruchomienie usługi " -#~ "OnionShare może służyć jako \"dead man's" -#~ " switch\"**, gdzie Twoja usługa zostanie" -#~ " upubliczniona w określonym czasie w " -#~ "przyszłości, jeśli coś Ci się stanie." -#~ " Jeśli nic Ci się nie stanie, " -#~ "możesz anulować usługę przed planowanym " -#~ "rozpoczęciem." +#~ "**Zaplanowane automatyczne uruchomienie usługi OnionShare może służyć " +#~ "jako \"dead man's switch\"**, gdzie Twoja usługa zostanie upubliczniona w " +#~ "określonym czasie w przyszłości, jeśli coś Ci się stanie. Jeśli nic Ci " +#~ "się nie stanie, możesz anulować usługę przed planowanym rozpoczęciem." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Aby zachować kartę, zaznacz pole „Zapisz" -#~ " tę kartę i automatycznie otwieraj " -#~ "ją, gdy otworzę OnionShare” przed " -#~ "uruchomieniem serwera. Po zapisaniu karty " -#~ "po lewej stronie statusu serwera pojawi" -#~ " się fioletowa ikona pinezki." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Aby zachować kartę, zaznacz pole „Zapisz tę kartę i automatycznie " +#~ "otwieraj ją, gdy otworzę OnionShare” przed uruchomieniem serwera. Po " +#~ "zapisaniu karty po lewej stronie statusu serwera pojawi się fioletowa " +#~ "ikona pinezki." diff --git a/docs/source/locale/pl/LC_MESSAGES/develop.po b/docs/source/locale/pl/LC_MESSAGES/develop.po index 31838149..29a44097 100644 --- a/docs/source/locale/pl/LC_MESSAGES/develop.po +++ b/docs/source/locale/pl/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-13 16:36+0000\n" "Last-Translator: Rafał Godek \n" "Language-Team: pl \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/features.po b/docs/source/locale/pl/LC_MESSAGES/features.po index 45af8eb7..6d90c2f5 100644 --- a/docs/source/locale/pl/LC_MESSAGES/features.po +++ b/docs/source/locale/pl/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Matthaiks \n" "Language-Team: pl \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/help.po b/docs/source/locale/pl/LC_MESSAGES/help.po index aada968b..be969fed 100644 --- a/docs/source/locale/pl/LC_MESSAGES/help.po +++ b/docs/source/locale/pl/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-14 18:35+0000\n" "Last-Translator: Rafał Godek \n" "Language-Team: pl \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/index.po b/docs/source/locale/pl/LC_MESSAGES/index.po index a4d84f05..5563b19e 100644 --- a/docs/source/locale/pl/LC_MESSAGES/index.po +++ b/docs/source/locale/pl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-24 10:26+0000\n" "Last-Translator: Atrate \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/install.po b/docs/source/locale/pl/LC_MESSAGES/install.po index 32b1699e..89e5b509 100644 --- a/docs/source/locale/pl/LC_MESSAGES/install.po +++ b/docs/source/locale/pl/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 21:35+0000\n" "Last-Translator: Matthaiks \n" "Language-Team: pl \n" @@ -46,7 +46,7 @@ msgstr "" "Możesz pobrać OnionShare na urządzenia mobilne, korzystając z poniższych " "łączy" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -62,7 +62,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -402,7 +402,7 @@ msgstr "" "za daną wersję. Oto najważniejsze informacje GPG o każdym z głównych twórców " "OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -423,7 +423,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -444,7 +444,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Miguel Jacq:" @@ -461,9 +461,9 @@ msgid "" "keys.openpgp.org/vks/v1/by-" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" -"Możesz pobrać klucz Miguela `z serwera kluczy keys.openpgp.org `_." +"Możesz pobrać klucz Miguela `z serwera kluczy keys.openpgp.org `_." #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/pl/LC_MESSAGES/security.po b/docs/source/locale/pl/LC_MESSAGES/security.po index ef5741e4..44766bdb 100644 --- a/docs/source/locale/pl/LC_MESSAGES/security.po +++ b/docs/source/locale/pl/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-12-12 06:49+0000\n" "Last-Translator: Matthaiks \n" "Language-Team: pl \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/sphinx.po b/docs/source/locale/pl/LC_MESSAGES/sphinx.po index c9e730e7..bd2e5a68 100644 --- a/docs/source/locale/pl/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/pl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-02 15:41+0000\n" "Last-Translator: Atrate \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pl/LC_MESSAGES/tor.po b/docs/source/locale/pl/LC_MESSAGES/tor.po index dfcc8ad3..ee469ee8 100644 --- a/docs/source/locale/pl/LC_MESSAGES/tor.po +++ b/docs/source/locale/pl/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-07 14:30+0000\n" "Last-Translator: Matthaiks \n" "Language-Team: pl \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/advanced.po b/docs/source/locale/pt_BR/LC_MESSAGES/advanced.po index d45fa2fe..071dd372 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/advanced.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-11-13 21:58+0000\n" "Last-Translator: Cleverson Cândido \n" "Language-Team: pt_BR \n" @@ -420,6 +420,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/develop.po b/docs/source/locale/pt_BR/LC_MESSAGES/develop.po index d9a3d174..41b90802 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/develop.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: pt_BR \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/features.po b/docs/source/locale/pt_BR/LC_MESSAGES/features.po index e6fbf293..1e4a4721 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/features.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-06 15:09+0000\n" "Last-Translator: ssantos \n" "Language-Team: pt_BR \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/help.po b/docs/source/locale/pt_BR/LC_MESSAGES/help.po index 238d5e39..a60ce5e1 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/help.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-23 09:55+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: pt_BR \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/index.po b/docs/source/locale/pt_BR/LC_MESSAGES/index.po index 25c7e84b..8d3467f5 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/index.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-12-17 19:29+0000\n" "Last-Translator: Eduardo Addad de Oliveira \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/install.po b/docs/source/locale/pt_BR/LC_MESSAGES/install.po index 23ba2f2a..8fdb7c0b 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/install.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-05-23 13:09+0000\n" "Last-Translator: Jose Delvani \n" "Language-Team: pt_BR \n" @@ -44,7 +44,7 @@ msgid "You can download OnionShare for Mobile from the follow links" msgstr "" "Você pode baixar o OnionShare para dispositivos móveis nos links a seguir" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -60,7 +60,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -338,7 +338,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -360,7 +360,7 @@ msgstr "" "Micah `do keys.openpgp.org keyserver ` _." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -376,7 +376,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/security.po b/docs/source/locale/pt_BR/LC_MESSAGES/security.po index f6e102ca..bf0c6834 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/security.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-03-31 16:38+0000\n" "Last-Translator: Translator51 \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/sphinx.po b/docs/source/locale/pt_BR/LC_MESSAGES/sphinx.po index 4bb4eae2..8ccd6a6f 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-12-17 19:29+0000\n" "Last-Translator: Eduardo Addad de Oliveira \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_BR/LC_MESSAGES/tor.po b/docs/source/locale/pt_BR/LC_MESSAGES/tor.po index 265bd31a..c9493f6b 100644 --- a/docs/source/locale/pt_BR/LC_MESSAGES/tor.po +++ b/docs/source/locale/pt_BR/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-03 17:52+0000\n" "Last-Translator: emma peel \n" "Language-Team: pt_BR \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/advanced.po b/docs/source/locale/pt_PT/LC_MESSAGES/advanced.po index cacb6a2c..cf01e353 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/advanced.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-09-06 15:09+0000\n" "Last-Translator: ssantos \n" "Language-Team: LANGUAGE \n" @@ -369,3 +369,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/develop.po b/docs/source/locale/pt_PT/LC_MESSAGES/develop.po index 45dfb3a8..08a88c9e 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/develop.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/features.po b/docs/source/locale/pt_PT/LC_MESSAGES/features.po index 8f916dce..889a7bdf 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/features.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-06 15:09+0000\n" "Last-Translator: ssantos \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/help.po b/docs/source/locale/pt_PT/LC_MESSAGES/help.po index 23742bba..3642f408 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/help.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-30 04:31+0000\n" "Last-Translator: SC \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/index.po b/docs/source/locale/pt_PT/LC_MESSAGES/index.po index 66b2f525..3be408b4 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/index.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-19 08:28+0000\n" "Last-Translator: Fábio Henriques \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/install.po b/docs/source/locale/pt_PT/LC_MESSAGES/install.po index b027810e..ca7ef74e 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/install.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-02 11:21+0000\n" "Last-Translator: emma peel \n" "Language-Team: pt_PT \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -334,7 +334,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -356,7 +356,7 @@ msgstr "" "Micah `a partir de keys.openpgp.org keyserver `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -372,7 +372,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/security.po b/docs/source/locale/pt_PT/LC_MESSAGES/security.po index 9a4ca275..812690d0 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/security.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-30 04:31+0000\n" "Last-Translator: SC \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/sphinx.po b/docs/source/locale/pt_PT/LC_MESSAGES/sphinx.po index 16385c88..897881cf 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-19 08:28+0000\n" "Last-Translator: Fábio Henriques \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/pt_PT/LC_MESSAGES/tor.po b/docs/source/locale/pt_PT/LC_MESSAGES/tor.po index b43316f0..42dd17e1 100644 --- a/docs/source/locale/pt_PT/LC_MESSAGES/tor.po +++ b/docs/source/locale/pt_PT/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-09-06 15:09+0000\n" "Last-Translator: Weblate Translation Memory \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/advanced.po b/docs/source/locale/ro/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/ro/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ro/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/ro/LC_MESSAGES/develop.po b/docs/source/locale/ro/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/ro/LC_MESSAGES/develop.po +++ b/docs/source/locale/ro/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/features.po b/docs/source/locale/ro/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/ro/LC_MESSAGES/features.po +++ b/docs/source/locale/ro/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/help.po b/docs/source/locale/ro/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/ro/LC_MESSAGES/help.po +++ b/docs/source/locale/ro/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/index.po b/docs/source/locale/ro/LC_MESSAGES/index.po index c8682bc1..7fa03ed2 100644 --- a/docs/source/locale/ro/LC_MESSAGES/index.po +++ b/docs/source/locale/ro/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/install.po b/docs/source/locale/ro/LC_MESSAGES/install.po index edfa7177..175d5561 100644 --- a/docs/source/locale/ro/LC_MESSAGES/install.po +++ b/docs/source/locale/ro/LC_MESSAGES/install.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,7 +40,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -309,7 +309,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -325,7 +325,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -341,7 +341,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ro/LC_MESSAGES/security.po b/docs/source/locale/ro/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/ro/LC_MESSAGES/security.po +++ b/docs/source/locale/ro/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/sphinx.po b/docs/source/locale/ro/LC_MESSAGES/sphinx.po index cf7b2edc..82f66457 100644 --- a/docs/source/locale/ro/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ro/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ro/LC_MESSAGES/tor.po b/docs/source/locale/ro/LC_MESSAGES/tor.po index daa2e2ef..9eaf8eaa 100644 --- a/docs/source/locale/ro/LC_MESSAGES/tor.po +++ b/docs/source/locale/ro/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/advanced.po b/docs/source/locale/ru/LC_MESSAGES/advanced.po index f069c764..c5c126d5 100644 --- a/docs/source/locale/ru/LC_MESSAGES/advanced.po +++ b/docs/source/locale/ru/LC_MESSAGES/advanced.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-05-02 15:07+0000\n" "Last-Translator: gfbdrgng \n" -"Language: ru\n" "Language-Team: ru \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -30,38 +30,37 @@ msgstr "Сохранение вкладок" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Закрытие вкладок OnionShare, размещенных на вашем хостинге, уничтожает " -"их, предотвращая повторное использование. Постоянно размещенные веб-сайты" -" доступны по одному и тому же адресу, даже если компьютер, с которого они" -" доступны, перезагружен." +"Закрытие вкладок OnionShare, размещенных на вашем хостинге, уничтожает их, " +"предотвращая повторное использование. Постоянно размещенные веб-сайты " +"доступны по одному и тому же адресу, даже если компьютер, с которого они " +"доступны, перезагружен." #: ../../source/advanced.rst:12 msgid "" "Make any tab persistent by checking the \"Always open this tab when " "OnionShare is started\" box before starting your server." msgstr "" -"Сделайте любую вкладку постоянной, установив флажок “Всегда открывать эту" -" вкладку при запуске OnionShare“ перед запуском сервера." +"Сделайте любую вкладку постоянной, установив флажок “Всегда открывать эту " +"вкладку при запуске OnionShare“ перед запуском сервера." #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "При открытии OnionShare ваши сохраненные вкладки из предыдущего сеанса " -"начнут открываться. Затем каждую службу можно запустить вручную, она " -"будет доступна по одному и тому же адресу OnionShare и защищена одним и " -"тем же закрытым ключом." +"начнут открываться. Затем каждую службу можно запустить вручную, она будет " +"доступна по одному и тому же адресу OnionShare и защищена одним и тем же " +"закрытым ключом." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Если вы сохраните вкладку, копия секретного ключа луковой службы будет " "сохранена на вашем компьютере." @@ -72,11 +71,11 @@ msgstr "Отключить использование секретного кл #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"По умолчанию все сервисы OnionShare защищены секретным ключом, который на" -" сленге Tor называется \"клиентская аутентификация\"." +"По умолчанию все сервисы OnionShare защищены секретным ключом, который на " +"сленге Tor называется \"клиентская аутентификация\"." #: ../../source/advanced.rst:28 #, fuzzy @@ -86,20 +85,20 @@ msgid "" "it's better to disable the private key altogether." msgstr "" "Браузер Tor попросит вас ввести закрытый ключ при загрузке службы " -"OnionShare. Если вы хотите разрешить публично использовать ваш сервис, " -"лучше вообще отключить закрытый ключ." +"OnionShare. Если вы хотите разрешить публично использовать ваш сервис, лучше " +"вообще отключить закрытый ключ." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" "Чтобы отключить закрытый ключ для любой вкладки, перед запуском сервера " -"установите флажок “Это общедоступная служба OnionShare (отключает " -"закрытый ключ)“. Тогда сервер будет публичным и для его загрузки в Tor " -"Browser не понадобится приватный ключ." +"установите флажок “Это общедоступная служба OnionShare (отключает закрытый " +"ключ)“. Тогда сервер будет публичным и для его загрузки в Tor Browser не " +"понадобится приватный ключ." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -107,21 +106,21 @@ msgstr "Указать заголовок" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Когда люди загружают сервисы OnionShare в браузере Tor, они видят " -"заголовок по умолчанию для каждого типа сервиса. Например, заголовок " -"службы чата по умолчанию — “Чат OnionShare“." +"Когда люди загружают сервисы OnionShare в браузере Tor, они видят заголовок " +"по умолчанию для каждого типа сервиса. Например, заголовок службы чата по " +"умолчанию — “Чат OnionShare“." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Если вы отредактируете настройку “Пользовательский заголовок“ перед " -"запуском сервера, вы можете изменить ее." +"Если вы отредактируете настройку “Пользовательский заголовок“ перед запуском " +"сервера, вы можете изменить ее." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -129,43 +128,42 @@ msgstr "Планирование времени" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" "OnionShare поддерживает возможность точного планирования, когда сервис " -"должен запуститься или остановиться. Перед запуском сервера, нажмите на " -"его вкладке кнопку \"Показать дополнительные настройки\", отметьте нужные" -" пункты: \"Запустить onion-сервис в назначенное время\", \"Остановить " -"onion-сервис в назначенное время\", и укажите нужную дату и время для " -"каждого пункта." +"должен запуститься или остановиться. Перед запуском сервера, нажмите на его " +"вкладке кнопку \"Показать дополнительные настройки\", отметьте нужные " +"пункты: \"Запустить onion-сервис в назначенное время\", \"Остановить onion-" +"сервис в назначенное время\", и укажите нужную дату и время для каждого " +"пункта." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Службы, запуск которых запланирован на будущее, отображают таймер " -"обратного отсчета при нажатии кнопки “Начать общий доступ“. Службы, " -"которые планируется остановить в будущем, при запуске отображают таймер " -"обратного отсчета." +"Службы, запуск которых запланирован на будущее, отображают таймер обратного " +"отсчета при нажатии кнопки “Начать общий доступ“. Службы, которые " +"планируется остановить в будущем, при запуске отображают таймер обратного " +"отсчета." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Планирование автоматического запуска службы OnionShare можно " -"использовать как выключатель**. Это означает, что ваша услуга станет " -"общедоступной в определенный момент в будущем, если вы не сможете " -"предотвратить это. Если с вами ничего не произойдет, вы можете отменить " -"услугу до ее запуска." +"**Планирование автоматического запуска службы OnionShare можно использовать " +"как выключатель**. Это означает, что ваша услуга станет общедоступной в " +"определенный момент в будущем, если вы не сможете предотвратить это. Если с " +"вами ничего не произойдет, вы можете отменить услугу до ее запуска." #: ../../source/advanced.rst:60 msgid "" @@ -173,10 +171,9 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**Планирование автоматической остановки службы OnionShare ограничивает ее" -" уязвимость**. Если вы хотите поделиться секретной информацией или " -"чем-то, что устареет, вы можете сделать это в течение ограниченного " -"времени." +"**Планирование автоматической остановки службы OnionShare ограничивает ее " +"уязвимость**. Если вы хотите поделиться секретной информацией или чем-то, " +"что устареет, вы можете сделать это в течение ограниченного времени." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -196,27 +193,26 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" -"Отдельно установить консольную версию OnionShare можно при помощи " -"``pip3``::" +"Отдельно установить консольную версию OnionShare можно при помощи ``pip3``::" #: ../../source/advanced.rst:81 msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" msgstr "" -"Для работы консольной версии также необходимо установить пакет ``tor``. " -"Для установки пакета в операционной системе macOS выполните команду: " -"``brew install tor``" +"Для работы консольной версии также необходимо установить пакет ``tor``. Для " +"установки пакета в операционной системе macOS выполните команду: ``brew " +"install tor``" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -224,15 +220,13 @@ msgstr "Затем произведите запуск следующим обр #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Информацию об установке его в различных операционных системах можно найти" -" в файле `CLI README " -"`_ в" -" репозитории Git." +"Информацию об установке его в различных операционных системах можно найти в " +"файле `CLI README `_ в репозитории Git." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -241,12 +235,12 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Если вы установили OnionShare с помощью пакета Snap, вы также можете " -"просто запустить ``onionshare.cli``, чтобы получить доступ к версии " -"интерфейса командной строки." +"Если вы установили OnionShare с помощью пакета Snap, вы также можете просто " +"запустить ``onionshare.cli``, чтобы получить доступ к версии интерфейса " +"командной строки." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -254,8 +248,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -273,10 +267,11 @@ msgid "Usage" msgstr "Использование" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Просмотрите документацию по командной строке, запустив ``onionshare " -"--help``::" +"Просмотрите документацию по командной строке, запустив ``onionshare --" +"help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -290,9 +285,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -301,43 +296,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -347,30 +340,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -396,8 +385,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -424,9 +413,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -476,7 +465,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -485,8 +475,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -561,8 +551,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -592,9 +582,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -619,10 +608,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -631,8 +620,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -642,8 +631,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -653,8 +642,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -666,11 +655,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -698,9 +685,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -709,9 +696,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -720,9 +706,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -731,8 +717,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -753,7 +739,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -762,8 +749,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -776,8 +762,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -786,9 +772,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -797,8 +782,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -811,8 +796,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -842,9 +827,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -853,8 +838,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -874,8 +859,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -892,8 +877,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -906,8 +890,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -916,8 +900,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -946,8 +930,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -971,241 +955,146 @@ msgstr "" #~ msgstr "Отключение паролей" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "По умолчанию, все сервисы OnionShare " -#~ "защищены при помощи имени пользователя " -#~ "``onionshare`` и произвольно-сгенерированного " -#~ "пароля. При совершении более 20-ти " -#~ "попыток доступа с неверным паролем, " -#~ "сервис автоматически останавливается, чтобы " -#~ "предотвратить 'brute-force' атаку на " +#~ "По умолчанию, все сервисы OnionShare защищены при помощи имени " +#~ "пользователя ``onionshare`` и произвольно-сгенерированного пароля. При " +#~ "совершении более 20-ти попыток доступа с неверным паролем, сервис " +#~ "автоматически останавливается, чтобы предотвратить 'brute-force' атаку на " #~ "сервис." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Чтобы отключить использование пароля для " -#~ "любой вкладки, отметьте пункт \"Не " -#~ "использовать пароль\" перед запуском сервера." -#~ " В этом случае сервер становится " -#~ "общедоступным и проверка пароля не " -#~ "осуществляется." +#~ "Чтобы отключить использование пароля для любой вкладки, отметьте пункт " +#~ "\"Не использовать пароль\" перед запуском сервера. В этом случае сервер " +#~ "становится общедоступным и проверка пароля не осуществляется." #~ msgid "Legacy Addresses" #~ msgstr "Устаревшие Адреса" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "OnionShare по умолчанию исользует v3 Tor" -#~ " сервисов onion. Это современные onion " -#~ "адреса, состоящие из 56 символов " -#~ "например::" +#~ "OnionShare по умолчанию исользует v3 Tor сервисов onion. Это современные " +#~ "onion адреса, состоящие из 56 символов например::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "OnionShare всё ещё поддерживает адреса " -#~ "v2 Tor onion сервисов, состоящие из " -#~ "16 символов, например::" +#~ "OnionShare всё ещё поддерживает адреса v2 Tor onion сервисов, состоящие " +#~ "из 16 символов, например::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "OnionShare обозначает v2 onion адреса " -#~ "как \"устаревшие\" и не рекомендует их" -#~ " использование, поскольку v3 onion адреса" -#~ " более безопасны." +#~ "OnionShare обозначает v2 onion адреса как \"устаревшие\" и не рекомендует " +#~ "их использование, поскольку v3 onion адреса более безопасны." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Для использования устаревших адресов, перед" -#~ " запуском сервера на его вкладке " -#~ "нужно нажать кнопку \"Показать рассширенные" -#~ " настройки\" и отметить пункт " -#~ "\"Использовать устаревшую версию адресов " -#~ "(версия 2 сервиса Тор, не " -#~ "рукомендуем)\". В \"устаревшем\" режиме " -#~ "возможно включить аутентификацию клента Tor." -#~ " Отключить \"устаревший\" режим сервера для" -#~ " вкладки невозможно, необходимо перезапустить " -#~ "сервис в новой вкладке." +#~ "Для использования устаревших адресов, перед запуском сервера на его " +#~ "вкладке нужно нажать кнопку \"Показать рассширенные настройки\" и " +#~ "отметить пункт \"Использовать устаревшую версию адресов (версия 2 сервиса " +#~ "Тор, не рукомендуем)\". В \"устаревшем\" режиме возможно включить " +#~ "аутентификацию клента Tor. Отключить \"устаревший\" режим сервера для " +#~ "вкладки невозможно, необходимо перезапустить сервис в новой вкладке." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "Tor Project планирует `полностью отказаться" -#~ " от v2 onion сервисов " -#~ " `_" -#~ " 15-ого Октября 2021. \"Устаревшие\" " -#~ "сервисы onion будут удалены из " -#~ "OnionShare до наступления этой даты." +#~ "Tor Project планирует `полностью отказаться от v2 onion сервисов `_ 15-ого Октября 2021. " +#~ "\"Устаревшие\" сервисы onion будут удалены из OnionShare до наступления " +#~ "этой даты." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "В OnionShare по умолчанию каждый элемент" -#~ " - временный. При закрытии вкладки её" -#~ " адрес исчезает и не может быть " -#~ "больше использован. Время от времени " -#~ "может потребоваться сделать тот или иной" -#~ " сервис OnionShare доступным на постоянной" -#~ " основе, например, разместить сайт у " -#~ "которого будет один и тот же адрес" -#~ " даже после перезагрузки компьютера." +#~ "В OnionShare по умолчанию каждый элемент - временный. При закрытии " +#~ "вкладки её адрес исчезает и не может быть больше использован. Время от " +#~ "времени может потребоваться сделать тот или иной сервис OnionShare " +#~ "доступным на постоянной основе, например, разместить сайт у которого " +#~ "будет один и тот же адрес даже после перезагрузки компьютера." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Теперь, после завершения работы с " -#~ "OnionShare и повторном запуске, сохранённые" -#~ " вкладки откроются автоматически. Сервис на" -#~ " каждой вкладке нужно запустить вручную," -#~ " но при этом адрес и пароль " -#~ "OnionShare остаются прежними." +#~ "Теперь, после завершения работы с OnionShare и повторном запуске, " +#~ "сохранённые вкладки откроются автоматически. Сервис на каждой вкладке " +#~ "нужно запустить вручную, но при этом адрес и пароль OnionShare остаются " +#~ "прежними." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "При просмотре сервиса OnionShare в Tor" -#~ " Browser, нужно будет предоставить " +#~ "При просмотре сервиса OnionShare в Tor Browser, нужно будет предоставить " #~ "секретный ключ." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "Иногда может потребоваться сделать сервис " -#~ "OnionShare общедоступным. Например, запустить " -#~ "сервис приёма файлов, чтобы люди могли" -#~ " и анонимно и безопасно прислать свои" -#~ " материалы. В таком случае рекомендуется" -#~ " полностью отключить использование секретного " -#~ "ключа." +#~ "Иногда может потребоваться сделать сервис OnionShare общедоступным. " +#~ "Например, запустить сервис приёма файлов, чтобы люди могли и анонимно и " +#~ "безопасно прислать свои материалы. В таком случае рекомендуется полностью " +#~ "отключить использование секретного ключа." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Если запуск сервиса был запланирован на" -#~ " будущее, то при нажатии кнопки " -#~ "\"Сделать доступным для скачивания\" появится" -#~ " таймер обратного отсчёта до запуска " -#~ "сервиса. Если была запланирована остановка " -#~ "сервиса, то после нажатия кнопки " -#~ "появится таймер обратного отсчёта до " -#~ "отстановки сервиса." +#~ "Если запуск сервиса был запланирован на будущее, то при нажатии кнопки " +#~ "\"Сделать доступным для скачивания\" появится таймер обратного отсчёта до " +#~ "запуска сервиса. Если была запланирована остановка сервиса, то после " +#~ "нажатия кнопки появится таймер обратного отсчёта до отстановки сервиса." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Запланированный автоматический запуск сервиса " -#~ "OnionShare может быть использован как " -#~ "'переключатель мертвеца'\". ** В этом " -#~ "случае сервис окажется общедоступен в " -#~ "указанное время, в случае если с " -#~ "отправителем что-то произойдёт. Если угроза" -#~ " исчезнет, отправитель сможет остановить " -#~ "таймер до автоматического запуска." +#~ "**Запланированный автоматический запуск сервиса OnionShare может быть " +#~ "использован как 'переключатель мертвеца'\". ** В этом случае сервис " +#~ "окажется общедоступен в указанное время, в случае если с отправителем что-" +#~ "то произойдёт. Если угроза исчезнет, отправитель сможет остановить таймер " +#~ "до автоматического запуска." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Чтобы сделать любую вкладку постоянной, " -#~ "отметьте пункт \"Сохранить эту вкладку, " -#~ "и открывать ее автоматически при " -#~ "открытии OnionShare\" перед запуском сервера." -#~ " При сохранении вкладки появится иконка " -#~ "сиреневого цвета с изображением булавки " -#~ "слева от статуса сервера." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Чтобы сделать любую вкладку постоянной, отметьте пункт \"Сохранить эту " +#~ "вкладку, и открывать ее автоматически при открытии OnionShare\" перед " +#~ "запуском сервера. При сохранении вкладки появится иконка сиреневого цвета " +#~ "с изображением булавки слева от статуса сервера." diff --git a/docs/source/locale/ru/LC_MESSAGES/develop.po b/docs/source/locale/ru/LC_MESSAGES/develop.po index 3594885f..8bbe64ba 100644 --- a/docs/source/locale/ru/LC_MESSAGES/develop.po +++ b/docs/source/locale/ru/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-01-25 13:17+0000\n" "Last-Translator: emma peel \n" "Language-Team: ru \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/features.po b/docs/source/locale/ru/LC_MESSAGES/features.po index 99b26176..d9731447 100644 --- a/docs/source/locale/ru/LC_MESSAGES/features.po +++ b/docs/source/locale/ru/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-04-26 19:07+0000\n" "Last-Translator: gfbdrgng \n" "Language-Team: ru \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/help.po b/docs/source/locale/ru/LC_MESSAGES/help.po index aa04a770..b19d8a46 100644 --- a/docs/source/locale/ru/LC_MESSAGES/help.po +++ b/docs/source/locale/ru/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-23 15:36+0000\n" "Last-Translator: Alexander Tarasenko \n" "Language-Team: ru \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/index.po b/docs/source/locale/ru/LC_MESSAGES/index.po index a4d5848e..681c93ab 100644 --- a/docs/source/locale/ru/LC_MESSAGES/index.po +++ b/docs/source/locale/ru/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-05-21 09:01+0000\n" "Last-Translator: gfbdrgng \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/install.po b/docs/source/locale/ru/LC_MESSAGES/install.po index 3371c947..9d8ccc2b 100644 --- a/docs/source/locale/ru/LC_MESSAGES/install.po +++ b/docs/source/locale/ru/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-07-15 13:09+0000\n" "Last-Translator: gfbdrgng \n" "Language-Team: ru \n" @@ -43,7 +43,7 @@ msgstr "Мобильный" msgid "You can download OnionShare for Mobile from the follow links" msgstr "Скачать OnionShare для мобильных устройств можно по следующим ссылкам" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -406,7 +406,7 @@ msgstr "" "Пакеты подписываются разработчиком, ответственным за конкретный релиз. Ниже " "приведена информация об основных разработчиках OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Майка Ли:" @@ -426,7 +426,7 @@ msgstr "" "keys.openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Саптак Сенгупта:" @@ -446,7 +446,7 @@ msgstr "" "keys.openpgp.org/vks/v1/by-" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ru/LC_MESSAGES/security.po b/docs/source/locale/ru/LC_MESSAGES/security.po index 1dc6dcb7..24e25a37 100644 --- a/docs/source/locale/ru/LC_MESSAGES/security.po +++ b/docs/source/locale/ru/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-09-11 10:51+0000\n" "Last-Translator: xXx \n" "Language-Team: ru \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/sphinx.po b/docs/source/locale/ru/LC_MESSAGES/sphinx.po index 228ab09c..32767fe5 100644 --- a/docs/source/locale/ru/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ru/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-11-02 09:26+0000\n" "Last-Translator: Yuri Slobodyanyuk \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/ru/LC_MESSAGES/tor.po b/docs/source/locale/ru/LC_MESSAGES/tor.po index c10a0ecf..d2fd1539 100644 --- a/docs/source/locale/ru/LC_MESSAGES/tor.po +++ b/docs/source/locale/ru/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-05-02 15:07+0000\n" "Last-Translator: Weblate Translation Memory \n" diff --git a/docs/source/locale/si/LC_MESSAGES/advanced.po b/docs/source/locale/si/LC_MESSAGES/advanced.po index 3734d9ac..ed4be2f1 100644 --- a/docs/source/locale/si/LC_MESSAGES/advanced.po +++ b/docs/source/locale/si/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/si/LC_MESSAGES/develop.po b/docs/source/locale/si/LC_MESSAGES/develop.po index 6f1cbd80..65cfecdb 100644 --- a/docs/source/locale/si/LC_MESSAGES/develop.po +++ b/docs/source/locale/si/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/features.po b/docs/source/locale/si/LC_MESSAGES/features.po index bfb572cc..b5fd0447 100644 --- a/docs/source/locale/si/LC_MESSAGES/features.po +++ b/docs/source/locale/si/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/help.po b/docs/source/locale/si/LC_MESSAGES/help.po index 18f67c88..0e5839e0 100644 --- a/docs/source/locale/si/LC_MESSAGES/help.po +++ b/docs/source/locale/si/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/index.po b/docs/source/locale/si/LC_MESSAGES/index.po index 0f65c50b..414cdb5c 100644 --- a/docs/source/locale/si/LC_MESSAGES/index.po +++ b/docs/source/locale/si/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/install.po b/docs/source/locale/si/LC_MESSAGES/install.po index 2fc5b885..c6e4331f 100644 --- a/docs/source/locale/si/LC_MESSAGES/install.po +++ b/docs/source/locale/si/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/si/LC_MESSAGES/security.po b/docs/source/locale/si/LC_MESSAGES/security.po index b20e65c7..79fbe246 100644 --- a/docs/source/locale/si/LC_MESSAGES/security.po +++ b/docs/source/locale/si/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/sphinx.po b/docs/source/locale/si/LC_MESSAGES/sphinx.po index 4fe39ae6..6b693e02 100644 --- a/docs/source/locale/si/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/si/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/si/LC_MESSAGES/tor.po b/docs/source/locale/si/LC_MESSAGES/tor.po index 2d3e91b8..4f6dea46 100644 --- a/docs/source/locale/si/LC_MESSAGES/tor.po +++ b/docs/source/locale/si/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/advanced.po b/docs/source/locale/sk/LC_MESSAGES/advanced.po index 913ef201..8eeeddd3 100644 --- a/docs/source/locale/sk/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sk/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-11-23 20:00+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" @@ -386,3 +386,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sk/LC_MESSAGES/develop.po b/docs/source/locale/sk/LC_MESSAGES/develop.po index ea4a887b..432baa79 100644 --- a/docs/source/locale/sk/LC_MESSAGES/develop.po +++ b/docs/source/locale/sk/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/features.po b/docs/source/locale/sk/LC_MESSAGES/features.po index 19929565..546640ca 100644 --- a/docs/source/locale/sk/LC_MESSAGES/features.po +++ b/docs/source/locale/sk/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-11-14 00:13+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/help.po b/docs/source/locale/sk/LC_MESSAGES/help.po index 2b9a794b..f4d625a9 100644 --- a/docs/source/locale/sk/LC_MESSAGES/help.po +++ b/docs/source/locale/sk/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-11-14 00:13+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/index.po b/docs/source/locale/sk/LC_MESSAGES/index.po index 24162517..781ad4e3 100644 --- a/docs/source/locale/sk/LC_MESSAGES/index.po +++ b/docs/source/locale/sk/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-22 12:26+0000\n" "Last-Translator: Juraj Liso \n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/install.po b/docs/source/locale/sk/LC_MESSAGES/install.po index 73c19489..7d32fcef 100644 --- a/docs/source/locale/sk/LC_MESSAGES/install.po +++ b/docs/source/locale/sk/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-25 11:33+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "Mobil" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -336,7 +336,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -356,7 +356,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -373,7 +373,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sk/LC_MESSAGES/security.po b/docs/source/locale/sk/LC_MESSAGES/security.po index 588dea29..684750d3 100644 --- a/docs/source/locale/sk/LC_MESSAGES/security.po +++ b/docs/source/locale/sk/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-11-14 19:42+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/sphinx.po b/docs/source/locale/sk/LC_MESSAGES/sphinx.po index ddaa6d02..fd482f39 100644 --- a/docs/source/locale/sk/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sk/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-22 12:26+0000\n" "Last-Translator: Juraj Liso \n" "Language-Team: none\n" diff --git a/docs/source/locale/sk/LC_MESSAGES/tor.po b/docs/source/locale/sk/LC_MESSAGES/tor.po index e22743e8..1cbdbb40 100644 --- a/docs/source/locale/sk/LC_MESSAGES/tor.po +++ b/docs/source/locale/sk/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-25 11:33+0000\n" "Last-Translator: Jozef Gaal \n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/advanced.po b/docs/source/locale/sl/LC_MESSAGES/advanced.po index cb6c0da0..c7aa46e1 100644 --- a/docs/source/locale/sl/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sl/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sl/LC_MESSAGES/develop.po b/docs/source/locale/sl/LC_MESSAGES/develop.po index 23a990d2..73c34236 100644 --- a/docs/source/locale/sl/LC_MESSAGES/develop.po +++ b/docs/source/locale/sl/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/features.po b/docs/source/locale/sl/LC_MESSAGES/features.po index dc51f6b9..c9df182a 100644 --- a/docs/source/locale/sl/LC_MESSAGES/features.po +++ b/docs/source/locale/sl/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/help.po b/docs/source/locale/sl/LC_MESSAGES/help.po index 56053c70..981e902f 100644 --- a/docs/source/locale/sl/LC_MESSAGES/help.po +++ b/docs/source/locale/sl/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/index.po b/docs/source/locale/sl/LC_MESSAGES/index.po index df651e9f..281d6953 100644 --- a/docs/source/locale/sl/LC_MESSAGES/index.po +++ b/docs/source/locale/sl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/install.po b/docs/source/locale/sl/LC_MESSAGES/install.po index aaeda2c5..15dff78b 100644 --- a/docs/source/locale/sl/LC_MESSAGES/install.po +++ b/docs/source/locale/sl/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sl/LC_MESSAGES/security.po b/docs/source/locale/sl/LC_MESSAGES/security.po index 728c787a..ddc122a0 100644 --- a/docs/source/locale/sl/LC_MESSAGES/security.po +++ b/docs/source/locale/sl/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/sphinx.po b/docs/source/locale/sl/LC_MESSAGES/sphinx.po index 1acfbe14..a2258f3a 100644 --- a/docs/source/locale/sl/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sl/LC_MESSAGES/tor.po b/docs/source/locale/sl/LC_MESSAGES/tor.po index 20eada59..f5ee7c18 100644 --- a/docs/source/locale/sl/LC_MESSAGES/tor.po +++ b/docs/source/locale/sl/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/advanced.po b/docs/source/locale/sn/LC_MESSAGES/advanced.po index ee217c47..18b784d8 100644 --- a/docs/source/locale/sn/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sn/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sn/LC_MESSAGES/develop.po b/docs/source/locale/sn/LC_MESSAGES/develop.po index b5bf6ef3..133ba8b7 100644 --- a/docs/source/locale/sn/LC_MESSAGES/develop.po +++ b/docs/source/locale/sn/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/features.po b/docs/source/locale/sn/LC_MESSAGES/features.po index fbc552b4..05a0d14f 100644 --- a/docs/source/locale/sn/LC_MESSAGES/features.po +++ b/docs/source/locale/sn/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/help.po b/docs/source/locale/sn/LC_MESSAGES/help.po index b1152950..ad2bb291 100644 --- a/docs/source/locale/sn/LC_MESSAGES/help.po +++ b/docs/source/locale/sn/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/index.po b/docs/source/locale/sn/LC_MESSAGES/index.po index d9a351a1..20292ccb 100644 --- a/docs/source/locale/sn/LC_MESSAGES/index.po +++ b/docs/source/locale/sn/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/install.po b/docs/source/locale/sn/LC_MESSAGES/install.po index f1287a64..b3d701da 100644 --- a/docs/source/locale/sn/LC_MESSAGES/install.po +++ b/docs/source/locale/sn/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sn/LC_MESSAGES/security.po b/docs/source/locale/sn/LC_MESSAGES/security.po index 449ea69f..3fadfd86 100644 --- a/docs/source/locale/sn/LC_MESSAGES/security.po +++ b/docs/source/locale/sn/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/sphinx.po b/docs/source/locale/sn/LC_MESSAGES/sphinx.po index a96db365..cc05c8bf 100644 --- a/docs/source/locale/sn/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sn/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sn/LC_MESSAGES/tor.po b/docs/source/locale/sn/LC_MESSAGES/tor.po index 9059536f..4f0a4534 100644 --- a/docs/source/locale/sn/LC_MESSAGES/tor.po +++ b/docs/source/locale/sn/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/advanced.po b/docs/source/locale/sq/LC_MESSAGES/advanced.po index 47cbff03..7510d977 100644 --- a/docs/source/locale/sq/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sq/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-12-17 19:38+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" @@ -418,3 +418,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sq/LC_MESSAGES/develop.po b/docs/source/locale/sq/LC_MESSAGES/develop.po index 8c251501..4c905689 100644 --- a/docs/source/locale/sq/LC_MESSAGES/develop.po +++ b/docs/source/locale/sq/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-19 05:00+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/features.po b/docs/source/locale/sq/LC_MESSAGES/features.po index aec5a762..17ce7d52 100644 --- a/docs/source/locale/sq/LC_MESSAGES/features.po +++ b/docs/source/locale/sq/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-17 20:07+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/help.po b/docs/source/locale/sq/LC_MESSAGES/help.po index a5a0756f..f98e4687 100644 --- a/docs/source/locale/sq/LC_MESSAGES/help.po +++ b/docs/source/locale/sq/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-16 11:24+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/index.po b/docs/source/locale/sq/LC_MESSAGES/index.po index 00123c8a..21c6b42d 100644 --- a/docs/source/locale/sq/LC_MESSAGES/index.po +++ b/docs/source/locale/sq/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-17 09:15+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/install.po b/docs/source/locale/sq/LC_MESSAGES/install.po index 15fd9b4e..e780d61b 100644 --- a/docs/source/locale/sq/LC_MESSAGES/install.po +++ b/docs/source/locale/sq/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.1\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "Celular" msgid "You can download OnionShare for Mobile from the follow links" msgstr "OnionShare për Celular mund të shkarkoni nga lidhjet vijuese" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -401,7 +401,7 @@ msgstr "" "përkatëse në qarkullim. Sa vijon, janë hollësi të zhvilluesve bazë të " "OnionShare-it:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -421,7 +421,7 @@ msgstr "" "`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -441,7 +441,7 @@ msgstr "" "kyçeve `_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sq/LC_MESSAGES/security.po b/docs/source/locale/sq/LC_MESSAGES/security.po index 4b32d87d..f4f17703 100644 --- a/docs/source/locale/sq/LC_MESSAGES/security.po +++ b/docs/source/locale/sq/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-17 19:38+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/sphinx.po b/docs/source/locale/sq/LC_MESSAGES/sphinx.po index e31fd975..f966bd24 100644 --- a/docs/source/locale/sq/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sq/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-18 07:08+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" diff --git a/docs/source/locale/sq/LC_MESSAGES/tor.po b/docs/source/locale/sq/LC_MESSAGES/tor.po index 7b118eb8..65b4bbc8 100644 --- a/docs/source/locale/sq/LC_MESSAGES/tor.po +++ b/docs/source/locale/sq/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-12-19 05:00+0000\n" "Last-Translator: Weblate Translation Memory \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/advanced.po b/docs/source/locale/sr@latin/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/develop.po b/docs/source/locale/sr@latin/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/develop.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/features.po b/docs/source/locale/sr@latin/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/features.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/help.po b/docs/source/locale/sr@latin/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/help.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/index.po b/docs/source/locale/sr@latin/LC_MESSAGES/index.po index 0e1664d2..e5821e70 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/index.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-11-26 18:53+0000\n" "Last-Translator: tics tics \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/install.po b/docs/source/locale/sr@latin/LC_MESSAGES/install.po index 51df544c..1772939f 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/install.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 12:39+0000\n" "Last-Translator: emma peel \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -331,7 +331,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -353,7 +353,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -369,7 +369,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/security.po b/docs/source/locale/sr@latin/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/security.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/sphinx.po b/docs/source/locale/sr@latin/LC_MESSAGES/sphinx.po index 0ad3a586..b3da1c99 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-03-02 16:50+0000\n" "Last-Translator: Filipovic Dragan \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sr@latin/LC_MESSAGES/tor.po b/docs/source/locale/sr@latin/LC_MESSAGES/tor.po index 584172e6..d59be445 100644 --- a/docs/source/locale/sr@latin/LC_MESSAGES/tor.po +++ b/docs/source/locale/sr@latin/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-03 17:52+0000\n" "Last-Translator: emma peel \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/advanced.po b/docs/source/locale/sv/LC_MESSAGES/advanced.po index dfe0df43..255af965 100644 --- a/docs/source/locale/sv/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sv/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2022-01-22 09:32+0000\n" "Last-Translator: Åke Engelbrektson \n" "Language-Team: sv \n" @@ -371,6 +371,547 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #~ msgid "" #~ "Everything in OnionShare is temporary by default. If you close an " #~ "OnionShare tab, its address no longer exists and it can't be used again. " diff --git a/docs/source/locale/sv/LC_MESSAGES/develop.po b/docs/source/locale/sv/LC_MESSAGES/develop.po index f7cd241e..df1375f5 100644 --- a/docs/source/locale/sv/LC_MESSAGES/develop.po +++ b/docs/source/locale/sv/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: sv \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/features.po b/docs/source/locale/sv/LC_MESSAGES/features.po index fdbe1f37..ab8955ba 100644 --- a/docs/source/locale/sv/LC_MESSAGES/features.po +++ b/docs/source/locale/sv/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-19 18:01+0000\n" "Last-Translator: emma peel \n" "Language-Team: sv \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/help.po b/docs/source/locale/sv/LC_MESSAGES/help.po index 48090811..aade21fc 100644 --- a/docs/source/locale/sv/LC_MESSAGES/help.po +++ b/docs/source/locale/sv/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-23 09:55+0000\n" "Last-Translator: Åke Engelbrektson \n" "Language-Team: sv \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/index.po b/docs/source/locale/sv/LC_MESSAGES/index.po index 7a48a2a7..64a87c2c 100644 --- a/docs/source/locale/sv/LC_MESSAGES/index.po +++ b/docs/source/locale/sv/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-19 15:37+0000\n" "Last-Translator: Michael Breidenbach \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/install.po b/docs/source/locale/sv/LC_MESSAGES/install.po index e033d82e..30bed6c5 100644 --- a/docs/source/locale/sv/LC_MESSAGES/install.po +++ b/docs/source/locale/sv/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-02-12 17:11+0000\n" "Last-Translator: emma peel \n" "Language-Team: sv \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -334,7 +334,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -356,7 +356,7 @@ msgstr "" "'från keys.openpgp.org keyserver '_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -372,7 +372,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sv/LC_MESSAGES/security.po b/docs/source/locale/sv/LC_MESSAGES/security.po index 22c3a567..546517f1 100644 --- a/docs/source/locale/sv/LC_MESSAGES/security.po +++ b/docs/source/locale/sv/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-23 09:55+0000\n" "Last-Translator: Åke Engelbrektson \n" "Language-Team: sv \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/sphinx.po b/docs/source/locale/sv/LC_MESSAGES/sphinx.po index bbd5b1e8..c25445fc 100644 --- a/docs/source/locale/sv/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sv/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-09-19 15:37+0000\n" "Last-Translator: Michael Breidenbach \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/sv/LC_MESSAGES/tor.po b/docs/source/locale/sv/LC_MESSAGES/tor.po index 39f68d42..b9e461ef 100644 --- a/docs/source/locale/sv/LC_MESSAGES/tor.po +++ b/docs/source/locale/sv/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: sv \n" diff --git a/docs/source/locale/sw/LC_MESSAGES/advanced.po b/docs/source/locale/sw/LC_MESSAGES/advanced.po index 52c98cd7..dc8db0e7 100644 --- a/docs/source/locale/sw/LC_MESSAGES/advanced.po +++ b/docs/source/locale/sw/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-04-18 13:52+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" @@ -359,3 +359,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/sw/LC_MESSAGES/develop.po b/docs/source/locale/sw/LC_MESSAGES/develop.po index 89ac42a0..cd4087e6 100644 --- a/docs/source/locale/sw/LC_MESSAGES/develop.po +++ b/docs/source/locale/sw/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-18 13:52+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/features.po b/docs/source/locale/sw/LC_MESSAGES/features.po index ffaf55a1..0930b875 100644 --- a/docs/source/locale/sw/LC_MESSAGES/features.po +++ b/docs/source/locale/sw/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-20 11:51+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/help.po b/docs/source/locale/sw/LC_MESSAGES/help.po index dbca7a51..1f74bddc 100644 --- a/docs/source/locale/sw/LC_MESSAGES/help.po +++ b/docs/source/locale/sw/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-20 11:51+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/index.po b/docs/source/locale/sw/LC_MESSAGES/index.po index 229ce095..66ba57c0 100644 --- a/docs/source/locale/sw/LC_MESSAGES/index.po +++ b/docs/source/locale/sw/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-17 12:36+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/install.po b/docs/source/locale/sw/LC_MESSAGES/install.po index 7da0b403..ec36a785 100644 --- a/docs/source/locale/sw/LC_MESSAGES/install.po +++ b/docs/source/locale/sw/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 12:39+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -325,7 +325,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -348,7 +348,7 @@ msgstr "" "keys.openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -364,7 +364,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/sw/LC_MESSAGES/security.po b/docs/source/locale/sw/LC_MESSAGES/security.po index a36fcbff..ea98154e 100644 --- a/docs/source/locale/sw/LC_MESSAGES/security.po +++ b/docs/source/locale/sw/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-20 11:51+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/sphinx.po b/docs/source/locale/sw/LC_MESSAGES/sphinx.po index 7209ef14..38684880 100644 --- a/docs/source/locale/sw/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/sw/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-20 11:51+0000\n" "Last-Translator: Zaituni Njovu \n" "Language-Team: none\n" diff --git a/docs/source/locale/sw/LC_MESSAGES/tor.po b/docs/source/locale/sw/LC_MESSAGES/tor.po index b467c201..fd177640 100644 --- a/docs/source/locale/sw/LC_MESSAGES/tor.po +++ b/docs/source/locale/sw/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-08-03 16:11+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/develop.po b/docs/source/locale/ta/LC_MESSAGES/develop.po index ebeba487..d6180f6d 100644 --- a/docs/source/locale/ta/LC_MESSAGES/develop.po +++ b/docs/source/locale/ta/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/features.po b/docs/source/locale/ta/LC_MESSAGES/features.po index c4044956..00941820 100644 --- a/docs/source/locale/ta/LC_MESSAGES/features.po +++ b/docs/source/locale/ta/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:08+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/help.po b/docs/source/locale/ta/LC_MESSAGES/help.po index 92004362..729d33f7 100644 --- a/docs/source/locale/ta/LC_MESSAGES/help.po +++ b/docs/source/locale/ta/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:08+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/index.po b/docs/source/locale/ta/LC_MESSAGES/index.po index 63dfb00e..1816c1e3 100644 --- a/docs/source/locale/ta/LC_MESSAGES/index.po +++ b/docs/source/locale/ta/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:08+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/install.po b/docs/source/locale/ta/LC_MESSAGES/install.po index 38241f14..379bc806 100644 --- a/docs/source/locale/ta/LC_MESSAGES/install.po +++ b/docs/source/locale/ta/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:07+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "மொபைல்" msgid "You can download OnionShare for Mobile from the follow links" msgstr "பின்தொடர்தல் இணைப்புகளிலிருந்து மொபைலுக்கான வெங்காயத்தை பதிவிறக்கம் செய்யலாம்" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "ஆண்ட்ராய்டு" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-droid: https://github.com/onionshare/onionshare-android- இரவு" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "ஐஇமு" @@ -389,7 +389,7 @@ msgstr "" "குறிப்பிட்ட வெளியீட்டிற்கு பொறுப்பான கோர் டெவலப்பரால் தொகுப்புகள் கையொப்பமிடப்படுகின்றன. " "வெங்காயவாதியின் முக்கிய டெவலப்பர்களின் தகவல்கள் பின்வருமாறு:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "மீகா லீ:" @@ -405,7 +405,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "விசைகளிலிருந்து நீங்கள் மைக்காவின் விசையை பதிவிறக்கம் செய்யலாம்." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "சப்தக் சென்குப்தா:" @@ -423,7 +423,7 @@ msgstr "" "நீங்கள் சாப்டக்கின் விசையை `keys.openpgp.org கீசர்வர் 66b> ஐ" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/ta/LC_MESSAGES/security.po b/docs/source/locale/ta/LC_MESSAGES/security.po index d9b7a1fb..c00d5536 100644 --- a/docs/source/locale/ta/LC_MESSAGES/security.po +++ b/docs/source/locale/ta/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:08+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/sphinx.po b/docs/source/locale/ta/LC_MESSAGES/sphinx.po index 35f9acd9..6053e9e1 100644 --- a/docs/source/locale/ta/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/ta/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-22 16:08+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/ta/LC_MESSAGES/tor.po b/docs/source/locale/ta/LC_MESSAGES/tor.po index ae925ae7..0ba2e18d 100644 --- a/docs/source/locale/ta/LC_MESSAGES/tor.po +++ b/docs/source/locale/ta/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-23 08:26+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: none\n" diff --git a/docs/source/locale/te/LC_MESSAGES/advanced.po b/docs/source/locale/te/LC_MESSAGES/advanced.po index debf29d5..a3b131a0 100644 --- a/docs/source/locale/te/LC_MESSAGES/advanced.po +++ b/docs/source/locale/te/LC_MESSAGES/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,3 +342,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/te/LC_MESSAGES/develop.po b/docs/source/locale/te/LC_MESSAGES/develop.po index 348002db..b53930ac 100644 --- a/docs/source/locale/te/LC_MESSAGES/develop.po +++ b/docs/source/locale/te/LC_MESSAGES/develop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/features.po b/docs/source/locale/te/LC_MESSAGES/features.po index 0b315ef1..2fd76557 100644 --- a/docs/source/locale/te/LC_MESSAGES/features.po +++ b/docs/source/locale/te/LC_MESSAGES/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/help.po b/docs/source/locale/te/LC_MESSAGES/help.po index 04607c6b..84e33d66 100644 --- a/docs/source/locale/te/LC_MESSAGES/help.po +++ b/docs/source/locale/te/LC_MESSAGES/help.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/index.po b/docs/source/locale/te/LC_MESSAGES/index.po index c8682bc1..7fa03ed2 100644 --- a/docs/source/locale/te/LC_MESSAGES/index.po +++ b/docs/source/locale/te/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/install.po b/docs/source/locale/te/LC_MESSAGES/install.po index edfa7177..175d5561 100644 --- a/docs/source/locale/te/LC_MESSAGES/install.po +++ b/docs/source/locale/te/LC_MESSAGES/install.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,7 +40,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -309,7 +309,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -325,7 +325,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -341,7 +341,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/te/LC_MESSAGES/security.po b/docs/source/locale/te/LC_MESSAGES/security.po index d55a381b..871a9d12 100644 --- a/docs/source/locale/te/LC_MESSAGES/security.po +++ b/docs/source/locale/te/LC_MESSAGES/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/sphinx.po b/docs/source/locale/te/LC_MESSAGES/sphinx.po index cf7b2edc..82f66457 100644 --- a/docs/source/locale/te/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/te/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/te/LC_MESSAGES/tor.po b/docs/source/locale/te/LC_MESSAGES/tor.po index daa2e2ef..9eaf8eaa 100644 --- a/docs/source/locale/te/LC_MESSAGES/tor.po +++ b/docs/source/locale/te/LC_MESSAGES/tor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/tl/LC_MESSAGES/advanced.po b/docs/source/locale/tl/LC_MESSAGES/advanced.po index c95f10b6..0365e993 100644 --- a/docs/source/locale/tl/LC_MESSAGES/advanced.po +++ b/docs/source/locale/tl/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/tok/LC_MESSAGES/index.po b/docs/source/locale/tok/LC_MESSAGES/index.po index d290331e..f2685f6f 100644 --- a/docs/source/locale/tok/LC_MESSAGES/index.po +++ b/docs/source/locale/tok/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/tok/LC_MESSAGES/sphinx.po b/docs/source/locale/tok/LC_MESSAGES/sphinx.po index 7b3f7b01..e9d70545 100644 --- a/docs/source/locale/tok/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/tok/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/tr/LC_MESSAGES/advanced.po b/docs/source/locale/tr/LC_MESSAGES/advanced.po index 33a82ec9..70f55ec3 100644 --- a/docs/source/locale/tr/LC_MESSAGES/advanced.po +++ b/docs/source/locale/tr/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2022-10-03 23:25+0000\n" "Last-Translator: Oğuz Ersen \n" -"Language: tr\n" "Language-Team: tr \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Language: tr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,11 +29,11 @@ msgstr "Sekmeleri kaydedin" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Barındırdığınız OnionShare sekmelerini kapatmak onları yok ederek yeniden" -" kullanılmalarını engeller. Kalıcı olarak barındırılan web siteleri, " +"Barındırdığınız OnionShare sekmelerini kapatmak onları yok ederek yeniden " +"kullanılmalarını engeller. Kalıcı olarak barındırılan web siteleri, " "paylaşıldıkları bilgisayar yeniden başlatılsa bile aynı adreste " "kullanılabilir." @@ -43,25 +43,23 @@ msgid "" "OnionShare is started\" box before starting your server." msgstr "" "Sunucunuzu başlatmadan önce \"OnionShare başlatıldığında her zaman bu " -"sekmeyi aç\" kutusunu işaretleyerek herhangi bir sekmeyi kalıcı hale " -"getirin." +"sekmeyi aç\" kutusunu işaretleyerek herhangi bir sekmeyi kalıcı hale getirin." #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" "OnionShare açıldığında, önceki oturumdaki kayıtlı sekmeleriniz açılmaya " -"başlayacaktır. Her hizmet daha sonra elle başlatılabilir ve aynı " -"OnionShare adresinde kullanılabilir ve aynı kişisel anahtar tarafından " -"korunur olacaktır." +"başlayacaktır. Her hizmet daha sonra elle başlatılabilir ve aynı OnionShare " +"adresinde kullanılabilir ve aynı kişisel anahtar tarafından korunur " +"olacaktır." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" "Bir sekmeyi kaydederseniz, onion hizmeti kişisel anahtarının bir kopyası " "bilgisayarınızda saklanır." @@ -72,8 +70,8 @@ msgstr "Kişisel anahtarı kapat" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" "Varsayılan olarak, tüm OnionShare hizmetleri, Tor tarafından \"istemci " "kimlik doğrulaması\" olarak adlandırılan kişisel bir anahtarla korunur." @@ -86,22 +84,21 @@ msgid "" "it's better to disable the private key altogether." msgstr "" "Bir OnionShare hizmetini yüklediğinizde Tor Browser sizden kişisel " -"anahtarınızı girmenizi isteyecektir. Herkesin hizmetinizi kullanmasına " -"izin vermek istiyorsanız, kişisel anahtarı tamamen devre dışı bırakmanız " -"daha iyi olur." +"anahtarınızı girmenizi isteyecektir. Herkesin hizmetinizi kullanmasına izin " +"vermek istiyorsanız, kişisel anahtarı tamamen devre dışı bırakmanız daha iyi " +"olur." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Herhangi bir sekmenin kişisel anahtarını kapatmak için sunucuyu " -"başlatmadan önce \"Bu, herkese açık bir OnionShare hizmetidir (kişisel " -"anahtarı devre dışı bırakır)\" kutusunu işaretleyin. Böylece sunucu " -"herkese açık olur ve Tor Browser'da yüklemek için kişisel anahtara gerek " -"kalmaz." +"Herhangi bir sekmenin kişisel anahtarını kapatmak için sunucuyu başlatmadan " +"önce \"Bu, herkese açık bir OnionShare hizmetidir (kişisel anahtarı devre " +"dışı bırakır)\" kutusunu işaretleyin. Böylece sunucu herkese açık olur ve " +"Tor Browser'da yüklemek için kişisel anahtara gerek kalmaz." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -109,21 +106,21 @@ msgstr "Özel başlıklar" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Kullanıcılar Tor Browser'da OnionShare hizmetlerini yüklediklerinde her " -"bir hizmet türü için öntanımlı başlığı görürler. Örneğin, sohbet " -"hizmetleri için öntanımlı başlık \"OnionShare Chat\" şeklindedir." +"Kullanıcılar Tor Browser'da OnionShare hizmetlerini yüklediklerinde her bir " +"hizmet türü için öntanımlı başlığı görürler. Örneğin, sohbet hizmetleri için " +"öntanımlı başlık \"OnionShare Chat\" şeklindedir." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Bir sunucuyu başlatmadan önce \"Özel başlık\" ayarını düzenlerseniz, bunu" -" değiştirebilirsiniz." +"Bir sunucuyu başlatmadan önce \"Özel başlık\" ayarını düzenlerseniz, bunu " +"değiştirebilirsiniz." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -131,11 +128,11 @@ msgstr "Zamanlamalar" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" "OnionShare, bir hizmetin tam olarak başlayacağı ve duracağı zamanları " "ayarlayabilir. Bir sunucuyu başlatmadan önce, sekmesindeki \"Gelişmiş " @@ -146,26 +143,26 @@ msgstr "" #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" "Gelecekte başlaması zamanlanan hizmetler, \"Paylaşımı başlat\" düğmesine " -"tıklandığında bir geri sayım sayacı görüntüler. Gelecekte durması " -"zamanlanan hizmetler, başlatıldığında bir geri sayım sayacı görüntüler." +"tıklandığında bir geri sayım sayacı görüntüler. Gelecekte durması zamanlanan " +"hizmetler, başlatıldığında bir geri sayım sayacı görüntüler." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Bir OnionShare hizmetini otomatik olarak başlatmak için zamanlamak, ölü" -" adam anahtarı olarak kullanılabilir**. Bu, hizmetinizin gelecekte " -"belirli bir zamanda, bunu önlemek için orada değilseniz, herkese açık " -"hale getirileceği anlamına gelir. Başınıza bir şey gelmezse, hizmeti " -"başlayacağı zamandan önce iptal edebilirsiniz." +"**Bir OnionShare hizmetini otomatik olarak başlatmak için zamanlamak, ölü " +"adam anahtarı olarak kullanılabilir**. Bu, hizmetinizin gelecekte belirli " +"bir zamanda, bunu önlemek için orada değilseniz, herkese açık hale " +"getirileceği anlamına gelir. Başınıza bir şey gelmezse, hizmeti başlayacağı " +"zamandan önce iptal edebilirsiniz." #: ../../source/advanced.rst:60 msgid "" @@ -173,10 +170,9 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**Bir OnionShare hizmetini otomatik olarak durdurmak için zamanlamak, " -"maruz kalmayı sınırlar**. Gizli bilgileri veya güncelliğini yitirecek bir" -" şeyi paylaşmak istiyorsanız, bunu seçilen sınırlı bir süre için " -"yapabilirsiniz." +"**Bir OnionShare hizmetini otomatik olarak durdurmak için zamanlamak, maruz " +"kalmayı sınırlar**. Gizli bilgileri veya güncelliğini yitirecek bir şeyi " +"paylaşmak istiyorsanız, bunu seçilen sınırlı bir süre için yapabilirsiniz." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -186,7 +182,8 @@ msgstr "Komut satırı arayüzü" msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." -msgstr "Görsel arayüze ek olarak, OnionShare bir komut satırı arayüzüne sahiptir." +msgstr "" +"Görsel arayüze ek olarak, OnionShare bir komut satırı arayüzüne sahiptir." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -194,26 +191,26 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" -"OnionShare uygulamasının yalnız komut satırı sürümünü ``pip3`` kullanarak" -" kurabilirsiniz::" +"OnionShare uygulamasının yalnız komut satırı sürümünü ``pip3`` kullanarak " +"kurabilirsiniz::" #: ../../source/advanced.rst:81 msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" msgstr "" -"Ayrıca ``tor`` paketinin kurulu olması gerekeceğini unutmayın. macOS için" -" şu komutla kurun: ``brew install tor``" +"Ayrıca ``tor`` paketinin kurulu olması gerekeceğini unutmayın. macOS için şu " +"komutla kurun: ``brew install tor``" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -221,15 +218,13 @@ msgstr "Sonra şu şekilde çalıştırın::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" "Farklı işletim sistemlerine kurmak hakkında bilgi Git deposundaki `CLI " -"README dosyasında " -"`_ " -"bulunabilir." +"README dosyasında `_ bulunabilir." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -238,8 +233,8 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" "OnionShare'i Snap paketini kullanarak kurduysanız, komut satırı arayüzü " "sürümüne erişmek için yalnızca ``onionshare.cli`` komutunu da " @@ -251,8 +246,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -270,7 +265,8 @@ msgid "Usage" msgstr "Kullanım" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" "``onionshare --help`` komutunu çalıştırarak komut satırı belgelerine göz " "atın::" @@ -287,9 +283,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -298,43 +294,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -344,30 +338,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -379,8 +369,8 @@ msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" msgstr "" -"OnionShare masaüstü uygulaması, kolaylık ve erişilebilirlik için bazı " -"klavye kısayolları içerir::" +"OnionShare masaüstü uygulaması, kolaylık ve erişilebilirlik için bazı klavye " +"kısayolları içerir::" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -393,8 +383,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -421,9 +411,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -473,7 +463,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -482,8 +473,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -558,8 +549,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -589,9 +580,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -616,10 +606,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -628,8 +618,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -639,8 +629,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -650,8 +640,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -663,11 +653,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -695,9 +683,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -706,9 +694,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -717,9 +704,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -728,8 +715,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -750,7 +737,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -759,8 +747,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -773,8 +760,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -783,9 +770,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -794,8 +780,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -808,8 +794,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -839,9 +825,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -850,8 +836,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -871,8 +857,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -889,8 +875,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -903,8 +888,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -913,8 +898,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -943,8 +928,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -968,262 +953,161 @@ msgstr "" #~ msgstr "Parolaları Kapatın" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Öntanımlı olarak, tüm OnionShare hizmetleri," -#~ " ``onionshare`` kullanıcı adı ve rastgele" -#~ " oluşturulan bir parola ile korunur. " -#~ "Birisi parola için 20 yanlış tahmin " -#~ "yaparsa, OnionShare hizmetine karşı bir " -#~ "kaba kuvvet saldırısını önlemek için " -#~ "onion hizmetiniz otomatik olarak durdurulur." +#~ "Öntanımlı olarak, tüm OnionShare hizmetleri, ``onionshare`` kullanıcı adı " +#~ "ve rastgele oluşturulan bir parola ile korunur. Birisi parola için 20 " +#~ "yanlış tahmin yaparsa, OnionShare hizmetine karşı bir kaba kuvvet " +#~ "saldırısını önlemek için onion hizmetiniz otomatik olarak durdurulur." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Herhangi bir sekmenin parolasını kapatmak " -#~ "için, sunucuyu başlatmadan önce \"Parola " -#~ "kullanma\" kutusunu işaretlemeniz yeterlidir. " -#~ "Daha sonra sunucu herkese açık olacak" -#~ " ve bir parolası olmayacaktır." +#~ "Herhangi bir sekmenin parolasını kapatmak için, sunucuyu başlatmadan önce " +#~ "\"Parola kullanma\" kutusunu işaretlemeniz yeterlidir. Daha sonra sunucu " +#~ "herkese açık olacak ve bir parolası olmayacaktır." #~ msgid "Legacy Addresses" #~ msgstr "Eski Adresler" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "OnionShare, öntanımlı olarak v3 Tor " -#~ "onion hizmetlerini kullanır. Bunlar, 56 " -#~ "karakter içeren modern onion adresleridir, " -#~ "örneğin::" +#~ "OnionShare, öntanımlı olarak v3 Tor onion hizmetlerini kullanır. Bunlar, " +#~ "56 karakter içeren modern onion adresleridir, örneğin::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "OnionShare, v2 onion adreslerini, yani " -#~ "16 karakter içeren eski tür onion " +#~ "OnionShare, v2 onion adreslerini, yani 16 karakter içeren eski tür onion " #~ "adreslerini hala desteklemektedir, örneğin::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "OnionShare, v2 onion adreslerini \"eski " -#~ "adresler\" olarak adlandırır ve v3 onion" -#~ " adresleri daha güvenli olduğu için " -#~ "bunlar tavsiye edilmez." +#~ "OnionShare, v2 onion adreslerini \"eski adresler\" olarak adlandırır ve " +#~ "v3 onion adresleri daha güvenli olduğu için bunlar tavsiye edilmez." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Eski adresleri kullanmak için, bir " -#~ "sunucuyu başlatmadan önce onun sekmesinde " -#~ "\"Gelişmiş ayarları göster\" düğmesine " -#~ "tıklayın ve \"Eski bir adres kullan " -#~ "(v2 onion hizmeti, tavsiye edilmez)\" " -#~ "kutusunu işaretleyin. Eski modda isteğe " -#~ "bağlı olarak Tor istemci kimlik " -#~ "doğrulamasını açabilirsiniz. Eski modda bir" -#~ " sunucu başlattığınızda, o sekmede eski " -#~ "modu kaldıramazsınız. Bunun yerine, ayrı " -#~ "bir sekmede ayrı bir hizmet " +#~ "Eski adresleri kullanmak için, bir sunucuyu başlatmadan önce onun " +#~ "sekmesinde \"Gelişmiş ayarları göster\" düğmesine tıklayın ve \"Eski bir " +#~ "adres kullan (v2 onion hizmeti, tavsiye edilmez)\" kutusunu işaretleyin. " +#~ "Eski modda isteğe bağlı olarak Tor istemci kimlik doğrulamasını " +#~ "açabilirsiniz. Eski modda bir sunucu başlattığınızda, o sekmede eski modu " +#~ "kaldıramazsınız. Bunun yerine, ayrı bir sekmede ayrı bir hizmet " #~ "başlatmalısınız." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "Tor Projesi, 15 Ekim 2021'de `v2 " -#~ "onion hizmetlerini tamamen kullanımdan " -#~ "kaldırmayı `_ planlamaktadır ve eski onion " -#~ "hizmetleri bu tarihten önce OnionShare'den " +#~ "Tor Projesi, 15 Ekim 2021'de `v2 onion hizmetlerini tamamen kullanımdan " +#~ "kaldırmayı `_ " +#~ "planlamaktadır ve eski onion hizmetleri bu tarihten önce OnionShare'den " #~ "kaldırılacaktır." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "OnionShare üzerindeki her şey varsayılan " -#~ "olarak geçicidir. Bir OnionShare sekmesini " -#~ "kapatırsanız, adresi artık var olmaz ve" -#~ " yeniden kullanılamaz. Bazen bir OnionShare" -#~ " hizmetinin kalıcı olmasını isteyebilirsiniz. " -#~ "Bilgisayarınızı yeniden başlatsanız bile, aynı" -#~ " OnionShare adresinden kullanılabilen bir " -#~ "web sitesini barındırmak istiyorsanız bu " -#~ "seçenek işe yarar." +#~ "OnionShare üzerindeki her şey varsayılan olarak geçicidir. Bir OnionShare " +#~ "sekmesini kapatırsanız, adresi artık var olmaz ve yeniden kullanılamaz. " +#~ "Bazen bir OnionShare hizmetinin kalıcı olmasını isteyebilirsiniz. " +#~ "Bilgisayarınızı yeniden başlatsanız bile, aynı OnionShare adresinden " +#~ "kullanılabilen bir web sitesini barındırmak istiyorsanız bu seçenek işe " +#~ "yarar." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "OnionShare uygulamasını kapatıp yeniden " -#~ "açtığınızda, kaydedilmiş sekmeleriniz açılmaya " -#~ "başlar. Her hizmeti elle başlatmanız " -#~ "gerekir, ancak bunu yaptığınızda aynı " -#~ "OnionShare adresi ve kişisel anahtarı " -#~ "kullanılır." +#~ "OnionShare uygulamasını kapatıp yeniden açtığınızda, kaydedilmiş " +#~ "sekmeleriniz açılmaya başlar. Her hizmeti elle başlatmanız gerekir, ancak " +#~ "bunu yaptığınızda aynı OnionShare adresi ve kişisel anahtarı kullanılır." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "Tor Browser ile bir OnionShare hizmetine" -#~ " göz atarken, Tor Browser kişisel " +#~ "Tor Browser ile bir OnionShare hizmetine göz atarken, Tor Browser kişisel " #~ "anahtarın yazılmasını isteyecektir." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "Bazen, örneğin bir OnionShare alma " -#~ "hizmeti kurmak istediğinizde, insanların size" -#~ " güvenli ve anonim olarak dosya " -#~ "gönderebilmesi için OnionShare hizmetinizin " -#~ "herkes tarafından erişilebilir olmasını " -#~ "isteyebilirsiniz. Bu durumda kişisel anahtarı" -#~ " tamamen devre dışı bırakmak daha " -#~ "iyidir." +#~ "Bazen, örneğin bir OnionShare alma hizmeti kurmak istediğinizde, " +#~ "insanların size güvenli ve anonim olarak dosya gönderebilmesi için " +#~ "OnionShare hizmetinizin herkes tarafından erişilebilir olmasını " +#~ "isteyebilirsiniz. Bu durumda kişisel anahtarı tamamen devre dışı bırakmak " +#~ "daha iyidir." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Bir hizmeti gelecekte başlaması için " -#~ "zamanladıysanız, \"Paylaşımı başlat\" düğmesine " -#~ "tıkladığınızda, başlamak için geri sayım " -#~ "yapan bir zamanlayıcı görürsünüz. Gelecekte" -#~ " durması için zamanladıysanız, başladıktan " -#~ "sonra otomatik olarak duracağı zamana " -#~ "kadar geri sayan bir zamanlayıcı " -#~ "görürsünüz." +#~ "Bir hizmeti gelecekte başlaması için zamanladıysanız, \"Paylaşımı " +#~ "başlat\" düğmesine tıkladığınızda, başlamak için geri sayım yapan bir " +#~ "zamanlayıcı görürsünüz. Gelecekte durması için zamanladıysanız, " +#~ "başladıktan sonra otomatik olarak duracağı zamana kadar geri sayan bir " +#~ "zamanlayıcı görürsünüz." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Bir OnionShare hizmetini otomatik olarak " -#~ "başlayacak şekilde zamanlamak, ölü adam " -#~ "anahtarı olarak kullanılabilir**, bu şekilde" -#~ " size bir şey olursa, hizmetiniz " -#~ "gelecekte belirli bir zamanda herkese " -#~ "açık duruma getirilir. Size bir şey " -#~ "olmazsa, hizmetin başlama zamanından önce " -#~ "iptal edebilirsiniz." +#~ "**Bir OnionShare hizmetini otomatik olarak başlayacak şekilde zamanlamak, " +#~ "ölü adam anahtarı olarak kullanılabilir**, bu şekilde size bir şey " +#~ "olursa, hizmetiniz gelecekte belirli bir zamanda herkese açık duruma " +#~ "getirilir. Size bir şey olmazsa, hizmetin başlama zamanından önce iptal " +#~ "edebilirsiniz." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. When OnionShare tabs are " -#~ "closed, addresses no longer exist and" -#~ " can't be used again. Your OnionShare" -#~ " service can also be persistent. If" -#~ " you host a website, persistence " -#~ "means it will be available on the" -#~ " same OnionShare address even if you" -#~ " reboot your computer." +#~ "Everything in OnionShare is temporary by default. When OnionShare tabs " +#~ "are closed, addresses no longer exist and can't be used again. Your " +#~ "OnionShare service can also be persistent. If you host a website, " +#~ "persistence means it will be available on the same OnionShare address " +#~ "even if you reboot your computer." #~ msgstr "" -#~ "OnionShare'deki her şey öntanımlı olarak " -#~ "geçicidir. OnionShare sekmeleri kapatıldığında, " -#~ "adresler artık yoktur ve tekrar " -#~ "kullanılamaz. OnionShare hizmetiniz kalıcı da" -#~ " olabilir. Bir web sitesi " -#~ "barındırıyorsanız, kalıcılık, bilgisayarınızı " -#~ "yeniden başlatsanız bile aynı OnionShare " -#~ "adresinde kullanılabilir olacağı anlamına " -#~ "gelir." +#~ "OnionShare'deki her şey öntanımlı olarak geçicidir. OnionShare sekmeleri " +#~ "kapatıldığında, adresler artık yoktur ve tekrar kullanılamaz. OnionShare " +#~ "hizmetiniz kalıcı da olabilir. Bir web sitesi barındırıyorsanız, " +#~ "kalıcılık, bilgisayarınızı yeniden başlatsanız bile aynı OnionShare " +#~ "adresinde kullanılabilir olacağı anlamına gelir." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Herhangi bir sekmeyi kalıcı yapmak için," -#~ " sunucunuzu başlatmadan önce \"Bu sekme " -#~ "kaydedilsin ve OnionShare ile otomatik " -#~ "olarak açılsın\" kutusunu işaretleyin. " -#~ "Sekmenin kaydedildiğini bildirmek için sunucu" -#~ " durumunun solunda mor bir iğne " -#~ "simgesi görünür." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Herhangi bir sekmeyi kalıcı yapmak için, sunucunuzu başlatmadan önce \"Bu " +#~ "sekme kaydedilsin ve OnionShare ile otomatik olarak açılsın\" kutusunu " +#~ "işaretleyin. Sekmenin kaydedildiğini bildirmek için sunucu durumunun " +#~ "solunda mor bir iğne simgesi görünür." diff --git a/docs/source/locale/tr/LC_MESSAGES/develop.po b/docs/source/locale/tr/LC_MESSAGES/develop.po index cb28220c..7e8a8df2 100644 --- a/docs/source/locale/tr/LC_MESSAGES/develop.po +++ b/docs/source/locale/tr/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-02 12:36+0000\n" "Last-Translator: Kaya Zeren \n" "Language-Team: tr \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/features.po b/docs/source/locale/tr/LC_MESSAGES/features.po index f7589f64..b680c1b9 100644 --- a/docs/source/locale/tr/LC_MESSAGES/features.po +++ b/docs/source/locale/tr/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-03 17:52+0000\n" "Last-Translator: emma peel \n" "Language-Team: tr \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/help.po b/docs/source/locale/tr/LC_MESSAGES/help.po index 20629c43..f2d6ae63 100644 --- a/docs/source/locale/tr/LC_MESSAGES/help.po +++ b/docs/source/locale/tr/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-02 12:36+0000\n" "Last-Translator: Kaya Zeren \n" "Language-Team: tr \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/index.po b/docs/source/locale/tr/LC_MESSAGES/index.po index 74bb72f2..0a5f6523 100644 --- a/docs/source/locale/tr/LC_MESSAGES/index.po +++ b/docs/source/locale/tr/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-10-02 12:36+0000\n" "Last-Translator: Kaya Zeren \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/install.po b/docs/source/locale/tr/LC_MESSAGES/install.po index 5985f9f2..e39731d9 100644 --- a/docs/source/locale/tr/LC_MESSAGES/install.po +++ b/docs/source/locale/tr/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-03-22 16:08+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: tr \n" @@ -42,7 +42,7 @@ msgstr "Mobil" msgid "You can download OnionShare for Mobile from the follow links" msgstr "Mobil için aşağıdaki bağlantılardan OnionShare indirebilirsiniz" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -58,7 +58,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -400,7 +400,7 @@ msgstr "" "imzalanır. Aşağıda OnionShare'in ana geliştiricilerinin bilgileri yer " "almaktadır:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -421,7 +421,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_ indirebilirsiniz." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -442,7 +442,7 @@ msgstr "" "openpgp.org/vks/v1/by-" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_ indirebilirsiniz." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/tr/LC_MESSAGES/security.po b/docs/source/locale/tr/LC_MESSAGES/security.po index 44c19d24..de686587 100644 --- a/docs/source/locale/tr/LC_MESSAGES/security.po +++ b/docs/source/locale/tr/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-07-07 19:19+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: tr \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/sphinx.po b/docs/source/locale/tr/LC_MESSAGES/sphinx.po index a0eb0930..f80f0191 100644 --- a/docs/source/locale/tr/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/tr/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-07 06:22+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/tr/LC_MESSAGES/tor.po b/docs/source/locale/tr/LC_MESSAGES/tor.po index 4eb38cf1..4361fc28 100644 --- a/docs/source/locale/tr/LC_MESSAGES/tor.po +++ b/docs/source/locale/tr/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: tr \n" diff --git a/docs/source/locale/uk/LC_MESSAGES/advanced.po b/docs/source/locale/uk/LC_MESSAGES/advanced.po index bd1cc481..feb48c15 100644 --- a/docs/source/locale/uk/LC_MESSAGES/advanced.po +++ b/docs/source/locale/uk/LC_MESSAGES/advanced.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" "Last-Translator: Ihor Hordiichuk \n" -"Language: uk\n" "Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -30,8 +30,8 @@ msgstr "Збереження вкладок" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" "Закриття вкладок OnionShare, які ви розміщуєте, знищує їх, запобігаючи " "повторному використанню. Постійно розміщені вебсайти доступні за тією ж " @@ -42,28 +42,27 @@ msgid "" "Make any tab persistent by checking the \"Always open this tab when " "OnionShare is started\" box before starting your server." msgstr "" -"Зробіть будь-яку вкладку постійною, встановивши прапорець «Завжди " -"відкривати цю вкладку під час запуску OnionShare» перед запуском сервера." +"Зробіть будь-яку вкладку постійною, встановивши прапорець «Завжди відкривати " +"цю вкладку під час запуску OnionShare» перед запуском сервера." #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" -"Під час відкриття OnionShare почнуть відкриватися ваші збережені вкладки " -"з попереднього сеансу. Тоді кожну службу можна буде запустити вручну, " -"вона буде доступна за тією самою адресою OnionShare і захищена тим самим " +"Під час відкриття OnionShare почнуть відкриватися ваші збережені вкладки з " +"попереднього сеансу. Тоді кожну службу можна буде запустити вручну, вона " +"буде доступна за тією самою адресою OnionShare і захищена тим самим " "приватним ключем." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" -"Якщо ви збережете вкладку, копія її таємного ключа служби onion " -"зберігається на вашому комп’ютері." +"Якщо ви збережете вкладку, копія її таємного ключа служби onion зберігається " +"на вашому комп’ютері." #: ../../source/advanced.rst:24 msgid "Turn Off Private Key" @@ -71,8 +70,8 @@ msgstr "Вимкнути приватний ключ" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" "Типово всі служби OnionShare захищені приватним ключем, який Tor називає " "«автентифікацією клієнта»." @@ -83,21 +82,21 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"Браузер Tor попросить вас ввести свій приватний ключ під час завантаження" -" служби OnionShare. Якщо ви хочете дозволити користуватися вашою службою " +"Браузер Tor попросить вас ввести свій приватний ключ під час завантаження " +"служби OnionShare. Якщо ви хочете дозволити користуватися вашою службою " "всім, краще взагалі вимкнути приватний ключ." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Щоб вимкнути приватний ключ для будь-якої вкладки, установіть прапорець " -"«Це загальнодоступна служба OnionShare (вимикає приватний ключ)» перед " -"запуском сервера. Тоді сервер буде загальнодоступним і не потребуватиме " -"приватного ключа для перегляду в Tor Browser." +"Щоб вимкнути приватний ключ для будь-якої вкладки, установіть прапорець «Це " +"загальнодоступна служба OnionShare (вимикає приватний ключ)» перед запуском " +"сервера. Тоді сервер буде загальнодоступним і не потребуватиме приватного " +"ключа для перегляду в Tor Browser." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -105,21 +104,20 @@ msgstr "Власні заголовки" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Коли користувачі завантажують службу OnionShare у браузері Tor, вони " -"бачать типову назву типу служби. Наприклад, типова назва бесіди — " -"«OnionShare Chat»." +"Коли користувачі завантажують службу OnionShare у браузері Tor, вони бачать " +"типову назву типу служби. Наприклад, типова назва бесіди — «OnionShare Chat»." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Якщо ви відредагуєте параметр «Власний заголовок» перед запуском сервера," -" ви можете змінити його." +"Якщо ви відредагуєте параметр «Власний заголовок» перед запуском сервера, ви " +"можете змінити його." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -127,41 +125,41 @@ msgstr "Запланований час" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" "OnionShare підтримує планування, коли саме служба повинна запускатися та " "зупинятися. Перш ніж запускати сервер, натисніть «Показати розширені " -"налаштування» на його вкладці, а потім позначте «Запускати службу onion у" -" запланований час», «Зупинити службу onion у запланований час» або обидва" -" і встановіть бажані дати та час." +"налаштування» на його вкладці, а потім позначте «Запускати службу onion у " +"запланований час», «Зупинити службу onion у запланований час» або обидва і " +"встановіть бажані дати та час." #: ../../source/advanced.rst:51 msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" "Служби, заплановані до запуску в майбутньому, показуватимуть таймер " -"зворотного відліку, коли натиснена кнопка «Розпочати надсилання». Служби " -"з черги припинення, показують таймер зворотного відліку, коли вони " +"зворотного відліку, коли натиснена кнопка «Розпочати надсилання». Служби з " +"черги припинення, показують таймер зворотного відліку, коли вони " "запускаються." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" "**Планування служби OnionShare для автоматичного запуску може бути " "використане перемикачем мертвої людини**. Це означає, що ваша послуга " "оприлюднюється в певний час у майбутньому, якщо ви не будете поруч, щоб " -"запобігти цьому. Якщо з вами нічого не станеться, ви можете скасувати " -"запуск цієї служби." +"запобігти цьому. Якщо з вами нічого не станеться, ви можете скасувати запуск " +"цієї служби." #: ../../source/advanced.rst:60 msgid "" @@ -169,9 +167,9 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**Планування автоматичної зупинки служби OnionShare може бути корисним " -"для обмеження доступу до неї**. Якщо ви хочете поділитися таємними даними" -" або чимось, що має термін давності, ви можете вказати обмеження часу." +"**Планування автоматичної зупинки служби OnionShare може бути корисним для " +"обмеження доступу до неї**. Якщо ви хочете поділитися таємними даними або " +"чимось, що має термін давності, ви можете вказати обмеження часу." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -181,7 +179,8 @@ msgstr "Інтерфейс командного рядка" msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." -msgstr "Окрім графічного інтерфейсу, OnionShare має інтерфейс командного рядка." +msgstr "" +"Окрім графічного інтерфейсу, OnionShare має інтерфейс командного рядка." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -189,16 +188,16 @@ msgstr "Встановлення CLI-версії" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" -"Якщо ви встановили пакунок Snap, macOS або Windows, у вас вже встановлена" -" версія CLI." +"Якщо ви встановили пакунок Snap, macOS або Windows, у вас вже встановлена " +"версія CLI." #: ../../source/advanced.rst:77 msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" "Також ви можете встановити версію OnionShare лише для командного рядка " "використовуючи ``pip3``::" @@ -217,15 +216,13 @@ msgstr "Потім запустіть його так::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Докладніше про його встановлення в різних операційних системах " -"перегляньте `файл CLI README " -"`_ у" -" Git-репозиторії." +"Докладніше про його встановлення в різних операційних системах перегляньте " +"`файл CLI README `_ у Git-репозиторії." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -233,12 +230,11 @@ msgstr "Запуск CLI зі Snap" #: ../../source/advanced.rst:92 msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" -"Якщо ви встановили OnionShare за допомогою пакунка Snap, ви можете " -"запустити ``onionshare.cli`` для доступу до версії інтерфейсу командного " -"рядка." +"Якщо ви встановили OnionShare за допомогою пакунка Snap, ви можете запустити " +"``onionshare.cli`` для доступу до версії інтерфейсу командного рядка." #: ../../source/advanced.rst:95 msgid "Running the CLI from macOS" @@ -246,11 +242,11 @@ msgstr "Запуск CLI з macOS" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" -"З термінала ви можете запустити " -"``/Applications/OnionShare.app/Contents/MacOS/onionshare-cli --help``" +"З термінала ви можете запустити ``/Applications/OnionShare.app/Contents/" +"MacOS/onionshare-cli --help``" #: ../../source/advanced.rst:100 msgid "Running the CLI from Windows" @@ -267,10 +263,10 @@ msgid "Usage" msgstr "Користування" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" msgstr "" -"Перегляньте документацію командного рядка, запустивши ``onionshare " -"--help``::" +"Перегляньте документацію командного рядка, запустивши ``onionshare --help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -281,18 +277,17 @@ msgid "" "It is possible to automatically start OnionShare from the CLI using a " "systemd unit file." msgstr "" -"Існує можливість автоматичного запуску OnionShare з CLI за допомогою " -"юніт-файлу systemd." +"Існує можливість автоматичного запуску OnionShare з CLI за допомогою юніт-" +"файлу systemd." #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" -"Це може виявитися особливо корисним, якщо ви працюєте в 'постійному' " -"режимі та хочете запускати одну й ту ж onion-службу за кожного запуску " -"машини." +"Це може виявитися особливо корисним, якщо ви працюєте в 'постійному' режимі " +"та хочете запускати одну й ту ж onion-службу за кожного запуску машини." #: ../../source/advanced.rst:176 msgid "To do this, you need to prepare some OnionShare json config first." @@ -302,66 +297,63 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" -"Ось основна конфігурація OnionShare. У цьому прикладі вона розміщена у " -"файлі ``/home/user/.config/onionshare/onionshare.json``. Можливо, вам " -"доведеться змінити деякі налаштування, але якщо у вас вже встановлений " -"OnionShare, вона, ймовірно, вже має такий вигляд::" +"Ось основна конфігурація OnionShare. У цьому прикладі вона розміщена у файлі " +"``/home/user/.config/onionshare/onionshare.json``. Можливо, вам доведеться " +"змінити деякі налаштування, але якщо у вас вже встановлений OnionShare, " +"вона, ймовірно, вже має такий вигляд::" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" -"Зверніть увагу на секцію persistent_tabs. Тепер ми створюємо файл за " -"адресою ``/home/user/.config/onionshare/persistent/my-persistent-" -"onion.json``, який має такий вигляд::" +"Зверніть увагу на секцію persistent_tabs. Тепер ми створюємо файл за адресою " +"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, який " +"має такий вигляд::" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" -"**Не використовуйте цей приватний ключ, ключі service_id або client_auth!" -" Вони показані лише для прикладу. Ніколи нікому не повідомляйте " -"private_key.**" +"**Не використовуйте цей приватний ключ, ключі service_id або client_auth! " +"Вони показані лише для прикладу. Ніколи нікому не повідомляйте private_key.**" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" -"Найпростіший спосіб згенерувати адресу onion і приватний ключ — це " -"спочатку створити «закріплену» вкладку OnionShare у застосунку для " -"комп'ютерів і розпочати надсилання перший раз. Це збереже постійні " -"налаштування у вашій теці ``.config/onionshare/persistent/`` з довільною " -"назвою. Ви можете відкріпити цю вкладку після першого генерування. Або ви" -" можете залишити її там, де вона є, і використовувати цей постійний файл " -"у вашому юніт-файлі systemd нижче." +"Найпростіший спосіб згенерувати адресу onion і приватний ключ — це спочатку " +"створити «закріплену» вкладку OnionShare у застосунку для комп'ютерів і " +"розпочати надсилання перший раз. Це збереже постійні налаштування у вашій " +"теці ``.config/onionshare/persistent/`` з довільною назвою. Ви можете " +"відкріпити цю вкладку після першого генерування. Або ви можете залишити її " +"там, де вона є, і використовувати цей постійний файл у вашому юніт-файлі " +"systemd нижче." #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" -"Тепер ви можете створити юніт-файл systemd в ``/etc/systemd/system" -"/onionshare-cli.service``. Не забудьте відкоригувати User і Group " -"відповідно до ваших власних користувача/групи, а також змінити будь-які " -"шляхи до бінарного файлу onionshare-cli або шляхи до ваших JSON " -"конфігурацій і спільних файлів." +"Тепер ви можете створити юніт-файл systemd в ``/etc/systemd/system/" +"onionshare-cli.service``. Не забудьте відкоригувати User і Group відповідно " +"до ваших власних користувача/групи, а також змінити будь-які шляхи до " +"бінарного файлу onionshare-cli або шляхи до ваших JSON конфігурацій і " +"спільних файлів." #: ../../source/advanced.rst:253 msgid "The systemd unit file should look like this::" @@ -370,39 +362,34 @@ msgstr "Юніт-файл systemd повинен мати схожий вигл #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" -"Зауважте, що хоча файл ``/home/user/my-shared-file.txt`` було визначено в" -" розділі ``filenames`` файлу ``my-persistent-onion.json``, його все одно " +"Зауважте, що хоча файл ``/home/user/my-shared-file.txt`` було визначено в " +"розділі ``filenames`` файлу ``my-persistent-onion.json``, його все одно " "необхідно вказати аргументом команди onionshare-cli." #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" -"Обов'язково виконайте ``sudo systemctl daemon-reload`` після створення " -"юніт-файлу." +"Обов'язково виконайте ``sudo systemctl daemon-reload`` після створення юніт-" +"файлу." #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" -"Тепер ви можете виконати ```sudo systemctl start onionshare-" -"cli.service``. Якщо у вас встановлено ``journalctl``, ви можете виконати " -"``sudo journalctl -f -t onionshare-cli``, і ви побачите вивід вашої " -"служби, що запускається::" +"Тепер ви можете виконати ```sudo systemctl start onionshare-cli.service``. " +"Якщо у вас встановлено ``journalctl``, ви можете виконати ``sudo journalctl -" +"f -t onionshare-cli``, і ви побачите вивід вашої служби, що запускається::" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" "Якщо ви не хочете, щоб ваші користувачі використовували приватний ключ, " "встановіть для ``public`` значення ``true`` в налаштуваннях ``general`` " @@ -417,8 +404,8 @@ msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" msgstr "" -"Застосунок для комп'ютера OnionShare містить кілька комбінацій клавіш для" -" зручності та доступності::" +"Застосунок для комп'ютера OnionShare містить кілька комбінацій клавіш для " +"зручності та доступності::" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -431,20 +418,20 @@ msgstr "Перенесення даних OnionShare на інший комп'ю #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" "Можливо, ви захочете перенести дані OnionShare під час переходу на інший " -"комп'ютер. Це особливо актуально, якщо у вас була «постійна» адреса onion" -" і ви хочете її зберегти." +"комп'ютер. Це особливо актуально, якщо у вас була «постійна» адреса onion і " +"ви хочете її зберегти." #: ../../source/advanced.rst:307 msgid "" "OnionShare stores all such data in a specific folder. Copy the relevant " "folder for your operating system below, to your new computer:" msgstr "" -"OnionShare зберігає всі такі дані у спеціальній теці. Скопіюйте " -"відповідну теку для вашої операційної системи на новий комп'ютер:" +"OnionShare зберігає всі такі дані у спеціальній теці. Скопіюйте відповідну " +"теку для вашої операційної системи на новий комп'ютер:" #: ../../source/advanced.rst:309 msgid "Linux: ``~/.config/onionshare``" @@ -464,9 +451,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -516,7 +503,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -525,8 +513,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -601,8 +589,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -632,9 +620,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -659,10 +646,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -671,8 +658,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -682,8 +669,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -693,8 +680,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -706,11 +693,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -738,9 +723,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -749,9 +734,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -760,9 +744,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -771,8 +755,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -793,7 +777,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -802,8 +787,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -816,8 +800,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -826,9 +810,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -837,8 +820,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -851,8 +834,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -882,9 +865,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -893,8 +876,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -914,8 +897,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -932,8 +915,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -946,8 +928,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -956,8 +938,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -986,8 +968,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -1008,96 +990,65 @@ msgid "There are currently no configurable settings for the Chat mode." msgstr "" #~ msgid "" -#~ "By default, everything in OnionShare is" -#~ " temporary. As soon as you close " -#~ "an OnionShare tab its address no " -#~ "longer exists and can't be used " -#~ "again. But sometimes you might want " -#~ "an OnionShare service to be persistent." -#~ " For example, this would be useful" -#~ " if you want to host a website" -#~ " that can keep the same URL " -#~ "even if you reboot your computer." +#~ "By default, everything in OnionShare is temporary. As soon as you close " +#~ "an OnionShare tab its address no longer exists and can't be used again. " +#~ "But sometimes you might want an OnionShare service to be persistent. For " +#~ "example, this would be useful if you want to host a website that can keep " +#~ "the same URL even if you reboot your computer." #~ msgstr "" -#~ "Типово, все в OnionShare є тимчасовим." -#~ " Тільки-но ви закриєте вкладку OnionShare," -#~ " її адреса більше не існує і не" -#~ " може бути використана знову. Але " -#~ "іноді вам може знадобитися служба " -#~ "OnionShare, яка буде постійною. Наприклад, " -#~ "це буде корисно, якщо ви хочете " -#~ "розмістити вебсайт, який може зберегти " -#~ "ту саму URL-адресу, навіть якщо ви " -#~ "перезавантажите комп’ютер." +#~ "Типово, все в OnionShare є тимчасовим. Тільки-но ви закриєте вкладку " +#~ "OnionShare, її адреса більше не існує і не може бути використана знову. " +#~ "Але іноді вам може знадобитися служба OnionShare, яка буде постійною. " +#~ "Наприклад, це буде корисно, якщо ви хочете розмістити вебсайт, який може " +#~ "зберегти ту саму URL-адресу, навіть якщо ви перезавантажите комп’ютер." #~ msgid "Disable passwords" #~ msgstr "Вимкнення паролів" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username `onionshare`" -#~ " and a randomly-generated password. " -#~ "If someone makes 20 wrong guesses " -#~ "of the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "`onionshare` and a randomly-generated password. If someone makes 20 wrong " +#~ "guesses of the password, your onion service is automatically stopped to " +#~ "prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Типово усі служби OnionShare захищено " -#~ "іменем користувача `onionshare` та випадково" -#~ " сформованим паролем. Якщо хтось зробить" -#~ " 20 неправильних спроб введення пароля, " -#~ "вашу службу onion буди зупинено " -#~ "автоматично, щоб запобігти грубому нападу " -#~ "на службу OnionShare." +#~ "Типово усі служби OnionShare захищено іменем користувача `onionshare` та " +#~ "випадково сформованим паролем. Якщо хтось зробить 20 неправильних спроб " +#~ "введення пароля, вашу службу onion буди зупинено автоматично, щоб " +#~ "запобігти грубому нападу на службу OnionShare." #~ msgid "" -#~ "But sometimes you might want your " -#~ "OnionShare service to be accessible to" -#~ " the public. For example, if you " -#~ "want to set up an OnionShare " -#~ "receive service so the public can " -#~ "securely and anonymously send you files." -#~ " In this case, it's better to " -#~ "disable the password altogether. If you" -#~ " don't do this, someone can force " -#~ "your server to stop just by making" -#~ " 20 wrong guesses of your password," -#~ " even if they know the correct " -#~ "password." +#~ "But sometimes you might want your OnionShare service to be accessible to " +#~ "the public. For example, if you want to set up an OnionShare receive " +#~ "service so the public can securely and anonymously send you files. In " +#~ "this case, it's better to disable the password altogether. If you don't " +#~ "do this, someone can force your server to stop just by making 20 wrong " +#~ "guesses of your password, even if they know the correct password." #~ msgstr "" -#~ "Але іноді вам може знадобитися, щоб " -#~ "ваша служба OnionShare була загальнодоступною." -#~ " Наприклад, якщо ви хочете налаштувати " -#~ "службу отримання OnionShare, щоб інші " -#~ "могли безпечно та анонімно надсилати вам" -#~ " файли. У цьому випадку краще взагалі" -#~ " вимкнути пароль. Якщо ви цього не" -#~ " зробите, хтось може змусити ваш " -#~ "сервер зупинитися, просто зробивши 20 " -#~ "неправильних спроб введення паролю, навіть " -#~ "якщо вони знають правильний пароль." +#~ "Але іноді вам може знадобитися, щоб ваша служба OnionShare була " +#~ "загальнодоступною. Наприклад, якщо ви хочете налаштувати службу отримання " +#~ "OnionShare, щоб інші могли безпечно та анонімно надсилати вам файли. У " +#~ "цьому випадку краще взагалі вимкнути пароль. Якщо ви цього не зробите, " +#~ "хтось може змусити ваш сервер зупинитися, просто зробивши 20 неправильних " +#~ "спроб введення паролю, навіть якщо вони знають правильний пароль." #~ msgid "Linux" #~ msgstr "Linux" #~ msgid "" -#~ "If you installed OnionShare using the" -#~ " Flatpak package, unfortunately the command" -#~ " line interface isn't supported." +#~ "If you installed OnionShare using the Flatpak package, unfortunately the " +#~ "command line interface isn't supported." #~ msgstr "" -#~ "Якщо встановити OnionShare за допомогою " -#~ "пакунку Flatpak, на жаль, інтерфейс " -#~ "командного рядка не підтримуватиметься." +#~ "Якщо встановити OnionShare за допомогою пакунку Flatpak, на жаль, " +#~ "інтерфейс командного рядка не підтримуватиметься." #~ msgid "macOS" #~ msgstr "macOS" -#~ msgid "Make a symbolic link to the OnionShare command line binary like this::" +#~ msgid "" +#~ "Make a symbolic link to the OnionShare command line binary like this::" #~ msgstr "" -#~ "Зробіть символічне посилання на двійковий " -#~ "OnionShare у командному рядку подібно до" -#~ " цього ::" +#~ "Зробіть символічне посилання на двійковий OnionShare у командному рядку " +#~ "подібно до цього ::" #~ msgid "Now you can run ``onionshare`` from the terminal." #~ msgstr "Тепер ви можете запустити ``onionshare`` з термінала." @@ -1109,278 +1060,171 @@ msgstr "" #~ msgstr "Інтерфейс командного рядка не підтримується в Windows." #~ msgid "" -#~ "If you really want to use it " -#~ "anyway, you can set up a Windows" -#~ " development environment (see " -#~ ":ref:`starting_development`) and then run this" -#~ " in a command prompt::" +#~ "If you really want to use it anyway, you can set up a Windows development " +#~ "environment (see :ref:`starting_development`) and then run this in a " +#~ "command prompt::" #~ msgstr "" -#~ "Якщо ви все ж хочете ним " -#~ "скористатися, ви можете налаштувати середовище" -#~ " розробки Windows (подробиці " -#~ ":ref:`starting_development`), а потім запустити " -#~ "його в командному рядку::" +#~ "Якщо ви все ж хочете ним скористатися, ви можете налаштувати середовище " +#~ "розробки Windows (подробиці :ref:`starting_development`), а потім " +#~ "запустити його в командному рядку::" #~ msgid "Turn Off Passwords" #~ msgstr "Вимкнення паролів" #~ msgid "" -#~ "By default, all OnionShare services are" -#~ " protected with the username ``onionshare``" -#~ " and a randomly-generated password. " -#~ "If someone takes 20 wrong guesses " -#~ "at the password, your onion service " -#~ "is automatically stopped to prevent a" -#~ " brute force attack against the " -#~ "OnionShare service." +#~ "By default, all OnionShare services are protected with the username " +#~ "``onionshare`` and a randomly-generated password. If someone takes 20 " +#~ "wrong guesses at the password, your onion service is automatically " +#~ "stopped to prevent a brute force attack against the OnionShare service." #~ msgstr "" -#~ "Типово всі служби OnionShare захищені " -#~ "іменем користувача ``onionshare`` і випадково" -#~ " створеним паролем. Якщо хтось вводить " -#~ "пароль неправильно 20 разів, ваша служба" -#~ " onion автоматично зупиняється, щоб " -#~ "запобігти спробі грубого зламу служби " -#~ "OnionShare." +#~ "Типово всі служби OnionShare захищені іменем користувача ``onionshare`` і " +#~ "випадково створеним паролем. Якщо хтось вводить пароль неправильно 20 " +#~ "разів, ваша служба onion автоматично зупиняється, щоб запобігти спробі " +#~ "грубого зламу служби OnionShare." #~ msgid "" -#~ "To turn off the password for any" -#~ " tab, just check the \"Don't use " -#~ "a password\" box before starting the " -#~ "server. Then the server will be " -#~ "public and won't have a password." +#~ "To turn off the password for any tab, just check the \"Don't use a " +#~ "password\" box before starting the server. Then the server will be public " +#~ "and won't have a password." #~ msgstr "" -#~ "Щоб вимкнути пароль для будь-якої " -#~ "вкладки, просто позначте «Не використовувати" -#~ " пароль» перед запуском сервера. Тоді " -#~ "сервер буде загальнодоступним і не " -#~ "матиме пароля." +#~ "Щоб вимкнути пароль для будь-якої вкладки, просто позначте «Не " +#~ "використовувати пароль» перед запуском сервера. Тоді сервер буде " +#~ "загальнодоступним і не матиме пароля." #~ msgid "Legacy Addresses" #~ msgstr "Застарілі адреси" #~ msgid "" -#~ "OnionShare uses v3 Tor onion services" -#~ " by default. These are modern onion" -#~ " addresses that have 56 characters, " -#~ "for example::" +#~ "OnionShare uses v3 Tor onion services by default. These are modern onion " +#~ "addresses that have 56 characters, for example::" #~ msgstr "" -#~ "Типово, OnionShare використовує служби onion" -#~ " Tor v3. Це сучасні адреси onion, " -#~ "що мають 56 символів, наприклад::" +#~ "Типово, OnionShare використовує служби onion Tor v3. Це сучасні адреси " +#~ "onion, що мають 56 символів, наприклад::" #~ msgid "" -#~ "OnionShare still has support for v2 " -#~ "onion addresses, the old type of " -#~ "onion addresses that have 16 characters," -#~ " for example::" +#~ "OnionShare still has support for v2 onion addresses, the old type of " +#~ "onion addresses that have 16 characters, for example::" #~ msgstr "" -#~ "OnionShare досі підтримує адреси onion " -#~ "v2, старий тип адрес onion, які " +#~ "OnionShare досі підтримує адреси onion v2, старий тип адрес onion, які " #~ "мають 16 символів, наприклад::" #~ msgid "" -#~ "OnionShare calls v2 onion addresses " -#~ "\"legacy addresses\", and they are not" -#~ " recommended, as v3 onion addresses " -#~ "are more secure." +#~ "OnionShare calls v2 onion addresses \"legacy addresses\", and they are " +#~ "not recommended, as v3 onion addresses are more secure." #~ msgstr "" -#~ "OnionShare називає адреси onion v2 " -#~ "«застарілими адресами» і вони не " -#~ "рекомендовані, оскільки адреси onion v3 " -#~ "безпечніші." +#~ "OnionShare називає адреси onion v2 «застарілими адресами» і вони не " +#~ "рекомендовані, оскільки адреси onion v3 безпечніші." #~ msgid "" -#~ "To use legacy addresses, before starting" -#~ " a server click \"Show advanced " -#~ "settings\" from its tab and check " -#~ "the \"Use a legacy address (v2 " -#~ "onion service, not recommended)\" box. " -#~ "In legacy mode you can optionally " -#~ "turn on Tor client authentication. Once" -#~ " you start a server in legacy " -#~ "mode you cannot remove legacy mode " -#~ "in that tab. Instead you must " -#~ "start a separate service in a " -#~ "separate tab." +#~ "To use legacy addresses, before starting a server click \"Show advanced " +#~ "settings\" from its tab and check the \"Use a legacy address (v2 onion " +#~ "service, not recommended)\" box. In legacy mode you can optionally turn " +#~ "on Tor client authentication. Once you start a server in legacy mode you " +#~ "cannot remove legacy mode in that tab. Instead you must start a separate " +#~ "service in a separate tab." #~ msgstr "" -#~ "Щоб вживати застарілі адреси, перед " -#~ "запуском сервера натисніть «Показати розширені" -#~ " налаштування» на його вкладці та " -#~ "позначте «Користуватися застарілою адресою " -#~ "(служба onion v2, не рекомендовано)». У" -#~ " застарілому режимі ви можете додатково " -#~ "ввімкнути автентифікацію клієнта Tor. Після" -#~ " запуску сервера у застарілому режимі " -#~ "ви не зможете вилучити застарілий режим" -#~ " у цій вкладці. Натомість ви повинні" -#~ " запустити окрему службу в окремій " -#~ "вкладці." +#~ "Щоб вживати застарілі адреси, перед запуском сервера натисніть «Показати " +#~ "розширені налаштування» на його вкладці та позначте «Користуватися " +#~ "застарілою адресою (служба onion v2, не рекомендовано)». У застарілому " +#~ "режимі ви можете додатково ввімкнути автентифікацію клієнта Tor. Після " +#~ "запуску сервера у застарілому режимі ви не зможете вилучити застарілий " +#~ "режим у цій вкладці. Натомість ви повинні запустити окрему службу в " +#~ "окремій вкладці." #~ msgid "" -#~ "Tor Project plans to `completely " -#~ "deprecate v2 onion services " -#~ "`_ on" -#~ " October 15, 2021, and legacy onion" -#~ " services will be removed from " -#~ "OnionShare before then." +#~ "Tor Project plans to `completely deprecate v2 onion services `_ on October 15, 2021, and " +#~ "legacy onion services will be removed from OnionShare before then." #~ msgstr "" -#~ "Проєкт Tor планує `повністю припинити " -#~ "роботу службами onion v2 " -#~ "`_ 15" -#~ " жовтня 2021 р. і застарілі служби" -#~ " onion також буде вилучено з " -#~ "OnionShare незадовго до цього часу." +#~ "Проєкт Tor планує `повністю припинити роботу службами onion v2 `_ 15 жовтня 2021 р. і " +#~ "застарілі служби onion також буде вилучено з OnionShare незадовго до " +#~ "цього часу." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. If you close an OnionShare" -#~ " tab, its address no longer exists" -#~ " and it can't be used again. " -#~ "Sometimes you might want an OnionShare" -#~ " service to be persistent. This is" -#~ " useful if you want to host a" -#~ " website available from the same " -#~ "OnionShare address even if you reboot" -#~ " your computer." +#~ "Everything in OnionShare is temporary by default. If you close an " +#~ "OnionShare tab, its address no longer exists and it can't be used again. " +#~ "Sometimes you might want an OnionShare service to be persistent. This is " +#~ "useful if you want to host a website available from the same OnionShare " +#~ "address even if you reboot your computer." #~ msgstr "" -#~ "Усе в OnionShare типово є тимчасовим." -#~ " Якщо закрити вкладку OnionShare, її " -#~ "адреса більше не існуватиме й її " -#~ "більше не можна використовувати. Іноді " -#~ "вам може знадобитися, щоб служба " -#~ "OnionShare була постійною. Це корисно, " -#~ "якщо ви хочете розмістити вебсайт, " -#~ "доступний з тієї ж адреси OnionShare," -#~ " навіть якщо ви перезапустите свій " -#~ "комп’ютер." +#~ "Усе в OnionShare типово є тимчасовим. Якщо закрити вкладку OnionShare, її " +#~ "адреса більше не існуватиме й її більше не можна використовувати. Іноді " +#~ "вам може знадобитися, щоб служба OnionShare була постійною. Це корисно, " +#~ "якщо ви хочете розмістити вебсайт, доступний з тієї ж адреси OnionShare, " +#~ "навіть якщо ви перезапустите свій комп’ютер." #~ msgid "" -#~ "When you quit OnionShare and then " -#~ "open it again, your saved tabs " -#~ "will start opened. You'll have to " -#~ "manually start each service, but when" -#~ " you do they will start with " -#~ "the same OnionShare address and private" -#~ " key." +#~ "When you quit OnionShare and then open it again, your saved tabs will " +#~ "start opened. You'll have to manually start each service, but when you do " +#~ "they will start with the same OnionShare address and private key." #~ msgstr "" -#~ "Коли ви вийдете з OnionShare, а " -#~ "потім знову відкриєте його, збережені " -#~ "вкладки почнуть відкриватися. Вам доведеться" -#~ " власноруч запускати кожну службу, але " -#~ "коли ви це зробите, вони запустяться " -#~ "з тієї ж адреси OnionShare і з " -#~ "тим же приватним ключем." +#~ "Коли ви вийдете з OnionShare, а потім знову відкриєте його, збережені " +#~ "вкладки почнуть відкриватися. Вам доведеться власноруч запускати кожну " +#~ "службу, але коли ви це зробите, вони запустяться з тієї ж адреси " +#~ "OnionShare і з тим же приватним ключем." #~ msgid "" -#~ "When browsing to an OnionShare service" -#~ " in Tor Browser, Tor Browser will " -#~ "prompt for the private key to be" -#~ " entered." +#~ "When browsing to an OnionShare service in Tor Browser, Tor Browser will " +#~ "prompt for the private key to be entered." #~ msgstr "" -#~ "Під час перегляду за допомогою служби" -#~ " OnionShare у Tor Browser, він " +#~ "Під час перегляду за допомогою служби OnionShare у Tor Browser, він " #~ "запропонує ввести приватний ключ." #~ msgid "" -#~ "Sometimes you might want your OnionShare" -#~ " service to be accessible to the " -#~ "public, like if you want to set" -#~ " up an OnionShare receive service so" -#~ " the public can securely and " -#~ "anonymously send you files. In this " -#~ "case, it's better to disable the " -#~ "private key altogether." +#~ "Sometimes you might want your OnionShare service to be accessible to the " +#~ "public, like if you want to set up an OnionShare receive service so the " +#~ "public can securely and anonymously send you files. In this case, it's " +#~ "better to disable the private key altogether." #~ msgstr "" -#~ "Іноді вам може знадобитися, щоб ваша " -#~ "служба OnionShare була загальнодоступною, " -#~ "наприклад, якщо ви хочете налаштувати " -#~ "службу отримання OnionShare, щоб інші " -#~ "могли безпечно та анонімно надсилати вам" -#~ " файли. У цьому випадку краще взагалі" -#~ " вимкнути приватний ключ." +#~ "Іноді вам може знадобитися, щоб ваша служба OnionShare була " +#~ "загальнодоступною, наприклад, якщо ви хочете налаштувати службу отримання " +#~ "OnionShare, щоб інші могли безпечно та анонімно надсилати вам файли. У " +#~ "цьому випадку краще взагалі вимкнути приватний ключ." #~ msgid "" -#~ "If you scheduled a service to " -#~ "start in the future, when you " -#~ "click the \"Start sharing\" button you" -#~ " will see a timer counting down " -#~ "until it starts. If you scheduled " -#~ "it to stop in the future, after" -#~ " it's started you will see a " -#~ "timer counting down to when it " -#~ "will stop automatically." +#~ "If you scheduled a service to start in the future, when you click the " +#~ "\"Start sharing\" button you will see a timer counting down until it " +#~ "starts. If you scheduled it to stop in the future, after it's started you " +#~ "will see a timer counting down to when it will stop automatically." #~ msgstr "" -#~ "Якщо ви запланували запуск послуги в " -#~ "майбутньому, після натискання кнопки «Почати" -#~ " надсилання» ви побачите таймер зі " -#~ "зворотним відліком до початку запуску. " -#~ "Якщо ви запланували його зупинку в " -#~ "майбутньому, після його запуску ви " -#~ "побачите таймер з відліком часу, коли" -#~ " його буде автоматично зупинено." +#~ "Якщо ви запланували запуск послуги в майбутньому, після натискання кнопки " +#~ "«Почати надсилання» ви побачите таймер зі зворотним відліком до початку " +#~ "запуску. Якщо ви запланували його зупинку в майбутньому, після його " +#~ "запуску ви побачите таймер з відліком часу, коли його буде автоматично " +#~ "зупинено." #~ msgid "" -#~ "**Scheduling an OnionShare service to " -#~ "automatically start can be used as " -#~ "a dead man's switch**, where your " -#~ "service will be made public at a" -#~ " given time in the future if " -#~ "anything happens to you. If nothing " -#~ "happens to you, you can cancel the" -#~ " service before it's scheduled to " -#~ "start." +#~ "**Scheduling an OnionShare service to automatically start can be used as " +#~ "a dead man's switch**, where your service will be made public at a given " +#~ "time in the future if anything happens to you. If nothing happens to you, " +#~ "you can cancel the service before it's scheduled to start." #~ msgstr "" -#~ "**Планування служби OnionShare для " -#~ "автоматичного запуску може використовуватися " -#~ "як кнопка мерця**, де вашу службу " -#~ "буде оприлюднено в певний час у " -#~ "майбутньому, якщо з вами щось станеться." -#~ " Якщо з вами нічого не відбувається," -#~ " ви можете вимкнути службу до " -#~ "запланованого запуску." +#~ "**Планування служби OnionShare для автоматичного запуску може " +#~ "використовуватися як кнопка мерця**, де вашу службу буде оприлюднено в " +#~ "певний час у майбутньому, якщо з вами щось станеться. Якщо з вами нічого " +#~ "не відбувається, ви можете вимкнути службу до запланованого запуску." #~ msgid "" -#~ "Everything in OnionShare is temporary by" -#~ " default. When OnionShare tabs are " -#~ "closed, addresses no longer exist and" -#~ " can't be used again. Your OnionShare" -#~ " service can also be persistent. If" -#~ " you host a website, persistence " -#~ "means it will be available on the" -#~ " same OnionShare address even if you" -#~ " reboot your computer." +#~ "Everything in OnionShare is temporary by default. When OnionShare tabs " +#~ "are closed, addresses no longer exist and can't be used again. Your " +#~ "OnionShare service can also be persistent. If you host a website, " +#~ "persistence means it will be available on the same OnionShare address " +#~ "even if you reboot your computer." #~ msgstr "" -#~ "Усталено все в OnionShare тимчасове. " -#~ "Коли вкладки OnionShare закриті, адреси " -#~ "більше не існують і їх не можна" -#~ " використовувати знову. Ваша служба " -#~ "OnionShare також може бути постійною. " -#~ "Якщо ви розміщуєте вебсайт, постійність " -#~ "означає, що він буде доступний за " -#~ "тією однаковою OnionShare, навіть якщо " -#~ "ви перезапустите комп'ютер." +#~ "Усталено все в OnionShare тимчасове. Коли вкладки OnionShare закриті, " +#~ "адреси більше не існують і їх не можна використовувати знову. Ваша служба " +#~ "OnionShare також може бути постійною. Якщо ви розміщуєте вебсайт, " +#~ "постійність означає, що він буде доступний за тією однаковою OnionShare, " +#~ "навіть якщо ви перезапустите комп'ютер." #~ msgid "" -#~ "To make any tab persistent, check " -#~ "the \"Save this tab, and automatically" -#~ " open it when I open OnionShare\" " -#~ "box before starting your server. A " -#~ "purple pin icon appears to the " -#~ "left of its server status to tell" -#~ " you the tab is saved." +#~ "To make any tab persistent, check the \"Save this tab, and automatically " +#~ "open it when I open OnionShare\" box before starting your server. A " +#~ "purple pin icon appears to the left of its server status to tell you the " +#~ "tab is saved." #~ msgstr "" -#~ "Щоб зробити будь-яку вкладку постійною, " -#~ "позначте «Зберегти цю вкладку та " -#~ "автоматично відкривати її, коли я " -#~ "відкриваю OnionShare» перед запуском сервера." -#~ " Коли вкладку збережено, ліворуч від " -#~ "стану сервера з’явиться фіолетова піктограма" -#~ " у вигляді шпильки." - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - +#~ "Щоб зробити будь-яку вкладку постійною, позначте «Зберегти цю вкладку та " +#~ "автоматично відкривати її, коли я відкриваю OnionShare» перед запуском " +#~ "сервера. Коли вкладку збережено, ліворуч від стану сервера з’явиться " +#~ "фіолетова піктограма у вигляді шпильки." diff --git a/docs/source/locale/uk/LC_MESSAGES/develop.po b/docs/source/locale/uk/LC_MESSAGES/develop.po index 3ec1f514..c2a8dbec 100644 --- a/docs/source/locale/uk/LC_MESSAGES/develop.po +++ b/docs/source/locale/uk/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-06 17:06+0000\n" "Last-Translator: emma peel \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/features.po b/docs/source/locale/uk/LC_MESSAGES/features.po index 5e1a9be3..ba65ebc4 100644 --- a/docs/source/locale/uk/LC_MESSAGES/features.po +++ b/docs/source/locale/uk/LC_MESSAGES/features.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/help.po b/docs/source/locale/uk/LC_MESSAGES/help.po index 7605f681..06d1e2ee 100644 --- a/docs/source/locale/uk/LC_MESSAGES/help.po +++ b/docs/source/locale/uk/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-01-21 18:55+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/index.po b/docs/source/locale/uk/LC_MESSAGES/index.po index 5a0f184a..cc44ae05 100644 --- a/docs/source/locale/uk/LC_MESSAGES/index.po +++ b/docs/source/locale/uk/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-06-30 18:18+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/install.po b/docs/source/locale/uk/LC_MESSAGES/install.po index 296afa7a..393a7438 100644 --- a/docs/source/locale/uk/LC_MESSAGES/install.po +++ b/docs/source/locale/uk/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-14 00:02+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" @@ -44,7 +44,7 @@ msgstr "Для мобільного" msgid "You can download OnionShare for Mobile from the follow links" msgstr "Ви можете завантажити OnionShare для мобільного за цими посиланнями" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -60,7 +60,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -400,7 +400,7 @@ msgstr "" "випуск. Ось ключова інформація GPG для кожного з основних розробників " "OnionShare:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -420,7 +420,7 @@ msgstr "" "`_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -440,7 +440,7 @@ msgstr "" "`_." -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Miguel Jacq:" @@ -457,8 +457,8 @@ msgid "" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" "Ви можете завантажити ключ Miguel `із сервера ключів keys.openpgp.org " -"`_." +"`_." #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/uk/LC_MESSAGES/security.po b/docs/source/locale/uk/LC_MESSAGES/security.po index f4abece0..be5d2c3f 100644 --- a/docs/source/locale/uk/LC_MESSAGES/security.po +++ b/docs/source/locale/uk/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2022-10-03 23:25+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/sphinx.po b/docs/source/locale/uk/LC_MESSAGES/sphinx.po index 2aabe84c..923f29b1 100644 --- a/docs/source/locale/uk/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/uk/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-09-14 23:50+0000\n" "Last-Translator: ihor_ck \n" "Language-Team: none\n" diff --git a/docs/source/locale/uk/LC_MESSAGES/tor.po b/docs/source/locale/uk/LC_MESSAGES/tor.po index d6855a2a..f3e979eb 100644 --- a/docs/source/locale/uk/LC_MESSAGES/tor.po +++ b/docs/source/locale/uk/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-07 14:30+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/advanced.po b/docs/source/locale/vi/LC_MESSAGES/advanced.po index 4d66d54a..d9cea529 100644 --- a/docs/source/locale/vi/LC_MESSAGES/advanced.po +++ b/docs/source/locale/vi/LC_MESSAGES/advanced.po @@ -10,12 +10,12 @@ msgstr "" "POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2023-02-22 11:40+0000\n" "Last-Translator: tictactoe \n" -"Language: vi\n" "Language-Team: none\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language: vi\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Babel 2.17.0\n" #: ../../source/advanced.rst:2 @@ -29,41 +29,40 @@ msgstr "Lưu các Tab" #: ../../source/advanced.rst:9 msgid "" "Closing OnionShare tabs you host destroys them, preventing reuse. " -"Persistently hosted websites are available on the same address even if " -"the computer they are shared from is rebooted." +"Persistently hosted websites are available on the same address even if the " +"computer they are shared from is rebooted." msgstr "" -"Việc đóng các tab OnionShare mà bạn host lưu trữ sẽ làm hủy bỏ chúng, " -"ngăn chặn việc sử dụng lại. Các trang web được lưu trữ liên tục bền vững " -"là có sẵn trên cùng một địa chỉ ngay cả khi máy tính được chia sẻ chúng " -"được khởi động lại." +"Việc đóng các tab OnionShare mà bạn host lưu trữ sẽ làm hủy bỏ chúng, ngăn " +"chặn việc sử dụng lại. Các trang web được lưu trữ liên tục bền vững là có " +"sẵn trên cùng một địa chỉ ngay cả khi máy tính được chia sẻ chúng được khởi " +"động lại." #: ../../source/advanced.rst:12 msgid "" "Make any tab persistent by checking the \"Always open this tab when " "OnionShare is started\" box before starting your server." msgstr "" -"Làm bất kỳ tab nào trở nên bền vững bằng cách chọn hộp \"Luôn mở tab này " -"khi OnionShare được khởi động\" trước khi khởi động máy chủ của bạn." +"Làm bất kỳ tab nào trở nên bền vững bằng cách chọn hộp \"Luôn mở tab này khi " +"OnionShare được khởi động\" trước khi khởi động máy chủ của bạn." #: ../../source/advanced.rst:16 msgid "" -"When opening OnionShare, your saved tabs from the prior session will " -"start opened. Each service then can be started manually, and will be " -"available on the same OnionShare address and be protected by the same " -"private key." +"When opening OnionShare, your saved tabs from the prior session will start " +"opened. Each service then can be started manually, and will be available on " +"the same OnionShare address and be protected by the same private key." msgstr "" -"Khi mở OnionShare, các tab đã lưu của bạn từ phiên trước đó sẽ bắt đầu " -"được mở. Sau đó, mỗi dịch vụ có thể được khởi chạy theo cách thủ công, và" -" sẽ khả dụng trên cùng một địa chỉ OnionShare và được bảo vệ bởi cùng một" -" khóa key riêng tư." +"Khi mở OnionShare, các tab đã lưu của bạn từ phiên trước đó sẽ bắt đầu được " +"mở. Sau đó, mỗi dịch vụ có thể được khởi chạy theo cách thủ công, và sẽ khả " +"dụng trên cùng một địa chỉ OnionShare và được bảo vệ bởi cùng một khóa key " +"riêng tư." #: ../../source/advanced.rst:19 msgid "" -"If you save a tab, a copy of its onion service secret key is stored on " -"your computer." +"If you save a tab, a copy of its onion service secret key is stored on your " +"computer." msgstr "" -"Nếu bạn lưu một tab, một bản sao của khoá key bí mật dịch vụ onion của nó" -" sẽ được lưu trữ trên máy tính của bạn." +"Nếu bạn lưu một tab, một bản sao của khoá key bí mật dịch vụ onion của nó sẽ " +"được lưu trữ trên máy tính của bạn." #: ../../source/advanced.rst:24 msgid "Turn Off Private Key" @@ -71,11 +70,11 @@ msgstr "Tắt đi Khoá key riêng tư" #: ../../source/advanced.rst:26 msgid "" -"By default, all OnionShare services are protected with a private key, " -"which Tor calls \"client authentication\"." +"By default, all OnionShare services are protected with a private key, which " +"Tor calls \"client authentication\"." msgstr "" -"Theo mặc định, tất cả các dịch vụ OnionShare đều được bảo vệ bằng một " -"khóa key riêng tư mà Tor gọi đó là \"xác thực ứng dụng khách\"." +"Theo mặc định, tất cả các dịch vụ OnionShare đều được bảo vệ bằng một khóa " +"key riêng tư mà Tor gọi đó là \"xác thực ứng dụng khách\"." #: ../../source/advanced.rst:28 #, fuzzy @@ -84,21 +83,21 @@ msgid "" "OnionShare service. If you want to allow the public to use your service, " "it's better to disable the private key altogether." msgstr "" -"Trình duyệt Tor Browser sẽ yêu cầu bạn nhập khóa key riêng tư khi bạn tải" -" một dịch vụ OnionShare. Nếu bạn muốn cho phép công chúng công khai sử " -"dụng dịch vụ của bạn, tốt hơn hết là tắt hoàn toàn khóa key riêng tư đi." +"Trình duyệt Tor Browser sẽ yêu cầu bạn nhập khóa key riêng tư khi bạn tải " +"một dịch vụ OnionShare. Nếu bạn muốn cho phép công chúng công khai sử dụng " +"dịch vụ của bạn, tốt hơn hết là tắt hoàn toàn khóa key riêng tư đi." #: ../../source/advanced.rst:31 msgid "" "To turn off the private key for any tab, check the \"This is a public " -"OnionShare service (disables private key)\" box before starting the " -"server. Then the server will be public and a private key is not needed to" -" load it in the Tor Browser." +"OnionShare service (disables private key)\" box before starting the server. " +"Then the server will be public and a private key is not needed to load it in " +"the Tor Browser." msgstr "" -"Để tắt khóa key riêng tư đi cho bất kỳ tab nào, hãy chọn hộp \"Đây là một" -" dịch vụ OnionShare công khai (tắt khóa key riêng tư)\" trước khi khởi " -"động máy chủ. Sau đó máy chủ sẽ ở chế độ công khai và không cần khóa key " -"riêng tư để tải nó trong Trình duyệt Tor Browser." +"Để tắt khóa key riêng tư đi cho bất kỳ tab nào, hãy chọn hộp \"Đây là một " +"dịch vụ OnionShare công khai (tắt khóa key riêng tư)\" trước khi khởi động " +"máy chủ. Sau đó máy chủ sẽ ở chế độ công khai và không cần khóa key riêng tư " +"để tải nó trong Trình duyệt Tor Browser." #: ../../source/advanced.rst:37 msgid "Custom Titles" @@ -106,21 +105,21 @@ msgstr "Tiêu đề tùy chỉnh" #: ../../source/advanced.rst:39 msgid "" -"When people load OnionShare services in the Tor Browser they see the " -"default title for each type of service. For example, the default title " -"for chat services is \"OnionShare Chat\"." +"When people load OnionShare services in the Tor Browser they see the default " +"title for each type of service. For example, the default title for chat " +"services is \"OnionShare Chat\"." msgstr "" -"Khi mọi người tải các dịch vụ OnionShare trong Trình duyệt Tor Browser, " -"họ sẽ thấy tiêu đề mặc định cho từng loại dịch vụ. Ví dụ, tiêu đề mặc " -"định cho các dịch vụ chat trò chuyện là \"OnionShare Chat\"." +"Khi mọi người tải các dịch vụ OnionShare trong Trình duyệt Tor Browser, họ " +"sẽ thấy tiêu đề mặc định cho từng loại dịch vụ. Ví dụ, tiêu đề mặc định cho " +"các dịch vụ chat trò chuyện là \"OnionShare Chat\"." #: ../../source/advanced.rst:42 msgid "" -"If you edit the \"Custom title\" setting before starting a server you can" -" change it." +"If you edit the \"Custom title\" setting before starting a server you can " +"change it." msgstr "" -"Nếu bạn chỉnh sửa cài đặt \"Tiêu đề tùy chỉnh\" trước khi khởi chạy máy " -"chủ, bạn có thể thay đổi nó." +"Nếu bạn chỉnh sửa cài đặt \"Tiêu đề tùy chỉnh\" trước khi khởi chạy máy chủ, " +"bạn có thể thay đổi nó." #: ../../source/advanced.rst:45 msgid "Scheduled Times" @@ -128,44 +127,42 @@ msgstr "Thời gian dự kiến được lên lịch" #: ../../source/advanced.rst:47 msgid "" -"OnionShare supports scheduling exactly when a service should start and " -"stop. Before starting a server, click \"Show advanced settings\" in its " -"tab and then check the boxes next to either \"Start onion service at " -"scheduled time\", \"Stop onion service at scheduled time\", or both, and " -"set the respective desired dates and times." +"OnionShare supports scheduling exactly when a service should start and stop. " +"Before starting a server, click \"Show advanced settings\" in its tab and " +"then check the boxes next to either \"Start onion service at scheduled " +"time\", \"Stop onion service at scheduled time\", or both, and set the " +"respective desired dates and times." msgstr "" -"OnionShare hỗ trợ lên lịch một cách chính xác khi nào một dịch vụ sẽ khởi" -" chạy và dừng lại. Trước khi khởi động máy chủ, hãy nhấp vào \"Hiển thị " -"cài đặt nâng cao\" trong tab của nó, sau đó chọn các hộp bên cạnh \"Bắt " -"đầu dịch vụ onion vào thời điểm đã lên lịch hẹn\", \"Dừng dịch vụ onion " -"lại vào thời điểm đã lên lịch hẹn\", hoặc cả hai, và đặt ngày giờ mong " -"muốn tương ứng." +"OnionShare hỗ trợ lên lịch một cách chính xác khi nào một dịch vụ sẽ khởi " +"chạy và dừng lại. Trước khi khởi động máy chủ, hãy nhấp vào \"Hiển thị cài " +"đặt nâng cao\" trong tab của nó, sau đó chọn các hộp bên cạnh \"Bắt đầu dịch " +"vụ onion vào thời điểm đã lên lịch hẹn\", \"Dừng dịch vụ onion lại vào thời " +"điểm đã lên lịch hẹn\", hoặc cả hai, và đặt ngày giờ mong muốn tương ứng." #: ../../source/advanced.rst:51 #, fuzzy msgid "" -"Services scheduled to start in the future display a countdown timer when " -"the \"Start sharing\" button is clicked. Services scheduled to stop in " -"the future display a countdown timer when started." +"Services scheduled to start in the future display a countdown timer when the " +"\"Start sharing\" button is clicked. Services scheduled to stop in the " +"future display a countdown timer when started." msgstr "" -"Các dịch vụ được lên lịch hẹn để khởi chạy trong tương lai sẽ hiển thị " -"đồng hồ đếm ngược khi nhấp vào nút \"Bắt đầu chia sẻ\". Các dịch vụ được " -"lên lịch hẹn dừng lại trong tương lai sẽ hiển thị đồng hồ đếm ngược khi " -"bắt đầu." +"Các dịch vụ được lên lịch hẹn để khởi chạy trong tương lai sẽ hiển thị đồng " +"hồ đếm ngược khi nhấp vào nút \"Bắt đầu chia sẻ\". Các dịch vụ được lên lịch " +"hẹn dừng lại trong tương lai sẽ hiển thị đồng hồ đếm ngược khi bắt đầu." #: ../../source/advanced.rst:54 msgid "" -"**Scheduling an OnionShare service to automatically start can be used as " -"a dead man's switch**. This means your service is made public at a given " -"time in the future if you are not there to prevent it. If nothing happens" -" to you, you can cancel the service before it's scheduled to start." +"**Scheduling an OnionShare service to automatically start can be used as a " +"dead man's switch**. This means your service is made public at a given time " +"in the future if you are not there to prevent it. If nothing happens to you, " +"you can cancel the service before it's scheduled to start." msgstr "" -"**Việc lên lịch hẹn để một dịch vụ OnionShare tự động khởi chạy có thể " -"được sử dụng làm công tắc khẩn cấp khi người sử dụng qua đời Dead man's " -"switch**. Điều này có nghĩa là dịch vụ của bạn sẽ được công khai vào một " -"thời điểm nhất định trong tương lai nếu bạn không ở đó để ngăn chặn nó. " -"Nếu không có gì xảy ra với bạn, bạn có thể hủy dịch vụ đi trước khi nó " -"được lên lịch hẹn để bắt đầu." +"**Việc lên lịch hẹn để một dịch vụ OnionShare tự động khởi chạy có thể được " +"sử dụng làm công tắc khẩn cấp khi người sử dụng qua đời Dead man's switch**. " +"Điều này có nghĩa là dịch vụ của bạn sẽ được công khai vào một thời điểm " +"nhất định trong tương lai nếu bạn không ở đó để ngăn chặn nó. Nếu không có " +"gì xảy ra với bạn, bạn có thể hủy dịch vụ đi trước khi nó được lên lịch hẹn " +"để bắt đầu." #: ../../source/advanced.rst:60 msgid "" @@ -173,10 +170,10 @@ msgid "" "exposure**. If you want to share secret info or something that will be " "outdated, you can do so for selected limited time." msgstr "" -"**Việc lên lịch để một dịch vụ OnionShare tự động dừng giới hạn mức độ " -"hiển thị của nó**. Nếu bạn muốn chia sẻ thông tin bí mật hoặc điều gì đó " -"sẽ trở nên lỗi thời, bạn có thể làm như vậy trong khoảng thời gian giới " -"hạn đã lựa chọn." +"**Việc lên lịch để một dịch vụ OnionShare tự động dừng giới hạn mức độ hiển " +"thị của nó**. Nếu bạn muốn chia sẻ thông tin bí mật hoặc điều gì đó sẽ trở " +"nên lỗi thời, bạn có thể làm như vậy trong khoảng thời gian giới hạn đã lựa " +"chọn." #: ../../source/advanced.rst:68 msgid "Command-line Interface" @@ -187,8 +184,7 @@ msgid "" "In addition to its graphical interface, OnionShare has a command-line " "interface." msgstr "" -"Ngoài giao diện đồ họa của nó, OnionShare còn có giao diện dòng lệnh " -"Command." +"Ngoài giao diện đồ họa của nó, OnionShare còn có giao diện dòng lệnh Command." #: ../../source/advanced.rst:73 msgid "Installing the CLI version" @@ -196,26 +192,26 @@ msgstr "" #: ../../source/advanced.rst:75 msgid "" -"If you have installed the Snap, macOS or Windows package, you already " -"have the CLI version installed." +"If you have installed the Snap, macOS or Windows package, you already have " +"the CLI version installed." msgstr "" #: ../../source/advanced.rst:77 #, fuzzy msgid "" -"Alternatively, you can install just the command-line version of " -"OnionShare using ``pip3``::" +"Alternatively, you can install just the command-line version of OnionShare " +"using ``pip3``::" msgstr "" -"Bạn có thể chỉ cần cài đặt phiên bản dòng lệnh Command của OnionShare " -"bằng cách sử dụng ``pip3``::" +"Bạn có thể chỉ cần cài đặt phiên bản dòng lệnh Command của OnionShare bằng " +"cách sử dụng ``pip3``::" #: ../../source/advanced.rst:81 msgid "" "Note that you will also need the ``tor`` package installed. In macOS, " "install it with: ``brew install tor``" msgstr "" -"Xin lưu ý rằng bạn cũng sẽ cần cài đặt gói ``tor``. Trong macOS, hãy cài " -"đặt nó với: ``brew install tor``" +"Xin lưu ý rằng bạn cũng sẽ cần cài đặt gói ``tor``. Trong macOS, hãy cài đặt " +"nó với: ``brew install tor``" #: ../../source/advanced.rst:83 msgid "Then run it like this::" @@ -223,15 +219,13 @@ msgstr "Sau đó chạy nó như thế này::" #: ../../source/advanced.rst:87 msgid "" -"Info about installing it on different operating systems can be found in " -"the `CLI README file " -"`_ " -"in the Git repository." +"Info about installing it on different operating systems can be found in the " +"`CLI README file `_ in the Git repository." msgstr "" -"Thông tin về cách cài đặt nó trên các hệ điều hành khác nhau có thể được " -"tìm thấy trong tập tin `CLI README " -"`_ " -"trong kho lưu trữ Git." +"Thông tin về cách cài đặt nó trên các hệ điều hành khác nhau có thể được tìm " +"thấy trong tập tin `CLI README `_ trong kho lưu trữ Git." #: ../../source/advanced.rst:90 msgid "Running the CLI from Snap" @@ -240,8 +234,8 @@ msgstr "" #: ../../source/advanced.rst:92 #, fuzzy msgid "" -"If you installed OnionShare using the Snap package, you can run " -"``onionshare.cli`` to access the command-line interface version." +"If you installed OnionShare using the Snap package, you can run ``onionshare." +"cli`` to access the command-line interface version." msgstr "" "Nếu bạn đã cài đặt OnionShare sử dụng gói Snap, bạn cũng có thể chạy " "``onionshare.cli`` để truy cập phiên bản giao diện dòng lệnh Command." @@ -252,8 +246,8 @@ msgstr "" #: ../../source/advanced.rst:97 msgid "" -"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS" -"/onionshare-cli --help``" +"From Terminal, you can run ``/Applications/OnionShare.app/Contents/MacOS/" +"onionshare-cli --help``" msgstr "" #: ../../source/advanced.rst:100 @@ -271,8 +265,10 @@ msgid "Usage" msgstr "Sử dụng" #: ../../source/advanced.rst:107 -msgid "Browse the command-line documentation by running ``onionshare --help``::" -msgstr "Duyệt tài liệu dòng lệnh Command bằng cách chạy ``onionshare --help``::" +msgid "" +"Browse the command-line documentation by running ``onionshare --help``::" +msgstr "" +"Duyệt tài liệu dòng lệnh Command bằng cách chạy ``onionshare --help``::" #: ../../source/advanced.rst:170 msgid "Running the CLI as a systemd unit file" @@ -286,9 +282,9 @@ msgstr "" #: ../../source/advanced.rst:174 msgid "" -"You may find this particularly useful if you are operating in " -"'persistent' mode, and want to start the same onion service every time " -"your machine starts." +"You may find this particularly useful if you are operating in 'persistent' " +"mode, and want to start the same onion service every time your machine " +"starts." msgstr "" #: ../../source/advanced.rst:176 @@ -297,43 +293,41 @@ msgstr "" #: ../../source/advanced.rst:178 msgid "" -"Here is the main OnionShare config. In this example, it's stored in " -"``/home/user/.config/onionshare/onionshare.json``. You may need to adjust" -" some of the settings, but if you already have OnionShare installed, it " -"probably looks much like this already::" +"Here is the main OnionShare config. In this example, it's stored in ``/home/" +"user/.config/onionshare/onionshare.json``. You may need to adjust some of " +"the settings, but if you already have OnionShare installed, it probably " +"looks much like this already::" msgstr "" #: ../../source/advanced.rst:207 msgid "" -"Notice the 'persistent_tabs' section. We will now create a file at " -"``/home/user/.config/onionshare/persistent/my-persistent-onion.json``, " -"that looks like this::" +"Notice the 'persistent_tabs' section. We will now create a file at ``/home/" +"user/.config/onionshare/persistent/my-persistent-onion.json``, that looks " +"like this::" msgstr "" #: ../../source/advanced.rst:247 msgid "" -"**Don't actually use this private key, service_id or client_auth keys! " -"They are shown only as an example. Never share the private_key with " -"anyone.**" +"**Don't actually use this private key, service_id or client_auth keys! They " +"are shown only as an example. Never share the private_key with anyone.**" msgstr "" #: ../../source/advanced.rst:249 msgid "" -"The easiest way to generate the onion address and private key is to first" -" create a 'pinned' OnionShare tab in the desktop app and started the " -"share for the first time. This will then have saved the persistent " -"settings to your ``.config/onionshare/persistent/`` folder with a random " -"name. You can unpin that tab once you've generated it the first time. Or," -" you can leave it where it is, and use that persistent file in your " -"systemd unit file below." +"The easiest way to generate the onion address and private key is to first " +"create a 'pinned' OnionShare tab in the desktop app and started the share " +"for the first time. This will then have saved the persistent settings to " +"your ``.config/onionshare/persistent/`` folder with a random name. You can " +"unpin that tab once you've generated it the first time. Or, you can leave it " +"where it is, and use that persistent file in your systemd unit file below." msgstr "" #: ../../source/advanced.rst:251 msgid "" -"Now you can create a systemd unit file in ``/etc/systemd/system" -"/onionshare-cli.service``. Be sure to adjust the User and Group to your " -"own user/group, as well as changes to any paths to the onionshare-cli " -"binary or the paths to your JSON configs and shares." +"Now you can create a systemd unit file in ``/etc/systemd/system/onionshare-" +"cli.service``. Be sure to adjust the User and Group to your own user/group, " +"as well as changes to any paths to the onionshare-cli binary or the paths to " +"your JSON configs and shares." msgstr "" #: ../../source/advanced.rst:253 @@ -343,30 +337,26 @@ msgstr "" #: ../../source/advanced.rst:268 msgid "" "Note that although ``/home/user/my-shared-file.txt`` was defined in the " -"``filenames`` section of the ``my-persistent-onion.json`` file, it's " -"still necessary to specify it as the argument to the onionshare-cli " -"command." +"``filenames`` section of the ``my-persistent-onion.json`` file, it's still " +"necessary to specify it as the argument to the onionshare-cli command." msgstr "" #: ../../source/advanced.rst:270 msgid "" -"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit " -"file." +"Be sure to run ``sudo systemctl daemon-reload`` after creating the unit file." msgstr "" #: ../../source/advanced.rst:272 msgid "" -"Now you can run ``sudo systemctl start onionshare-cli.service``. If you " -"have ``journalctl`` installed, you can run ``sudo journalctl -f -t " -"onionshare-cli``, and you should see some output of your service " -"starting::" +"Now you can run ``sudo systemctl start onionshare-cli.service``. If you have " +"``journalctl`` installed, you can run ``sudo journalctl -f -t onionshare-" +"cli``, and you should see some output of your service starting::" msgstr "" #: ../../source/advanced.rst:282 msgid "" "If you don't want your users to use a Private Key, set ``public`` to be " -"``true`` in the ``general`` settings of the my-persistent-onion.json " -"file." +"``true`` in the ``general`` settings of the my-persistent-onion.json file." msgstr "" #: ../../source/advanced.rst:286 @@ -378,8 +368,8 @@ msgid "" "The OnionShare desktop application contains some keyboard shortcuts, for " "convenience and accessibility::" msgstr "" -"Ứng dụng máy tính desktop OnionShare có chứa một số phím tắt bàn phím, để" -" giúp thuận tiện và khả năng truy cập::" +"Ứng dụng máy tính desktop OnionShare có chứa một số phím tắt bàn phím, để " +"giúp thuận tiện và khả năng truy cập::" #: ../../source/advanced.rst:293 msgid "And from the main mode chooser screen::" @@ -392,8 +382,8 @@ msgstr "" #: ../../source/advanced.rst:305 msgid "" "You may want to migrate your OnionShare data when switching to another " -"computer. This is especially true if you had a 'persistent' onion address" -" and you want to preserve it." +"computer. This is especially true if you had a 'persistent' onion address " +"and you want to preserve it." msgstr "" #: ../../source/advanced.rst:307 @@ -420,9 +410,9 @@ msgstr "" #: ../../source/advanced.rst:317 msgid "" -"OnionShare stores its settings in a JSON file. Both the CLI and the " -"Desktop versions use this configuration file. The CLI also lets you " -"specify a path to a custom configuration file with ``--config``." +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." msgstr "" #: ../../source/advanced.rst:319 @@ -472,7 +462,8 @@ msgid "``string``" msgstr "" #: ../../source/advanced.rst:324 -msgid "The version of OnionShare. You should not ever need to change this value." +msgid "" +"The version of OnionShare. You should not ever need to change this value." msgstr "" #: ../../source/advanced.rst:325 @@ -481,8 +472,8 @@ msgstr "" #: ../../source/advanced.rst:325 msgid "" -"The way in which OnionShare connects to Tor. Valid options are 'bundled'," -" 'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " "'socket_file'. Default: 'bundled'" msgstr "" @@ -557,8 +548,8 @@ msgstr "" #: ../../source/advanced.rst:332 msgid "" -"If access to Tor's control port requires a password, and ``auth_type`` is" -" set to 'password', specify the password here. Default: ''" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" msgstr "" #: ../../source/advanced.rst:333 @@ -588,9 +579,8 @@ msgstr "" #: ../../source/advanced.rst:334 msgid "" -"Whether OnionShare should automatically check for updates (over Tor). " -"This setting is only valid for MacOS or Windows installations. Default: " -"True." +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." msgstr "" #: ../../source/advanced.rst:335 @@ -615,10 +605,10 @@ msgstr "" #: ../../source/advanced.rst:337 msgid "" -"When ``bridges_enabled`` is True, where to load bridges from. Options are" -" \"built-in\" (bridges shipped with OnionShare and which may get updated " -"from Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" " -"(user-supplied bridges). Default: \"built-in\"" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" msgstr "" #: ../../source/advanced.rst:338 @@ -627,8 +617,8 @@ msgstr "" #: ../../source/advanced.rst:338 msgid "" -"When ``bridges_type`` is set to \"built-in\", this specifies which type " -"of bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " "\"snowflake\". Default: \"obfs4\"" msgstr "" @@ -638,8 +628,8 @@ msgstr "" #: ../../source/advanced.rst:339 msgid "" -"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's" -" Moat API are stored here. Default: \"\"" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" msgstr "" #: ../../source/advanced.rst:340 @@ -649,8 +639,8 @@ msgstr "" #: ../../source/advanced.rst:340 msgid "" "When ``bridges_type`` is set to \"custom\", the bridges specified by the " -"user are stored here. Separate each bridge line in the string with '\\n'." -" Default: \"\"" +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" msgstr "" #: ../../source/advanced.rst:341 @@ -662,11 +652,9 @@ msgid "``dict``" msgstr "" #: ../../source/advanced.rst:341 -#, python-brace-format msgid "" -"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the " -"latest built-in bridges recommended by Tor and stores them here. Default:" -" {}" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" msgstr "" #: ../../source/advanced.rst:342 @@ -694,9 +682,9 @@ msgstr "" #: ../../source/advanced.rst:343 msgid "" -"The locale used in OnionShare. Default: None (which is the same as 'en')." -" For valid locale codes, see 'available_locales' in " -"https://github.com/onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" msgstr "" #: ../../source/advanced.rst:344 @@ -705,9 +693,8 @@ msgstr "" #: ../../source/advanced.rst:344 msgid "" -"The theme for the OnionShare desktop app. Valid options are 0 " -"(automatically detect the user's computer's light or dark theme), 1 " -"(light) or 2 (dark)." +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." msgstr "" #: ../../source/advanced.rst:349 @@ -716,9 +703,9 @@ msgstr "" #: ../../source/advanced.rst:351 msgid "" -"As described above, each 'persistent' onion has parameters of its own " -"which are stored in its own JSON file. The path to this file can be " -"specified for the CLI tool with ``--persistent``." +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." msgstr "" #: ../../source/advanced.rst:353 @@ -727,8 +714,8 @@ msgstr "" #: ../../source/advanced.rst:396 msgid "" -"Below are the configuration file parameters for a persistent onion and " -"what they mean, for each section in the JSON" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" msgstr "" #: ../../source/advanced.rst:399 @@ -749,7 +736,8 @@ msgid "client_auth_priv_key" msgstr "" #: ../../source/advanced.rst:405 -msgid "The private key when using Client Authentication. Send this to the user." +msgid "" +"The private key when using Client Authentication. Send this to the user." msgstr "" #: ../../source/advanced.rst:406 @@ -758,8 +746,7 @@ msgstr "" #: ../../source/advanced.rst:406 msgid "" -"The public key when using Client Authentication. Used on OnionShare's " -"side." +"The public key when using Client Authentication. Used on OnionShare's side." msgstr "" #: ../../source/advanced.rst:410 @@ -772,8 +759,8 @@ msgstr "" #: ../../source/advanced.rst:415 msgid "" -"The mode used by this persistent onion. Options are \"share\", " -"\"receive\", \"website\" or \"chat\"." +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." msgstr "" #: ../../source/advanced.rst:416 @@ -782,9 +769,8 @@ msgstr "" #: ../../source/advanced.rst:416 msgid "" -"Whether persistence is enabled for this onion. When the persistent option" -" is unchecked in the desktop, this entire JSON file is deleted. Default: " -"true" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" msgstr "" #: ../../source/advanced.rst:417 @@ -793,8 +779,8 @@ msgstr "" #: ../../source/advanced.rst:417 msgid "" -"Whether to automatically start this persistent onion when OnionShare " -"starts and once Tor is connected. Default: false" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" msgstr "" #: ../../source/advanced.rst:421 @@ -807,8 +793,8 @@ msgstr "" #: ../../source/advanced.rst:426 msgid "" -"An optional custom title for displaying on the onion service. Default: " -"null (\"OnionShare\" will be shown instead)" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" msgstr "" #: ../../source/advanced.rst:427 @@ -838,9 +824,9 @@ msgstr "" #: ../../source/advanced.rst:429 msgid "" -"Whether the onion service is configured to stop at a specific time. The " -"time can be set in the desktop app or specified in seconds with ``--auto-" -"stop-timer`` with the CLI tool. Default: false" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:430 @@ -849,8 +835,8 @@ msgstr "" #: ../../source/advanced.rst:430 msgid "" -"The 32-character onion service URL, without the scheme and without the " -"'.onion' suffix." +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." msgstr "" #: ../../source/advanced.rst:433 @@ -870,8 +856,8 @@ msgstr "" #: ../../source/advanced.rst:441 msgid "" -"Whether to automatically stop the share once files are downloaded the " -"first time. Default: true" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" msgstr "" #: ../../source/advanced.rst:442 ../../source/advanced.rst:467 @@ -888,8 +874,7 @@ msgstr "" #: ../../source/advanced.rst:443 ../../source/advanced.rst:466 msgid "" -"Whether to log URL requests to stdout when using the CLI tool. Default: " -"false" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" msgstr "" #: ../../source/advanced.rst:447 @@ -902,8 +887,8 @@ msgstr "" #: ../../source/advanced.rst:452 msgid "" -"The path where received files or text messages will be stored. Default: " -"the 'OnionShare' folder of the user's home directory." +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." msgstr "" #: ../../source/advanced.rst:453 @@ -912,8 +897,8 @@ msgstr "" #: ../../source/advanced.rst:453 msgid "" -"A webhook URL that OnionShare will POST to when it receives files or text" -" messages. Default: null" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" msgstr "" #: ../../source/advanced.rst:454 @@ -942,8 +927,8 @@ msgstr "" #: ../../source/advanced.rst:464 msgid "" -"If set to ``true``, OnionShare won't set its default Content Security " -"Policy header for the website. Default: ``false``" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" msgstr "" #: ../../source/advanced.rst:465 @@ -962,11 +947,3 @@ msgstr "" #: ../../source/advanced.rst:473 msgid "There are currently no configurable settings for the Chat mode." msgstr "" - -#~ msgid "" -#~ "The port number of Tor's SOCKS " -#~ "proxy, if ``connection_type`` is set to" -#~ " 'control_port' or 'socket_file'. Default: " -#~ "'127.0.0.1'" -#~ msgstr "" - diff --git a/docs/source/locale/vi/LC_MESSAGES/develop.po b/docs/source/locale/vi/LC_MESSAGES/develop.po index d1f8593a..5f36ff96 100644 --- a/docs/source/locale/vi/LC_MESSAGES/develop.po +++ b/docs/source/locale/vi/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-22 11:39+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/features.po b/docs/source/locale/vi/LC_MESSAGES/features.po index f2c0617e..b2198df9 100644 --- a/docs/source/locale/vi/LC_MESSAGES/features.po +++ b/docs/source/locale/vi/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-22 11:40+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/help.po b/docs/source/locale/vi/LC_MESSAGES/help.po index af659a08..4d3c84bb 100644 --- a/docs/source/locale/vi/LC_MESSAGES/help.po +++ b/docs/source/locale/vi/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-20 14:37+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/index.po b/docs/source/locale/vi/LC_MESSAGES/index.po index 76ead95e..1588eb86 100644 --- a/docs/source/locale/vi/LC_MESSAGES/index.po +++ b/docs/source/locale/vi/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-20 14:37+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/install.po b/docs/source/locale/vi/LC_MESSAGES/install.po index 9956e017..9983b80f 100644 --- a/docs/source/locale/vi/LC_MESSAGES/install.po +++ b/docs/source/locale/vi/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-07-25 17:04+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" @@ -42,7 +42,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -363,7 +363,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -385,7 +385,7 @@ msgstr "" "của Micah `từ máy chủ khóa key keys.openpgp.org `_." -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -401,7 +401,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/vi/LC_MESSAGES/security.po b/docs/source/locale/vi/LC_MESSAGES/security.po index acfd69c7..a927f3b1 100644 --- a/docs/source/locale/vi/LC_MESSAGES/security.po +++ b/docs/source/locale/vi/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-22 11:39+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/sphinx.po b/docs/source/locale/vi/LC_MESSAGES/sphinx.po index 2d168492..78562453 100644 --- a/docs/source/locale/vi/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/vi/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-02-20 14:37+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/vi/LC_MESSAGES/tor.po b/docs/source/locale/vi/LC_MESSAGES/tor.po index e2b2035c..7a67b865 100644 --- a/docs/source/locale/vi/LC_MESSAGES/tor.po +++ b/docs/source/locale/vi/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-07-25 17:04+0000\n" "Last-Translator: tictactoe \n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/advanced.po b/docs/source/locale/wo/LC_MESSAGES/advanced.po index 640960a2..bd9f070a 100644 --- a/docs/source/locale/wo/LC_MESSAGES/advanced.po +++ b/docs/source/locale/wo/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/wo/LC_MESSAGES/develop.po b/docs/source/locale/wo/LC_MESSAGES/develop.po index 60a1484f..6f5fd3c4 100644 --- a/docs/source/locale/wo/LC_MESSAGES/develop.po +++ b/docs/source/locale/wo/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/features.po b/docs/source/locale/wo/LC_MESSAGES/features.po index 1dccbdf4..90ed470c 100644 --- a/docs/source/locale/wo/LC_MESSAGES/features.po +++ b/docs/source/locale/wo/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/help.po b/docs/source/locale/wo/LC_MESSAGES/help.po index cf8b3a08..108b0c1f 100644 --- a/docs/source/locale/wo/LC_MESSAGES/help.po +++ b/docs/source/locale/wo/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/index.po b/docs/source/locale/wo/LC_MESSAGES/index.po index 92d1f33c..fb88457d 100644 --- a/docs/source/locale/wo/LC_MESSAGES/index.po +++ b/docs/source/locale/wo/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/install.po b/docs/source/locale/wo/LC_MESSAGES/install.po index 537838e7..9cc49612 100644 --- a/docs/source/locale/wo/LC_MESSAGES/install.po +++ b/docs/source/locale/wo/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/wo/LC_MESSAGES/security.po b/docs/source/locale/wo/LC_MESSAGES/security.po index 8e2de254..72d60231 100644 --- a/docs/source/locale/wo/LC_MESSAGES/security.po +++ b/docs/source/locale/wo/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/sphinx.po b/docs/source/locale/wo/LC_MESSAGES/sphinx.po index 7638c89e..fd60d69a 100644 --- a/docs/source/locale/wo/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/wo/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/wo/LC_MESSAGES/tor.po b/docs/source/locale/wo/LC_MESSAGES/tor.po index d9318e84..b057fb38 100644 --- a/docs/source/locale/wo/LC_MESSAGES/tor.po +++ b/docs/source/locale/wo/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/advanced.po b/docs/source/locale/yo/LC_MESSAGES/advanced.po index 793106ee..d9743c48 100644 --- a/docs/source/locale/yo/LC_MESSAGES/advanced.po +++ b/docs/source/locale/yo/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -340,3 +340,544 @@ msgstr "" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/yo/LC_MESSAGES/develop.po b/docs/source/locale/yo/LC_MESSAGES/develop.po index ecbc5a2e..5fa723bd 100644 --- a/docs/source/locale/yo/LC_MESSAGES/develop.po +++ b/docs/source/locale/yo/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/features.po b/docs/source/locale/yo/LC_MESSAGES/features.po index 9897d956..bb2c3afd 100644 --- a/docs/source/locale/yo/LC_MESSAGES/features.po +++ b/docs/source/locale/yo/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/help.po b/docs/source/locale/yo/LC_MESSAGES/help.po index 679664a6..62517760 100644 --- a/docs/source/locale/yo/LC_MESSAGES/help.po +++ b/docs/source/locale/yo/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/index.po b/docs/source/locale/yo/LC_MESSAGES/index.po index 3bf38dfc..43fcb06c 100644 --- a/docs/source/locale/yo/LC_MESSAGES/index.po +++ b/docs/source/locale/yo/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/install.po b/docs/source/locale/yo/LC_MESSAGES/install.po index 0415f901..a8170d7c 100644 --- a/docs/source/locale/yo/LC_MESSAGES/install.po +++ b/docs/source/locale/yo/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -38,7 +38,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -307,7 +307,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -323,7 +323,7 @@ msgid "" "fingerprint/927F419D7EC82C2F149C1BD1403C2657CD994F73>`_." msgstr "" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -339,7 +339,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/yo/LC_MESSAGES/security.po b/docs/source/locale/yo/LC_MESSAGES/security.po index 3ed2d800..0d069b8a 100644 --- a/docs/source/locale/yo/LC_MESSAGES/security.po +++ b/docs/source/locale/yo/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/sphinx.po b/docs/source/locale/yo/LC_MESSAGES/sphinx.po index f27ac8f7..95624469 100644 --- a/docs/source/locale/yo/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/yo/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/yo/LC_MESSAGES/tor.po b/docs/source/locale/yo/LC_MESSAGES/tor.po index 9ba7e011..91b061da 100644 --- a/docs/source/locale/yo/LC_MESSAGES/tor.po +++ b/docs/source/locale/yo/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/advanced.po b/docs/source/locale/zh_CN/LC_MESSAGES/advanced.po index 137ed5b6..21b17456 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/advanced.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" @@ -400,3 +400,544 @@ msgstr "macOS: ``~/Library/Application Support/OnionShare``" #: ../../source/advanced.rst:311 msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "Windows: ``%APPDATA%\\OnionShare``" + +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "auth_password" +msgstr "" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/develop.po b/docs/source/locale/zh_CN/LC_MESSAGES/develop.po index a51eaf2c..083c96a6 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/develop.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/features.po b/docs/source/locale/zh_CN/LC_MESSAGES/features.po index 3a7f5fb1..5d2a7c17 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/features.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:01+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/help.po b/docs/source/locale/zh_CN/LC_MESSAGES/help.po index bc278f59..f9335a51 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/help.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-08-15 05:09+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/index.po b/docs/source/locale/zh_CN/LC_MESSAGES/index.po index 7d0f43c6..71d1d803 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/index.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-11-26 18:53+0000\n" "Last-Translator: Blax \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/install.po b/docs/source/locale/zh_CN/LC_MESSAGES/install.po index 940b7320..7926f135 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/install.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/install.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" -"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-12 22:02+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" @@ -43,7 +43,7 @@ msgstr "手机" msgid "You can download OnionShare for Mobile from the follow links" msgstr "您可以从下方链接下载 OnionShare 移动版" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -59,7 +59,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "F-Droid: https://github.com/onionshare/onionshare-android-nightly" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "iOS" @@ -368,10 +368,11 @@ msgid "" "Packages are signed by the core developer who is responsible for the " "particular release. Here is the GPG key information for each of the core " "developers of OnionShare:" -msgstr "软件包由负责特定版本的核心开发人员签名。以下是每个 OnionShare 核心开发人员的 " +msgstr "" +"软件包由负责特定版本的核心开发人员签名。以下是每个 OnionShare 核心开发人员的 " "GPG 密钥信息:" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "Micah Lee:" @@ -389,7 +390,7 @@ msgstr "" "您可以`从 keys.openpgp.org 密钥服务器 `_下载 Micah 的密钥。" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "Saptak Sengupta:" @@ -407,7 +408,7 @@ msgstr "" "您可以`从 keys.openpgp.org 密钥服务器 `_下载 Saptak 的密钥。" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "Miguel Jacq:" @@ -422,9 +423,8 @@ msgid "" "keys.openpgp.org/vks/v1/by-" "fingerprint/00AE817C24A10C2540461A9C1D7CDE0234DB458D>`_." msgstr "" -"您可以`从 keys.openpgp.org 密钥服务器 `_ 下载 Miguel " -"的密钥。" +"您可以`从 keys.openpgp.org 密钥服务器 `_ 下载 Miguel 的密钥。" #: ../../source/install.rst:132 msgid "" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/security.po b/docs/source/locale/zh_CN/LC_MESSAGES/security.po index e7d5e378..37280439 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/security.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-11-01 22:00+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/sphinx.po b/docs/source/locale/zh_CN/LC_MESSAGES/sphinx.po index 3b06e3b1..5ee80725 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2021-11-26 18:53+0000\n" "Last-Translator: Blax \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_CN/LC_MESSAGES/tor.po b/docs/source/locale/zh_CN/LC_MESSAGES/tor.po index 5c585349..25bd3977 100644 --- a/docs/source/locale/zh_CN/LC_MESSAGES/tor.po +++ b/docs/source/locale/zh_CN/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-02-11 08:02+0000\n" "Last-Translator: Sketch6580 \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/advanced.po b/docs/source/locale/zh_TW/LC_MESSAGES/advanced.po index fcb77a18..0f262d4a 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/advanced.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/advanced.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-15 09:31+1100\n" "PO-Revision-Date: 2024-05-31 19:47+0000\n" "Last-Translator: hugoalh \n" "Language-Team: zh_TW \n" @@ -357,6 +357,549 @@ msgstr "" msgid "Windows: ``%APPDATA%\\OnionShare``" msgstr "" +#: ../../source/advanced.rst:315 +msgid "Configuration file parameters" +msgstr "" + +#: ../../source/advanced.rst:317 +msgid "" +"OnionShare stores its settings in a JSON file. Both the CLI and the Desktop " +"versions use this configuration file. The CLI also lets you specify a path " +"to a custom configuration file with ``--config``." +msgstr "" + +#: ../../source/advanced.rst:319 +msgid "" +"Below are the configuration file parameters and what they mean. If your " +"configuration file has other parameters not listed here, they may be " +"obsolete from older OnionShare versions." +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Parameter" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Type" +msgstr "" + +#: ../../source/advanced.rst:322 ../../source/advanced.rst:402 +#: ../../source/advanced.rst:413 ../../source/advanced.rst:424 +#: ../../source/advanced.rst:439 ../../source/advanced.rst:450 +#: ../../source/advanced.rst:462 +msgid "Explanation" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "version" +msgstr "" + +#: ../../source/advanced.rst:324 ../../source/advanced.rst:325 +#: ../../source/advanced.rst:326 ../../source/advanced.rst:328 +#: ../../source/advanced.rst:330 ../../source/advanced.rst:331 +#: ../../source/advanced.rst:332 ../../source/advanced.rst:337 +#: ../../source/advanced.rst:338 ../../source/advanced.rst:339 +#: ../../source/advanced.rst:340 ../../source/advanced.rst:343 +#: ../../source/advanced.rst:404 ../../source/advanced.rst:405 +#: ../../source/advanced.rst:406 ../../source/advanced.rst:415 +#: ../../source/advanced.rst:426 ../../source/advanced.rst:430 +#: ../../source/advanced.rst:452 ../../source/advanced.rst:453 +#: ../../source/advanced.rst:465 +msgid "``string``" +msgstr "" + +#: ../../source/advanced.rst:324 +msgid "" +"The version of OnionShare. You should not ever need to change this value." +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "connection_type" +msgstr "" + +#: ../../source/advanced.rst:325 +msgid "" +"The way in which OnionShare connects to Tor. Valid options are 'bundled', " +"'automatic' (use Tor Browser's Tor connection), 'control_port' or " +"'socket_file'. Default: 'bundled'" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "control_port_address" +msgstr "" + +#: ../../source/advanced.rst:326 +msgid "" +"The IP address of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "control_port_port" +msgstr "" + +#: ../../source/advanced.rst:327 ../../source/advanced.rst:329 +#: ../../source/advanced.rst:335 +msgid "``integer``" +msgstr "" + +#: ../../source/advanced.rst:327 +msgid "" +"The port number of Tor's Control port, if ``connection_type`` is set to " +"'control_port'. Default: '9051'" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "socks_address" +msgstr "" + +#: ../../source/advanced.rst:328 +msgid "" +"The IP address of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: '127.0.0.1'" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "socks_port" +msgstr "" + +#: ../../source/advanced.rst:329 +msgid "" +"The port number of Tor's SOCKS proxy, if ``connection_type`` is set to " +"'control_port' or 'socket_file'. Default: ''9050'" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "socket_file_path" +msgstr "" + +#: ../../source/advanced.rst:330 +msgid "" +"The path to Tor's socket file, if ``connection_type`` is set to " +"'socket_file'. Default: '/var/run/tor/control'" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "auth_type" +msgstr "" + +#: ../../source/advanced.rst:331 +msgid "" +"If access to Tor's control port requires a password, this can be set to " +"'password', otherwise 'no_auth'. Default: 'no_auth'" +msgstr "" + +#: ../../source/advanced.rst:332 +#, fuzzy +#| msgid "Disable passwords" +msgid "auth_password" +msgstr "取消密碼" + +#: ../../source/advanced.rst:332 +msgid "" +"If access to Tor's control port requires a password, and ``auth_type`` is " +"set to 'password', specify the password here. Default: ''" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "auto_connect" +msgstr "" + +#: ../../source/advanced.rst:333 ../../source/advanced.rst:334 +#: ../../source/advanced.rst:336 ../../source/advanced.rst:344 +#: ../../source/advanced.rst:416 ../../source/advanced.rst:417 +#: ../../source/advanced.rst:427 ../../source/advanced.rst:428 +#: ../../source/advanced.rst:429 ../../source/advanced.rst:441 +#: ../../source/advanced.rst:443 ../../source/advanced.rst:454 +#: ../../source/advanced.rst:455 ../../source/advanced.rst:464 +#: ../../source/advanced.rst:466 +msgid "``boolean``" +msgstr "" + +#: ../../source/advanced.rst:333 +msgid "" +"Whether OnionShare should automatically connect to Tor when it starts. " +"Default: False" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "use_autoupdate" +msgstr "" + +#: ../../source/advanced.rst:334 +msgid "" +"Whether OnionShare should automatically check for updates (over Tor). This " +"setting is only valid for MacOS or Windows installations. Default: True." +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "autoupdate_timestamp" +msgstr "" + +#: ../../source/advanced.rst:335 +msgid "The last time OnionShare checked for updates. Default: None" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "bridges_enabled" +msgstr "" + +#: ../../source/advanced.rst:336 +msgid "Whether to connect to Tor using bridges. Default: False" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "bridges_type" +msgstr "" + +#: ../../source/advanced.rst:337 +msgid "" +"When ``bridges_enabled`` is True, where to load bridges from. Options are " +"\"built-in\" (bridges shipped with OnionShare and which may get updated from " +"Tor), \"moat\" (request bridges from Tor's Moat API), or \"custom\" (user-" +"supplied bridges). Default: \"built-in\"" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "bridges_builtin_pt" +msgstr "" + +#: ../../source/advanced.rst:338 +msgid "" +"When ``bridges_type`` is set to \"built-in\", this specifies which type of " +"bridge protocol to use. Options are \"obfs4\", \"meek-azure\" or " +"\"snowflake\". Default: \"obfs4\"" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "bridges_moat" +msgstr "" + +#: ../../source/advanced.rst:339 +msgid "" +"When ``bridges_type`` is set to \"moat\", the bridges returned from Tor's " +"Moat API are stored here. Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "bridges_custom" +msgstr "" + +#: ../../source/advanced.rst:340 +msgid "" +"When ``bridges_type`` is set to \"custom\", the bridges specified by the " +"user are stored here. Separate each bridge line in the string with '\\n'. " +"Default: \"\"" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "bridges_builtin" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "``dict``" +msgstr "" + +#: ../../source/advanced.rst:341 +msgid "" +"When ``bridges_type`` is set to \"built-in\", OnionShare obtains the latest " +"built-in bridges recommended by Tor and stores them here. Default: {}" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "persistent_tabs" +msgstr "" + +#: ../../source/advanced.rst:342 ../../source/advanced.rst:442 +#: ../../source/advanced.rst:467 +msgid "``list``" +msgstr "" + +#: ../../source/advanced.rst:342 +msgid "" +"If the user has defined any tabs as 'saved' (meaning that they are " +"persistent each time OnionShare starts, and their onion address doesn't " +"change), these are given a random identifier which gets listed here. The " +"persistent onion is stored as a JSON file with the same name as this " +"identifier, in a subfolder of the OnionShare configuration folder called " +"'persistent'. Default: []" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "locale" +msgstr "" + +#: ../../source/advanced.rst:343 +msgid "" +"The locale used in OnionShare. Default: None (which is the same as 'en'). " +"For valid locale codes, see 'available_locales' in https://github.com/" +"onionshare/onionshare/blob/main/cli/onionshare_cli/settings.py" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "theme" +msgstr "" + +#: ../../source/advanced.rst:344 +msgid "" +"The theme for the OnionShare desktop app. Valid options are 0 (automatically " +"detect the user's computer's light or dark theme), 1 (light) or 2 (dark)." +msgstr "" + +#: ../../source/advanced.rst:349 +msgid "Configuration file parameters for persistent onions" +msgstr "" + +#: ../../source/advanced.rst:351 +msgid "" +"As described above, each 'persistent' onion has parameters of its own which " +"are stored in its own JSON file. The path to this file can be specified for " +"the CLI tool with ``--persistent``." +msgstr "" + +#: ../../source/advanced.rst:353 +msgid "Here is an example persistent JSON configuration::" +msgstr "" + +#: ../../source/advanced.rst:396 +msgid "" +"Below are the configuration file parameters for a persistent onion and what " +"they mean, for each section in the JSON" +msgstr "" + +#: ../../source/advanced.rst:399 +msgid "onion" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "private_key" +msgstr "" + +#: ../../source/advanced.rst:404 +msgid "Base64-encoded private key of the onion service" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "client_auth_priv_key" +msgstr "" + +#: ../../source/advanced.rst:405 +msgid "" +"The private key when using Client Authentication. Send this to the user." +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "client_auth_pub_key" +msgstr "" + +#: ../../source/advanced.rst:406 +msgid "" +"The public key when using Client Authentication. Used on OnionShare's side." +msgstr "" + +#: ../../source/advanced.rst:410 +msgid "persistent" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "mode" +msgstr "" + +#: ../../source/advanced.rst:415 +msgid "" +"The mode used by this persistent onion. Options are \"share\", \"receive\", " +"\"website\" or \"chat\"." +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "enabled" +msgstr "" + +#: ../../source/advanced.rst:416 +msgid "" +"Whether persistence is enabled for this onion. When the persistent option is " +"unchecked in the desktop, this entire JSON file is deleted. Default: true" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "autostart_on_launch" +msgstr "" + +#: ../../source/advanced.rst:417 +msgid "" +"Whether to automatically start this persistent onion when OnionShare starts " +"and once Tor is connected. Default: false" +msgstr "" + +#: ../../source/advanced.rst:421 +msgid "general" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "title" +msgstr "" + +#: ../../source/advanced.rst:426 +msgid "" +"An optional custom title for displaying on the onion service. Default: null " +"(\"OnionShare\" will be shown instead)" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "public" +msgstr "" + +#: ../../source/advanced.rst:427 +msgid "" +"Whether the onion service can be accessed with or without a Private Key " +"(Client Authentication). If true, no Private Key is required." +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "autostart_timer" +msgstr "" + +#: ../../source/advanced.rst:428 +msgid "" +"Whether the onion service is configured to start at a specific time. The " +"time can be set in the desktop app or specified in seconds with ``--auto-" +"start-timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "autostop_timer" +msgstr "" + +#: ../../source/advanced.rst:429 +msgid "" +"Whether the onion service is configured to stop at a specific time. The time " +"can be set in the desktop app or specified in seconds with ``--auto-stop-" +"timer`` with the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "service_id" +msgstr "" + +#: ../../source/advanced.rst:430 +msgid "" +"The 32-character onion service URL, without the scheme and without the '." +"onion' suffix." +msgstr "" + +#: ../../source/advanced.rst:433 +msgid "" +"The below are settings specific to the 'mode' specified in the " +"``persistent`` section above." +msgstr "" + +#: ../../source/advanced.rst:436 +msgid "share" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "autostop_sharing" +msgstr "" + +#: ../../source/advanced.rst:441 +msgid "" +"Whether to automatically stop the share once files are downloaded the first " +"time. Default: true" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "filenames" +msgstr "" + +#: ../../source/advanced.rst:442 ../../source/advanced.rst:467 +msgid "A list of files to share. Default: []" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "log_filenames" +msgstr "" + +#: ../../source/advanced.rst:443 ../../source/advanced.rst:466 +msgid "" +"Whether to log URL requests to stdout when using the CLI tool. Default: false" +msgstr "" + +#: ../../source/advanced.rst:447 +msgid "receive" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "data_dir" +msgstr "" + +#: ../../source/advanced.rst:452 +msgid "" +"The path where received files or text messages will be stored. Default: the " +"'OnionShare' folder of the user's home directory." +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "webhook_url" +msgstr "" + +#: ../../source/advanced.rst:453 +msgid "" +"A webhook URL that OnionShare will POST to when it receives files or text " +"messages. Default: null" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "disable_text" +msgstr "" + +#: ../../source/advanced.rst:454 +msgid "Whether to disable receiving text messages. Default: false" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "disable_files" +msgstr "" + +#: ../../source/advanced.rst:455 +msgid "Whether to disable receiving files. Default: false" +msgstr "" + +#: ../../source/advanced.rst:459 +msgid "website" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "disable_csp" +msgstr "" + +#: ../../source/advanced.rst:464 +msgid "" +"If set to ``true``, OnionShare won't set its default Content Security Policy " +"header for the website. Default: ``false``" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "custom_csp" +msgstr "" + +#: ../../source/advanced.rst:465 +msgid "A custom Content Security Policy header to send instead of the default." +msgstr "" + +#: ../../source/advanced.rst:471 +msgid "chat" +msgstr "" + +#: ../../source/advanced.rst:473 +msgid "There are currently no configurable settings for the Chat mode." +msgstr "" + #, fuzzy #~ msgid "" #~ "If you installed OnionShare using the Linux Snapcraft package, you can " @@ -366,9 +909,6 @@ msgstr "" #~ "如果你透過作業系統的安裝包安裝OnionShare,你可以直接在終端機上執" #~ "行“onionshare”。" -#~ msgid "Disable passwords" -#~ msgstr "取消密碼" - #~ msgid "Linux" #~ msgstr "Linux" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/develop.po b/docs/source/locale/zh_TW/LC_MESSAGES/develop.po index 9d69c5de..fb7dc1cd 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/develop.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/develop.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-15 05:52+0000\n" "Last-Translator: jxt \n" "Language-Team: zh_TW \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/features.po b/docs/source/locale/zh_TW/LC_MESSAGES/features.po index 5102cf6a..23f5b611 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/features.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/features.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-05-31 19:47+0000\n" "Last-Translator: hugoalh \n" "Language-Team: zh_TW \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/help.po b/docs/source/locale/zh_TW/LC_MESSAGES/help.po index f46eee9d..7db04486 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/help.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/help.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2025-01-25 01:01+0000\n" "Last-Translator: reimu105 \n" "Language-Team: zh_TW \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/index.po b/docs/source/locale/zh_TW/LC_MESSAGES/index.po index dc7d6770..4edefa1e 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/index.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-12 15:26+0000\n" "Last-Translator: marklin0913da248e4cdada422a \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/install.po b/docs/source/locale/zh_TW/LC_MESSAGES/install.po index 71321857..f00ea3fd 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/install.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2024-05-29 05:09+0000\n" "Last-Translator: hugoalh \n" "Language-Team: zh_TW \n" @@ -43,7 +43,7 @@ msgstr "" msgid "You can download OnionShare for Mobile from the follow links" msgstr "" -#: ../../source/install.rst:18 +#: ../../source/install.rst:16 msgid "Android" msgstr "Android" @@ -57,7 +57,7 @@ msgstr "" msgid "F-Droid: https://github.com/onionshare/onionshare-android-nightly" msgstr "" -#: ../../source/install.rst:24 +#: ../../source/install.rst:20 msgid "iOS" msgstr "" @@ -322,7 +322,7 @@ msgid "" "developers of OnionShare:" msgstr "" -#: ../../source/install.rst:122 +#: ../../source/install.rst:120 msgid "Micah Lee:" msgstr "" @@ -340,7 +340,7 @@ msgstr "" "你可以`從 keys.openpgp.org 金鑰伺服器 `_下載 Micah 的金鑰。" -#: ../../source/install.rst:126 +#: ../../source/install.rst:124 msgid "Saptak Sengupta:" msgstr "" @@ -356,7 +356,7 @@ msgid "" "fingerprint/2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B>`_." msgstr "" -#: ../../source/install.rst:130 +#: ../../source/install.rst:128 msgid "Miguel Jacq:" msgstr "" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/security.po b/docs/source/locale/zh_TW/LC_MESSAGES/security.po index 52e7e95d..0a1bd1ac 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/security.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/security.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-04-15 05:52+0000\n" "Last-Translator: jxt \n" "Language-Team: zh_TW \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/sphinx.po b/docs/source/locale/zh_TW/LC_MESSAGES/sphinx.po index 7f8632c6..846bc411 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2020-10-12 15:26+0000\n" "Last-Translator: marklin0913da248e4cdada422a \n" "Language-Team: LANGUAGE \n" diff --git a/docs/source/locale/zh_TW/LC_MESSAGES/tor.po b/docs/source/locale/zh_TW/LC_MESSAGES/tor.po index 725392ff..6561a68c 100644 --- a/docs/source/locale/zh_TW/LC_MESSAGES/tor.po +++ b/docs/source/locale/zh_TW/LC_MESSAGES/tor.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-11 14:47+1100\n" +"POT-Creation-Date: 2025-02-14 19:35+1100\n" "PO-Revision-Date: 2023-06-10 02:52+0000\n" "Last-Translator: Chris Nolan \n" "Language-Team: zh_TW \n"