Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Apr 23, 2024
1 parent aca77b0 commit 36879dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/sr@latin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ OC.L10N.register(
"Title" : "Naslov",
"Description" : "Opis",
"Update" : "Ažuriraj",
"Loading …" : "Učitavanje...",
"Move" : "Premesti",
"Remove" : "Ukloni",
"Share link" : "Podeli vezu",
Expand All @@ -33,6 +34,8 @@ OC.L10N.register(
"Upload files" : "Otpremi fajlove",
"Home" : "Početak",
"Undo" : "Opozovi",
"Setup" : "Podesi"
"Setup" : "Podesi",
"Yes" : "Da",
"No" : "Ne"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
5 changes: 4 additions & 1 deletion l10n/sr@latin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Title" : "Naslov",
"Description" : "Opis",
"Update" : "Ažuriraj",
"Loading …" : "Učitavanje...",
"Move" : "Premesti",
"Remove" : "Ukloni",
"Share link" : "Podeli vezu",
Expand All @@ -31,6 +32,8 @@
"Upload files" : "Otpremi fajlove",
"Home" : "Početak",
"Undo" : "Opozovi",
"Setup" : "Podesi"
"Setup" : "Podesi",
"Yes" : "Da",
"No" : "Ne"
},"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);"
}

0 comments on commit 36879dc

Please sign in to comment.