fix(front): improve UI of the glossary page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-05-24 12:11:25 +02:00
parent d5a6df9940
commit d47b69d6ca
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -10,7 +10,7 @@
}}
</p>
<dl>
<dt>{{ t("Instance") }}</dt>
<dt class="mt-3">{{ t("Instance") }}</dt>
<i18n-t
tag="dd"
keypath="An instance is an installed version of the Mobilizon software running on a server. An instance can be run by anyone using the {mobilizon_software} or other federated apps, aka the “fediverse”. This instance's name is {instance_name}. Mobilizon is a federated network of multiple instances (just like email servers), users registered on different instances may communicate even though they didn't register on the same instance."
@ -25,39 +25,39 @@
<b>{{ config.name }}</b>
</template>
</i18n-t>
<dt>{{ t("Instance administrator") }}</dt>
<dd>
<dt class="mt-3">{{ t("Instance administrator") }}</dt>
<dd class="mb-2">
{{
t(
"The instance administrator is the person or entity that runs this Mobilizon instance."
)
}}
</dd>
<dt>{{ t("Application") }}</dt>
<dd>
<dt class="mt-3">{{ t("Application") }}</dt>
<dd class="mb-2">
{{
t(
"In the following context, an application is a software, either provided by the Mobilizon team or by a 3rd-party, used to interact with your instance."
)
}}
</dd>
<dt>{{ t("API") }}</dt>
<dd>
<dt class="mt-3">{{ t("API") }}</dt>
<dd class="mb-2">
{{
t(
"An “application programming interface” or “API” is a communication protocol that allows software components to communicate with each other. The Mobilizon API, for example, can allow third-party software tools to communicate with Mobilizon instances to carry out certain actions, such as posting events on your behalf, automatically and remotely."
)
}}
</dd>
<dt>{{ t("SSL/TLS") }}</dt>
<dt class="mt-3">{{ t("SSL/TLS") }}</dt>
<i18n-t
tag="dd"
keypath="SSL and it's successor TLS are encryption technologies to secure data communications when using the service. You can recognize an encrypted connection in your browser's address line when the URL begins with {https} and the lock icon is displayed in your browser's address bar."
>
<template #https><code>https://</code></template>
</i18n-t>
<dt>{{ t("Cookies and Local storage") }}</dt>
<dd>
<dt class="mt-3">{{ t("Cookies and Local storage") }}</dt>
<dd class="mb-2">
{{
t(
"A cookie is a small file containing information that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. You can configure your browser to refuse all cookies. However, this may result in some website features or services partially working. Local storage works the same way but allows you to store more data."