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/lookup_server_connector
parent2bc0749cb6d4a11b9ae27b5287369581c6aca910 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/ja.js7
-rw-r--r--apps/lookup_server_connector/l10n/ja.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/ja.js b/apps/lookup_server_connector/l10n/ja.js
new file mode 100644
index 00000000000..972f628996e
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ja.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "ルックアップサーバーコネクタ",
+ "Sync public user information with the lookup server" : "公開されたユーザー情報をルックアップサーバーに同期"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/lookup_server_connector/l10n/ja.json b/apps/lookup_server_connector/l10n/ja.json
new file mode 100644
index 00000000000..2cb49953f1d
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ja.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "ルックアップサーバーコネクタ",
+ "Sync public user information with the lookup server" : "公開されたユーザー情報をルックアップサーバーに同期"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file