Files
suwayomi-material-you-webui/public/locales/ca.json
Hosted Weblate 308e8b6a21 Translations update from Hosted Weblate
Co-authored-by: Adrian Rodrigues <battempest232@gmail.com>
Co-authored-by: Bayu Wicaksono <bayu.citramas@gmail.com>
Co-authored-by: Clara Bujeda <clarabujedamunoz@gmail.com>
Co-authored-by: Constantin Piber <cp.piber@gmail.com>
Co-authored-by: Gino Cicatiello <ginocic@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nguyễn Trung Đức <vaicato16@gmail.com>
Co-authored-by: Roger VC <rogervilarasau@gmail.com>
Co-authored-by: UnknownSkyrimPasserby <f7022961@opayq.com>
Co-authored-by: mrintrepide <quentin@intrepide.io>
Co-authored-by: shadowbbb <1114938967@qq.com>
Co-authored-by: sksper1-stack <sksper1@gmail.com>
Co-authored-by: zeedif <carlos_antonio-rl@hotmail.com>
Co-authored-by: 清水汐音 <chenzhongjie19940725@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/ca/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/de/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/es/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/fr/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/id/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/it/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/pl/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/vi/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/zh_Hant/
Translation: Suwayomi/Suwayomi-WebUI
2025-11-25 01:11:09 +01:00

103 lines
4.3 KiB
JSON

{
"category": {
"dialog": {
"title": {
"edit_category_one": "Editar Categoria",
"edit_category_many": "Editar Categories",
"edit_category_other": "Editar Categories",
"new_category": "Nova categoria"
}
},
"error": {
"label": {
"create_failure": "No s'ha pogut crear la categoria",
"empty": "La categoria està buida",
"request_failure": "No s'han pogut carregar les categories"
},
"no_categories_found": {
"label": {
"info": "Encara no teniu cap categoria."
}
}
},
"label": {
"category_name": "Nom de la categoria",
"use_as_default_category": "Categoria predeterminada en afegir nous manga a la biblioteca"
},
"settings": {
"inclusion": {
"label": {
"exclude": "Exclou: {{excludedCategoriesText}}",
"include": "Inclou: {{includedCategoriesText}}"
}
}
},
"title": {
"category_one": "Categoria",
"category_many": "Categories",
"category_other": "Categories"
},
"value": "{{count}} $t(category.title.category, lowercase)"
},
"chapter": {
"action": {
"download": {
"delete": {
"button": {
"selected": "Elimina els seleccionats"
},
"label": {
"action": "Elimina",
"confirmation_one": "Esteu a punt d'eliminar una descàrrega",
"confirmation_many": "Esteu a punt d'eliminar {{count}} descàrregues",
"confirmation_other": "Esteu a punt d'eliminar {{count}} descàrregues",
"success_one": "Capítol eliminat",
"success_many": "{{count}} capítols eliminats",
"success_other": "{{count}} capítols eliminats"
}
}
},
"filter_and_sort": {
"label": "Filtra i ordena"
},
"label": {
"select": "Selecciona"
},
"mark_as_read": {
"add": {
"button": {
"selected": "Marca els seleccionats com a llegits"
},
"label": {
"action": {
"all": "Marca'ls tots com a llegits",
"current": "Marca com a llegit",
"previous": "Marca els anteriors com a llegits"
},
"confirmation_one": "Esteu a punt de marcar un capítol com a llegit",
"confirmation_many": "Esteu a punt de marcar {{count}} capítols com a llegits",
"confirmation_other": "Esteu a punt de marcar {{count}} capítols com a llegits",
"error_one": "No s'ha pogut marcar el capítol com a llegit",
"error_many": "No s'han pogut marcar els capítols com a llegits",
"error_other": "No s'han pogut marcar els capítols com a llegits",
"success_one": "Capítol marcat com a llegit",
"success_many": "{{count}} capítols marcats com a llegits",
"success_other": "{{count}} capítols marcats com a llegits"
}
},
"remove": {
"button": {
"selected": "Marca els seleccionats com a no llegits"
},
"label": {
"action": "Marca com a no llegit",
"confirmation_one": "Esteu a punt de marcar un capítol com a no llegits",
"confirmation_many": "Esteu a punt de marcar {{count}} capítols com a no llegits",
"confirmation_other": "Esteu a punt de marcar {{count}} capítols com a no llegits"
}
}
}
}
}
}