diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-22 02:19:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-22 02:19:54 +0000 |
commit | 798924757458f388a58b36038371f70dad6a3c90 (patch) | |
tree | a25e91fc8ddbad28b66cf254e029c90e0437c0bc /apps/contactsinteraction/l10n | |
parent | 480b37050b4ad4e0bcdf85cd47ecb4f9b20a0695 (diff) | |
download | nextcloud-server-798924757458f388a58b36038371f70dad6a3c90.tar.gz nextcloud-server-798924757458f388a58b36038371f70dad6a3c90.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction/l10n')
-rw-r--r-- | apps/contactsinteraction/l10n/zh_TW.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/zh_TW.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/zh_TW.js b/apps/contactsinteraction/l10n/zh_TW.js new file mode 100644 index 00000000000..b22a32b64db --- /dev/null +++ b/apps/contactsinteraction/l10n/zh_TW.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/zh_TW.json b/apps/contactsinteraction/l10n/zh_TW.json new file mode 100644 index 00000000000..4cb4bfed7fc --- /dev/null +++ b/apps/contactsinteraction/l10n/zh_TW.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 |