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 <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 17, 2024
1 parent 150fb34 commit db20400
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n/lv.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"integration_gitlab",
{
"Bad HTTP method" : "Nederīgs HTTP pieprasījuma veids",
"Bad credentials" : "Nederīgi pieteikšanās dati",
"Connected accounts" : "Savienotie konti",
"Unknown error" : "Nezināma kļūda",
"Comments" : "Piebildes",
"Owner" : "Īpašnieks"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
9 changes: 9 additions & 0 deletions l10n/lv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"Bad HTTP method" : "Nederīgs HTTP pieprasījuma veids",
"Bad credentials" : "Nederīgi pieteikšanās dati",
"Connected accounts" : "Savienotie konti",
"Unknown error" : "Nezināma kļūda",
"Comments" : "Piebildes",
"Owner" : "Īpašnieks"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
}

0 comments on commit db20400

Please sign in to comment.