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 Oct 31, 2023
1 parent 2d7cd89 commit 6c9fef2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions l10n/hsb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OC.L10N.register(
"activity",
{
"{name} (restricted)" : "{name} (je trejba)",
"Today" : "dźensa",
"Yesterday" : "wčera",
"Open {filename}" : "{filename} wočinić",
"Activity" : "aktiwnosć"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
8 changes: 8 additions & 0 deletions l10n/hsb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ "translations": {
"{name} (restricted)" : "{name} (je trejba)",
"Today" : "dźensa",
"Yesterday" : "wčera",
"Open {filename}" : "{filename} wočinić",
"Activity" : "aktiwnosć"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

0 comments on commit 6c9fef2

Please sign in to comment.