[terms] make terms translatable (with a disclaimer that only English is legally binding)
This commit is contained in:
parent
980dea1cfa
commit
dd9beb8b24
|
@ -26,10 +26,10 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<p class="my-1"><label><strong><T>ban.terms</T><T>quotation.colon</T></strong></label></p>
|
<p class="my-1"><label><strong><T>ban.terms</T><T>quotation.colon</T></strong></label></p>
|
||||||
<div style="columns: 3" class="small">
|
<div style="columns: 3" class="small">
|
||||||
<div class="form-check ps-0" v-for="term in forbidden">
|
<div class="form-check ps-0" v-for="violation in forbidden">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" :value="term" v-model="user.bannedTerms"/>
|
<input type="checkbox" :value="violation" v-model="user.bannedTerms"/>
|
||||||
{{ term }}
|
<T>terms.content.content.violationsExamples.{{violation}}</T>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -95,9 +95,8 @@
|
||||||
<T>ban.termsIntro</T><T>quotation.colon</T>
|
<T>ban.termsIntro</T><T>quotation.colon</T>
|
||||||
</p>
|
</p>
|
||||||
<blockquote class="small">
|
<blockquote class="small">
|
||||||
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
<T>terms.content.content.violations</T>
|
||||||
including but not limited to:
|
<template v-for="(violation, i) in forbidden"><T :class="[$user().bannedTerms.includes(violation) ? 'fw-bold' : '']">terms.content.content.violationsExamples.{{violation}}</T><template v-if="i !== forbidden.length - 1">, </template></template>.
|
||||||
<template v-for="(term, i) in forbidden"><span :class="[$user().bannedTerms.includes(term) ? 'fw-bold' : '']">{{term}}</span><template v-if="i !== forbidden.length - 1">, </template></template>.
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -611,6 +611,113 @@ terms:
|
||||||
header: 'Terms of Service'
|
header: 'Terms of Service'
|
||||||
lastUpdate: 'Last Updated'
|
lastUpdate: 'Last Updated'
|
||||||
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Admin panel'
|
header: 'Admin panel'
|
||||||
|
|
|
@ -507,6 +507,113 @@ terms:
|
||||||
header: 'Nutzungsbedingungen'
|
header: 'Nutzungsbedingungen'
|
||||||
lastUpdate: 'Zuletzt aktualisiert'
|
lastUpdate: 'Zuletzt aktualisiert'
|
||||||
consent: 'Mit der Registrierung akzeptierst du die {/terms=Nutzungsbedingungen}.'
|
consent: 'Mit der Registrierung akzeptierst du die {/terms=Nutzungsbedingungen}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Verwaltungsbereich'
|
header: 'Verwaltungsbereich'
|
||||||
|
|
|
@ -612,6 +612,108 @@ terms:
|
||||||
header: 'Terms of Service'
|
header: 'Terms of Service'
|
||||||
lastUpdate: 'Last Updated'
|
lastUpdate: 'Last Updated'
|
||||||
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Admin panel'
|
header: 'Admin panel'
|
||||||
|
|
|
@ -520,6 +520,113 @@ terms:
|
||||||
header: 'Términos de Servicio'
|
header: 'Términos de Servicio'
|
||||||
lastUpdate: 'Actualizados por última vez'
|
lastUpdate: 'Actualizados por última vez'
|
||||||
consent: 'Al registrarte, aceptas los {/terminos=Términos de Servicio}.'
|
consent: 'Al registrarte, aceptas los {/terminos=Términos de Servicio}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Panel de Admins'
|
header: 'Panel de Admins'
|
||||||
|
|
|
@ -510,9 +510,116 @@ confirm:
|
||||||
ok: 'OK'
|
ok: 'OK'
|
||||||
|
|
||||||
terms:
|
terms:
|
||||||
header: 'Termes de Service'
|
header: 'Conditions d''utilisation'
|
||||||
lastUpdate: 'Mis à jour'
|
lastUpdate: 'Dernière mise à jour'
|
||||||
consent: 'En vous enregistrant, vous acceptez les {/terms=Termes de Service}.'
|
consent: 'En vous inscrivant, vous acceptez les {/terms=Conditions d''utilisation}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Panneau d’administration'
|
header: 'Panneau d’administration'
|
||||||
|
|
|
@ -516,6 +516,113 @@ terms:
|
||||||
header: 'Termos de Serviço'
|
header: 'Termos de Serviço'
|
||||||
lastUpdate: 'Atualizados pela última vez em'
|
lastUpdate: 'Atualizados pela última vez em'
|
||||||
consent: 'Ao se registrar, você aceita os {/terinos=Termos de Serviço}.'
|
consent: 'Ao se registrar, você aceita os {/terinos=Termos de Serviço}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Panel de Admins'
|
header: 'Panel de Admins'
|
||||||
|
|
|
@ -515,6 +515,113 @@ terms:
|
||||||
header: '利用規約'
|
header: '利用規約'
|
||||||
lastUpdate: '最近更新'
|
lastUpdate: '最近更新'
|
||||||
consent: '登録するによって、{/利用規約=利用規約}に同意したことになります。'
|
consent: '登録するによって、{/利用規約=利用規約}に同意したことになります。'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: '管理パネル'
|
header: '管理パネル'
|
||||||
|
|
|
@ -498,6 +498,113 @@ terms:
|
||||||
header: 'Gebruiksvoorwaarden'
|
header: 'Gebruiksvoorwaarden'
|
||||||
lastUpdate: 'Laatst bijgewerkt'
|
lastUpdate: 'Laatst bijgewerkt'
|
||||||
consent: 'Door te registreren accepteer je de {/terms=gebruiksvoorwaarden}.'
|
consent: 'Door te registreren accepteer je de {/terms=gebruiksvoorwaarden}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Administratie paneel'
|
header: 'Administratie paneel'
|
||||||
|
|
|
@ -509,6 +509,113 @@ terms:
|
||||||
header: 'Vilkår og betingelser'
|
header: 'Vilkår og betingelser'
|
||||||
lastUpdate: 'Sist oppdatert'
|
lastUpdate: 'Sist oppdatert'
|
||||||
consent: 'Ved å registrere deg sier du ja til våre vilkår og betingelser {/vilkår=vilkår og betingelser}.'
|
consent: 'Ved å registrere deg sier du ja til våre vilkår og betingelser {/vilkår=vilkår og betingelser}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Administrator'
|
header: 'Administrator'
|
||||||
|
|
|
@ -1347,6 +1347,113 @@ terms:
|
||||||
header: 'Regulamin'
|
header: 'Regulamin'
|
||||||
lastUpdate: 'Ostatnia aktualizacja'
|
lastUpdate: 'Ostatnia aktualizacja'
|
||||||
consent: 'Zakładając konto, akceptujesz {/regulamin=Regulamin}.'
|
consent: 'Zakładając konto, akceptujesz {/regulamin=Regulamin}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Panel adminia'
|
header: 'Panel adminia'
|
||||||
|
|
|
@ -516,6 +516,113 @@ terms:
|
||||||
header: 'Termos de Serviço'
|
header: 'Termos de Serviço'
|
||||||
lastUpdate: 'Atualizados pela última vez em'
|
lastUpdate: 'Atualizados pela última vez em'
|
||||||
consent: 'Ao se registrar, você aceita os {/terinos=Termos de Serviço}.'
|
consent: 'Ao se registrar, você aceita os {/terinos=Termos de Serviço}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Panel de Admins'
|
header: 'Panel de Admins'
|
||||||
|
|
|
@ -542,6 +542,113 @@ terms:
|
||||||
header: 'Условия предоставления услуг'
|
header: 'Условия предоставления услуг'
|
||||||
lastUpdate: 'Обновлено'
|
lastUpdate: 'Обновлено'
|
||||||
consent: 'Регистрируясь, вы принимаете {/terms=Условия предоставления услуг}.'
|
consent: 'Регистрируясь, вы принимаете {/terms=Условия предоставления услуг}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Панель администратор_ки'
|
header: 'Панель администратор_ки'
|
||||||
|
|
|
@ -517,6 +517,113 @@ terms:
|
||||||
header: 'Terms of Service'
|
header: 'Terms of Service'
|
||||||
lastUpdate: 'Last Updated'
|
lastUpdate: 'Last Updated'
|
||||||
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: 'Admin panel'
|
header: 'Admin panel'
|
||||||
|
|
|
@ -482,6 +482,113 @@ terms:
|
||||||
header: '服務條款'
|
header: '服務條款'
|
||||||
lastUpdate: '最近更新時間'
|
lastUpdate: '最近更新時間'
|
||||||
consent: '通過註冊,您正在接受 {/terms=服務條款}.'
|
consent: '通過註冊,您正在接受 {/terms=服務條款}.'
|
||||||
|
# you can either leave the terms untranslated, or translate it and include the following disclaimer:
|
||||||
|
# translationDisclaimer: >
|
||||||
|
# The following text is just an auxiliary translation.
|
||||||
|
# The only legally binding version of the Terms of Service is the English one, available
|
||||||
|
# {https://en.pronouns.page/terms=here}.
|
||||||
|
content:
|
||||||
|
intro: >
|
||||||
|
These Terms of Service govern your access to and use of the Service provided on the website
|
||||||
|
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
||||||
|
who can be contacted via email:
|
||||||
|
consent: >
|
||||||
|
By using the Services you agree to be bound by these Terms of Service and you consent
|
||||||
|
to us collecting and processing your data as described in our Privacy Policy below.
|
||||||
|
accounts:
|
||||||
|
header: 'Users and accounts'
|
||||||
|
age: >
|
||||||
|
You cannot create an account, if you're barred from it under the laws of your jurisdiction.
|
||||||
|
You cannot create an account, if you're under 13 years old.
|
||||||
|
If you're under 16 years old, you need consent of the holder of parental responsibility.
|
||||||
|
authentication: >
|
||||||
|
When you create an account with us, you are responsible for safeguarding the authentication method
|
||||||
|
that you use to access the Service (that is: password to your email account and/or social media platform).
|
||||||
|
You agree not to disclose it to any third party.
|
||||||
|
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
||||||
|
termination: >
|
||||||
|
We may terminate or suspend your account immediately, without prior notice or liability,
|
||||||
|
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||||
|
inactivity: >
|
||||||
|
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
||||||
|
content:
|
||||||
|
header: 'Content'
|
||||||
|
ownership: >
|
||||||
|
The Content you post on the Service is yours.
|
||||||
|
By posting it, you grant us a worldwide, royalty-free license
|
||||||
|
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
||||||
|
liability: >
|
||||||
|
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
||||||
|
and in particular of any links to any external websites.
|
||||||
|
violations: >
|
||||||
|
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
||||||
|
including but not limited to:
|
||||||
|
violationsExamples:
|
||||||
|
totalitarian: 'propagation of totalitarian regimes'
|
||||||
|
hateSpeech: 'hate speech'
|
||||||
|
racism: 'racism'
|
||||||
|
xenophobia: 'xenophobia'
|
||||||
|
homophobia: 'homophobia'
|
||||||
|
transphobia: 'transphobia'
|
||||||
|
enbyphobia: 'enbyphobia'
|
||||||
|
queerphobia: 'queerphobia'
|
||||||
|
exclusionism: 'queer exclusionism'
|
||||||
|
misogyny: 'misogyny'
|
||||||
|
harassment: 'harassment'
|
||||||
|
impersonation: 'impersonation'
|
||||||
|
childPornography: 'child pornography'
|
||||||
|
unlawfulConduct: 'unlawful conduct'
|
||||||
|
misinformation: 'misinformation'
|
||||||
|
doxxing: 'sharing of someone else''s personal data'
|
||||||
|
spam: 'spam'
|
||||||
|
trolling: 'trolling'
|
||||||
|
advertisement: 'advertisement'
|
||||||
|
copyright: 'copyright or trademark violations'
|
||||||
|
responsibility: >
|
||||||
|
You are responsible for any Content posted on the Service.
|
||||||
|
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
||||||
|
If you break the law, we will pass your information to law enforcement agencies.
|
||||||
|
privacy:
|
||||||
|
header: 'Privacy Policy'
|
||||||
|
effort: >
|
||||||
|
We make every effort to store your data securely and to ensure that any non-public data we store
|
||||||
|
are not seized by or transferred to any third party, except those trusted parties described below.
|
||||||
|
data: >
|
||||||
|
Other than the data that you explicitly post on the Service as Content
|
||||||
|
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
||||||
|
no additional private data connected to your account is being stored or processed.
|
||||||
|
editRemoval: >
|
||||||
|
You may edit or remove any Content you have posted on the Service.
|
||||||
|
contact: >
|
||||||
|
When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.
|
||||||
|
cookies: >
|
||||||
|
We only use first-party cookies and local storage to keep you logged in and save your preferences.
|
||||||
|
matomo: >
|
||||||
|
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
||||||
|
You can read more about the data it stores
|
||||||
|
{https://matomo.org/faq/general/faq_18254/=here}
|
||||||
|
and about the cookies it uses
|
||||||
|
{https://matomo.org/faq/general/faq_146/=here}.
|
||||||
|
arc: >
|
||||||
|
We use arc.io to cover the costs of website maintenance without introducing ads.
|
||||||
|
You can read more about them and their privacy policy
|
||||||
|
{https://arc.io/faq=here}.
|
||||||
|
hCaptcha: >
|
||||||
|
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
||||||
|
You can read their privacy policy
|
||||||
|
{https://www.hcaptcha.com/privacy=here}.
|
||||||
|
logsBackups: >
|
||||||
|
Logs and backups are stored for no longer than 18 months.
|
||||||
|
gdpr: >
|
||||||
|
Your personal data are protected by the GDPR, which means you have the right
|
||||||
|
to see, correct, update and remove the data we store about you.
|
||||||
|
closing:
|
||||||
|
header: 'General'
|
||||||
|
jurisdiction: >
|
||||||
|
The applicable law is the law of the Kingdom of Netherlands.
|
||||||
|
changes: >
|
||||||
|
We reserve the right to modify these Terms of Service at any time.
|
||||||
|
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
header: '管理面板'
|
header: '管理面板'
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
-- Up
|
||||||
|
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'propagation of totalitarian regimes', 'totalitarian') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'hate speech', 'hateSpeech') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'queer exclusionism', 'exclusionism') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'child pornography', 'childPornography') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'unlawful conduct', 'unlawfulConduct') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'sharing of someone else''s personal data', 'doxxing') WHERE bannedTerms IS NOT NULL;
|
||||||
|
UPDATE users SET bannedTerms = replace(bannedTerms, 'copyright or trademark violations', 'copyright') WHERE bannedTerms IS NOT NULL;
|
||||||
|
|
||||||
|
-- Down
|
||||||
|
|
138
routes/terms.vue
138
routes/terms.vue
|
@ -5,117 +5,49 @@
|
||||||
<T>terms.header</T>
|
<T>terms.header</T>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="small"><em><T>terms.lastUpdate</T><T>quotation.colon</T> 2021-11-24</em></p>
|
<p class="small"><em><T>terms.lastUpdate</T><T>quotation.colon</T> 2021-12-11</em></p>
|
||||||
|
|
||||||
|
<div v-if="$te('terms.translationDisclaimer')" class="alert alert-warning">
|
||||||
|
<Icon v="exclamation-triangle"/>
|
||||||
|
<T>terms.translationDisclaimer</T>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
These Terms of Service govern your access to and use of the Service provided on the website
|
<T>terms.content.intro</T>
|
||||||
<strong>pronouns.page / zaimki.pl</strong> operated by the “Neutral Language Council” collective
|
<a href="mailto:contact@pronouns.page" target="_blank" rel="noopener">contact@pronouns.page</a>.
|
||||||
who can be contacted via email: <a href="mailto:contact@pronouns.page" target="_blank" rel="noopener">contact@pronouns.page</a>.
|
|
||||||
</p>
|
</p>
|
||||||
|
<p><T>terms.content.consent</T></p>
|
||||||
|
|
||||||
|
<h3><T>terms.content.accounts.header</T></h3>
|
||||||
|
<p><T>terms.content.accounts.age</T></p>
|
||||||
|
<p><T>terms.content.accounts.authentication</T></p>
|
||||||
|
<p><T>terms.content.accounts.termination</T></p>
|
||||||
|
<p><T>terms.content.accounts.inactivity</T></p>
|
||||||
|
|
||||||
|
<h3><T>terms.content.content.header</T></h3>
|
||||||
|
<p><T>terms.content.content.ownership</T></p>
|
||||||
|
<p><T>terms.content.content.liability</T></p>
|
||||||
<p>
|
<p>
|
||||||
By using the Services you agree to be bound by these Terms of Service and you consent
|
<T>terms.content.content.violations</T>
|
||||||
to us collecting and processing your data as described in our Privacy Policy below.
|
<template v-for="(violation, i) in forbidden"><T>terms.content.content.violationsExamples.{{violation}}</T><template v-if="i !== forbidden.length - 1">, </template></template>.
|
||||||
</p>
|
</p>
|
||||||
|
<p><T>terms.content.content.responsibility</T></p>
|
||||||
|
|
||||||
<h3>Users and accounts</h3>
|
<h3><T>terms.content.privacy.header</T></h3>
|
||||||
|
<p><T>terms.content.privacy.effort</T></p>
|
||||||
|
<p><T>terms.content.privacy.data</T></p>
|
||||||
|
<p><T>terms.content.privacy.editRemoval</T></p>
|
||||||
|
<p><T>terms.content.privacy.contact</T></p>
|
||||||
|
<p><T>terms.content.privacy.cookies</T></p>
|
||||||
|
<p><T>terms.content.privacy.matomo</T></p>
|
||||||
|
<p><T>terms.content.privacy.arc</T></p>
|
||||||
|
<p><T>terms.content.privacy.hCaptcha</T></p>
|
||||||
|
<p><T>terms.content.privacy.logsBackups</T></p>
|
||||||
|
<p><T>terms.content.privacy.gdpr</T></p>
|
||||||
|
|
||||||
<p>
|
<h3><T>terms.content.closing.header</T></h3>
|
||||||
When you create an account with us, you are responsible for safeguarding the authentication method
|
<p><T>terms.content.closing.jurisdiction</T></p>
|
||||||
that you use to access the Service (that is: password to your email account and/or social media platform).
|
<p><T>terms.content.closing.changes</T></p>
|
||||||
You agree not to disclose it to any third party.
|
|
||||||
You must notify us immediately when you become aware of any breach of security or unauthorized use of your account.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We may terminate or suspend your account immediately, without prior notice or liability,
|
|
||||||
for any reason whatsoever, including without limitation if you breach the Terms.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Accounts without any cards and no activity in the last 30 days will be removed and their usernames freed up.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Content</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The Content you post on the Service is yours.
|
|
||||||
By posting it, you grant us a worldwide, royalty-free license
|
|
||||||
to use, copy, reproduce, process, adapt, modify, publish, transmit, display and distribute such Content in any way.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We do not endorse or guarantee truthfulness or safety of the Content posted by other users of the Service,
|
|
||||||
and in particular of any links to any external websites.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
It is forbidden to post on the Service any Content that might break the law or violate social norms,
|
|
||||||
including but not limited to:
|
|
||||||
{{ forbidden.join(', ') }}.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
You are responsible for any Content posted on the Service.
|
|
||||||
If you violate these Terms of Service, we will remove your Content without prior notice and we might revoke your license to use the Service.
|
|
||||||
If you break the law, we will pass your information to law enforcement agencies.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Privacy Policy</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We make every effort to store your data securely and to ensure that any non-public data we store
|
|
||||||
are not seized by or transferred to any third party, except those trusted parties described below.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Other than the data that you explicitly post on the Service as Content
|
|
||||||
or share with us implicitly (eg. OAuth access tokens, if you use social login options),
|
|
||||||
no additional private data connected to your account is being stored or processed.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>You may edit or remove any Content you have posted on the Service.</p>
|
|
||||||
|
|
||||||
<p>When you contact us by email we store your email address in order to answer you and to ask you follow-up questions.</p>
|
|
||||||
|
|
||||||
<p>We only use first-party cookies and local storage to keep you logged in and save your preferences.</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We use Matomo to track traffic on the website. Such data has no relation to your username, and your IP is anonymised.
|
|
||||||
You can read more about the data it stores
|
|
||||||
<a href="https://matomo.org/faq/general/faq_18254/" target="_blank" rel="noopener">here</a>
|
|
||||||
and about the cookies it uses
|
|
||||||
<a href="https://matomo.org/faq/general/faq_146/" target="_blank" rel="noopener">here</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We use arc.io to cover the costs of website maintenance without introducing ads.
|
|
||||||
You can read more about them and their privacy policy
|
|
||||||
<a href="https://arc.io/faq" target="_blank" rel="noopener">here</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We use hCaptcha to filter out bots and prevent DDoS attacks.
|
|
||||||
You can read their privacy policy
|
|
||||||
<a href="https://www.hcaptcha.com/privacy" target="_blank" rel="noopener">here</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>Logs and backups are stored for no longer than 18 months.</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Your personal data are protected by the GDPR, which means you have the right
|
|
||||||
to see, correct, update and remove the data we store about you.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>General</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The applicable law is the law of the Kingdom of Netherlands.</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
We reserve the right to modify these Terms of Service at any time.
|
|
||||||
If a change is material we will provide at least 30 days notice prior to any new Terms of Service taking effect.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
module.exports = [
|
module.exports = [
|
||||||
'propagation of totalitarian regimes',
|
'totalitarian',
|
||||||
'hate speech',
|
'hateSpeech',
|
||||||
'racism',
|
'racism',
|
||||||
'xenophobia',
|
'xenophobia',
|
||||||
'homophobia',
|
'homophobia',
|
||||||
'transphobia',
|
'transphobia',
|
||||||
'enbyphobia',
|
'enbyphobia',
|
||||||
'queerphobia',
|
'queerphobia',
|
||||||
'queer exclusionism',
|
'exclusionism',
|
||||||
'misogyny',
|
'misogyny',
|
||||||
'harassment',
|
'harassment',
|
||||||
'impersonation',
|
'impersonation',
|
||||||
'child pornography',
|
'childPornography',
|
||||||
'unlawful conduct',
|
'unlawfulConduct',
|
||||||
'misinformation',
|
'misinformation',
|
||||||
'sharing of someone else\'s personal data',
|
'doxxing',
|
||||||
'spam',
|
'spam',
|
||||||
'trolling',
|
'trolling',
|
||||||
'advertisement',
|
'advertisement',
|
||||||
'copyright or trademark violations',
|
'copyright',
|
||||||
];
|
];
|
||||||
|
|
|
@ -31,7 +31,7 @@ const sendEmail = (to, subject, body = undefined, html = undefined) => {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const terms = `It is forbidden to post on the Service any Content that might break the law or violate social norms, including but not limited to: ${forbidden.join(', ')}`
|
const terms = translations.terms.content.content.violations + ' ' + Object.values(translations.terms.content.content.violationsExamples).join(', ');
|
||||||
|
|
||||||
const templates = {
|
const templates = {
|
||||||
base: {
|
base: {
|
||||||
|
|
Reference in New Issue