+
+ {{ error }}
+
+ {{ $t("analytics.creating_table") }}
+
+
+ {{ $t("analytics.downloading", { size: formatBytes(bytes, { decimals: 1 }) }) }}
+
+
+ {{ $t("analytics.evaluating_query") }}
+
+
+ {{ $t("analytics.total_records", { count: results.numRows.toLocaleString() }) }}
+ {{
+ $t("analytics.showing_first", { count: page.numRows.toLocaleString() })
+ }}
+
+
+
+