diff options
Diffstat (limited to 'apps/contactsinteraction')
-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 |