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 9046742 commit 8bd2e68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions l10n/sr@latin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
OC.L10N.register(
"app_api",
{
"Report a bug" : "Prijavi grešku",
"Name" : "Ime",
"Version" : "Verzija",
"Type" : "Tip",
"Cancel" : "Poništi",
"Delete" : "Obriši",
"Details" : "Detalji",
"Disable" : "Isključi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
11 changes: 11 additions & 0 deletions l10n/sr@latin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ "translations": {
"Report a bug" : "Prijavi grešku",
"Name" : "Ime",
"Version" : "Verzija",
"Type" : "Tip",
"Cancel" : "Poništi",
"Delete" : "Obriši",
"Details" : "Detalji",
"Disable" : "Isključi"
},"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 8bd2e68

Please sign in to comment.