forked from ajnart/homarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations media-requests-list.json (Croatian)
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"descriptor": { | ||
"name": "", | ||
"description": "", | ||
"name": "Zahtjevi za medijima", | ||
"description": "Pregledajte popis svih zahtjeva za medijima s vaše instance Overseerr ili Jellyseerr", | ||
"settings": { | ||
"title": "", | ||
"title": "Popis zahtjeva za medijima", | ||
"replaceLinksWithExternalHost": { | ||
"label": "" | ||
"label": "Zamijeni veze s vanjskim poslužiteljem" | ||
} | ||
} | ||
}, | ||
"noRequests": "", | ||
"pending": "", | ||
"nonePending": "", | ||
"noRequests": "Nema pronađenih zahtjeva. Provjerite jesu li vaše aplikacije ispravno konfigurirane.", | ||
"pending": "Postoji {{countPendingApproval}} zahtjeva koji čekaju odobrenje.", | ||
"nonePending": "Trenutno nema čekanja za odobrenje. Možete nastaviti!", | ||
"state": { | ||
"approved": "", | ||
"pendingApproval": "", | ||
"declined": "" | ||
"approved": "Odobreno", | ||
"pendingApproval": "Odobrenje na čekanju", | ||
"declined": "Odbijeno" | ||
}, | ||
"tooltips": { | ||
"approve": "", | ||
"decline": "" | ||
"approve": "Odobri zahtjeve", | ||
"decline": "Odbij zahtjeve" | ||
} | ||
} |