hr.json 524 B

1234567891011121314
  1. { "translations": {
  2. "Failed to delete the server configuration" : "Greška prilikom brisanja konfiguracije poslužitelja.",
  3. "Deletion failed" : "Brisanje nije uspjelo",
  4. "Error" : "Greška",
  5. "Save" : "Snimi",
  6. "Help" : "Pomoć",
  7. "Host" : "Poslužitelj",
  8. "Port" : "Port",
  9. "Password" : "Lozinka",
  10. "Back" : "Natrag",
  11. "Continue" : "Nastavi",
  12. "Advanced" : "Napredno"
  13. },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
  14. }