Skip to content

Commit 56c210e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent fa81f8e commit 56c210e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

l10n/sw.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
OC.L10N.register(
2+
"serverinfo",
3+
{
4+
"Copied!" : "Copied!",
5+
"System" : "Mfumo",
6+
"Shares" : "Shiriki",
7+
"Database" : "Kanzidata",
8+
"Copy" : "Nakili"
9+
},
10+
"nplurals=2; plural=(n != 1);");

l10n/sw.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ "translations": {
2+
"Copied!" : "Copied!",
3+
"System" : "Mfumo",
4+
"Shares" : "Shiriki",
5+
"Database" : "Kanzidata",
6+
"Copy" : "Nakili"
7+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
8+
}

0 commit comments

Comments
 (0)