Translate track search publishing type and status
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user