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 Jul 22, 2024
1 parent 16a6e74 commit ab37cd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions l10n/br.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OC.L10N.register(
"integration_google",
{
"Client ID" : "ID kliant",
"Contacts" : "Darempredoù",
"Calendars" : "Deiziadurioù",
"Photos" : "Fotoioù",
"Drive" : "Bleinañ"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
8 changes: 8 additions & 0 deletions l10n/br.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ "translations": {
"Client ID" : "ID kliant",
"Contacts" : "Darempredoù",
"Calendars" : "Deiziadurioù",
"Photos" : "Fotoioù",
"Drive" : "Bleinañ"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

0 comments on commit ab37cd5

Please sign in to comment.