-
Notifications
You must be signed in to change notification settings - Fork 1
/
i18n.typ
28 lines (28 loc) · 902 Bytes
/
i18n.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#let i18n = (
en: (
date_format: "[month repr:short] [day padding:none], [year]",
draft_dated: "Draft dated",
supervisor: "Supervisor",
assistant_supervisor: "Assistant supervisor",
assistant_supervisors: "Assistant supervisors",
presented_by: "Presented by",
graduation_session_of: "Graduation session of",
academic_year: "Academic year",
abstract: "Abstract",
table_of_contents: "Table of contents",
bibliography: "Bibliography",
),
it: (
date_format: "[day]/[month]/[year]",
draft_dated: "Bozza del",
supervisor: "Relatore",
assistant_supervisor: "Correlatore",
assistant_supervisors: "Correlatori",
presented_by: "Presentata da",
graduation_session_of: "Sessione di",
academic_year: "Anno accademico",
abstract: "Sommario",
table_of_contents: "Indice dei contenuti",
bibliography: "Bibliografia",
),
)