️ 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

@@ -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 = "और"