Skip to content

Commit 11e1df8

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 392fce5 commit 11e1df8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

l10n/lo.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ OC.L10N.register(
22
"user_migration",
33
{
44
"Files" : "ຟາຍ",
5+
"Export" : "Export",
56
"Cancel" : "ຍົກເລີກ",
6-
"Close" : "ປິດ"
7+
"Close" : "ປິດ",
8+
"Import" : "Import"
79
},
810
"nplurals=1; plural=0;");

l10n/lo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{ "translations": {
22
"Files" : "ຟາຍ",
3+
"Export" : "Export",
34
"Cancel" : "ຍົກເລີກ",
4-
"Close" : "ປິດ"
5+
"Close" : "ປິດ",
6+
"Import" : "Import"
57
},"pluralForm" :"nplurals=1; plural=0;"
68
}

0 commit comments

Comments
 (0)