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>2022-01-12 05:26:58 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-12 05:26:58 +0300
commit41529ec22d4cf2ca63125a22563b8cee8c94313b (patch)
tree680736bda5d4d10729ef13e8af9e70c9eecc53b9 /apps/cloud_federation_api
parent2bc0749cb6d4a11b9ae27b5287369581c6aca910 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/ja.js8
-rw-r--r--apps/cloud_federation_api/l10n/ja.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/ja.js b/apps/cloud_federation_api/l10n/ja.js
new file mode 100644
index 00000000000..19a8d910c47
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/ja.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "クラウドフェデレーションAPI",
+ "Enable clouds to communicate with each other and exchange data" : "クラウドが相互に通信し、データを交換できるようにします",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIにより、さまざまなNextcloudインスタンスが相互に通信し、データを交換することができるようになります。"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/cloud_federation_api/l10n/ja.json b/apps/cloud_federation_api/l10n/ja.json
new file mode 100644
index 00000000000..5d522b23fe3
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/ja.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "クラウドフェデレーションAPI",
+ "Enable clouds to communicate with each other and exchange data" : "クラウドが相互に通信し、データを交換できるようにします",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIにより、さまざまなNextcloudインスタンスが相互に通信し、データを交換することができるようになります。"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file