Files
suwayomi-material-you-webui/public/locales/sv.json
T

66 lines
2.2 KiB
JSON
Raw Normal View History

+2
2024-03-08 23:32:33 +01:00
{
"category": {
"dialog": {
"title": {
+1
2025-03-25 16:36:24 +01:00
"edit_category_one": "Redigera kategori",
+14
2025-05-17 13:02:38 +02:00
"edit_category_other": "Redigera kategorier",
+2
2024-03-08 23:32:33 +01:00
"new_category": "Ny kategori"
}
},
"error": {
"label": {
"empty": "Kategorin är tom",
+14
2025-05-17 13:02:38 +02:00
"request_failure": "Kunde inte ladda kategorier",
"create_failure": "Kunde inte skapa kategori"
+2
2024-03-08 23:32:33 +01:00
},
"no_categories_found": {
"label": {
"info": "Inga kategorier hittades."
}
}
},
"settings": {
"inclusion": {
"label": {
"exclude": "Utesluta: {{excludedCategoriesText}}",
"include": "Inkludera: {{includedCategoriesText}}"
}
}
},
"title": {
"category_one": "Kategori",
"category_other": "Kategorier",
"set_categories": "Ställ in kategorier"
},
"label": {
"category_name": "Kategori namn",
"use_as_default_category": "Standard kategori när man lägger till ny manga i biblioteket"
}
},
"chapter": {
"action": {
"bookmark": {
"add": {
"button": {
"selected": "Bokmärke valt"
},
"label": {
"action": "Lägg till bokmärke",
"error_one": "Det gick inte att bokmärka kapitalet",
"error_other": "Det gick inte att bokmärka kapitlet",
"success_one": "Kapitel bokmärktes",
"success_other": "{{count}} kapitel bokmärktes"
}
+14
2025-05-17 13:02:38 +02:00
},
"remove": {
"label": {
"action": "Ta bort bokmärke",
"error_one": "Kunde inte ta bort bokmärke",
"error_other": "Kunde inte ta bort bokmärkena"
}
+2
2024-03-08 23:32:33 +01:00
}
}
}
}
}