richdocuments/l10n/bs.js
Nextcloud bot 91b6659028
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-20 01:35:58 +00:00

22 lines
941 B
JavaScript

OC.L10N.register(
"richdocuments",
{
"Saved" : "Spremljeno",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi",
"No file was uploaded" : "Nijedna datoteka nije učitana.",
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
"New" : "Novo",
"Save" : "Spremi",
"Cancel" : "Otkaži",
"Create" : "Ustvari",
"Description" : "Opis",
"Close" : "Zatvori",
"Edit" : "Izmjeni",
"Remove from favorites" : "Remove from favorites",
"Add to favorites" : "Add to favorites",
"Download" : "Preuzmi",
"Error" : "Greška",
"Nickname" : "Nadimak",
"Could not create file" : "Datoteku nije moguće kreirati"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");