Skip to content

Commit c3815b6

Browse files
Merge pull request #128 from payano/develop
Add swedish translation
2 parents c90e696 + 1c4be02 commit c3815b6

File tree

1 file changed

+215
-0
lines changed

1 file changed

+215
-0
lines changed

translationfiles/sv/cookbook.po

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the Nextcloud package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Nextcloud 3.14159\n"
10+
"Report-Msgid-Bugs-To: translations\\@example.com\n"
11+
"POT-Creation-Date: 2019-12-19 11:47+0100\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=CHARSET\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: /srv/http/nc/apps/cookbook/js/script.js:108
21+
msgid "Could not set recipe update interval to {interval}"
22+
msgstr "Kunde inte välja uppdateringsinterval till {interval}"
23+
24+
#: /srv/http/nc/apps/cookbook/js/script.js:115
25+
msgid "Path to your recipe collection"
26+
msgstr "Sökväg till din receptsamling"
27+
28+
#: /srv/http/nc/apps/cookbook/js/script.js:130
29+
msgid "Could not set recipe folder to {path}"
30+
msgstr "Kunde inte välja receptkatalog eller sökväg"
31+
32+
#: /srv/http/nc/apps/cookbook/js/script.js:155
33+
msgid "Please pick a recipe"
34+
msgstr "Välj ett recpt"
35+
36+
#: /srv/http/nc/apps/cookbook/js/script.js:185
37+
msgid "Could not load recipe"
38+
msgstr "Kan inte hämta recept"
39+
40+
#: /srv/http/nc/apps/cookbook/js/script.js:201
41+
msgid "Path to your Recipe Image"
42+
msgstr "Sökväg till din receptbild"
43+
44+
#: /srv/http/nc/apps/cookbook/js/script.js:216
45+
msgid "Are you sure you want to delete this recipe?"
46+
msgstr "Är du säker på att du vill ta bort detta recept?"
47+
48+
#: /srv/http/nc/apps/cookbook/js/script.js:233
49+
msgid "Failed to delete recipe"
50+
msgstr "Misslyckades med att ta bort recept"
51+
52+
#: /srv/http/nc/apps/cookbook/js/script.js:320
53+
msgid "Could not update recipe"
54+
msgstr "Kunde inte uppdatera recept"
55+
56+
#: /srv/http/nc/apps/cookbook/js/script.js:373
57+
msgid "Could not add recipe"
58+
msgstr "Kunde inte lägga till recept"
59+
60+
#: /srv/http/nc/apps/cookbook/js/script.js:410
61+
msgid "Could not rebuild recipe index."
62+
msgstr "Kunde inte bygga om receptindex"
63+
64+
#: /srv/http/nc/apps/cookbook/js/script.js:469
65+
msgid "Failed to fetch recipes"
66+
msgstr "Hämtning av recept misslyckades"
67+
68+
#: /srv/http/nc/apps/cookbook/specialAppInfoFakeDummyForL10nScript.php:2
69+
msgid "Cookbook"
70+
msgstr "Kokbok"
71+
72+
#: /srv/http/nc/apps/cookbook/specialAppInfoFakeDummyForL10nScript.php:3
73+
msgid "An integrated cookbook using schema.org JSON files as recipes"
74+
msgstr "En integrerad kokbok som använder schema.org JSON filer som recept"
75+
76+
#: /srv/http/nc/apps/cookbook/specialAppInfoFakeDummyForL10nScript.php:4
77+
msgid ""
78+
"A library for all your recipes. It uses JSON files following the schema.org "
79+
"recipe format. To add a recipe to the collection, you can paste in the URL "
80+
"of the recipe, and the provided web page will be parsed and downloaded to "
81+
"whichever folder you specify in the app settings."
82+
msgstr ""
83+
"Ett bibliotek för alla dina recept. Det använder JSON-filer som följer"
84+
"schema.org-formatet. För att lägga till ett recept i din samling, kopiera"
85+
"in URL-länken till receptet, så kommer webbsidan med receptet att analyseras"
86+
"och laddas ned till den mapp du valt i Inställningar."
87+
88+
#. TRANSLATORS The name of the recipe
89+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:10
90+
msgid "Name"
91+
msgstr "Namn"
92+
93+
#. TRANSLATORS The description of the recipe
94+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:16
95+
msgid "Description"
96+
msgstr "Beskrivning"
97+
98+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:21
99+
msgid "URL"
100+
msgstr ""
101+
102+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:26
103+
msgid "Image"
104+
msgstr "Bild"
105+
106+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:27
107+
msgid "Pick a local image"
108+
msgstr "Välj en bild"
109+
110+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:31
111+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:26
112+
msgid "Preparation time"
113+
msgstr "Förberedningstid"
114+
115+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:36
116+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:34
117+
msgid "Cooking time"
118+
msgstr "Tillagningstid"
119+
120+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:41
121+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:42
122+
msgid "Total time"
123+
msgstr "Total tid"
124+
125+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:46
126+
msgid "Keywords (comma-separated)"
127+
msgstr "Nyckelord (kommaseparerad)"
128+
129+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:51
130+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:45
131+
msgid "Servings"
132+
msgstr "Portioner"
133+
134+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:56
135+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:51
136+
msgid "Tools"
137+
msgstr "Verktyg"
138+
139+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:77
140+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:58
141+
msgid "Ingredients"
142+
msgstr "Ingredienser"
143+
144+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:99
145+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:68
146+
msgid "Instructions"
147+
msgstr "Instruktioner"
148+
149+
#: /srv/http/nc/apps/cookbook/templates/content/edit.php:120
150+
msgid "Save"
151+
msgstr "Spara"
152+
153+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:7
154+
msgid "Edit recipe"
155+
msgstr "Redigera recept"
156+
157+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:8
158+
msgid "Print recipe"
159+
msgstr "Skriv ut recept"
160+
161+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:9
162+
msgid "Delete recipe"
163+
msgstr "Ta bort recept"
164+
165+
#: /srv/http/nc/apps/cookbook/templates/content/recipe.php:16
166+
msgid "Source"
167+
msgstr "Källa"
168+
169+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:2
170+
msgid "Create recipe"
171+
msgstr "Skapa recept"
172+
173+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:6
174+
msgid "Recipe URL"
175+
msgstr "Recept URL"
176+
177+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:7
178+
msgid "Download recipe"
179+
msgstr "Ladda ned recept"
180+
181+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:14
182+
msgid "Search"
183+
msgstr "Sök"
184+
185+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:28
186+
msgid "All"
187+
msgstr "Samtliga"
188+
189+
#: /srv/http/nc/apps/cookbook/templates/navigation/index.php:29
190+
msgid "Uncategorized"
191+
msgstr "Okategoriserade"
192+
193+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:3
194+
msgid "Settings"
195+
msgstr "Inställnigar"
196+
197+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:9
198+
msgid "Rescan library"
199+
msgstr "Uppdatera bibliotek"
200+
201+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:12
202+
msgid "Recipe folder"
203+
msgstr "Receptkatalog"
204+
205+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:13
206+
msgid "Please pick a folder"
207+
msgstr "Välj katalog"
208+
209+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:17
210+
msgid "Update interval in minutes"
211+
msgstr "Uppdateringsintervall"
212+
213+
#: /srv/http/nc/apps/cookbook/templates/settings/index.php:19
214+
msgid "Last update"
215+
msgstr "Senaste uppdatering"

0 commit comments

Comments
 (0)