fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot
2025-05-01 00:42:16 +00:00
parent d599ced9df
commit 75fd59f26b
186 changed files with 1532 additions and 1248 deletions

View File

@@ -1,10 +1,6 @@
OC.L10N.register(
"deck",
{
"Finished" : "Završeno",
"copy" : "kopiraj",
"In Progress" : "U toku",
"Done" : "Done",
"The file was uploaded" : "Fajl je otpremljen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fajl za otpremljivanje premašuje upload_max_filesize direktivu u php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fajl za otpremanje premašuje MAX_FILE_SIZE navedenu u HTML obrascu",
@@ -13,6 +9,10 @@ OC.L10N.register(
"Missing a temporary folder" : "Nedostaje privremena fascikla",
"Could not write file to disk" : "Ne mogu da upišem fajl na disk",
"A PHP extension stopped the file upload" : "PHP ekstenzija je zaustavila otpremanje fajla",
"Finished" : "Završeno",
"copy" : "kopiraj",
"In Progress" : "U toku",
"Done" : "Done",
"Add board" : "Dodaj tablu",
"Move card" : "Premesti karticu",
"Cancel" : "Otkaži",
@@ -45,6 +45,7 @@ OC.L10N.register(
"Delete board" : "Izbriši tablu",
"Today" : "Danas",
"Close" : "Zatvori",
"Due date" : "Rok",
"Share" : "Podeli"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");