Files
NodeBB/public/language/hr/unread.json
Barış Soner Uşaklı 844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00

15 lines
519 B
JSON

{
"title": "Nepročitano",
"no-unread-topics": "Sve teme su pročitane",
"load-more": "Učitaj više",
"mark-as-read": "Označi kao pročitano",
"selected": "Odabrano",
"all": "Sve",
"all-categories": "Sve kategorije",
"topics-marked-as-read.success": "Teme označene kao pročitane!",
"all-topics": "Sve teme",
"new-topics": "Nove teme",
"watched-topics": "Praćene teme",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}