8000 Translated using Weblate (Swedish) · jensechu/circuitpython@cc1e5d2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit cc1e5d2

Browse files
bergdahlweblate
authored andcommitted
Translated using Weblate (Swedish)
Currently translated at 100.0% (764 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/sv/
1 parent 5f1398f commit cc1e5d2

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

locale/sv.po

Lines changed: 20 additions & 19 deletions
32AF
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-06-01 17:10-0700\n"
11-
"PO-Revision-Date: 2020-05-30 02:52+0000\n"
11+
"PO-Revision-Date: 2020-06-02 21:42+0000\n"
1212
"Last-Translator: Jonny Bergdahl <jonny@bergdahl.it>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
1414
"Language: sv\n"
@@ -33,7 +33,7 @@ msgid ""
3333
"https://github.com/adafruit/circuitpython/issues\n"
3434
msgstr ""
3535
"\n"
36-
"Skapa ett ärende med innehållet i din CIRCUITPY på\n"
36+
"Vänligen skapa ett ärende med innehållet i din CIRCUITPY-enhet på\n"
3737
"https://github.com/adafruit/circuitpython/issues\n"
3838

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

4747
#: py/obj.c
4848
msgid " File \"%q\""
@@ -108,7 +108,7 @@ msgstr "'%q' argument krävs"
108108
#: py/emitinlinethumb.c py/emitinlinextensa.c
109109
#, c-format
110110
msgid "'%s' expects a label"
111-
msgstr "'%s' förväntar sig en etikett"
111+
msgstr "'%s' förväntar sig en label"
112112

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

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

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

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

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

17121713
#: supervisor/shared/safe_mode.c
17131714
msgid "Watchdog timer expired."
1714-
msgstr ""
1715+
msgstr "Watchdog-timern har löpt ut."
17151716

17161717
#: py/builtinhelp.c
17171718
#, c-format
@@ -2157,11 +2158,11 @@ msgstr "kan inte invertera Vandermonde-matris"
21572158

21582159
#: extmod/ulab/code/approx.c
21592160
msgid "data must be iterable"
2160-
msgstr ""
2161+
msgstr "data måste vara itererbar"
21612162

21622163
#: extmod/ulab/code/approx.c
21632164
msgid "data must be of equal length"
2164-
msgstr ""
2165+
msgstr "data måste vara av samma längd"
21652166

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

23012302
#: extmod/ulab/code/vectorise.c
23022303
msgid "first argument must be a callable"
2303-
msgstr ""
2304+
msgstr "första argumentet måste vara en callable"
23042305

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

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

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

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

24522453
#: extmod/ulab/code/approx.c
24532454
msgid "initial values must be iterable"
2454-
msgstr ""
2455+
msgstr "initialvärden måste vara iterable"
24552456

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

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

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

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

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

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

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

33123313
#: extmod/ulab/code/vectorise.c
33133314
msgid "wrong input type"
3314-
msgstr ""
3315+
msgstr "fel indatatyp"
33153316

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

33283329
#: extmod/ulab/code/vectorise.c
33293330
msgid "wrong output type"
3330-
msgstr ""
3331+
msgstr "fel utdatatyp"
33313332

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

0 commit comments

Comments
 (0)
0