Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-11 05:26:21 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-11 05:26:21 +0300
commite5f74851fad88c48fcfb5424ffb9b6f49b62de1f (patch)
tree6608ee4a062a0259db9b870ba8f5815cc0b15af3
parent6fbdbfa9714ec4385f73fa8b342b528ee7baa576 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/cloud_federation_api/l10n/my.js7
-rw-r--r--apps/cloud_federation_api/l10n/my.json5
-rw-r--r--core/l10n/da.js1
-rw-r--r--core/l10n/da.json1
4 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/my.js b/apps/cloud_federation_api/l10n/my.js
new file mode 100644
index 00000000000..e07f0f71a4e
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/my.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Cloud ဖွဲ့စည်းမှု API ",
+ "Enable clouds to communicate with each other and exchange data" : "Cloud များကို တစ်ခုခုနှင့်တစ်ခု ဆက်သွယ်ခြင်း၊ သတင်းအချက်အလက်ဖလှယ်ခြင်းကို ပြုလုပ်နိုင်ရန် ဖွင့်ပေးပါ။"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/cloud_federation_api/l10n/my.json b/apps/cloud_federation_api/l10n/my.json
new file mode 100644
index 00000000000..8c1425e659f
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/my.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud ဖွဲ့စည်းမှု API ",
+ "Enable clouds to communicate with each other and exchange data" : "Cloud များကို တစ်ခုခုနှင့်တစ်ခု ဆက်သွယ်ခြင်း၊ သတင်းအချက်အလက်ဖလှယ်ခြင်းကို ပြုလုပ်နိုင်ရန် ဖွင့်ပေးပါ။"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/core/l10n/da.js b/core/l10n/da.js
index d443c9ab69f..db66e5269f8 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"File is too big" : "Filen er for stor",
"The selected file is not an image." : "Den valgte fil er ikke et billede.",
"The selected file cannot be read." : "Den valgte fil kan ikke læses.",
+ "The file was uploaded" : "Filen blev uploadet",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index c01408aec08..4b54e54baf1 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -3,6 +3,7 @@
"File is too big" : "Filen er for stor",
"The selected file is not an image." : "Den valgte fil er ikke et billede.",
"The selected file cannot be read." : "Den valgte fil kan ikke læses.",
+ "The file was uploaded" : "Filen blev uploadet",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",