mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-22 13:34:25 -04:00
el strings
This commit is contained in:
parent
b186d25403
commit
1c7c1c6649
12 changed files with 68 additions and 49 deletions
|
@ -52,6 +52,9 @@
|
|||
#if lang == "fr" [
|
||||
#text(18pt)[Série: #category]
|
||||
]
|
||||
#if lang == "el" [
|
||||
#text(18pt)[Σειρά: #category]
|
||||
]
|
||||
]
|
||||
|
||||
]
|
||||
|
@ -72,6 +75,13 @@
|
|||
|
||||
#text()[Le symbole de dague #super[†] près d'un mot indique qu'une entrée existe dans le glossaire pour ce mot. Ai ferri corti.]
|
||||
]
|
||||
#if lang == "el" [
|
||||
#set align(center + bottom)
|
||||
|
||||
#text()[Αυτή η έκδοση της μπροσούρας τροποποιήθηκε τελευταία φορά στις #lastediteddate. Επισκέψου το anarsec.guide/el για να δεις εάν έχει ενημερωθεί από τότε.]
|
||||
|
||||
#text()[Το σύμβολο στιλέτο #super[†] σε μια λέξη σημαίνει ότι υπάρχει μια καταχώριση στο γλωσσάρι για αυτήν. Ai ferri corti.]
|
||||
]
|
||||
]
|
||||
|
||||
// set headings
|
||||
|
@ -116,6 +126,9 @@
|
|||
else if lang == "fr" {
|
||||
rec = "Annexe: Recommendations"
|
||||
}
|
||||
else if lang == "el" {
|
||||
rec = "Παράρτημα: Προτάσεις"
|
||||
}
|
||||
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