Translate licence and privacy policy

This commit is contained in:
Nikita Karamov 2023-08-28 02:13:17 +02:00
parent e6d32be03a
commit 7834875ae2
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
3 changed files with 35 additions and 6 deletions

View File

@ -1,13 +1,13 @@
<details>
<summary data-translate="licence">Licence</summary>
<p>
<p data-translate="licence1">
Share₂Fedi is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
</p>
<p>
<p data-translate="licence2">
Share₂Fedi is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License

View File

@ -1,16 +1,18 @@
<details>
<summary data-translate="privacyNotice">Privacy Notice</summary>
<p>
<p data-translate="privacy1">
s2f.kytta.dev is hosted on Vercel. Vercel processes IP addresses, system
configuration information, and other information about traffic to and from
s2f.kytta.dev. Vercel does not store this information nor does it get shared
with third parties. See
<a href="https://vercel.com/legal/privacy-policy#customers"
>Vercel's privacy policy</a
<a
href="https://vercel.com/legal/privacy-policy#customers"
data-translate="vercelPP"
>Vercels privacy policy</a
>
for more information.
</p>
<p>
<p data-translate="privacy2">
When you click the Publish button, youll get redirected to a Fediverse
instance youve specified. It may process and/or store your data. Please
refer to the privacy policy of the respective instance.

View File

@ -21,7 +21,16 @@ export const strings: Record<keyof typeof languages, Record<string, string>> = {
onGitHub: "on GitHub",
statusPage: "Status page",
licence: "Licence",
licence1:
"Share₂Fedi is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.",
licence2:
"Share₂Fedi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.",
privacyNotice: "Privacy Notice",
privacy1:
"s2f.kytta.dev is hosted on Vercel. Vercel processes IP addresses, system configuration information, and other information about traffic to and from s2f.kytta.dev. Vercel does not store this information nor does it get shared with third parties. See {} for more information.",
privacy2:
"When you click the Publish button, youll get redirected to a Fediverse instance youve specified. It may process and/or store your data. Please refer to the privacy policy of the respective instance.",
vercelPP: "Vercels privacy policy",
postText: "Post text{}",
postTextPlaceholder: "Whats on your mind?",
instance: "Fediverse instance{}",
@ -45,7 +54,16 @@ export const strings: Record<keyof typeof languages, Record<string, string>> = {
onGitHub: "auf GitHub",
statusPage: "Statusseite",
licence: "Lizenz",
licence1:
"Share₂Fedi ist freie Software: Sie können es unter den Bedingungen der GNU Affero General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren Version.",
licence2:
"Die Veröffentlichung von Share₂Fedi erfolgt in der Hoffnung, dass es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU Affero General Public License.",
privacyNotice: "Datenschutzhinweis",
privacy1:
"s2f.kytta.dev wird auf Vercel gehostet. Vercel verarbeitet IP-Adressen, Systemkonfigurationsinformationen und andere Informationen über den Verkehr von und zu s2f.kytta.dev. Vercel speichert diese Informationen nicht und gibt sie auch nicht an Dritte weiter. Siehe {} für weitere Informationen.",
privacy2:
"Wenn Sie auf die „Veröffentlichen“ klicken, werden Sie zu einer Fediverse-Instanz weitergeleitet, die Sie angegeben haben. Diese kann Ihre Daten verarbeiten und/oder speichern. Bitte beachten Sie die Datenschutzrichtlinien der jeweiligen Instanz.",
vercelPP: "Vercels Datenschutzpolitik",
postText: "Beitragstext{}",
postTextPlaceholder: "Was gibts Neues?",
instance: "Fediverse-Instanz{}",
@ -69,7 +87,16 @@ export const strings: Record<keyof typeof languages, Record<string, string>> = {
onGitHub: "на GitHub",
statusPage: "Статус",
licence: "Лицензия",
licence1:
"Share₂Fedi является свободным программным обеспечением: вы можете распространять её и (или) изменять, соблюдая условия GNU Affero General Public License, опубликованной Free Software Foundation; либо редакции 3 Лицензии, либо (на ваше усмотрение) любой редакции, выпущенной позже.",
licence2:
"Share₂Fedi распространяется в расчёте на то, что она окажется полезной, но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, включая подразумеваемую гарантию КАЧЕСТВА либо ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЁННЫХ ЦЕЛЕЙ. Ознакомьтесь с GNU Affero General Public License для получения более подробной информации.",
privacyNotice: "Политика конфиденциальности",
privacy1:
"Сайт s2f.kytta.dev размещён на серверах Vercel. Vercel обрабатывает IP-адреса, информацию о конфигурации системы и другую информацию о трафике, идущем к s2f.kytta.dev и от него. Vercel не хранит эту информацию и не передает её третьим лицам. Более подробную информацию см. в {}.",
privacy2:
"Когда вы нажимаете кнопку «Опубликовать», вы попадаете на указанный вами инстанс Федивёрса. Он может обрабатывать и/или хранить ваши данные. Пожалуйста, ознакомьтесь с политикой конфиденциальности соответствующего инстанса.",
vercelPP: "Политике конфиденциальности Vercel",
postText: "Текст поста{}",
postTextPlaceholder: "О чём думаете?",
instance: "Инстанс Федивёрса{}",