Translate track search publishing type and status

This commit is contained in:
schroda
2025-05-30 22:55:57 +02:00
parent c2391f0903
commit 3bff11d8a9
5 changed files with 136 additions and 6 deletions

View File

@@ -154,10 +154,10 @@
"downloaded": "Downloaded"
}
},
"value_one": "{{count}} chapter",
"value_other": "{{count}} chapters",
"title_one": "Chapter",
"title_other": "Chapters"
"title_other": "Chapters",
"value_one": "{{count}} chapter",
"value_other": "{{count}} chapters"
},
"download": {
"queue": {
@@ -1537,6 +1537,27 @@
}
}
},
"publishing": {
"status": {
"cancelled": "$(manga.status.cancelled)",
"currently_publishing": "Currently publishing",
"finished": "$t(global.label.finished)",
"hiatus": "$(manga.status.hiatus)",
"not_yet_published": "Not yet published",
"not_yet_released": "Not yet released",
"releasing": "Releasing"
},
"type": {
"doujinshi": "Doujinshi",
"manga": "$t(manga.title_one)",
"manhua": "$t(manga.type.manhwa)",
"manhwa": "$t(manga.type.manhwa)",
"novel": "Novel",
"oel": "OEL",
"one_shot": "Oneshot",
"unknown": "$t(global.label.unknown)"
}
},
"settings": {
"dialog": {
"title": {