Translated using Weblate (Afrikaans)

Currently translated at 62.9% (17 of 27 strings)

Translation: OnionShare/Doc - Develop
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/af/
This commit is contained in:
Gideon Wentink 2022-11-10 14:56:37 +00:00 committed by Hosted Weblate
parent ebcd9f65af
commit 481369e045
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: OnionShare 2.5\n"
"Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n"
"POT-Creation-Date: 2022-01-17 10:28-0800\n"
"PO-Revision-Date: 2022-11-10 05:49+0000\n"
"PO-Revision-Date: 2022-11-11 00:19+0000\n"
"Last-Translator: Gideon Wentink <gjwentink@gmail.com>\n"
"Language-Team: none\n"
"Language: af\n"
@ -86,6 +86,9 @@ msgstr ""
#: ../../source/develop.rst:32
msgid "Those files contain the necessary technical instructions and commands install dependencies for your platform, and to run OnionShare from the source tree."
msgstr ""
"Daardie lêers bevat die nodige tegniese instruksies en "
"bevelinstalleerafhanklikhede vir u platform, en om OnionShare vanaf die "
"bronboom te loop."
#: ../../source/develop.rst:35
msgid "Debugging tips"
@ -93,11 +96,17 @@ msgstr "Ontfoutwenke"
#: ../../source/develop.rst:38
msgid "Verbose mode"
msgstr ""
msgstr "Verbose-modus"
#: ../../source/develop.rst:40
msgid "When developing, it's convenient to run OnionShare from a terminal and add the ``--verbose`` (or ``-v``) flag to the command. This prints a lot of helpful messages to the terminal, such as when certain objects are initialized, when events occur (like buttons clicked, settings saved or reloaded), and other debug info. For example::"
msgstr ""
"Tydens ontwikkeling is dit gerieflik om OnionShare vanuit n terminaal te "
"loop en die ``--verbose`` (of ``-v``) -vlag tot die bevel toe te voeg. Dit "
"druk talle hulpvaardige boodskappe na die terminaal, soos wanneer sekere "
"voorwerpe geïnisialiseer word, wanneer gebeure voorkom (soos knoppe wat "
"geklik word, instellings wat bewaar of herlaai word), en ander "
"ontfoutinligting. Byvoorbeeld::"
#: ../../source/develop.rst:117
msgid "You can add your own debug messages by running the ``Common.log`` method from ``onionshare/common.py``. For example::"