Skip to content

Translations update from Weblate #3248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions locale/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-30 07:23-0500\n"
"PO-Revision-Date: 2020-07-13 17:39+0000\n"
"PO-Revision-Date: 2020-08-05 20:32+0000\n"
"Last-Translator: Jonny Bergdahl <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: sv\n"
Expand Down Expand Up @@ -86,7 +86,7 @@ msgstr "%q-listan måste vara en lista"

#: shared-bindings/memorymonitor/AllocationAlarm.c
msgid "%q must be >= 0"
msgstr ""
msgstr "%q måste vara >= 0"

#: shared-bindings/_bleio/CharacteristicBuffer.c
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
Expand Down Expand Up @@ -226,7 +226,7 @@ msgstr "'await' utanför funktion"

#: py/compile.c
msgid "'await', 'async for' or 'async with' outside async function"
msgstr ""
msgstr "'await', 'async for' eller 'async with' utanför async-funktion"

#: py/compile.c
msgid "'break' outside loop"
Expand All @@ -238,7 +238,7 @@ msgstr "'continue' utanför loop"

#: py/objgenerator.c
msgid "'coroutine' object is not an iterator"
msgstr ""
msgstr "objektet 'coroutine\" är inte en iterator"

#: py/compile.c
msgid "'data' requires at least 2 arguments"
Expand Down Expand Up @@ -333,7 +333,7 @@ msgstr "Annonserar redan."
#: shared-module/memorymonitor/AllocationAlarm.c
#: shared-module/memorymonitor/AllocationSize.c
msgid "Already running"
msgstr ""
msgstr "Kör redan"

#: ports/cxd56/common-hal/analogio/AnalogIn.c
msgid "AnalogIn not supported on given pin"
Expand Down Expand Up @@ -373,7 +373,7 @@ msgstr "Högst %d %q kan anges (inte %d)"
#: shared-module/memorymonitor/AllocationAlarm.c
#, c-format
msgid "Attempt to allocate %d blocks"
msgstr ""
msgstr "Försök att tilldela %d block"

#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
Expand Down Expand Up @@ -877,7 +877,7 @@ msgstr "I2C init-fel"

#: shared-bindings/audiobusio/I2SOut.c
msgid "I2SOut not available"
msgstr ""
msgstr "I2SOut är inte tillgängligt"

#: shared-bindings/aesio/aes.c
#, c-format
Expand Down Expand Up @@ -1581,6 +1581,8 @@ msgstr "Åtgärden tog för lång tid: Max väntetid är %d sekunder"
msgid ""
"Timer was reserved for internal use - declare PWM pins earlier in the program"
msgstr ""
"Timern är reserverad för internt bruk - deklarera PWM-pinne tidigare i "
"programmet"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample."
Expand Down Expand Up @@ -1852,7 +1854,7 @@ msgstr "argumentet har fel typ"

#: extmod/ulab/code/linalg/linalg.c
msgid "argument must be ndarray"
msgstr ""
msgstr "argumentet måste vara ndarray"

#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
Expand Down Expand Up @@ -3247,7 +3249,7 @@ msgstr "för många värden att packa upp (förväntat %d)"

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""
msgstr "interp är definierad för 1D-matriser med samma längd"

#: extmod/ulab/code/linalg/linalg.c py/objstr.c
msgid "tuple index out of range"
Expand Down Expand Up @@ -3379,7 +3381,7 @@ msgstr "value_count måste vara > 0"

#: extmod/ulab/code/linalg/linalg.c
msgid "vectors must have same lengths"
msgstr ""
msgstr "vektorer måste ha samma längd"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "watchdog timeout must be greater than 0"
Expand Down