i18n on the web - deepseek translations
This commit is contained in:
@@ -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 %}
|
||||
{#
|
||||
|
||||
Reference in New Issue
Block a user