Files
suwayomi-material-you-webui/public/locales/sv.json
schroda 6276da42cf Feature/i18n load resources from backend (#746)
* Load i18n resources from backend

* Move locales to public folder
2024-04-14 17:32:25 +02:00

58 lines
1.8 KiB
JSON

{
"category": {
"dialog": {
"title": {
"edit_category": "Redigera kategori",
"new_category": "Ny kategori"
}
},
"error": {
"label": {
"empty": "Kategorin är tom",
"request_failure": "Kunde inte ladda kategorier"
},
"no_categories_found": {
"label": {
"hint": "Du borde göra några från inställningarna.",
"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"
}
}
}
}
}
}