i18n on the web - deepseek translations

This commit is contained in:
Priec
2026-08-14 20:35:37 +02:00
parent 2dc0d94ba0
commit 8f1bfdbe0c
91 changed files with 4679 additions and 1237 deletions

View File

@@ -1,10 +1,10 @@
{# GET /admin/tables/new — crate::pages::add_table::ui::AddTablePage #}
{% extends "ui/form_page.html" %}
{% block title %}Add table{% endblock %}
{% block eyebrow %}Table definition{% endblock %}
{% block heading %}Add table{% endblock %}
{% block lead %}<p>Choose whether the table belongs to one profile or is available to all profiles, then add its columns. After creation, you can assign the initial role permissions.</p>{% endblock %}
{% block title %}{{ nav.tr("add-table-title") }}{% endblock %}
{% block eyebrow %}{{ nav.tr("add-table-eyebrow") }}{% endblock %}
{% block heading %}{{ nav.tr("add-table-title") }}{% endblock %}
{% block lead %}<p>{{ nav.tr("add-table-lead") }}</p>{% endblock %}
{% block form %}
{#