generated from me/nix-flake-typst-template
28 lines
698 B
TOML
28 lines
698 B
TOML
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
[conf]
|
|
default-lang = "en"
|
|
|
|
[lang.en]
|
|
Completed = "Completed"
|
|
Current = "Current"
|
|
Current_GPA = "Current GPA"
|
|
Expected_Graduation = "Expected Graduation"
|
|
Education = "Education"
|
|
GPA = "GPA"
|
|
relevant-coursework = "Relevant Coursework"
|
|
Unweighted_GPA = "Unweighted GPA"
|
|
Weighted_GPA = "Weighted GPA"
|
|
|
|
[lang.eo]
|
|
Completed = "Finita"
|
|
Current = "Nuna"
|
|
Current_GPA = "Aktuala Nota Meznombro"
|
|
Education = "Edukado"
|
|
Expected_Graduation = "Antaŭvidata Diplomiĝo"
|
|
GPA = "Nota Meznombro"
|
|
relevant-coursework = "Rilataj Kursoj"
|
|
Unweighted_GPA = "Nepezigita GPA"
|
|
Weighted_GPA = "Pezigita GPA"
|