Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified backend/stet/data/stet_en.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_es-419.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_fr.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_rmn-x-yerliroman.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_ru.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_sw.docx
Binary file not shown.
Binary file modified backend/stet/data/stet_tpi.docx
Binary file not shown.
Binary file added backend/stet/data/stet_vi.docx
Binary file not shown.
4 changes: 4 additions & 0 deletions backend/stet/domain/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ru": "Инструмент оценки духовных терминов (STET)",
"sw": "Chombo cha Kutathmini Maneno ya Kiroho (STET)",
"tpi": "Tul bilong skelim ol spirit tok bilong buk trenslesen (STET)",
"vi": "Công cụ Đánh giá Thuật ngữ Tâm linh (STET)",
}

TRANSLATED_FOOTER_PHRASES_TABLE: dict[str, str] = {
Expand All @@ -20,6 +21,7 @@
"ru": "Сформировано",
"sw": "Imetolewa tarehe",
"tpi": "Wok i bin kamap long",
"vi": "Được tạo vào",
}

LOCALIZED_DATE_FORMAT_STRINGS: dict[str, str] = {
Expand All @@ -32,6 +34,7 @@
"ru": "%d.%m.%Y %H:%M:%S",
"sw": "%d/%m/%Y %H:%M:%S",
"tpi": "%d/%m/%Y %H:%M:%S",
"vi": "%d/%m/%Y %H:%M:%S",
}

TRANSLATED_TABLE_COLUMN_HEADERS = {
Expand All @@ -54,4 +57,5 @@
),
"sw": ("Marejeo Chanzo", "Marejeo Lengwa", "Hali", "OK"),
"tpi": ("Narapela baibel ves", "Tokples ves", "Sek", "OK"),
"vi": ("Tham chiếu nguồn", "Tham chiếu đích", "Trạng thái", "Đạt"),
}
Loading