tokens for selfhosted OS, and corred missing token for OS warning in … #1214

Open
yeet648 wants to merge 9 commits from yeet648/i18n into i18n
6 changed files with 77 additions and 37 deletions
Showing only changes of commit d552fd75b8 - Show all commits

View File

@ -366,3 +366,6 @@ filesync:
syncthing_descr: "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet." syncthing_descr: "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
worth_mentioning: "Worth Mentioning" worth_mentioning: "Worth Mentioning"
gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space." gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space."
real_time_communication:
title: "Real-Time Communication"
descr: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."

View File

@ -1,8 +1,8 @@
--- ---
layout: page layout: page
permalink: /software/real-time-communication/ permalink: /software/real-time-communication/
title: "Real-Time Communication" title: "{% t real_time_communication.title %}"
description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages." description: "{% t real_time_communication.descr %}"
--- ---
{% include sections/instant-messenger.html %} {% include sections/instant-messenger.html %}