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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-22 05:55:48 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-22 05:55:48 +0300
commite718390f69aaee1b36e57db40d4fac8cc2c5e12a (patch)
treed1b78ba9b036d569de92fc2ecf838ef032c6a80c
parent649bed126daf257f2d61818ecfd2862aa9071fdf (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/cy_GB.js6
-rw-r--r--l10n/cy_GB.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js
new file mode 100644
index 0000000..e2e5533
--- /dev/null
+++ b/l10n/cy_GB.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "impersonate",
+ {
+ "User not found" : "Defnyddiwr heb ei ganfod"
+},
+"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json
new file mode 100644
index 0000000..9876c94
--- /dev/null
+++ b/l10n/cy_GB.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "User not found" : "Defnyddiwr heb ei ganfod"
+},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
+} \ No newline at end of file