aboutsummaryrefslogtreecommitdiffstats
path: root/apps/webhook_listeners/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2025-07-18 00:13:58 +0000
committerNextcloud bot <bot@nextcloud.com>2025-07-18 00:13:58 +0000
commitdaeb1e3a67121262c2a6d7b6fd96a9fdb11ad6f7 (patch)
tree23122895e0338a8e1c0e20cf2a6d2384b310733a /apps/webhook_listeners/l10n
parent74ff1c64f0b60af50301650c25d0953e502e3faa (diff)
downloadnextcloud-server-master.tar.gz
nextcloud-server-master.zip
fix(l10n): Update translations from TransifexHEADmaster
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/webhook_listeners/l10n')
-rw-r--r--apps/webhook_listeners/l10n/sw.js7
-rw-r--r--apps/webhook_listeners/l10n/sw.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/webhook_listeners/l10n/sw.js b/apps/webhook_listeners/l10n/sw.js
new file mode 100644
index 00000000000..06a4c46dfd2
--- /dev/null
+++ b/apps/webhook_listeners/l10n/sw.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "webhook_listeners",
+ {
+ "Webhooks" : "Viboko vya mtandao",
+ "Nextcloud webhook support" : "Msaada wa viboko vya mtandao wa Nextcloud"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/webhook_listeners/l10n/sw.json b/apps/webhook_listeners/l10n/sw.json
new file mode 100644
index 00000000000..799fd8e1b65
--- /dev/null
+++ b/apps/webhook_listeners/l10n/sw.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Webhooks" : "Viboko vya mtandao",
+ "Nextcloud webhook support" : "Msaada wa viboko vya mtandao wa Nextcloud"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file