| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- # Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <https://www.gnu.org/licenses/>.
- # Module label 'ModuledatapolicyName'
- Module4100Name = 数据隐私政策
- # Module description 'ModuledatapolicyDesc'
- Module4100Desc = 管理数据隐私的模块(符合GDPR)
- #
- # Administration page
- #
- datapolicySetup = 数据隐私政策模块设置
- Deletion = 删除数据
- datapolicySetupPage = Depending of laws of your countries (Example <a href="http://www.privacy-regulation.eu/en/5.htm" target="_blank" rel="noopener noreferrer external">Article 5</a> of the GDPR), personal data must be kept for a period not exceeding that necessary for the purposes for which they were collected, except for archival purposes.<br>The deletion will be done automatically after a certain duration without event (the duration which you will have indicated below).
- NB_MONTHS = %s月
- ONE_YEAR = 1年
- NB_YEARS = %s年
- DATAPOLICY_TIERS_CLIENT = 客户
- DATAPOLICY_TIERS_PROSPECT = 准客户
- DATAPOLICY_TIERS_PROSPECT_CLIENT = 准客户/客户
- DATAPOLICY_TIERS_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
- DATAPOLICY_TIERS_FOURNISSEUR = 供应商
- DATAPOLICY_CONTACT_CLIENT = 客户
- DATAPOLICY_CONTACT_PROSPECT = 准客户
- DATAPOLICY_CONTACT_PROSPECT_CLIENT = 准客户/客户
- DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
- DATAPOLICY_CONTACT_FOURNISSEUR = 供应商
- DATAPOLICY_ADHERENT = 会员
- DATAPOLICY_Tooltip_SETUP = Type of contact - Indicate your choices for each type.
- DATAPOLICYMail = 电子邮件设置
- DATAPOLICYSUBJECTMAIL = 电子邮件主题
- DATAPOLICYCONTENTMAIL = 电子邮件内容
- DATAPOLICYSUBSITUTION = You can use the following variables in your email (LINKACCEPT allows to create a link recording the agreement of the person, LINKREFUSED makes it possible to record the refusal of the person):
- DATAPOLICYACCEPT = Message after agreement
- DATAPOLICYREFUSE = Message after desagreement
- SendAgreementText = You can send a GDPR email to all your relevant contacts (who have not yet received an email and for which you have not registered anything about their GDPR agreement). To do this, use the following button.
- SendAgreement = 发送电子邮件
- AllAgreementSend = 所有电子邮件都已发送
- TXTLINKDATAPOLICYACCEPT = Text for the link "agreement"
- TXTLINKDATAPOLICYREFUSE = Text for the link "desagreement"
- #
- # Extrafields
- #
- DATAPOLICY_BLOCKCHECKBOX = GDPR : Processing of personal data
- DATAPOLICY_consentement = Consent obtained for the processing of personal data
- DATAPOLICY_opposition_traitement = Opposes the processing of his personal data
- DATAPOLICY_opposition_prospection = Opposes the processing of his personal data for the purposes of prospecting
- #
- # Popup
- #
- DATAPOLICY_POPUP_ANONYME_TITLE = Anonymize a thirdparty
- DATAPOLICY_POPUP_ANONYME_TEXTE = You can not delete this contact from Dolibarr because there are related items. In accordance with the GDPR, you will make all this data anonymous to respect your obligations. Would you like to continue ?
- #
- # Button for portability
- #
- DATAPOLICY_PORTABILITE = Portability GDPR
- DATAPOLICY_PORTABILITE_TITLE = 个人数据的导出
- DATAPOLICY_PORTABILITE_CONFIRMATION = 您想导出该联系人的个人资料。您确定吗?
- #
- # Notes added during an anonymization
- #
- ANONYMISER_AT = Anonymised the %s
- # V2
- DATAPOLICYReturn = GDPR Validation
- DATAPOLICY_date = Date of agreement/desagreement GDPR
- DATAPOLICY_send = Date sending agreement email
- DATAPOLICYReturn = GDPR Validation
- DATAPOLICY_SEND = Send GDPR email
- MailSent = 电子邮件已发送
- # ERROR
- ErrorSubjectIsRequired = 错误 : 电子邮件的主题是必需的。请在模块设置中注明
- =Due to a technical problem, we were unable to register your choice. We apologize for that. Contact us to send us your choice.
- NUMBER_MONTH_BEFORE_DELETION = Number of month before deletion
|