mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-24 14:30:35 -04:00
pt strings
This commit is contained in:
parent
c77d0b0763
commit
7fb813d209
13 changed files with 193 additions and 174 deletions
|
@ -58,6 +58,9 @@
|
|||
#if lang == "ru" [
|
||||
#text(18pt)[Серии: #category]
|
||||
]
|
||||
#if lang == "pt" [
|
||||
#text(18pt)[Séries: #category]
|
||||
]
|
||||
]
|
||||
|
||||
]
|
||||
|
@ -92,6 +95,13 @@
|
|||
|
||||
#text()[Символ #super[†] означает, что этот термин есть в словаре. Ai ferri corti.]
|
||||
]
|
||||
#if lang == "pt" [
|
||||
#set align(center + bottom)
|
||||
|
||||
#text()[Essa versão do zine foi editada por último em #lastediteddate. Visite anarsec.guide/pt para consultar possíveis atualizações.]
|
||||
|
||||
#text()[O símbolo de adaga #super[†] significa que ela tem uma entrada no glossário. Ai ferri corti.]
|
||||
]
|
||||
]
|
||||
|
||||
// set headings
|
||||
|
@ -142,6 +152,9 @@
|
|||
else if lang == "ru" {
|
||||
rec = "Приложение: Рекомендации"
|
||||
}
|
||||
else if lang == "pt" {
|
||||
rec = "Apêndice: Recomendações"
|
||||
}
|
||||
let glossaryFootnote = state("x", [#footnote[anarsec.guide/glossary]<glossary-footnote>])
|
||||
show link: it => {
|
||||
it.body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue