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

@@ -3,7 +3,7 @@
Either a scrollable table or an ECharts container, depending on the chart
type the form asked for. `chart_option` is JSON built in Rust.
#}
<p class="result-meta">{{ row_count }} rows in {{ elapsed_ms }} ms{% if truncated %} (truncated){% endif %}</p>
<p class="result-meta">{{ meta }}</p>
{% match chart_option %}
{% when Some(option) %}
<div class="chart" data-option="{{ option }}"