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/contactsinteraction | |
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/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/ja.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/ja.json | 7 |
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 |