feat: add translated table caption prefix

This commit is contained in:
Vincent Dörig 2024-02-19 22:44:40 +09:00
parent d36face06d
commit 452f19a39a
5 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,4 @@
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(da) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
:lang(da) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }

View File

@ -2,3 +2,4 @@
:lang(de) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(de) .proof::before { content: 'Beweis.' attr(title) !important; }
:lang(de) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
:lang(de) caption::before { content: 'Tabelle ' counter(caption) '. ' !important; }

View File

@ -2,6 +2,7 @@
:lang(es) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(es) .proof::before { content: 'Demostración.' attr(title) !important; }
:lang(es) .definition::before { content: 'Definición ' counter(definition) '. ' !important; }
:lang(es) caption::before { content: 'Tabla ' counter(caption) '. ' !important; }
:lang(es) .indent-pars h2 + p,
:lang(es) .indent-pars h3 + p,
:lang(es) .indent-pars h4 + p {

View File

@ -2,6 +2,7 @@
:lang(fr) .lemma::before { content: 'Lemme ' counter(theorem) '. ' !important; }
:lang(fr) .proof::before { content: 'Démonstration.' attr(title) !important; }
:lang(fr) .definition::before { content: 'Définition ' counter(definition) '. ' !important; }
:lang(fr) caption::before { content: 'Tableau ' counter(caption) '. ' !important; }
:lang(fr) .indent-pars h2 + p,
:lang(fr) .indent-pars h3 + p,
:lang(fr) .indent-pars h4 + p {

View File

@ -2,3 +2,4 @@
:lang(it) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(it) .proof::before { content: 'Dimostrazione.' attr(title) !important; }
:lang(it) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }
:lang(it) caption::before { content: 'Tabella ' counter(caption) '. ' !important; }