Skip to content

Commit 9b425f5

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

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

l10n/mn.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"integration_replicate",
3+
{
4+
"Bad HTTP method" : "Буруу HTTP арга",
5+
"Bad credentials" : "Буруу нэвтрэх мэдээлэл",
6+
"Text generation" : "Текст үүсгэх",
7+
"Image generation" : "Зураг үүсгэх"
8+
},
9+
"nplurals=2; plural=(n != 1);");

l10n/mn.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Bad HTTP method" : "Буруу HTTP арга",
3+
"Bad credentials" : "Буруу нэвтрэх мэдээлэл",
4+
"Text generation" : "Текст үүсгэх",
5+
"Image generation" : "Зураг үүсгэх"
6+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
7+
}

0 commit comments

Comments
 (0)