mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
website internationalization (#1922)
* website Internationalization (#1904) * added devcontainer config * internationalization under dev * internationalization of _data done * overlays internationalization done * improved routing * updated gitignore * remove .devcontainer * internationalization in progess deleted all the intermediate files added translation of few sections * remaining website strings are added to translation * done internationalization - fully converted to i18n plugin - wrote bash script for creating a combined translations.json * internationalization UI done * a quick fix * remove jq installation * Added translation using Weblate (German) * Translated using Weblate (French) Currently translated at 100.0% (212 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/fr/ * Translated using Weblate (German) Currently translated at 42.9% (91 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/de/ * fixes of web Internationalization (#1925) * a quick fix * blog route for all languages is shifted to root blog route * wrote merge_translations.js * remove language label from dropdown * update language names * refactor scripts * remove catch from script * Added translation using Weblate (Dutch) * Added translation using Weblate (Norwegian Bokmål) * Translated using Weblate (Dutch) Currently translated at 33.0% (70 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/nl/ * website: internationalization fixes (#1931) * added devcontainer config * internationalization under dev * internationalization of _data done * overlays internationalization done * improved routing * updated gitignore * remove .devcontainer * internationalization in progess deleted all the intermediate files added translation of few sections * remaining website strings are added to translation * done internationalization - fully converted to i18n plugin - wrote bash script for creating a combined translations.json * internationalization UI done * a quick fix * blog route for all languages is shifted to root blog route * wrote merge_translations.js * remove flag from blog * updated nav stylings & logo links * add enabled key * updated nav dropdown styling * gave specific lang to i18n plugin. overlay translations are now working. * enable nl & nb_NO * updated nav stylings * updated contact.js --------- Co-authored-by: M Sarmad Qadeer <msarmadqadeer@gmail.com> * Translated using Weblate (German) Currently translated at 47.6% (101 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/de/ * fixed internationalization issues * updated strings, refactor contact.js * updated nav stylings for mobile * a bit smaller padding on mobile * Added translation using Weblate (Czech) * Translated using Weblate (Czech) Currently translated at 100.0% (212 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/cs/ * Translated using Weblate (French) Currently translated at 100.0% (212 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/fr/ * Translated using Weblate (German) Currently translated at 100.0% (212 of 212 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/de/ * enabled languages * check/correct (#1949) --------- Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com> Co-authored-by: Ophiushi <Ophiushi@users.noreply.hosted.weblate.org> Co-authored-by: mlanp <github@lang.xyz> Co-authored-by: John m <jvanmanen@gmail.com> Co-authored-by: zenobit <zen@osowoso.xyz> Co-authored-by: Ophiushi <41908476+ishi-sama@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a2e5733be6
commit
cee8f3a4b6
@@ -1,9 +1,6 @@
|
||||
<p style="padding-bottom:6px;">
|
||||
SimpleX protects the privacy of your profile, contacts and metadata,
|
||||
hiding it from SimpleX platform servers and any observers.
|
||||
{{ "simplex-unique-card-1-p-1" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
<p>
|
||||
Unlike any other existing messaging platform,
|
||||
SimpleX has no identifiers assigned to the users —
|
||||
<strong>not even random numbers</strong>.
|
||||
{{ "simplex-unique-card-1-p-2" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<p>
|
||||
Because you have no identifier or fixed address on the SimpleX platform,
|
||||
nobody can contact you unless you share a one-time
|
||||
or temporary user address, as a QR code or a link.
|
||||
{{ "simplex-unique-card-2-p-1" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<p style="padding-bottom:5px;">
|
||||
SimpleX stores all user data on client devices in a <strong>portable encrypted database format</strong> —
|
||||
it can be transferred to another device.
|
||||
{{ "simplex-unique-card-3-p-1" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
<p>
|
||||
The end-to-end encrypted messages are held temporarily on SimpleX relay servers until received, then they are permanently deleted.
|
||||
{{ "simplex-unique-card-3-p-2" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<p style="padding-bottom:6px;">
|
||||
The SimpleX network is fully decentralised and independent of any crypto-currency or any other platform, other than the Internet.
|
||||
{{ "simplex-unique-card-4-p-1" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
<p>
|
||||
You can <strong>use SimpleX with your own servers</strong>
|
||||
or with the servers provided by us — and still connect to any user.
|
||||
{{ "simplex-unique-card-4-p-2" | i18n({}, lang ) | safe }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user