️ fix: improve accessibility and i18n (#183)

This commit is contained in:
Óscar Fernández
2023-10-02 18:08:57 +02:00
committed by GitHub
parent 28fb52581f
commit 2c6ac293ad
25 changed files with 214 additions and 49 deletions

View File

@@ -23,6 +23,10 @@ next = "Наст." # As in "Next" page.
of = "з" # E.g. Page 1 "of" 3
all_posts = "Всі пости"
all_tags = "Всі теги"
language_selection = "Вибір мови"
toggle_mode = "Перемкнути в режим $MODE" # $MODE will be replaced by a value (or both) below.
dark = "темний"
light = "світлий"
# Post metadata.
draft = "ЧЕРНЕТКА"
@@ -35,6 +39,10 @@ see_changes = "Переглянути зміни"
table_of_contents = "Зміст"
load_comments = "Завантажити коментарі"
# Copy code block button.
copied = "Скопійовано!"
copy_code_to_clipboard = "Копіювати код у буфер обміну"
# Footer: Powered by Zola and tabi.
powered_by = "Під управлінням"
and = "та"