[WIP] Add Weblate Support, Move Strings to YAML Files #1105

Merged
jonah merged 40 commits from i18n into master 2019-11-02 20:32:35 +00:00
3 changed files with 13 additions and 11 deletions
Showing only changes of commit 016a32b476 - Show all commits

View File

@ -103,16 +103,14 @@ footer:
diaspora_title: "Diaspora*"
copy_url_description: "Copy URL and Description"
for_easy_copy_paste: "For easy copy and paste. Share this text snippet."
CC0: "CC0"
CC0_title: "This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."
kopimi: "kopimi"
kopimi_title: "kopimi (copyme), symbol showing that you want to be copied. use kopimi in your own fancy. kopimi may be put on homepages or blogs, in books, in software, as sound logos in music or whatever."
contact: "Contact"
contact_title: ""
donate: "Donate"
donate_title: "Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."
no_ads: "<strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong> <em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt.</em> <a href=\"/privacy-policy/\">View our privacy policy</a>."
tor: "Tor v3:"
no_ads: "No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests."
socially_motivated: "privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt."
privacy_policy: "View our privacy policy"
learn_more: "Learn More"
resources:
tools: "Privacy Tools"
@ -244,4 +242,8 @@ services:
gitea: "Gitea - Git-Repository Manager at git.privacytools.io"
write_freely: "Write Freely - Federated minimalist blog at write.privacytools.io"
privatebin: "PrivateBin - Encrypted Pastebin at bin.privacytools.io"
more_services_on_the_way: "More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider <a href=\"/donate/\">donating to support our server costs</a>, <em>any donation helps!</em>"
more_services_on_the_way: "More services are on the way."
beneficial: "If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask."
consider: "And of course, if you like our services, please consider"
donating: "donating to support our server costs"
helps: "any donation helps!"

View File

@ -52,11 +52,11 @@
<div class="row mt-3">
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center d-flex justify-content-center">
<a href="https://www.privacytools.io/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="{% t footer.CC0_title %}"><img alt="{% t footer.CC0 %}" src="/assets/img/layout/zero.png" width="32" height="32">{% t footer.CC0 %}</a>
<a href="https://www.privacytools.io/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="{% t footer.CC0_title %}"><img alt="{% t footer.CC0 %}" src="/assets/img/layout/zero.png" width="32" height="32">CC0</a>
</div>
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
<a href="https://www.kopimi.com/" data-toggle="tooltip" data-placement="top" data-original-title="{% t footer.kopimi_title %}"><img alt="{% t footer.kopimi %}" src="/assets/img/layout/kopimi.png" width="32" height="33">{% t footer.kopimi %}</a>
<a href="https://www.kopimi.com/" data-toggle="tooltip" data-placement="top" data-original-title="{% t footer.kopimi_title %}"><img alt="{% t footer.kopimi %}" src="/assets/img/layout/kopimi.png" width="32" height="33">kopimi</a>
</div>
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
@ -71,8 +71,8 @@
</div>
<div class="copyright-text">
<p>{% t footer.no_ads %}</p>
<p>{% t footer.tor %} <strong>privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion</strong> (<a href="https://write.privacytools.io/jonah/tor-on-privacytools-io">{% t footer.learn_more %}</a>)</p>
<p><strong>{% t footer.no_ads %}</strong> <em>{% t footer.socially_motivated %}</em> <a href="/privacy-policy/">{% t footer.privacy_policy %}</a>.</p>
<p>Tor v3: <strong>privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion</strong> (<a href="https://write.privacytools.io/jonah/tor-on-privacytools-io">{% t footer.learn_more %}</a>)</p>
</div>
</footer>

View File

@ -19,4 +19,4 @@ description: "{% t services.description %}"
</ul>
</div>
<p>{% t services.more_services_on_the_way %}</p>
<p>{% t services.more_services_on_the_way %} {% t services.beneficial %} {% t services.consider %} <a href="/donate/">{% t services.donating %}</a>, <em>{% t services.helps %}</em></p>