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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-12 06:22:40 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-12 06:22:40 +0300
commit968300b5aefc56f21e06e7c4b132d0bcd280228c (patch)
treec8a831610e6956f94bd6063ea12fea72c87712dd
parente5becf104780973a9bfdfe3e30c94df752777995 (diff)
[tx-robot] updated from transifexv25.0.0beta2v25.0.0beta1
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/mk.js7
-rw-r--r--l10n/mk.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/mk.js b/l10n/mk.js
new file mode 100644
index 0000000..181b2dd
--- /dev/null
+++ b/l10n/mk.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "survey_client",
+ {
+ "Never" : "Никогаш",
+ "You can help improve Nextcloud by sending us some data about your current setup and usage." : "Може да помогнете во подобрувањето на Nextcloud со испраќање податоци за вашето тековно поставување и користење."
+},
+"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/l10n/mk.json b/l10n/mk.json
new file mode 100644
index 0000000..10a878d
--- /dev/null
+++ b/l10n/mk.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Never" : "Никогаш",
+ "You can help improve Nextcloud by sending us some data about your current setup and usage." : "Може да помогнете во подобрувањето на Nextcloud со испраќање податоци за вашето тековно поставување и користење."
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
+} \ No newline at end of file