diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/contactsinteraction/l10n | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction/l10n')
-rw-r--r-- | apps/contactsinteraction/l10n/zh_CN.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/zh_CN.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/zh_CN.js b/apps/contactsinteraction/l10n/zh_CN.js new file mode 100644 index 00000000000..383f55bf30b --- /dev/null +++ b/apps/contactsinteraction/l10n/zh_CN.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_CN.json b/apps/contactsinteraction/l10n/zh_CN.json new file mode 100644 index 00000000000..1ccd31cf7fa --- /dev/null +++ b/apps/contactsinteraction/l10n/zh_CN.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 |