Skip to content

Commit b52c2ee

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent e9d63e6 commit b52c2ee

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

l10n/ka.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
OC.L10N.register(
2+
"integration_replicate",
3+
{
4+
"Small" : "Small",
5+
"Medium" : "Medium",
6+
"Large" : "Large",
7+
"Advanced options" : "Advanced options",
8+
"Send" : "Send",
9+
"Preview" : "Preview",
10+
"Text" : "Text",
11+
"Translate" : "Translate",
12+
"Unknown error" : "Unknown error"
13+
},
14+
"nplurals=2; plural=(n!=1);");

l10n/ka.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{ "translations": {
2+
"Small" : "Small",
3+
"Medium" : "Medium",
4+
"Large" : "Large",
5+
"Advanced options" : "Advanced options",
6+
"Send" : "Send",
7+
"Preview" : "Preview",
8+
"Text" : "Text",
9+
"Translate" : "Translate",
10+
"Unknown error" : "Unknown error"
11+
},"pluralForm" :"nplurals=2; plural=(n!=1);"
12+
}

0 commit comments

Comments
 (0)