diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-12 02:26:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-12 02:26:58 +0000 |
commit | 41529ec22d4cf2ca63125a22563b8cee8c94313b (patch) | |
tree | 680736bda5d4d10729ef13e8af9e70c9eecc53b9 /apps/cloud_federation_api/l10n | |
parent | 2bc0749cb6d4a11b9ae27b5287369581c6aca910 (diff) | |
download | nextcloud-server-41529ec22d4cf2ca63125a22563b8cee8c94313b.tar.gz nextcloud-server-41529ec22d4cf2ca63125a22563b8cee8c94313b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r-- | apps/cloud_federation_api/l10n/ja.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/ja.json | 6 |
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 |