summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Bergdahl <jonny@bergdahl.it>2020-10-14 17:13:01 +0000
committerHosted Weblate <hosted@weblate.org>2020-10-14 20:12:34 +0200
commitfead0433bd7deedc27208bfdc32a8ce88dda38e0 (patch)
treede8acf3005b8fd8b777fe5135736fa5e5849db4c
parentcc8f8d860457db3dad0f186629eeeab7913e0a36 (diff)
Translated using Weblate (Swedish)
Currently translated at 100.0% (832 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
-rw-r--r--locale/sv.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/sv.po b/locale/sv.po
index 1d5739ed7..11e15e79e 100644
--- a/locale/sv.po
+++ b/locale/sv.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-10 23:49-0700\n"
-"PO-Revision-Date: 2020-10-02 22:53+0000\n"
+"PO-Revision-Date: 2020-10-14 18:12+0000\n"
"Last-Translator: Jonny Bergdahl <jonny@bergdahl.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: sv\n"
@@ -252,7 +252,7 @@ msgstr "'return' utanför funktion"
#: py/compile.c
msgid "'yield from' inside async function"
-msgstr ""
+msgstr "'yield from' i async-funktion"
#: py/compile.c
msgid "'yield' outside function"
@@ -281,7 +281,7 @@ msgstr "En kanal för hårdvaruavbrott används redan"
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
msgid "ADC2 is being used by WiFi"
-msgstr ""
+msgstr "ADC2 används av WiFi"
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
#, c-format
@@ -3495,7 +3495,7 @@ msgstr "typobjektet '%q' har inget attribut '%q'"
#: py/objgenerator.c
msgid "type object 'generator' has no attribute '__await__'"
-msgstr ""
+msgstr "typobjekt 'generator' har inget attribut '__await__'"
#: py/objtype.c
msgid "type takes 1 or 3 arguments"