Skip to content

Translations update from Weblate #3000

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
Jun 3, 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
39 changes: 20 additions & 19 deletions locale/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-01 17:10-0700\n"
"PO-Revision-Date: 2020-05-30 02:52+0000\n"
"PO-Revision-Date: 2020-06-02 21:42+0000\n"
"Last-Translator: Jonny Bergdahl <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: sv\n"
Expand All @@ -33,7 +33,7 @@ msgid ""
"https://github.com/adafruit/circuitpython/issues\n"
msgstr ""
"\n"
"Skapa ett ärende med innehållet i din CIRCUITPY på\n"
"Vänligen skapa ett ärende med innehållet i din CIRCUITPY-enhet på\n"
"https://github.com/adafruit/circuitpython/issues\n"

#: supervisor/shared/safe_mode.c
Expand All @@ -42,7 +42,7 @@ msgid ""
"To exit, please reset the board without "
msgstr ""
"\n"
"För att avsluta, resetta kortet utan "
"För att avsluta, gör reset på kortet utan "

#: py/obj.c
msgid " File \"%q\""
Expand Down Expand Up @@ -108,7 +108,7 @@ msgstr "'%q' argument krävs"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a label"
msgstr "'%s' förväntar sig en etikett"
msgstr "'%s' förväntar sig en label"

#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
Expand Down Expand Up @@ -1695,23 +1695,24 @@ msgstr "VARNING: Ditt filnamn för kod har två tillägg\n"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
msgstr ""
msgstr "WatchDogTimer kan inte avinitialiseras när läget är inställt på RESET"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer is not currently running"
msgstr ""
msgstr "WatchDogTimer körs för närvarande inte"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
msgstr ""
"WatchDogTimer.mode kan inte ändras när den är inställd på WatchDogMode.RESET"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.timeout must be greater than 0"
msgstr ""
msgstr "WatchDogTimer.timeout måste vara större än 0"

#: supervisor/shared/safe_mode.c
msgid "Watchdog timer expired."
msgstr ""
msgstr "Watchdog-timern har löpt ut."

#: py/builtinhelp.c
#, c-format
Expand Down Expand Up @@ -2157,11 +2158,11 @@ msgstr "kan inte invertera Vandermonde-matris"

#: extmod/ulab/code/approx.c
msgid "data must be iterable"
msgstr ""
msgstr "data måste vara itererbar"

#: extmod/ulab/code/approx.c
msgid "data must be of equal length"
msgstr ""
msgstr "data måste vara av samma längd"

#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
Expand Down Expand Up @@ -2300,11 +2301,11 @@ msgstr "filsystemet måste tillhandahålla mount-metod"

#: extmod/ulab/code/vectorise.c
msgid "first argument must be a callable"
msgstr ""
msgstr "första argumentet måste vara en callable"

#: extmod/ulab/code/approx.c
msgid "first argument must be a function"
msgstr ""
msgstr "första argumentet måste vara en funktion"

#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
Expand Down Expand Up @@ -2361,7 +2362,7 @@ msgstr "funktionen fick flera värden för argumentet '%q'"

#: extmod/ulab/code/approx.c
msgid "function has the same sign at the ends of interval"
msgstr ""
msgstr "funktionen har samma teckenvärden vid slutet av intervall"

#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
Expand Down Expand Up @@ -2451,7 +2452,7 @@ msgstr "index måste vara heltal, slices, eller Boolean-listor"

#: extmod/ulab/code/approx.c
msgid "initial values must be iterable"
msgstr ""
msgstr "initialvärden måste vara iterable"

#: py/compile.c
msgid "inline assembler must be a function"
Expand Down Expand Up @@ -2499,7 +2500,7 @@ msgstr "heltal krävs"

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

#: shared-bindings/_bleio/Adapter.c
#, c-format
Expand Down Expand Up @@ -3138,7 +3139,7 @@ msgstr "time.struct_time() kräver en 9-sekvens"

#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
msgid "timeout duration exceeded the maximum supported value"
msgstr ""
msgstr "timeout-längd överskred det maximala värde som stöds"

#: shared-bindings/busio/UART.c
msgid "timeout must be 0.0-100.0 seconds"
Expand Down Expand Up @@ -3295,7 +3296,7 @@ msgstr "value_count måste vara > 0"

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "watchdog timeout must be greater than 0"
msgstr ""
msgstr "watchdog timeout måste vara större än 0"

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
Expand All @@ -3311,7 +3312,7 @@ msgstr "fel indextyp"

#: extmod/ulab/code/vectorise.c
msgid "wrong input type"
msgstr ""
msgstr "fel indatatyp"

#: py/objstr.c
msgid "wrong number of arguments"
Expand All @@ -3327,7 +3328,7 @@ msgstr "fel operandtyp"

#: extmod/ulab/code/vectorise.c
msgid "wrong output type"
msgstr ""
msgstr "fel utdatatyp"

#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
Expand Down