diff --git a/_i18n/en.yml b/_i18n/en.yml index bdbec683..c9e349a5 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -359,4 +359,10 @@ selfcontained_networks: yggdrasil_warning: "The project is currently in early stages but it is being actively developed." yggdrasil_danger: "Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers." experimental: "experimental" - privacy_warning: "privacy warning" \ No newline at end of file + privacy_warning: "privacy warning" +filesync: + software: "Secure File Sync Software" + sparkleshare_descr: "SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file." + 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" + 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." \ No newline at end of file diff --git a/_includes/sections/file-sync.html b/_includes/sections/file-sync.html index e7a8fd77..7aef0010 100644 --- a/_includes/sections/file-sync.html +++ b/_includes/sections/file-sync.html @@ -1,4 +1,7 @@ -

Secure File Sync Software

+

{% t filesync.software %}

+ +{%- capture filesync_sparkleshare_descr -%}{% t filesync.sparkleshare_descr %}{%- endcapture -%} +{%- capture filesync_syncthing_descr -%}{% t filesync.syncthing_descr %}{%- endcapture -%}
@@ -7,24 +10,23 @@ image="/assets/img/tools/SparkleShare.png" url="https://sparkleshare.org/" footer="OS: Windows, macOS, Linux." - description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically - kept in sync with both the host and all of your peers when someone adds, removes or edits a file." - %} {% include card.html color="primary" + description=filesync_sparkleshare_descr + %} + + {% include card.html color="primary" title="Syncthing" image="/assets/img/tools/Syncthing.png" url="https://syncthing.net/" footer="OS: Windows, macOS, Linux, Android, BSD, Solaris." - description="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." + description=filesync_syncthing_descr %}
-

Worth Mentioning

+

{% t filesync.worth_mentioning %}