diff --git a/website/langs/en.json b/website/langs/en.json index 3df67f6c18..22a4058b94 100644 --- a/website/langs/en.json +++ b/website/langs/en.json @@ -257,5 +257,53 @@ "f-droid-page-f-droid-org-repo-section-text": "SimpleX Chat and F-Droid.org repositories sign builds with the different keys. To switch, please export the chat database and re-install the app.", "jobs": "Join team", "please-enable-javascript": "Please enable JavaScript to see the QR code.", - "please-use-link-in-mobile-app": "Please use the link in the mobile app" + "please-use-link-in-mobile-app": "Please use the link in the mobile app", + "index-hero-h1": "Be Free", + "index-hero-h2": "Freedom & Security
of Your Communications", + "index-hero-p1": "The first network where you own your identity, contacts, and groups.", + "index-hero-download-desktop-btn-title": "Download SimpleX Desktop App", + "index-google-play-title": "Public iOS preview on TestFlight", + "index-f-droid-title": "SimpleX F-Droid Repository", + "index-security-assessment-title": "security assessment", + "index-security-review-2022-title": "Security Review 2022", + "index-security-review-2024-title": "Security Review 2024", + "index-security-audits-label": "Security Audits", + "index-publications-privacy-guides-title": "messenger recommendations", + "index-publications-whonix-title": "Whonix messenger recommendations", + "index-publications-heise-title": "publication", + "index-publications-kuketz-title": "review", + "index-publications-optout-title": "podcast interview", + "worlds-most-secure-messaging": "World's Most Secure Messaging", + "index-messaging-p1": "SimpleX messaging has cutting-edge end-to-end encryption.", + "index-messaging-p2": "For your security, servers can’t see your messages or who you talk to.", + "index-messaging-cta": "Learn more about SimpleX messaging", + "index-nextweb-h2": "You Own
The Next Web", + "index-nextweb-p1": "SimpleX is founded on the belief that you must own your identity, contacts and communities.", + "index-nextweb-p2": "Open and decentralized network lets you connect with people and share ideas: be free and secure.", + "index-token-h2": "Communities That Last", + "index-token-p1": "You will support your favorite groups with future Community vouchers.", + "index-token-p2": "Vouchers will pay for servers, to let your communities stay free and independent.", + "index-token-cta": "Learn more about Community Vouchers", + "index-roadmap-h2": "SimpleX Roadmap to Free Internet", + "index-roadmap-2025": "2025", + "index-roadmap-2025-title": "Scale to Large Communities", + "index-roadmap-2025-desc": "Escaping centralized platforms", + "index-roadmap-2026": "2026", + "index-roadmap-2026-title": "Sustainable Communities & Servers", + "index-roadmap-2026-desc": "Launching Community Vouchers", + "index-roadmap-2027": "2027", + "index-roadmap-2027-title": "Make Your Communities Grow", + "index-roadmap-2027-desc": "Tools to promote your communities", + "index-directory-h2": "Join SimpleX Communities", + "index-directory-p1": "Hundreds of thousands people already trust SimpleX messaging.", + "index-directory-p2": "Find your communities in SimpleX directory and create your own!", + "index-directory-cta": "View SimpleX Directory", + "index-directory-users-group-title": "SimpleX users group", + "how-secure-comparison-title": "How secure is end-to-end encryption in different messengers?", + "how-secure-message-padding": "Message padding", + "how-secure-repudiation-deniability": "Repudiation (deniability)", + "how-secure-forward-secrecy": "Forward secrecy", + "how-secure-break-in-recovery": "Break-in recovery", + "how-secure-two-factor-key-exchange": "2-factor key exchange", + "how-secure-post-quantum-hybrid-crypto": "Post-quantum hybrid crypto" } \ No newline at end of file diff --git a/website/src/index.html b/website/src/index.html index 6d302381fe..f527ab690c 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -68,12 +68,12 @@ active_home: true
-

Be Free

-

Freedom & Security
of Your Communications

-

The first network where you own your identity, contacts, and groups.

+

{{ "index-hero-h1" | i18n({}, lang) }}

+

{{ "index-hero-h2" | i18n({}, lang) | safe }}

+

{{ "index-hero-p1" | i18n({}, lang) }}

-
- + Trail of Bits - + 2022 - + 2024

- Security Audits + {{ 'index-security-audits-label' | i18n({}, lang) }}

@@ -130,10 +130,10 @@ active_home: true
-

World's Most Secure Messaging

-

SimpleX messaging has cutting-edge end-to-end encryption.

-

For your security, servers can’t see your messages or who you talk to.

- Learn more about SimpleX messaging +

{{ "worlds-most-secure-messaging" | i18n({}, lang ) | safe }}

+

{{ "index-messaging-p1" | i18n({}, lang) }}

+

{{ "index-messaging-p2" | i18n({}, lang) | safe }}

+ {{ "index-messaging-cta" | i18n({}, lang) }}
@@ -141,9 +141,9 @@ active_home: true
-

You Own
The Next Web

-

SimpleX is founded on the belief that you must own your identity, contacts and communities.

-

Open and decentralized network lets you connect with people and share ideas: be free and secure.

+

{{ "index-nextweb-h2" | i18n({}, lang) | safe }}

+

{{ "index-nextweb-p1" | i18n({}, lang) | safe }}

+

{{ "index-nextweb-p2" | i18n({}, lang) }}

@@ -151,10 +151,10 @@ active_home: true
-

Communities That Last

-

You will support your favorite groups with future Community vouchers.

-

Vouchers will pay for servers, to let your communities stay free and independent.

- Learn more about Community Vouchers +

{{ "index-token-h2" | i18n({}, lang) }}

+

{{ "index-token-p1" | i18n({}, lang) }}

+

{{ "index-token-p2" | i18n({}, lang) }}

+ {{ "index-token-cta" | i18n({}, lang) }}
@@ -162,21 +162,21 @@ active_home: true
-

SimpleX Roadmap to Free Internet

+

{{ "index-roadmap-h2" | i18n({}, lang) }}

-

2025

-

: Scale to Large Communities

-

Escaping centralized platforms

+

{{ "index-roadmap-2025" | i18n({}, lang) }}

+

: {{ "index-roadmap-2025-title" | i18n({}, lang) }}

+

{{ "index-roadmap-2025-desc" | i18n({}, lang) }}

-

2026

-

: Sustainable Communities & Servers

-

Launching Community Vouchers

+

{{ "index-roadmap-2026" | i18n({}, lang) }}

+

: {{ "index-roadmap-2026-title" | i18n({}, lang) }}

+

{{ "index-roadmap-2026-desc" | i18n({}, lang) }}

-

2027

-

: Make Your Communities Grow

-

Tools to promote your communities

+

{{ "index-roadmap-2027" | i18n({}, lang) }}

+

: {{ "index-roadmap-2027-title" | i18n({}, lang) }}

+

{{ "index-roadmap-2027-desc" | i18n({}, lang) }}

@@ -197,7 +197,7 @@ active_home: true - + @@ -217,10 +217,10 @@ active_home: true
-

Join SimpleX Communities

-

Hundreds of thousands people already trust SimpleX messaging.

-

Find your communities in SimpleX directory and create your own!

- View SimpleX Directory +

{{ "index-directory-h2" | i18n({}, lang) }}

+

{{ "index-directory-p1" | i18n({}, lang) }}

+

{{ "index-directory-p2" | i18n({}, lang) }}

+ {{ "index-directory-cta" | i18n({}, lang) }}
diff --git a/website/src/messaging.html b/website/src/messaging.html index 64bb5d601a..2ba49bf300 100644 --- a/website/src/messaging.html +++ b/website/src/messaging.html @@ -217,7 +217,7 @@ templateEngineOverride: njk
-

How secure is end-to-end encryption in different messengers?

+

{{ "how-secure-comparison-title" | i18n({}, lang ) | safe }}

@@ -252,7 +252,7 @@ templateEngineOverride: njk - + @@ -261,7 +261,7 @@ templateEngineOverride: njk - + @@ -270,7 +270,7 @@ templateEngineOverride: njk - + @@ -279,7 +279,7 @@ templateEngineOverride: njk - + @@ -288,7 +288,7 @@ templateEngineOverride: njk - + @@ -297,7 +297,7 @@ templateEngineOverride: njk - +
Message padding{{ "how-secure-message-padding" | i18n({}, lang ) | safe }}
Repudiation (deniability){{ "how-secure-repudiation-deniability" | i18n({}, lang ) | safe }} 1
Forward secrecy{{ "how-secure-forward-secrecy" | i18n({}, lang ) | safe }}
Break-in recovery{{ "how-secure-break-in-recovery" | i18n({}, lang ) | safe }}
2-factor key exchange{{ "how-secure-two-factor-key-exchange" | i18n({}, lang ) | safe }}
Post-quantum hybrid crypto{{ "how-secure-post-quantum-hybrid-crypto" | i18n({}, lang ) | safe }}