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/contactsinteraction
parent2bc0749cb6d4a11b9ae27b5287369581c6aca910 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/ja.js9
-rw-r--r--apps/contactsinteraction/l10n/ja.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/ja.js b/apps/contactsinteraction/l10n/ja.js
new file mode 100644
index 00000000000..b4c99fc4bc1
--- /dev/null
+++ b/apps/contactsinteraction/l10n/ja.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "最近連絡した",
+ "Contacts Interaction" : "連絡先のやり取り",
+ "Manages interaction between users and contacts" : "ユーザーと連絡先の間のやり取りを管理します",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "ユーザーと連絡先のやり取りに関するデータを収集し、データのアドレス帳を提供します"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/contactsinteraction/l10n/ja.json b/apps/contactsinteraction/l10n/ja.json
new file mode 100644
index 00000000000..b25c7ee294a
--- /dev/null
+++ b/apps/contactsinteraction/l10n/ja.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "最近連絡した",
+ "Contacts Interaction" : "連絡先のやり取り",
+ "Manages interaction between users and contacts" : "ユーザーと連絡先の間のやり取りを管理します",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "ユーザーと連絡先のやり取りに関するデータを収集し、データのアドレス帳を提供します"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file