i18n on the web - deepseek translations
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
{% include "pages/admin/table_definition/feedback.html" %}
|
||||
|
||||
<section class="panel">
|
||||
<h2>Copy <code>{{ page.selection.profile }}</code> into a new profile</h2>
|
||||
<p class="hint">Copies structure — tables, links and scripts — and no rows. Leave every table unticked to copy the whole profile.</p>
|
||||
<h2>{{ nav.tr("td-copy-into") }} <code>{{ page.selection.profile }}</code></h2>
|
||||
<p class="hint">{{ nav.tr("td-copy-hint") }}</p>
|
||||
<form hx-post="/admin/profiles/copy"
|
||||
hx-target="#table-panel" hx-swap="innerHTML">
|
||||
<input type="hidden" name="profile" value="{{ page.selection.profile }}">
|
||||
<div class="form-grid">
|
||||
<label>New profile name
|
||||
<label>{{ nav.tr("td-new-profile-name") }}
|
||||
<input name="target_profile_name" value="{{ page.copy.target_profile_name }}" placeholder="billing_2027">
|
||||
</label>
|
||||
</div>
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="form-actions">
|
||||
<button type="submit">Copy profile</button>
|
||||
<button type="submit">{{ nav.tr("td-copy-button") }}</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user