mirror of https://github.com/VERT-sh/VERT.git
Update translation
This commit is contained in:
parent
9c50015b7c
commit
d6de73dc0b
|
|
@ -35,46 +35,46 @@
|
||||||
"not_initialized": "nije inicijalizirano",
|
"not_initialized": "nije inicijalizirano",
|
||||||
"downloading": "preuzimanje...",
|
"downloading": "preuzimanje...",
|
||||||
"initializing": "inicijaliziranje...",
|
"initializing": "inicijaliziranje...",
|
||||||
"unknown": "nepoznati status" #ovdje smo stali
|
"unknown": "nepoznati status"
|
||||||
},
|
},
|
||||||
"supported_formats": "Supported formats:"
|
"supported_formats": "Podržani formati:"
|
||||||
},
|
},
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"partial_support": "This format can only be converted as {direction}.",
|
"partial_support": "Ovaj format se može pretvoriti u {direction}.",
|
||||||
"direction_input": "input (from)",
|
"direction_input": "ulaz (iz)",
|
||||||
"direction_output": "output (to)",
|
"direction_output": "izlaz (u)",
|
||||||
"video_server_processing": "Video uploads to a server for processing by default, learn how to set it up locally here."
|
"video_server_processing": "Videozapisi se uobičajeno prenose na servere za obradu, nauči ovdje kako namjestiti da se događa lokalno."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"convert": {
|
"convert": {
|
||||||
"panel": {
|
"panel": {
|
||||||
"convert_all": "Convert all",
|
"convert_all": "Pretvori sve",
|
||||||
"download_all": "Download all as .zip",
|
"download_all": "Preuzmi sve kao .zip",
|
||||||
"remove_all": "Remove all files",
|
"remove_all": "Makni sve datoteke",
|
||||||
"set_all_to": "Set all to",
|
"set_all_to": "Stavi sve na",
|
||||||
"na": "N/A"
|
"na": "N/A"
|
||||||
},
|
},
|
||||||
"dropdown": {
|
"dropdown": {
|
||||||
"audio": "Audio",
|
"audio": "Audio",
|
||||||
"video": "Video",
|
"video": "Video",
|
||||||
"doc": "Document",
|
"doc": "Dokument",
|
||||||
"image": "Image",
|
"image": "Slika",
|
||||||
"placeholder": "Search format"
|
"placeholder": "Potraži format"
|
||||||
},
|
},
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"unknown_file": "Unknown file type",
|
"unknown_file": "Nepoznat tip datoteke",
|
||||||
"audio_file": "Audio file",
|
"audio_file": "Audio datoteka",
|
||||||
"video_file": "Video file",
|
"video_file": "Video datoteka",
|
||||||
"document_file": "Document file",
|
"document_file": "Dokument",
|
||||||
"image_file": "Image file",
|
"image_file": "Datoteka slike",
|
||||||
"convert_file": "Convert this file",
|
"convert_file": "Pretvori ovu datoteku",
|
||||||
"download_file": "Download this file"
|
"download_file": "Preuzmi ovu datoteku"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"cant_convert": "We can't convert this file.",
|
"cant_convert": "Ne možemo pretvoriti ovu datoteku.",
|
||||||
"vertd_server": "what are you doing..? you're supposed to run the vertd server!",
|
"vertd_server": "Koji k**** ti radiš..? Moraš pokrenuti vertd server!",
|
||||||
"unsupported_format": "Only image, video, audio, and document files are supported",
|
"unsupported_format": "Podržane su samo slike, video, audio i dokumenti",
|
||||||
"vertd_not_found": "Could not find the vertd instance to start video conversion. Are you sure the instance URL is set correctly?",
|
"vertd_not_found": "Nismo mogli pronači vertd da započnemo pretvaranje. Jeste li sigurni da je URL točno postavljen?", #ovdje smo stali :3
|
||||||
"worker_downloading": "The {type} converter is currently being initialized, please wait a few moments.",
|
"worker_downloading": "The {type} converter is currently being initialized, please wait a few moments.",
|
||||||
"worker_error": "The {type} converter had an error during initialization, please try again later.",
|
"worker_error": "The {type} converter had an error during initialization, please try again later.",
|
||||||
"worker_timeout": "The {type} converter is taking longer than expected to initialize, please wait a few more moments or refresh the page.",
|
"worker_timeout": "The {type} converter is taking longer than expected to initialize, please wait a few more moments or refresh the page.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue