Skip to content

Commit d05924d

Browse files
author
Quentin Bouvart
committed
Add translation banner templates
1 parent 7dccb1e commit d05924d

File tree

6 files changed

+288
-0
lines changed

6 files changed

+288
-0
lines changed
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Informationen zur Übersetzung
43+
44+
> [!note]
45+
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite.
46+
>
47+
48+
///
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Información sobre la traducción
43+
44+
> [!note]
45+
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
46+
>
47+
48+
///
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Información sobre la traducción
43+
44+
> [!note]
45+
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
46+
>
47+
48+
///
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Informazioni sulla traduzione
43+
44+
> [!note]
45+
> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina.
46+
>
47+
48+
///
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Informacje o tłumaczeniu
43+
44+
> [!note]
45+
> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk “Zgłoś propozycję modyfikacji” na tej stronie.
46+
>
47+
48+
///
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<style>
2+
details>summary {
3+
color:rgb(33, 153, 232) !important;
4+
cursor: pointer;
5+
}
6+
details>summary::before {
7+
content:'\25B6';
8+
padding-right:1ch;
9+
}
10+
details[open]>summary::before {
11+
content:'\25BC';
12+
}
13+
div#article-content article div.callout.note {
14+
background: #f7f3f3;
15+
color: #a8a0a0 !important;
16+
border-color: #a8a0a0 !important;
17+
padding-left: 60px;
18+
border-width: 1px;
19+
border-style: solid;
20+
margin: 20px 0;
21+
border: 1px solid rgba(10, 10, 10, .25);
22+
border-radius: 0;
23+
position: relative;
24+
padding-right: 12px;
25+
}
26+
div#article-content article div.callout.note p {
27+
color: #a8a0a0 !important;
28+
}
29+
div#article-content article div.callout.note:before {
30+
content: "\f05a";
31+
display: block;
32+
margin: 0 0 0 -45px;
33+
font-family: FontAwesome;
34+
font-size: 40px;
35+
position: absolute;
36+
}
37+
div#article-content article {
38+
padding-top: 1em;
39+
}
40+
</style>
41+
42+
/// details | Informações sobre a tradução
43+
44+
> [!note]
45+
> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página.
46+
>
47+
48+
///

0 commit comments

Comments
 (0)