summaryrefslogtreecommitdiff
path: root/themes/CodeIT/i18n
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
commit0c7cb4486a89ec6fe9680e6569ef41d4b82d557d (patch)
tree081941052bcab0caf69487b6bf5ab2df5deb3b7b /themes/CodeIT/i18n
parent640572ecab69291d2c266de2011b795a861e7c21 (diff)
use maintained theme
Diffstat (limited to 'themes/CodeIT/i18n')
-rw-r--r--themes/CodeIT/i18n/de.toml199
-rw-r--r--themes/CodeIT/i18n/en.toml195
-rw-r--r--themes/CodeIT/i18n/es.toml199
-rw-r--r--themes/CodeIT/i18n/fr.toml199
-rw-r--r--themes/CodeIT/i18n/it.toml199
-rw-r--r--themes/CodeIT/i18n/pl.toml196
-rw-r--r--themes/CodeIT/i18n/pt-BR.toml200
-rw-r--r--themes/CodeIT/i18n/ro.toml199
-rw-r--r--themes/CodeIT/i18n/ru.toml199
-rw-r--r--themes/CodeIT/i18n/sr.toml196
-rw-r--r--themes/CodeIT/i18n/vi.toml198
-rw-r--r--themes/CodeIT/i18n/zh-CN.toml200
12 files changed, 2379 insertions, 0 deletions
diff --git a/themes/CodeIT/i18n/de.toml b/themes/CodeIT/i18n/de.toml
new file mode 100644
index 0000000..1c731d1
--- /dev/null
+++ b/themes/CodeIT/i18n/de.toml
@@ -0,0 +1,199 @@
+# Translations for German
+# Übersetzung auf Deutsch
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "nach oben"
+
+[viewComments]
+other = "Kommentare anzeigen"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Artikel"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Alle {{ .Some }}"
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Kategorie"
+
+[categories]
+other = "Kategorien"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Mehr"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Sprache wählen"
+
+[switchTheme]
+other = "Thema wechseln"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Ermöglicht durch {{ .Hugo }} | Thema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Ihr Kommentar ..."
+
+[facebookLanguageCode]
+other = "de_DE"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Suche"
+
+[searchPlaceholder]
+other = "Suche nach Titel und Inhalt..."
+
+[clear]
+other = "Leeren"
+
+[cancel]
+other = "Abbrechen"
+
+[noResultsFound]
+other = "Keine Ergebnisse gefunden"
+
+[lunrLanguageCode]
+other = "de"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.de.js"
+
+[copyToClipboard]
+other = "In Zwischenablage kopieren"
+
+[cookieconsentMessage]
+other = "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern."
+
+[cookieconsentDismiss]
+other = "Zustimmen"
+
+[cookieconsentLink]
+other = "Erfahren Sie mehr"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Teilen auf"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Inhalt"
+
+[publishedOnDate]
+other = "veröffentlicht auf {{ .Date }}"
+
+[includedInCategories]
+other = "enthalten in {{ .Categories }}"
+
+[wordCount]
+one = "Ein wort"
+other = "{{ .Count }} wörter"
+
+[readingTime]
+one = "Eine minute"
+other = "{{ .Count }} minuten"
+
+[views]
+other = "aufrufe"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Aktualisiert am {{ .Date }}"
+
+[readMarkdown]
+other = "Markdown anzeigen"
+
+[back]
+other = "Zurück"
+
+[home]
+other = "Startseite"
+
+[readMore]
+other = "Mehr lesen"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Seite nicht gefunden"
+
+[pageNotFoundText]
+other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Notiz"
+
+[abstract]
+other = "Ausblick"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Tip"
+
+[success]
+other = "Erfolg"
+
+[question]
+other = "Frage"
+
+[warning]
+other = "Warnung"
+
+[failure]
+other = "Fehler"
+
+[danger]
+other = "Gefahr"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Beispiel"
+
+[quote]
+other = "Zitat"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NEU"
+
+[changed]
+other = "GEÄNDERT"
+
+[deleted]
+other = "GELÖSCHT"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/en.toml b/themes/CodeIT/i18n/en.toml
new file mode 100644
index 0000000..6f5a428
--- /dev/null
+++ b/themes/CodeIT/i18n/en.toml
@@ -0,0 +1,195 @@
+# Translations for English
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Back to Top"
+
+[viewComments]
+other = "View Comments"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "All {{ .Some }}"
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Category"
+
+[categories]
+other = "Categories"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "More"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Select Language"
+
+[switchTheme]
+other = "Switch Theme"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Your comment ..."
+
+[facebookLanguageCode]
+other = "en_US"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Search"
+
+[searchPlaceholder]
+other = "Search titles or contents..."
+
+[clear]
+other = "Clear"
+
+[cancel]
+other = "Cancel"
+
+[noResultsFound]
+other = "No results found"
+
+[lunrLanguageCode]
+other = "en"
+
+[copyToClipboard]
+other = "Copy to clipboard"
+
+[cookieconsentMessage]
+other = "This website uses Cookies to improve your experience."
+
+[cookieconsentDismiss]
+other = "Got it!"
+
+[cookieconsentLink]
+other = "Learn more"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Share on"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contents"
+
+[publishedOnDate]
+other = "published on {{ .Date }}"
+
+[includedInCategories]
+other = "included in {{ .Categories }}"
+
+[wordCount]
+one = "One word"
+other = "{{ .Count }} words"
+
+[readingTime]
+one = "One minute"
+other = "{{ .Count }} minutes"
+
+[views]
+other = "views"
+
+[author]
+other = "Author"
+
+[updatedOnDate]
+other = "Updated on {{ .Date }}"
+
+[readMarkdown]
+other = "Read Markdown"
+
+[back]
+other = "Back"
+
+[home]
+other = "Home"
+
+[readMore]
+other = "Read More"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Page not found"
+
+[pageNotFoundText]
+other = "The page you're looking for doesn't exist. Sorry."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Note"
+
+[abstract]
+other = "Abstract"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Tip"
+
+[success]
+other = "Success"
+
+[question]
+other = "Question"
+
+[warning]
+other = "Warning"
+
+[failure]
+other = "Failure"
+
+[danger]
+other = "Danger"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Example"
+
+[quote]
+other = "Quote"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NEW"
+
+[changed]
+other = "CHANGED"
+
+[deleted]
+other = "DELETED"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/es.toml b/themes/CodeIT/i18n/es.toml
new file mode 100644
index 0000000..b67324a
--- /dev/null
+++ b/themes/CodeIT/i18n/es.toml
@@ -0,0 +1,199 @@
+# Translations for Spanish
+# Traducciones para español
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Volver arriba"
+
+[viewComments]
+other = "Ver comentarios"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Artículos"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Todo {{ .Some }}"
+
+[tag]
+other = "Etiqueta"
+
+[tags]
+other = "Etiquetas"
+
+[category]
+other = "Categoría"
+
+[categories]
+other = "Categorías"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Más"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Selecciona el lenguage"
+
+[switchTheme]
+other = "Cambia el tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Tu comentario ..."
+
+[facebookLanguageCode]
+other = "es_MX"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Buscar"
+
+[searchPlaceholder]
+other = "Busca títulos o contenido..."
+
+[clear]
+other = "Limpiar"
+
+[cancel]
+other = "Cancelar"
+
+[noResultsFound]
+other = "No se encontraron resultados"
+
+[lunrLanguageCode]
+other = "es"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.es.js"
+
+[copyToClipboard]
+other = "Copiar al portapapeles"
+
+[cookieconsentMessage]
+other = "Este sitio web utiliza Cookies para mejorar su experiencia."
+
+[cookieconsentDismiss]
+other = "De acuerdo"
+
+[cookieconsentLink]
+other = "Aprende más"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Compartir en"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenido"
+
+[publishedOnDate]
+other = "publicado el {{ .Date }}"
+
+[includedInCategories]
+other = "incluido en {{ .Categories }}"
+
+[wordCount]
+one = "Una palabra"
+other = "{{ .Count }} palabras"
+
+[readingTime]
+one = "Un minuto"
+other = "{{ .Count }} minutos"
+
+[views]
+other = "vistas"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Actualizado el {{ .Date }}"
+
+[readMarkdown]
+other = "Leer Markdown"
+
+[back]
+other = "Regresar"
+
+[home]
+other = "Inicio"
+
+[readMore]
+other = "Leer más"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Página no encontrada"
+
+[pageNotFoundText]
+other = "La página que estás buscando no existe. Lo siento."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Nota"
+
+[abstract]
+other = "Resumen"
+
+[info]
+other = "Información"
+
+[tip]
+other = "Consejo"
+
+[success]
+other = "Éxito"
+
+[question]
+other = "Pregunta"
+
+[warning]
+other = "Advertencia"
+
+[failure]
+other = "Fallo"
+
+[danger]
+other = "Peligro"
+
+[bug]
+other = "Error"
+
+[example]
+other = "Ejemplo"
+
+[quote]
+other = "Cita"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NUEVO"
+
+[changed]
+other = "MODIFICADO"
+
+[deleted]
+other = "ELIMINADO"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/fr.toml b/themes/CodeIT/i18n/fr.toml
new file mode 100644
index 0000000..541f68c
--- /dev/null
+++ b/themes/CodeIT/i18n/fr.toml
@@ -0,0 +1,199 @@
+# Translations for French
+# Traductions pour le français
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Retour en Haut"
+
+[viewComments]
+other = "Afficher les Commentaires"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tous {{ .Some }}"
+
+[tag]
+other = "Balise"
+
+[tags]
+other = "Balises"
+
+[category]
+other = "Catégorie"
+
+[categories]
+other = "Catégories"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Plus"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Choisir la langue"
+
+[switchTheme]
+other = "Changer de Thème"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Propulsé par {{ .Hugo }} | Thème - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Votre commentaire ..."
+
+[facebookLanguageCode]
+other = "fr"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Chercher"
+
+[searchPlaceholder]
+other = "Rechercher des titres, des contenus..."
+
+[clear]
+other = "Clair"
+
+[cancel]
+other = "Annuler"
+
+[noResultsFound]
+other = "Aucun résultat trouvé"
+
+[lunrLanguageCode]
+other = "fr"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.fr.js"
+
+[copyToClipboard]
+other = "Copier dans le presse-papiers"
+
+[cookieconsentMessage]
+other = "Ce site Web utilise des Cookies pour améliorer votre expérience."
+
+[cookieconsentDismiss]
+other = "Se mettre d'accord"
+
+[cookieconsentLink]
+other = "Apprendre encore plus"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Partager sur"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenu"
+
+[publishedOnDate]
+other = "publié le {{ .Date }}"
+
+[includedInCategories]
+other = "inclus dans {{ .Categories }}"
+
+[wordCount]
+one = "Un mot"
+other = "{{ .Count }} mots"
+
+[readingTime]
+one = "Une minute"
+other = "{{ .Count }} minutes"
+
+[views]
+other = "vues"
+
+[author]
+other = "Auteur"
+
+[updatedOnDate]
+other = "Mis à jour le {{ .Date }}"
+
+[readMarkdown]
+other = "Lire Markdown"
+
+[back]
+other = "Retour"
+
+[home]
+other = "Accueil"
+
+[readMore]
+other = "En savoir plus"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Page non trouvée"
+
+[pageNotFoundText]
+other = "Désolé, la page recherchée n'existe pas."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Remarque"
+
+[abstract]
+other = "Abstrait"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Astuces"
+
+[success]
+other = "Succès"
+
+[question]
+other = "Question"
+
+[warning]
+other = "Avertissement"
+
+[failure]
+other = "Échec"
+
+[danger]
+other = "Danger"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemple"
+
+[quote]
+other = "Citation"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOUVEAU"
+
+[changed]
+other = "CHANGE"
+
+[deleted]
+other = "EFFACE"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/it.toml b/themes/CodeIT/i18n/it.toml
new file mode 100644
index 0000000..2a8ea99
--- /dev/null
+++ b/themes/CodeIT/i18n/it.toml
@@ -0,0 +1,199 @@
+# Translations for Italian
+# Traduzioni per l'italiano
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Torna all'inizio"
+
+[viewComments]
+other = "Vedi commenti"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Articoli"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tutti {{ .Some }}"
+
+[tag]
+other = "Etichetta"
+
+[tags]
+other = "Etichette"
+
+[category]
+other = "Categoria"
+
+[categories]
+other = "Categorie"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Più"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Scegliere la lingua"
+
+[switchTheme]
+other = "Cambiare il tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Realizzato da {{ .Hugo }} | Tema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Il tuo commento ..."
+
+[facebookLanguageCode]
+other = "it"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Cerca"
+
+[searchPlaceholder]
+other = "Cerca il titolo o il contenuto dell'articolo ..."
+
+[clear]
+other = "Chiaro"
+
+[cancel]
+other = "Annulla"
+
+[noResultsFound]
+other = "Nessun risultato trovato"
+
+[lunrLanguageCode]
+other = "it"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.it.js"
+
+[copyToClipboard]
+other = "Copia negli appunti"
+
+[cookieconsentMessage]
+other = "Questo sito Web utilizza i Cookies per migliorare la tua esperienza."
+
+[cookieconsentDismiss]
+other = "Essere d'accordo"
+
+[cookieconsentLink]
+other = "Per saperne di più"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Condividi su"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenuti"
+
+[publishedOnDate]
+other = "pubblicato su {{ .Date }}"
+
+[includedInCategories]
+other = "incluso in {{ .Categories }}"
+
+[wordCount]
+one = "Una parola"
+other = "{{ .Count }} parole"
+
+[readingTime]
+one = "Un minuto"
+other = "{{ .Count }} minuti"
+
+[views]
+other = "visualizzazioni"
+
+[author]
+other = "Autore"
+
+[updatedOnDate]
+other = "Aggiornato il {{ .Date }}"
+
+[readMarkdown]
+other = "Leggi Markdown"
+
+[back]
+other = "Indietro"
+
+[home]
+other = "Home"
+
+[readMore]
+other = "Leggi di più"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Pagina non trovata"
+
+[pageNotFoundText]
+other = "Mi spiace, la pagina cercata non esiste."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Note"
+
+[abstract]
+other = "Sommario"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Suggerimenti"
+
+[success]
+other = "Successo"
+
+[question]
+other = "Domande"
+
+[warning]
+other = "Avvertimento"
+
+[failure]
+other = "Fallimento"
+
+[danger]
+other = "Pericolo"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Esempio"
+
+[quote]
+other = "Citazione"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NUOVO"
+
+[changed]
+other = "CAMBIATO"
+
+[deleted]
+other = "CANCELLATO"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/pl.toml b/themes/CodeIT/i18n/pl.toml
new file mode 100644
index 0000000..b9aa2f7
--- /dev/null
+++ b/themes/CodeIT/i18n/pl.toml
@@ -0,0 +1,196 @@
+# Translations for Polish
+# Tłumaczenie na język polski
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Powrót do góry"
+
+[viewComments]
+other = "Zobacz komentarze"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posty"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Wszystkie {{ .Some }}"
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tagi"
+
+[category]
+other = "Kategoria"
+
+[categories]
+other = "Kategorie"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Więcej"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Wybierz język"
+
+[switchTheme]
+other = "Przełącz schemat"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Napędzany przez {{ .Hugo }} | Szablon - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Twój komentarz ..."
+
+[facebookLanguageCode]
+other = "pl"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Szukaj"
+
+[searchPlaceholder]
+other = "Wyszukaj tytuł lub treść artykułu ..."
+
+[clear]
+other = "Pusty"
+
+[cancel]
+other = "Anuluj"
+
+[noResultsFound]
+other = "Nie znaleziono wyników"
+
+[lunrLanguageCode]
+other = "pl"
+
+[copyToClipboard]
+other = "Skopiuj do schowka"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Udostępnij na"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Spis treści"
+
+[publishedOnDate]
+other = "opublikowano {{ .Date }}"
+
+[includedInCategories]
+other = "zawarty w {{ .Categories }}"
+
+[wordCount]
+one = "Jedno słowo"
+other = "{{ .Count }} słów"
+
+[readingTime]
+one = "Jedna minuta"
+other = "{{ .Count }} minuty"
+
+[views]
+other = "wyświetleń"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Zaktualizowano {{ .Date }}"
+
+[readMarkdown]
+other = "Zobacz Markdown"
+
+[back]
+other = "Wstecz"
+
+[home]
+other = "Strona główna"
+
+[readMore]
+other = "Czytaj więcej"
+
+[cookieconsentMessage]
+other = "Ta strona korzysta z plików Cookies, aby poprawić komfort użytkowania."
+
+[cookieconsentDismiss]
+other = "Zgodzić się"
+
+[cookieconsentLink]
+other = "Ucz się więcej"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Nie znaleziono strony"
+
+[pageNotFoundText]
+other = "Wybacz, chyba coś namieszaliśmy."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Notka"
+
+[abstract]
+other = "Streszczenie"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Wskazówka"
+
+[success]
+other = "Sukces"
+
+[question]
+other = "Pytanie"
+
+[warning]
+other = "Ostrzeżenie"
+
+[failure]
+other = "Błąd"
+
+[danger]
+other = "Niebezpieczeństwo"
+
+[bug]
+other = "Problem"
+
+[example]
+other = "Przykład"
+
+[quote]
+other = "Cytat"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "Dodano"
+
+[changed]
+other = "Zmieniono"
+
+[deleted]
+other = "Usunięte"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/pt-BR.toml b/themes/CodeIT/i18n/pt-BR.toml
new file mode 100644
index 0000000..27cbb03
--- /dev/null
+++ b/themes/CodeIT/i18n/pt-BR.toml
@@ -0,0 +1,200 @@
+# Translations for Brazilian Portuguese
+# Tradução para português do Brasil
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Voltar ao topo"
+
+[viewComments]
+other = "Ver comentários"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Todos {{ .Some }}"
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Categoria"
+
+[categories]
+other = "Categorias"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Mais"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Selecione o idioma"
+
+[switchTheme]
+other = "Trocar tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Movido a {{ .Hugo }} | Tema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "O seu comentário ..."
+
+[facebookLanguageCode]
+other = "pt_BR"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Pesquisa"
+
+[searchPlaceholder]
+other = "Pesquisar títulos ou conteúdos ..."
+
+[clear]
+other = "Limpar"
+
+[cancel]
+other = "Cancelar"
+
+[noResultsFound]
+other = "Nenhum resultado encontrado"
+
+[lunrLanguageCode]
+other = "pt"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.pt.js"
+
+[copyToClipboard]
+other = "Copiar para a área de transferência"
+
+[cookieconsentMessage]
+other = "Este site usa Cookies para melhorar sua experiência."
+
+[cookieconsentDismiss]
+other = "Aceita"
+
+[cookieconsentLink]
+other = "Saber mais"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Compartilhe em"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Conteúdos"
+
+[publishedOnDate]
+other = "publicado em {{ .Date }}"
+
+[includedInCategories]
+other = "incluido em {{ .Categories }}"
+
+[wordCount]
+one = "Uma palavra"
+other = "{{ .Count }} palavras"
+
+[readingTime]
+one = "Um minuto"
+other = "{{ .Count }} minutos"
+
+[views]
+other = "visualizações"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Atualizado em {{ .Date }}"
+
+[readMarkdown]
+other = "Leia em Markdown"
+
+[back]
+other = "Voltar"
+
+[home]
+other = "Home"
+
+[readMore]
+other = "Leia mais"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Página não encontrada"
+
+[pageNotFoundText]
+other = "A página que você procura não existe. Desculpe"
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Nota"
+
+[abstract]
+other = "Abstrato"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Dica"
+
+[success]
+other = "Sucesso"
+
+[question]
+other = "Pergunta"
+
+[warning]
+other = "Aviso"
+
+[failure]
+other = "Falha"
+
+[danger]
+other = "Perigo"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemplo"
+
+[quote]
+other = "Citação"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOVO"
+
+[changed]
+other = "ALTERADO"
+
+[deleted]
+other = "EXCLUÍDO"
+# === shortcodes/version.html ===
+
diff --git a/themes/CodeIT/i18n/ro.toml b/themes/CodeIT/i18n/ro.toml
new file mode 100644
index 0000000..7584dc6
--- /dev/null
+++ b/themes/CodeIT/i18n/ro.toml
@@ -0,0 +1,199 @@
+# Translations for Romanian
+# Traduceri pentru limba română
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Înapoi Sus"
+
+[viewComments]
+other = "Vizualizare Comentarii"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Articole"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Toate {{ .Some }}"
+
+[tag]
+other = "Etichetă"
+
+[tags]
+other = "Etichete"
+
+[category]
+other = "Categorie"
+
+[categories]
+other = "Categorii"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Mai mult"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Selectare Limbă"
+
+[switchTheme]
+other = "Schimbare Temă"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Realizat de către {{ .Hugo }} | Temă - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Comentariul dvs ..."
+
+[facebookLanguageCode]
+other = "ro_RO"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Căutare"
+
+[searchPlaceholder]
+other = "Căutarea titlului sau conținutului articolului ..."
+
+[clear]
+other = "Golire"
+
+[cancel]
+other = "Anulare"
+
+[noResultsFound]
+other = "Nici un rezultat gasit"
+
+[lunrLanguageCode]
+other = "ro"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.ro.js"
+
+[copyToClipboard]
+other = "Copiați în clipboard"
+
+[cookieconsentMessage]
+other = "Acest site web utilizează Cookies pentru a vă îmbunătăți experiența."
+
+[cookieconsentDismiss]
+other = "De acord"
+
+[cookieconsentLink]
+other = "Aflați mai multe"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Distribuie pe"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Cuprins"
+
+[publishedOnDate]
+other = "publicat la {{ .Date }}"
+
+[includedInCategories]
+other = "inclus în {{ .Categories }}"
+
+[wordCount]
+one = "Un cuvânt"
+other = "{{ .Count }} cuvinte"
+
+[readingTime]
+one = "Un minut"
+other = "{{ .Count }} minute"
+
+[views]
+other = "vizualizări"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Actualizat la {{ .Date }}"
+
+[readMarkdown]
+other = "Citire Markdown"
+
+[back]
+other = "Înapoi"
+
+[home]
+other = "Acasă"
+
+[readMore]
+other = "Citește mai mult"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Pagina nu a fost găsită"
+
+[pageNotFoundText]
+other = "Pagina pe care o căutați nu există. Ne cerem scuze."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Notă"
+
+[abstract]
+other = "Rezumat"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Sfat"
+
+[success]
+other = "Succes"
+
+[question]
+other = "Întrebare"
+
+[warning]
+other = "Avertizare"
+
+[failure]
+other = "Eșec"
+
+[danger]
+other = "Pericol"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemplu"
+
+[quote]
+other = "Citat"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOU"
+
+[changed]
+other = "SCHIMBAT"
+
+[deleted]
+other = "ȘTERS"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/ru.toml b/themes/CodeIT/i18n/ru.toml
new file mode 100644
index 0000000..82a0185
--- /dev/null
+++ b/themes/CodeIT/i18n/ru.toml
@@ -0,0 +1,199 @@
+# Translations for Russian
+# Переводы на русский
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Наверх"
+
+[viewComments]
+other = "Посмотреть комментарии"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Статьи"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Все {{ .Some }}"
+
+[tag]
+other = "Тэг"
+
+[tags]
+other = "Тэги"
+
+[category]
+other = "Категория"
+
+[categories]
+other = "Категории"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Больше"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Выбор Языка"
+
+[switchTheme]
+other = "Сменить Тему"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Сделано {{ .Hugo }} | Тема - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Ваш комментарий ..."
+
+[facebookLanguageCode]
+other = "ru_RU"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Поиск"
+
+[searchPlaceholder]
+other = "Поиск заголовков или содержимого ..."
+
+[clear]
+other = "Очистить"
+
+[cancel]
+other = "Отменить"
+
+[noResultsFound]
+other = "Результатов не найдено"
+
+[lunrLanguageCode]
+other = "ru"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.ru.js"
+
+[copyToClipboard]
+other = "Копировать в буфер обмена"
+
+[cookieconsentMessage]
+other = "Этот сайт использует Cookies для улучшения вашего опыта."
+
+[cookieconsentDismiss]
+other = "Согласен"
+
+[cookieconsentLink]
+other = "Учить больше"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Поделиться в"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Содержание"
+
+[publishedOnDate]
+other = "Опубликовано {{ .Date }}"
+
+[includedInCategories]
+other = "включен в {{ .Categories }}"
+
+[wordCount]
+one = "Одно слово"
+other = "{{ .Count }} слов"
+
+[readingTime]
+one = "Одна минута"
+other = "{{ .Count }} минут"
+
+[views]
+other = "просмотров"
+
+[author]
+other = "Автор"
+
+[updatedOnDate]
+other = "Oбновлена {{ .Date }}"
+
+[readMarkdown]
+other = "Читать Markdown"
+
+[back]
+other = "Назад"
+
+[home]
+other = "Домой"
+
+[readMore]
+other = "Читать больше"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Страница не найдена"
+
+[pageNotFoundText]
+other = "Страница, которую вы ищете, не существует. Приносим извинения."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Замечание"
+
+[abstract]
+other = "Краткое описание"
+
+[info]
+other = "Инфо"
+
+[tip]
+other = "Совет"
+
+[success]
+other = "Удачто"
+
+[question]
+other = "Вопрос"
+
+[warning]
+other = "Предупреждение"
+
+[failure]
+other = "Отказ"
+
+[danger]
+other = "Опасность"
+
+[bug]
+other = "Ошибка"
+
+[example]
+other = "Пример"
+
+[quote]
+other = "Цитата"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "НОВЫЙ"
+
+[changed]
+other = "ИЗМЕНЕН"
+
+[deleted]
+other = "УДАЛЕН"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/sr.toml b/themes/CodeIT/i18n/sr.toml
new file mode 100644
index 0000000..09b7d04
--- /dev/null
+++ b/themes/CodeIT/i18n/sr.toml
@@ -0,0 +1,196 @@
+# Translations for Serbian
+# Превод на Српски
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Назад на Врх"
+
+[viewComments]
+other = "Погледај Коментаре"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Постови"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Све {{ .Some }}"
+
+[tag]
+other = "Таг"
+
+[tags]
+other = "Тагови"
+
+[category]
+other = "Категорија"
+
+[categories]
+other = "Категорије"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Више"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Изабери Језик"
+
+[switchTheme]
+other = "Промени Тему"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Покреће {{ .Hugo }} | Тема - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "sr"
+
+[valinePlaceholder]
+other = "Ваш коментар ..."
+
+[facebookLanguageCode]
+other = "sr_RS"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Претрага"
+
+[searchPlaceholder]
+other = "Претражи наслове или садржај..."
+
+[clear]
+other = "Очисти"
+
+[cancel]
+other = "Поништи"
+
+[noResultsFound]
+other = "Без резултата"
+
+[lunrLanguageCode]
+other = "sr"
+
+[copyToClipboard]
+other = "Копирај на радну таблу"
+
+[cookieconsentMessage]
+other = "Ова веб локација користи Cookies да би побољшала ваше искуство."
+
+[cookieconsentDismiss]
+other = "Договорити се"
+
+[cookieconsentLink]
+other = "Сазнајте више"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Подели на"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Садржаји"
+
+[publishedOnDate]
+other = "објављено {{ .Date }}"
+
+[includedInCategories]
+other = "укључено {{ .Categories }}"
+
+[wordCount]
+one = "Једна реч"
+other = "{{ .Count }} речи"
+
+[readingTime]
+one = "Један минут"
+other = "{{ .Count }} минута"
+
+[views]
+other = "прегледа"
+
+[author]
+other = "Аутор"
+
+[updatedOnDate]
+other = "Ажурирано {{ .Date }}"
+
+[readMarkdown]
+other = "Читај Markdown"
+
+[back]
+other = "Назад"
+
+[home]
+other = "Почетна"
+
+[readMore]
+other = "Прочитај више"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Страница није пронађена"
+
+[pageNotFoundText]
+other = "Страница коју тражите не постоји. Жао нам је."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Напомена"
+
+[abstract]
+other = "Сажетак"
+
+[info]
+other = "Инфо"
+
+[tip]
+other = "Савет"
+
+[success]
+other = "Успех"
+
+[question]
+other = "Питање"
+
+[warning]
+other = "Упозорење"
+
+[failure]
+other = "Неуспех"
+
+[danger]
+other = "Опасност"
+
+[bug]
+other = "Грешка"
+
+[example]
+other = "Пример"
+
+[quote]
+other = "Цитат"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "НОВО"
+
+[changed]
+other = "ПРОМЕЊЕНО"
+
+[deleted]
+other = "ОБРИСАНО"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/vi.toml b/themes/CodeIT/i18n/vi.toml
new file mode 100644
index 0000000..04ac1ca
--- /dev/null
+++ b/themes/CodeIT/i18n/vi.toml
@@ -0,0 +1,198 @@
+# Translations for Vietnamese
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Lên trên"
+
+[viewComments]
+other = "Xem bình luận"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Bài viết"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tất cả {{ .Some }}"
+
+[tag]
+other = "Nhãn"
+
+[tags]
+other = "Nhãn"
+
+[category]
+other = "Danh mục"
+
+[categories]
+other = "Danh mục"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Thêm"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Chọn Ngôn ngữ"
+
+[switchTheme]
+other = "Đổi chủ đề"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Cung cấp bởi {{ .Hugo }} | Chủ đề - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Bình luận của bạn ..."
+
+[facebookLanguageCode]
+other = "vi"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Tìm kiếm"
+
+[searchPlaceholder]
+other = "Tìm tiêu đề hoặc nội dung..."
+
+[clear]
+other = "Xoá"
+
+[cancel]
+other = "Huỷ"
+
+[noResultsFound]
+other = "Không tìm thấy"
+
+[lunrLanguageCode]
+other = "vi"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.vi.js"
+
+[copyToClipboard]
+other = "Sao chép vào bộ nhớ tạm"
+
+[cookieconsentMessage]
+other = "Trang web này sử dụng Cookies để cải thiện trải nghiệm của bạn."
+
+[cookieconsentDismiss]
+other = "Đã hiểu!"
+
+[cookieconsentLink]
+other = "Tìm hiểu thêm"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Chia sẻ trên"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Nội dung"
+
+[publishedOnDate]
+other = "đăng ngày {{ .Date }}"
+
+[includedInCategories]
+other = "trong {{ .Categories }}"
+
+[wordCount]
+one = "One word"
+other = "{{ .Count }} từ"
+
+[readingTime]
+one = "One minute"
+other = "{{ .Count }} phút"
+
+[views]
+other = "lượt xem"
+
+[author]
+other = "Tác giả"
+
+[updatedOnDate]
+other = "Cập nhật ngày {{ .Date }}"
+
+[readMarkdown]
+other = "Đọc với định dạng Markdown"
+
+[back]
+other = "Quay lại"
+
+[home]
+other = "Trang chủ"
+
+[readMore]
+other = "Đọc thêm"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Không tìm thấy trang"
+
+[pageNotFoundText]
+other = "Trang bạn đang tìm kiếm không tồn tại. Xin lỗi."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Ghi chú"
+
+[abstract]
+other = "Tóm tắt"
+
+[info]
+other = "Thông tin"
+
+[tip]
+other = "Mẹo"
+
+[success]
+other = "Thành công"
+
+[question]
+other = "Câu hỏi"
+
+[warning]
+other = "Cảnh báo"
+
+[failure]
+other = "Thất bại"
+
+[danger]
+other = "Nguy hiểm"
+
+[bug]
+other = "Lỗi"
+
+[example]
+other = "Ví dụ"
+
+[quote]
+other = "Trích dẫn"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "MỚI"
+
+[changed]
+other = "THAY ĐỔI"
+
+[deleted]
+other = "XOÁ"
+# === shortcodes/version.html ===
diff --git a/themes/CodeIT/i18n/zh-CN.toml b/themes/CodeIT/i18n/zh-CN.toml
new file mode 100644
index 0000000..a96a0b2
--- /dev/null
+++ b/themes/CodeIT/i18n/zh-CN.toml
@@ -0,0 +1,200 @@
+# Translations for Simplified Chinese
+# 简体中文的翻译
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "回到顶部"
+
+[viewComments]
+other = "查看评论"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "文章"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "所有{{ .Some }}"
+
+[tag]
+other = "标签"
+
+[tags]
+other = "标签"
+
+[category]
+other = "分类"
+
+[categories]
+other = "分类"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "更多"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "选择语言"
+
+[switchTheme]
+other = "切换主题"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "zh-cn"
+
+[valinePlaceholder]
+other = "你的评论 ..."
+
+[facebookLanguageCode]
+other = "zh_CN"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "搜索"
+
+[searchPlaceholder]
+other = "搜索文章标题或内容..."
+
+[clear]
+other = "清空"
+
+[cancel]
+other = "取消"
+
+[noResultsFound]
+other = "没有找到结果"
+
+[lunrLanguageCode]
+other = "zh"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.zh.js"
+
+[lunrSegmentitLib]
+other = "lib/lunr/lunr.segmentit.js"
+
+[copyToClipboard]
+other = "复制到剪贴板"
+
+[cookieconsentMessage]
+other = "本网站使用 Cookies 来改善您的浏览体验."
+
+[cookieconsentDismiss]
+other = "同意"
+
+[cookieconsentLink]
+other = "了解更多"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "分享到"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "目录"
+
+[publishedOnDate]
+other = "发布于 {{ .Date }}"
+
+[includedInCategories]
+other = "收录于 {{ .Categories }}"
+
+[wordCount]
+other = "约 {{ .Count }} 字"
+
+[readingTime]
+other = "预计阅读 {{ .Count }} 分钟"
+
+[views]
+other = "次阅读"
+
+[author]
+other = "作者"
+
+[updatedOnDate]
+other = "更新于 {{ .Date }}"
+
+[readMarkdown]
+other = "阅读原始文档"
+
+[back]
+other = "返回"
+
+[home]
+other = "主页"
+
+[readMore]
+other = "阅读全文"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "页面没找到"
+
+[pageNotFoundText]
+other = "抱歉,您要查找的页面不存在。"
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "注意"
+
+[abstract]
+other = "摘要"
+
+[info]
+other = "信息"
+
+[tip]
+other = "技巧"
+
+[success]
+other = "成功"
+
+[question]
+other = "问题"
+
+[warning]
+other = "警告"
+
+[failure]
+other = "失败"
+
+[danger]
+other = "危险"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "示例"
+
+[quote]
+other = "引用"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "新增"
+
+[changed]
+other = "更改"
+
+[deleted]
+other = "删除"
+# === shortcodes/version.html ===