️ 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

@@ -19,6 +19,10 @@ next = "Següent" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Totes les entrades"
all_tags = "Totes les etiquetes"
language_selection = "Selecció d'idioma"
toggle_mode = "Canvia el mode $MODE" # $MODE will be replaced by a value (or both) below.
dark = "obscur"
light = "clar"
# Post metadata.
draft = "ESBORRANY"
@@ -31,6 +35,10 @@ see_changes = "Veure canvis"
table_of_contents = "Taula de contingut"
load_comments = "Carregar comentaris"
# Copy code block button.
copied = "Copiat!"
copy_code_to_clipboard = "Copia el codi al porta-retalls"
# Footer: Powered by Zola and tabi.
powered_by = "Propulsat per"
and = "i"

View File

@@ -23,6 +23,10 @@ next = "Nächst" # As in "Next" page.
of = "von" # E.g. Page 1 "of" 3
all_posts = "Alle Beiträge"
all_tags = "Alle Tags"
language_selection = "Sprachauswahl"
toggle_mode = "Wechsle in den $MODE Modus" # $MODE will be replaced by a value (or both) below.
dark = "dunkel"
light = "hell"
# Post metadata.
draft = "ENTWURF"
@@ -35,6 +39,10 @@ see_changes = "Änderungen anzeigen"
table_of_contents = "Inhaltsverzeichnis"
load_comments = "Kommentare laden"
# Copy code block button.
copied = "Kopiert!"
copy_code_to_clipboard = "Code in die Zwischenablage kopieren"
# Footer.
powered_by = "Angetrieben von"
and = "und"

View File

@@ -19,6 +19,10 @@ next = "Next" # As in "Next" page.
of = "of" # E.g. Page 1 "of" 3
all_posts = "All posts"
all_tags = "All tags"
language_selection = "Language selection"
toggle_mode = "Toggle $MODE mode" # $MODE will be replaced by a value (or both) below.
dark = "dark"
light = "light"
# Post metadata.
draft = "DRAFT"
@@ -31,6 +35,10 @@ see_changes = "See changes"
table_of_contents = "Table of Contents"
load_comments = "Load comments"
# Copy code block button.
copied = "Copied!"
copy_code_to_clipboard = "Copy code to clipboard"
# Footer: Powered by Zola and tabi.
powered_by = "Powered by"
and = "&"

View File

@@ -19,6 +19,10 @@ next = "Siguiente" # As in "Next" page.
of = "sur" # E.g. Page 1 "of" 3
all_posts = "Todas las entradas"
all_tags = "Todas las etiquetas"
language_selection = "Selección de idioma"
toggle_mode = "Cambiar a modo $MODE" # $MODE will be replaced by a value (or both) below.
dark = "oscuro"
light = "claro"
# Post metadata.
draft = "BORRADOR"
@@ -31,6 +35,10 @@ see_changes = "Ver cambios"
table_of_contents = "Tabla de contenido"
load_comments = "Cargar comentarios"
# Copy code block button.
copied = "Copiado!"
copy_code_to_clipboard = "Copiar código al portapapeles"
# Footer: Powered by Zola and tabi.
powered_by = "Impulsado por"
and = "y"

View File

@@ -23,6 +23,10 @@ next = "Suivant" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Tous les articles"
all_tags = "Toutes les étiquettes"
language_selection = "Sélection de la langue"
toggle_mode = "Basculer en mode $MODE" # $MODE will be replaced by a value (or both) below.
dark = "sombre"
light = "clair"
# Post metadata.
draft = "BROUILLON"
@@ -35,6 +39,10 @@ see_changes = "Voir les modifications"
table_of_contents = "Table des matières"
load_comments = "Afficher les commentaires"
# Copy code block button.
copied = "Copié!"
copy_code_to_clipboard = "Copier le code dans le presse-papiers"
# Footer: Powered by Zola and tabi.
powered_by = "Propulsé par"
and = "et"

View File

@@ -21,6 +21,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 = "मसौदा"
@@ -33,6 +37,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 = "और"

View File

@@ -19,6 +19,10 @@ next = "Successivo" # As in "Next" page.
of = "di" # E.g. Page 1 "of" 3
all_posts = "Tutti i post"
all_tags = "Tutti i tag"
language_selection = "Selezione della lingua"
toggle_mode = "Passa alla modalità $MODE" # $MODE will be replaced by a value (or both) below.
dark = "scuro"
light = "chiaro"
# Post metadata.
draft = "BOZZA"
@@ -31,6 +35,10 @@ see_changes = "Vedi modifiche"
table_of_contents = "Indice"
load_comments = "Carica commenti"
# Copy code block button.
copied = "Copiato!"
copy_code_to_clipboard = "Copia codice negli appunti"
# Footer: Powered by Zola and tabi.
powered_by = "Alimentato da"
and = "e"

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 = "Powered by"
and = "と"

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 = "&"

View File

@@ -19,6 +19,10 @@ next = "Seguinte" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Todas as publicações"
all_tags = "Todas as etiquetas"
language_selection = "Seleção de idioma"
toggle_mode = "Alternar para o modo $MODE" # $MODE will be replaced by a value (or both) below.
dark = "escuro"
light = "claro"
# Post metadata.
draft = "RASCUNHO"
@@ -31,6 +35,10 @@ see_changes = "Ver alterações"
table_of_contents = "Índice de conteúdo"
load_comments = "Carregar comentários"
# Copy code block button.
copied = "Copiado!"
copy_code_to_clipboard = "Copiar código para a área de transferência"
# Footer: Powered by Zola and tabi.
powered_by = "Impulsionado por"
and = "e"

View File

@@ -19,6 +19,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 = "ЧЕРНОВИК"
@@ -31,6 +35,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 = "&"

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 = "та"

View File

@@ -19,6 +19,10 @@ next = "下一页" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "所有文章"
all_tags = "所有标签"
language_selection = "语言选择" # Machine translated.
toggle_mode = "切换到$MODE模式" # $MODE will be replaced by a value (or both) below. Machine translated.
dark = "暗" # Machine translated.
light = "亮" # Machine translated.
# Post metadata.
draft = "草稿"
@@ -31,6 +35,10 @@ see_changes = "修改纪录"
table_of_contents = "目录"
load_comments = "载入留言"
# Copy code block button.
copied = "已复制!" # Machine translated.
copy_code_to_clipboard = "复制代码到剪贴板" # Machine translated.
# Footer: Powered by Zola and tabi.
powered_by = "网站基于"
and = "和"

View File

@@ -19,6 +19,10 @@ next = "下一頁" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "所有文章"
all_tags = "所有標籤"
language_selection = "語言選擇" # Machine translated.
toggle_mode = "切換到$MODE模式" # $MODE will be replaced by a value (or both) below. Machine translated.
dark = "暗" # Machine translated.
light = "亮" # Machine translated.
# Post metadata.
draft = "草稿"
@@ -31,6 +35,10 @@ see_changes = "修改紀錄"
table_of_contents = "目錄"
load_comments = "載入留言"
# Copy code block button.
copied = "已复制!" # Machine translated.
copy_code_to_clipboard = "复制代码到剪贴板" # Machine translated.
# Footer: Powered by Zola and tabi.
powered_by = "網站基於"
and = "和"