Parcourir la source

i18n: sync language packs

George Cushen il y a 4 ans
Parent
commit
142c7c1d5d

+ 4 - 2
scripts/sync_i18n.py

@@ -13,7 +13,7 @@ import copy
 from pathlib import Path
 import yaml
 
-I18N_PATH = Path(__file__).resolve().parent.parent.joinpath('i18n')
+I18N_PATH = Path(__file__).resolve().parent.parent.joinpath('wowchemy').joinpath('i18n')
 MASTER_PACK = I18N_PATH.joinpath('en.yaml')
 
 
@@ -46,7 +46,9 @@ for filename in Path(I18N_PATH).glob("*.yaml"):
     # Write the synced language pack to file.
     with open(i18n_file, 'w') as f:
       # PyYAML will break lines unless a large column `width` is set.
-      yaml.dump(tmp_map, f, allow_unicode=True, width=float("inf"), default_style='\'')
+      # To standardise with single quotes, add: `, default_style='\''`.
+      # No option to only enforce single quotes when YAML string wrapped in quotes?
+      yaml.dump(tmp_map, f, allow_unicode=True, width=float("inf"))
     cnt += 1
 
 # Print results.

+ 16 - 98
wowchemy/i18n/ar.yaml

@@ -1,236 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: قائمة
-
 - id: table_of_contents
   translation: فهرس المحتويات
-
 - id: on_this_page
   translation: المحتويات
-
 - id: back_to_top
   translation: الرجوع لأعلى الصفحة
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: ذات صلة
-
 - id: minute_read
   translation: دقيقة قراءة
-
 - id: previous
   translation: السابق
-
 - id: next
   translation: التالي
-
 - id: figure
   translation: 'شكل %d:'
-
 - id: edit_page
   translation: عدل هذه الصفحة
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: الوضع العادي
-
 - id: theme_dark
   translation: الوضع الليلي
-
 - id: theme_auto
   translation: تلقائي
-
-# Buttons
-
 - id: btn_preprint
   translation: المسودة
-
 - id: btn_pdf
   translation: بي دي اف
-
 - id: btn_cite
   translation: استشهاد
-
 - id: btn_slides
   translation: شرائح
-
 - id: btn_video
   translation: فيديو
-
 - id: btn_code
   translation: تمريز
-
 - id: btn_dataset
   translation: البيانات
-
 - id: btn_project
   translation: مشروع
-
 - id: btn_poster
   translation: ملصق
-
 - id: btn_source
   translation: مستند أصلي
-
 - id: btn_copy
   translation: نسخ
-
 - id: btn_download
   translation: تحميل
-
-# About widget
-
 - id: interests
   translation: الإهتمامات
-
 - id: education
   translation: التعليم
-
 - id: user_profile_latest
   translation: اخر
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: الشهادات
-
-# Experience widget
-
 - id: present
   translation: حتى الأن
-
-# Pages widget
-
 - id: more_pages
   translation: شاهد الكل
-
 - id: more_posts
   translation: شاهد جميع التعليقات
-
 - id: more_talks
   translation: شاهد جميع المحاضرات
-
 - id: more_publications
   translation: شاهد جميع المنشورات
-
-# Contact widget
-
 - id: contact_name
   translation: الأسم
-
 - id: contact_email
   translation: البريد الإلكتروني
-
 - id: contact_message
   translation: رسالة
-
 - id: contact_send
   translation: إرسل الرسالة
-
 - id: book_appointment
   translation: حجز موعد
-
-# Publication/Talk details
-
 - id: abstract
   translation: مقدمة
-
 - id: publication
   translation: منشور
-
 - id: publication_type
   translation: نوع
-
 - id: date
   translation: التاريخ
-
 - id: last_updated
   translation: اخر تحيث في
-
 - id: event
   translation: حدث
-
 - id: location
   translation: موقع
-
 - id: pub_uncat
   translation: غير مصنف
-
 - id: pub_conf
   translation: ورقة مؤتمر
-
 - id: pub_journal
   translation: مجلة محكمه
-
 - id: pub_preprint
   translation: مسودة
-
 - id: pub_report
   translation: تقرير
-
 - id: pub_book
   translation: كتاب
-
 - id: pub_book_section
   translation: قسم من كتاب
-
 - id: pub_thesis
   translation: أطروحة
-
 - id: pub_patent
   translation: براءة الإختراع
-
-# Project details
-
 - id: open_project_site
   translation: أذهب لموقع المشروع
-
-# Default titles for archive pages
-
 - id: posts
   translation: التعليقات
-
 - id: publications
   translation: المنشورات
-
 - id: talks
   translation: المحاضرات
-
 - id: projects
   translation: المشروعات
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: بحث
-
 - id: search_placeholder
   translation: ابحث هنا‫...‬
-
 - id: search_results
   translation: نتائج البحث
-
 - id: search_no_results
   translation: لم يتم العثور على نتائج
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: الصفحة غير موجودة
-
 - id: 404_recommendations
   translation: هل تبحث عن أحد الصفحات التالية؟
-
-# Cookie consent
-
 - id: cookie_message
   translation: هذا الموقع يستخدم ملفات تعريف الارتباط "الكوكيز" لنمنحك أفضل تجربة مستخدم ممكنة
-
 - id: cookie_dismiss
   translation: أوافق‫!‬
-
 - id: cookie_learn
   translation: تعرف على المزيد
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/ca.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Relacionat
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Següent
 - id: figure
   translation: 'Figura %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preimpresió
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Conferència
 - id: projects
   translation: Projectes
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: No results found
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: No s'ha trobat la pàgina
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: D'acord
 - id: cookie_learn
   translation: Més informació
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 92
wowchemy/i18n/cs.yaml

@@ -1,224 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Přepnout navigaci
-
 - id: table_of_contents
   translation: Obsah
-
 - id: on_this_page
   translation: Na stránce
-
 - id: back_to_top
   translation: Nahoru
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Související
-
 - id: minute_read
   translation: min čtení
-
 - id: previous
   translation: Předchozí
-
 - id: next
   translation: Další
-
 - id: figure
   translation: 'Obrázek %d:'
-
 - id: edit_page
   translation: Upravit stránku
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Tisk
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Citace
-
 - id: btn_slides
   translation: Slidy
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Kód
-
 - id: btn_dataset
   translation: Dataset
-
 - id: btn_project
   translation: Projekt
-
 - id: btn_poster
   translation: Plakát
-
 - id: btn_source
   translation: Zdrojový dokument
-
 - id: btn_copy
   translation: Kopírovat
-
 - id: btn_download
   translation: Stáhnout
-
-# About widget
-
 - id: interests
   translation: Zájmy
-
 - id: education
   translation: Vzdělání
-
 - id: user_profile_latest
   translation: Nejnověší
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Stáhnout
-
-# Experience widget
-
 - id: present
   translation: Aktuální
-
-# Pages widget
-
 - id: more_pages
   translation: Zobrazit všechny
-
 - id: more_posts
   translation: Zobrazit všechny aktuality
-
 - id: more_talks
   translation: Zobrazit všechny přednášky
-
 - id: more_publications
   translation: Zobrazit všechny publikace
-
-# Contact widget
-
 - id: contact_name
   translation: Jméno
-
 - id: contact_email
   translation: Email
-
 - id: contact_message
   translation: Zpráva
-
 - id: contact_send
   translation: Poslat
-
 - id: book_appointment
   translation: Rezervovat schůzku
-
-# Publication/Talk details
-
 - id: abstract
   translation: Abstrakt
-
 - id: publication
   translation: Publikace
-
 - id: publication_type
   translation: Typ
-
 - id: date
   translation: Datum
-
 - id: last_updated
   translation: Naposledy aktualizováno dne
-
 - id: event
   translation: Událost
-
 - id: location
   translation: Místo
-
 - id: pub_uncat
   translation: Nezařazeno
-
 - id: pub_conf
   translation: Materiál ke konferenci
-
 - id: pub_journal
   translation: Článek v žurnálu
-
 - id: pub_preprint
   translation: Tisk předem
-
 - id: pub_report
   translation: Správa
-
 - id: pub_book
   translation: Kniha
-
 - id: pub_book_section
   translation: Sekce knihy
-
 - id: pub_thesis
   translation: Diplomová práce
-
 - id: pub_patent
   translation: Patent
-
-# Project details
-
 - id: open_project_site
   translation: Na stánku projektu
-
-# Default titles for archive pages
-
 - id: posts
   translation: Aktuality
-
 - id: publications
   translation: Publikace
-
 - id: talks
   translation: Přednášky
-
 - id: projects
   translation: Projekty
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Hledání
-
 - id: search_placeholder
   translation: Hledání...
-
 - id: search_results
   translation: nalezených výsledků
-
 - id: search_no_results
   translation: Nic nelalezeno
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Stránka neexistuje
-
 - id: 404_recommendations
   translation: Nehledáte náhodou jednu z těchto stránek?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Tyto stránky používají cookies k zajištění co možná nejlepší zkušenosti na našem webu.
-
 - id: cookie_dismiss
   translation: Rozumím!
-
 - id: cookie_learn
   translation: Zjistit více
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 0
wowchemy/i18n/da.yaml

@@ -8,6 +8,10 @@
   translation: Til toppen
 - id: home
   translation: Hjem
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Relaterede
 - id: minute_read
@@ -18,6 +22,16 @@
   translation: Næste
 - id: figure
   translation: 'Figur %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Eksempel
 - id: btn_pdf
@@ -112,6 +126,10 @@
   translation: Foredrag
 - id: projects
   translation: Projekter
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Søg
 - id: search_placeholder
@@ -120,6 +138,8 @@
   translation: resultater fundet
 - id: search_no_results
   translation: Ingen resultater fundet
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Side blev ikke fundet
 - id: 404_recommendations
@@ -130,3 +150,5 @@
   translation: Accepter
 - id: cookie_learn
   translation: Læs mere
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 14 - 0
wowchemy/i18n/de.yaml

@@ -6,6 +6,12 @@
   translation: Auf dieser Seite
 - id: back_to_top
   translation: Zurück zum Anfang
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: 语言
 - id: related
   translation: Ähnliches
 - id: minute_read
@@ -120,6 +126,10 @@
   translation: Vorträge
 - id: projects
   translation: Projekte
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Suche
 - id: search_placeholder
@@ -128,6 +138,8 @@
   translation: Suchergebnisse
 - id: search_no_results
   translation: Nichts gefunden
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Seite nicht gefunden
 - id: 404_recommendations
@@ -138,3 +150,5 @@
   translation: Verstanden!
 - id: cookie_learn
   translation: Mehr erfahren
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/el.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Σχετικά
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Επόμενο
 - id: figure
   translation: 'Figure %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Προ-δημοσίευση
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Ομιλίες
 - id: projects
   translation: Ερευνητικά προγράμματα
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: No results found
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Η ιστοσελίδα δεν βρέθηκε
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Got it!
 - id: cookie_learn
   translation: Learn more
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 3 - 106
wowchemy/i18n/es.yaml

@@ -1,257 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Barra de navegación
-
 - id: table_of_contents
   translation: Índice
-
 - id: on_this_page
   translation: En esta página
-
 - id: back_to_top
   translation: Regreso al inicio
-
 - id: home
   translation: Inicio
-
 - id: close
   translation: Cerrar
-
 - id: languages
   translation: Idiomas
-
-# General
-
 - id: related
   translation: Relacionado
-
 - id: minute_read
   translation: min de lectura
-
 - id: previous
   translation: Anterior
-
 - id: next
   translation: Siguiente
-
 - id: figure
   translation: 'Figura %d:'
-
 - id: edit_page
   translation: Edita esta página
-
-# Themes
-
 - id: theme_selector
   translation: Mostrar preferencias
-
 - id: theme_light
   translation: Claro
-
 - id: theme_dark
   translation: Oscuro
-
 - id: theme_auto
   translation: Automático
-
-# Buttons
-
 - id: btn_preprint
   translation: Prepublicación
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Citar
-
 - id: btn_slides
   translation: Diapositivas
-
 - id: btn_video
   translation: Vídeo
-
 - id: btn_code
   translation: Código fuente
-
 - id: btn_dataset
   translation: Datos
-
 - id: btn_project
   translation: Proyecto
-
 - id: btn_poster
   translation: Poster
-
 - id: btn_source
   translation: Documento fuente
-
 - id: btn_copy
   translation: Copiar
-
 - id: btn_download
   translation: Descargar
-
-# About widget
-
 - id: interests
   translation: Intereses
-
 - id: education
   translation: Educación
-
 - id: user_profile_latest
   translation: Recientes
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Ver certificado
-
-# Experience widget
-
 - id: present
   translation: Actualmente
-
-# Pages widget
-
 - id: more_pages
   translation: Ver todo
-
 - id: more_posts
   translation: Más posts
-
 - id: more_talks
   translation: Más eventos
-
 - id: more_publications
   translation: Más publicaciones
-
-# Contact widget
-
 - id: contact_name
   translation: Nombre
-
 - id: contact_email
   translation: Email
-
 - id: contact_message
   translation: Mensaje
-
 - id: contact_send
   translation: Enviar
-
 - id: book_appointment
   translation: Solicitar una cita
-
-# Publication/Event details
-
 - id: abstract
   translation: Resumen
-
 - id: publication
   translation: Publicación
-
 - id: publication_type
   translation: Tipo
-
 - id: date
   translation: Fecha
-
 - id: last_updated
   translation: Última actualización el
-
 - id: event
   translation: Evento
-
 - id: location
   translation: Localización
-
 - id: pub_uncat
   translation: Sin categoría
-
 - id: pub_conf
   translation: Artículo de conferencia
-
 - id: pub_journal
   translation: Artículo de revista
-
 - id: pub_preprint
   translation: Prepublicación
-
 - id: pub_report
   translation: Informe
-
 - id: pub_book
   translation: Libro
-
 - id: pub_book_section
   translation: Capítulo de libro
-
 - id: pub_thesis
   translation: Tesis
-
 - id: pub_patent
   translation: Patente
-
-# Project details
-
 - id: open_project_site
   translation: Ir al sitio del proyecto
-
-# Content types for default archive page titles and search results
-
 - id: posts
   translation: Posts
-
 - id: publications
   translation: Publicaciones
-
 - id: talks
   translation: Eventos
-
 - id: projects
   translation: Proyectos
-
 - id: slides
   translation: Diapositivas
-  
 - id: authors
-  translation: Autores  
-
-# Search
-
+  translation: Autores
 - id: search
   translation: Buscar
-
 - id: search_placeholder
   translation: Buscar...
-
 - id: search_results
   translation: resultados encontrados
-
 - id: search_no_results
   translation: No se encontraron resultados
-
 - id: search_common_queries
   translation: Búsquedas comunes
-
-# Error 404
-
 - id: page_not_found
   translation: Página no encontrada
-
 - id: 404_recommendations
   translation: ¿Buscabas una de éstas?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Este sitio web utiliza cookies para garantizarle una mejor experiencia.
-
 - id: cookie_dismiss
   translation: Entendido!
-
 - id: cookie_learn
   translation: Más información
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 93
wowchemy/i18n/et.yaml

@@ -1,225 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Näita menüüd
-
 - id: table_of_contents
   translation: Sisukord
-
 - id: on_this_page
   translation: Sellel lehel
-
 - id: back_to_top
   translation: Lehe algusse
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Vaata ka
-
 - id: minute_read
   translation: min lugemine
-
 - id: previous
   translation: Tagasi
-
 - id: next
   translation: Edasi
-
 - id: figure
   translation: 'Kujutis %d:'
-
 - id: edit_page
   translation: Muuda seda lehte
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Eeltrükk
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Tsiteeri
-
 - id: btn_slides
   translation: Slaidid
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Lähtekood
-
 - id: btn_dataset
   translation: Lähteandmed
-
 - id: btn_project
   translation: Projekt
-
 - id: btn_poster
   translation: Poster
-
 - id: btn_source
   translation: Algdokument
-
 - id: btn_copy
   translation: Koopia
-
 - id: btn_download
   translation: Laadi alla
-
-# About widget
-
 - id: interests
   translation: Huvid
-
 - id: education
   translation: Haridus
-
 - id: user_profile_latest
   translation: Värske
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Vaata serti
-
-# Experience widget
-
 - id: present
   translation: Praegu
-
-# Pages widget
-
 - id: more_pages
   translation: Näita kõiki
-
 - id: more_posts
   translation: Näita kõiki postitusi
-
 - id: more_talks
   translation: Näita kõiki esinemisi
-
 - id: more_publications
   translation: Näita kõiki väljaandeid
-
-# Contact widget
-
 - id: contact_name
   translation: Nimi
-
 - id: contact_email
   translation: Meil
-
 - id: contact_message
   translation: Sõnum
-
 - id: contact_send
   translation: Saada
-
 - id: book_appointment
   translation: Lepi kohtumine
-
-# Publication/Talk details
-
 - id: abstract
   translation: Kokkuvõte
-
 - id: publication
   translation: Väljaanne
-
 - id: publication_type
   translation: Tüüp
-
 - id: date
   translation: Kuupäev
-
 - id: last_updated
   translation: Viimati uuendatud
-
 - id: event
   translation: Sündmus
-
 - id: location
   translation: Asukoht
-
 - id: pub_uncat
   translation: Määramata
-
 - id: pub_conf
   translation: Ettekanne
-
 - id: pub_journal
   translation: Artikkel
-
 - id: pub_preprint
   translation: Eeltrükk
-
 - id: pub_report
   translation: Raport
-
 - id: pub_book
   translation: Raamat
-
 - id: pub_book_section
   translation: Peatükk
-
 - id: pub_thesis
   translation: Väitekiri
-
 - id: pub_patent
   translation: Patent
-
-# Project details
-
 - id: open_project_site
   translation: Mine projektilehele
-
-# Default titles for archive pages
-
 - id: posts
   translation: Blogi
-
 - id: publications
   translation: Publikatsioonid
-
 - id: talks
   translation: Esinemised
-
 - id: projects
   translation: Projektid
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Otsing
-
 - id: search_placeholder
   translation: Otsimine...
-
 - id: search_results
   translation: tulemust
-
 - id: search_no_results
   translation: Tulemusi pole
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Lehekülge ei leitud
-
 - id: 404_recommendations
   translation: Äkki mõni neist aitab edasi?
-
-# Cookie consent
-
 - id: cookie_message
   translation: See veebisait kasutab küpsiseid, et pakkuda sulle isikustatud lehitsemiskogemust.
-
 - id: cookie_dismiss
   translation: Selge!
-
 - id: cookie_learn
   translation: Täpsemalt
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 4 - 104
wowchemy/i18n/eu.yaml

@@ -1,254 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Nabigazio-barra
-
 - id: table_of_contents
   translation: Aurkibidea
-
 - id: on_this_page
   translation: Orrialde honetan
-
 - id: back_to_top
   translation: Hasierara itzuli
-
 - id: home
   translation: Hasiera
-
 - id: close
   translation: Itxi
-
 - id: languages
   translation: Hizkuntzak
-
-# General
-
 - id: related
   translation: Erlazionatuta
-
 - id: minute_read
   translation: minutuko irakurketa
-
 - id: previous
   translation: Aurrekoa
-
 - id: next
   translation: Hurrengoa
-
 - id: figure
   translation: 'Figura %d:'
-
 - id: edit_page
   translation: Orrialde hau editatu
-
-# Themes
-
 - id: theme_selector
   translation: Bistaratze lehentasunak
-
 - id: theme_light
   translation: Argia
-
 - id: theme_dark
   translation: Iluna
-
 - id: theme_auto
   translation: Automatikoa
-
-# Buttons
-
 - id: btn_preprint
   translation: Aurreargitalpena
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Aipuak
-
 - id: btn_slides
   translation: Diapositibak
-
 - id: btn_video
   translation: Bideoa
-
 - id: btn_code
   translation: Kodea
-
 - id: btn_dataset
   translation: Datu-sorta
-
 - id: btn_project
   translation: Proiektua
-
 - id: btn_poster
   translation: Posterra
-
 - id: btn_source
   translation: Jatorrizko dokumentua
-
 - id: btn_copy
   translation: Kopiatu
-
 - id: btn_download
   translation: Deskargatu
-
-# About widget
-
 - id: interests
   translation: Interesak
-
 - id: education
   translation: Ikasketak
-
 - id: user_profile_latest
   translation: Berriak
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Ikusi ziurtagiria
-
-# Experience widget
-
 - id: present
   translation: Gaur egun
-
-# Pages widget
-
 - id: more_pages
   translation: Ikusi dena
-
 - id: more_posts
   translation: Post gehiago
-
 - id: more_talks
   translation: Ekitaldi gehiago
-
 - id: more_publications
   translation: Argitalpen gehiago
-
-# Contact widget
-
 - id: contact_name
   translation: Izena
-
 - id: contact_email
   translation: Emaila
-
 - id: contact_message
   translation: Mezua
-
 - id: contact_send
   translation: Bidali
-
 - id: book_appointment
   translation: Hitzordua eskatu
-
-# Publication/Event details
-
 - id: abstract
   translation: Laburpena
-
 - id: publication
   translation: Argitalpena
-
 - id: publication_type
   translation: Mota
-
 - id: date
   translation: Data
-
 - id: last_updated
   translation: Azkenengoz editatua
-
 - id: event
   translation: Ekitaldia
-
 - id: location
   translation: Kokalekua
-
 - id: pub_uncat
   translation: Kategoriarik gabe
-
 - id: pub_conf
   translation: Konferentzia-artikulua
-
 - id: pub_journal
   translation: Aldizkari-artikulua
-
 - id: pub_preprint
   translation: Aurreargitalpena
-
 - id: pub_report
   translation: Txostena
-
 - id: pub_book
   translation: Liburua
-
 - id: pub_book_section
   translation: Liburu-kapitulua
-
 - id: pub_thesis
   translation: Tesia
-
 - id: pub_patent
   translation: Patentea
-
-# Project details
-
 - id: open_project_site
   translation: Joan proiektuaren webgunera
-
-# Content types for default archive page titles and search results
-
 - id: posts
   translation: Posts
-
 - id: publications
   translation: Argitalpenak
-
 - id: talks
   translation: Ekitaldiak
-
 - id: projects
   translation: Proiektuak
-
 - id: slides
   translation: Diapositibak
-
-# Search
-
+- id: authors
+  translation: Authors
 - id: search
   translation: Bilatu
-
 - id: search_placeholder
   translation: Bilatu...
-
 - id: search_results
   translation: Bilaketaren emaitzak
-
 - id: search_no_results
   translation: Ez da ezer aurkitu
-
 - id: search_common_queries
   translation: Ohiko bilaketak
-
-# Error 404
-
 - id: page_not_found
   translation: Ezin izan da orrialdea aurkitu
-
 - id: 404_recommendations
   translation: Agian hauetako baten bila zenbiltzan?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Webgune honek cookie-ak erabiltzen ditu esperientzia hobea bermatzeko.
-
 - id: cookie_dismiss
   translation: Ulertua!
-
 - id: cookie_learn
   translation: Informazio gehiago
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 16 - 98
wowchemy/i18n/fa.yaml

@@ -1,236 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: خاموش/روشن کردن مسیر
-
 - id: table_of_contents
   translation: فهرست مطالب
-
 - id: on_this_page
   translation: محتوا
-
 - id: back_to_top
   translation: بازگشت به بالا
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: مرتبط
-
 - id: minute_read
   translation: زمان خواندن
-
 - id: previous
   translation: قبلی
-
 - id: next
   translation: بعدی
-
 - id: figure
   translation: 'شکل %d:'
-
 - id: edit_page
   translation: ویرایش صفحه
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: روشن
-
 - id: theme_dark
   translation: تاریک
-
 - id: theme_auto
   translation: روشنایی خودکار
-
-# Buttons
-
 - id: btn_preprint
   translation: نسخه پیش از چاپ
-
 - id: btn_pdf
   translation: فایل PDF
-
 - id: btn_cite
   translation: رفرنس دادن
-
 - id: btn_slides
   translation: اسلایدها
-
 - id: btn_video
   translation: ویدئو
-
 - id: btn_code
   translation: برنامه
-
 - id: btn_dataset
   translation: داده‌ها
-
 - id: btn_project
   translation: پروژه
-
 - id: btn_poster
   translation: پوستر
-
 - id: btn_source
   translation: متن اصلی
-
 - id: btn_copy
   translation: کپی
-
 - id: btn_download
   translation: دانلود
-
-# About widget
-
 - id: interests
   translation: موضوعات پژوهشی
-
 - id: education
   translation: تحصیلات
-
 - id: user_profile_latest
   translation: آخرین‌ها
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: مشاهده گواهی
-
-# Experience widget
-
 - id: present
   translation: اکنون
-
-# Pages widget
-
 - id: more_pages
   translation: بقیه صفحات
-
 - id: more_posts
   translation: بقیه پست‌ها
-
 - id: more_talks
   translation: بقیه سخنرانی‌ها
-
 - id: more_publications
   translation: بقیه آثار
-
-# Contact widget
-
 - id: contact_name
   translation: نام
-
 - id: contact_email
   translation: ایمیل
-
 - id: contact_message
   translation: پیام
-
 - id: contact_send
   translation: ارسال
-
 - id: book_appointment
   translation: تعیین قرار ملاقات
-
-# Publication/Talk details
-
 - id: abstract
   translation: چکیده
-
 - id: publication
   translation: اثر
-
 - id: publication_type
   translation: نوع اثر
-
 - id: date
   translation: تاریخ
-
 - id: last_updated
   translation: آخرین به روز رسانی
-
 - id: event
   translation: رویداد
-
 - id: location
   translation: مکان
-
 - id: pub_uncat
   translation: بدون دسته‌بندی
-
 - id: pub_conf
   translation: مقاله کنفرانسی
-
 - id: pub_journal
   translation: مقاله ژورنالی
-
 - id: pub_preprint
   translation: پیش‌نویس مقاله
-
 - id: pub_report
   translation: گزارش
-
 - id: pub_book
   translation: کتاب
-
 - id: pub_book_section
   translation: فصل از کتاب
-
 - id: pub_thesis
   translation: پایان‌نامه
-
 - id: pub_patent
   translation: ثبت اختراع
-
-# Project details
-
 - id: open_project_site
   translation: باز کردن وب‌سایت پروژه
-
-# Default titles for archive pages
-
 - id: posts
   translation: پست‌ها
-
 - id: publications
   translation: آثار
-
 - id: talks
   translation: سخنرانی‌ها
-
 - id: projects
   translation: پروژه‌ها
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: جستجو
-
 - id: search_placeholder
   translation: جستجو...
-
 - id: search_results
   translation: نتیجه پیدا شد.
-
 - id: search_no_results
   translation: هیچ نتیجه‌ای پیدا نشد.
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: صفحه پیدا نشد.
-
 - id: 404_recommendations
   translation: شاید دنبال یکی از این صفحات بودید؟
-
-# Cookie consent
-
 - id: cookie_message
   translation: این وب‌سایت برای بهبود تجربه کاربری شما از کوکی‌ها استفاده می‌کند.
-
 - id: cookie_dismiss
   translation: باشه!
-
 - id: cookie_learn
   translation: اطلاعات بیشتر...
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 3 - 106
wowchemy/i18n/fi.yaml

@@ -1,257 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Navigointi
-
 - id: table_of_contents
   translation: Sisällys
-
 - id: on_this_page
   translation: Sisältö
-
 - id: back_to_top
   translation: Takaisin ylös
-
 - id: home
   translation: Etusivu
-
 - id: close
   translation: Sulje
-
 - id: languages
   translation: Kielet
-
-# General
-
 - id: related
   translation: Aiheeseen liittyvät
-
 - id: minute_read
   translation: min (lukuaika)
-
 - id: previous
   translation: Edellinen
-
 - id: next
   translation: Seuraava
-
 - id: figure
-  translation: "Kuvio %d:"
-
+  translation: 'Kuvio %d:'
 - id: edit_page
   translation: Editoi sivua
-
-# Themes
-
 - id: theme_selector
   translation: Valitse teema
-
 - id: theme_light
   translation: Vaalea
-
 - id: theme_dark
   translation: Tumma
-
 - id: theme_auto
   translation: Automaattinen
-
-# Buttons
-
 - id: btn_preprint
   translation: Preprint
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Siteeraa
-
 - id: btn_slides
   translation: Diat
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Koodi
-
 - id: btn_dataset
   translation: Tietoaineisto
-
 - id: btn_project
   translation: Projekti
-
 - id: btn_poster
   translation: Posteri
-
 - id: btn_source
   translation: Lähdeasiakirja
-
 - id: btn_copy
   translation: Kopioi
-
 - id: btn_download
   translation: Lataa
-
-# About widget
-
 - id: interests
   translation: Kiinnostukset
-
 - id: education
   translation: Koulutus
-
 - id: user_profile_latest
   translation: Viimeisin
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Katso todistus
-
-# Experience widget
-
 - id: present
   translation: Nykyinen
-
-# Pages widget
-
 - id: more_pages
   translation: Katso kaikki
-
 - id: more_posts
   translation: Kaikki blogitekstit
-
 - id: more_talks
   translation: Katso kaikki esitelmät
-
 - id: more_publications
   translation: Katso kaikki julkaisut
-
-# Contact widget
-
 - id: contact_name
   translation: Nimi
-
 - id: contact_email
   translation: Sähköposti
-
 - id: contact_message
   translation: Viesti
-
 - id: contact_send
   translation: Lähetä
-
 - id: book_appointment
   translation: Sovi tapaaminen
-
-# Publication/Talk details
-
 - id: abstract
   translation: Abstrakti
-
 - id: publication
   translation: Julkaisu
-
 - id: publication_type
   translation: Tyyppi
-
 - id: date
   translation: Päivämäärä
-
 - id: last_updated
   translation: Viimeksi päivitetty
-
 - id: event
   translation: Tapahtuma
-
 - id: location
   translation: Sijainti
-
 - id: pub_uncat
   translation: Lajittelematon
-
 - id: pub_conf
   translation: Konferenssijulkaisu
-
 - id: pub_journal
   translation: Artikkeli
-
 - id: pub_preprint
   translation: Preprint
-
 - id: pub_report
   translation: Raportti
-
 - id: pub_book
   translation: Kirja
-
 - id: pub_book_section
   translation: Kirjan kohta
-
 - id: pub_thesis
   translation: Opinnäyte
-
 - id: pub_patent
   translation: Patentti
-
-# Project details
-
 - id: open_project_site
   translation: Siirry projektisivulle
-
-# Content types for default archive page titles and search results
-
 - id: posts
   translation: Blogitekstit
-
 - id: publications
   translation: Julkaisut
-
 - id: talks
   translation: Esitelmät
-
 - id: projects
   translation: Projektit
-
 - id: slides
   translation: Diat
-
 - id: authors
   translation: Kirjoittajat
-
-# Search
-
 - id: search
   translation: Etsi
-
 - id: search_placeholder
   translation: Etsi...
-
 - id: search_results
   translation: tulosta löydetty
-
 - id: search_no_results
   translation: Ei tuloksia
-
 - id: search_common_queries
   translation: Yleiset haut
-
-# Error 404
-
 - id: page_not_found
   translation: Sivua ei löydetty
-
 - id: 404_recommendations
   translation: Ehkä etsit jotain näistä?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Tämä verkkosivusto käyttää evästeitä varmistaakseen, että saat parhaan käyttökokemuksen verkkosivustollamme.
-
 - id: cookie_dismiss
   translation: Hyväksytty
-
 - id: cookie_learn
   translation: Lisätietoja
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/fr.yaml

@@ -6,6 +6,12 @@
   translation: Dans cette page
 - id: back_to_top
   translation: Retourner au début
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Sur le même sujet
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Suivant
 - id: figure
   translation: 'Figure %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprint
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Présentations
 - id: projects
   translation: Projets
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Rechercher
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: Résultats trouvés
 - id: search_no_results
   translation: Aucun résultat n'a été trouvé
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Page non disponible
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Accepter
 - id: cookie_learn
   translation: En savoir plus
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 12 - 100
wowchemy/i18n/he.yaml

@@ -1,242 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: ניווט
-
 - id: table_of_contents
   translation: תוכן עניינים
-
 - id: on_this_page
   translation: תוכן
-
 - id: back_to_top
   translation: חזרה למעלה
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: קשור
-
 - id: minute_read
   translation: דק׳ קריאה
-
 - id: previous
   translation: הקודם
-
 - id: next
   translation: הבא
-
 - id: figure
   translation: 'איור %d:'
-
 - id: edit_page
   translation: עריכת דף זה
-
-# Themes
-
 - id: theme_selector
   translation: העדפות תצוגה
-
 - id: theme_light
   translation: בהיר
-
 - id: theme_dark
   translation: כהה
-
 - id: theme_auto
   translation: אוטומטי
-
-# Buttons
-
 - id: btn_preprint
   translation: קדם-פרסום
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: ציטוט
-
 - id: btn_slides
   translation: שקופיות
-
 - id: btn_video
   translation: וידאו
-
 - id: btn_code
   translation: קוד
-
 - id: btn_dataset
   translation: ערכת נתונים
-
 - id: btn_project
   translation: פרויקט
-
 - id: btn_poster
   translation: פוסטר
-
 - id: btn_source
   translation: מסמך מקור
-
 - id: btn_copy
   translation: העתקה
-
 - id: btn_download
   translation: הורדה
-
-# About widget
-
 - id: interests
   translation: תחומי עניין
-
 - id: education
   translation: השכלה
-
 - id: user_profile_latest
   translation: פורסם לאחרונה
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: תעודה
-
-# Experience widget
-
 - id: present
   translation: הווה
-
-# Pages widget
-
 - id: more_pages
   translation: הכל
-
 - id: more_posts
   translation: כל הפוסטים
-
 - id: more_talks
   translation: כל ההרצאות
-
 - id: more_publications
   translation: כל הפרסומים
-
-# Contact widget
-
 - id: contact_name
   translation: שם
-
 - id: contact_email
   translation: דוא״ל
-
 - id: contact_message
   translation: הודעה
-
 - id: contact_send
   translation: שליחה
-
 - id: book_appointment
   translation: קביעת פגישה
-
-# Publication/Talk details
-
 - id: abstract
   translation: תקציר
-
 - id: publication
   translation: פרסום
-
 - id: publication_type
   translation: סוג
-
 - id: date
   translation: תאריך
-
 - id: last_updated
   translation: עודכן לאחרונה ב-
-
 - id: event
   translation: אירוע
-
 - id: location
   translation: מיקום
-
 - id: pub_uncat
   translation: לא מסווג
-
 - id: pub_conf
   translation: נייר ועידה
-
 - id: pub_journal
   translation: מאמר בכתב עת
-
 - id: pub_preprint
   translation: קדם-פרסום
-
 - id: pub_report
   translation: דו״ח
-
 - id: pub_book
   translation: ספר
-
 - id: pub_book_section
   translation: קטע של ספר
-
 - id: pub_thesis
   translation: תזה
-
 - id: pub_patent
   translation: פטנט
-
-# Project details
-
 - id: open_project_site
   translation: אתר הפרויקט
-
-# Content types for default archive page titles and search results
-
 - id: posts
   translation: פוסטים
-
 - id: publications
   translation: פרסומים
-
 - id: talks
   translation: הרצאות
-
 - id: projects
   translation: פרויקטים
-
 - id: slides
   translation: שקופיות
-
-# Search
-
+- id: authors
+  translation: Authors
 - id: search
   translation: חיפוש
-
 - id: search_placeholder
   translation: חיפוש...
-
 - id: search_results
   translation: תוצאות חיפוש
-
 - id: search_no_results
   translation: לא נמצאו תוצאות
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: העמוד לא נמצא
-
 - id: 404_recommendations
   translation: אולי חיפשת אחד מאלה?
-
-# Cookie consent
-
 - id: cookie_message
   translation: אתר זה משתמש בקובצי Cookie כדי להבטיח שתקבלו את החוויה הטובה ביותר באתר.
-
 - id: cookie_dismiss
   translation: הבנתי!
-
 - id: cookie_learn
   translation: מידע נוסף
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/hu.yaml

@@ -6,6 +6,12 @@
   translation: Ezen az oldalon
 - id: back_to_top
   translation: Vissza felülre
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Kapcsolódó anyagok
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Következő
 - id: figure
   translation: '%d. ábra:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Megjelenés előtt
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Előadások
 - id: projects
   translation: Projektek
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Keresés
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: találat
 - id: search_no_results
   translation: Nincsen találat
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Az oldal nem található
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Rendben
 - id: cookie_learn
   translation: További információk
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/id.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Terkait
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Selanjutnya
 - id: figure
   translation: 'Figure %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Pracetak
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Presentasi
 - id: projects
   translation: Proyek
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: No results found
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Laman tidak ditemukan
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Got it!
 - id: cookie_learn
   translation: Learn more
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/it.yaml

@@ -6,6 +6,12 @@
   translation: In questa pagina
 - id: back_to_top
   translation: Torna su
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Correlato
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Prossimo
 - id: figure
   translation: 'Immagine %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprint
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Conferenze
 - id: projects
   translation: Progetti
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Cerca
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: Risultati della ricerca
 - id: search_no_results
   translation: Nessun risultato
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Pagina non trovata
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Ok!
 - id: cookie_learn
   translation: Leggi i dettagli
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/ja.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: 関連項目
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: 次へ
 - id: figure
   translation: '図 %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: プレプリント
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: 登壇
 - id: projects
   translation: プロジェクト
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: 結果が見つかりませんでした
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: ページが見つかりませんでした
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: はい
 - id: cookie_learn
   translation: 詳細を見る
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 93
wowchemy/i18n/km.yaml

@@ -1,225 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: បិទ/បើក នាវាចរណ៍
-
 - id: table_of_contents
   translation: តារាងមាតិកា
-
 - id: on_this_page
   translation: នៅក្នុងទំព័រនេះ
-
 - id: back_to_top
   translation: ទៅខាងលើទំព័រ
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: ភាសាខ្មែរ
-
 - id: minute_read
   translation: ពេលចំណាយអាន
-
 - id: previous
   translation: ផ្នែកមុន
-
 - id: next
   translation: ផ្នែកបន្ទាប់
-
 - id: figure
   translation: 'រូប %d:'
-
 - id: edit_page
   translation: កែប្រែទំព័រ
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: ប៊ូតុងបោះពុម្ព
-
 - id: btn_pdf
   translation: ប៊ូតុងPDF
-
 - id: btn_cite
   translation: ប៊ូតុងដកស្រង់
-
 - id: btn_slides
   translation: ប៊ូតុងស្លាយ
-
 - id: btn_video
   translation: ប៊ូតុងវីដេអូ
-
 - id: btn_code
   translation: ប៊ូតុងកូដ
-
 - id: btn_dataset
   translation: ប៊ូតុងទិន្នន័យ
-
 - id: btn_project
   translation: ប៊ូតុងគម្រោង
-
 - id: btn_poster
   translation: ប៊ូតុងប័ណ្ណប្រកាស
-
 - id: btn_source
   translation: ប៊ូតុងប្រភព
-
 - id: btn_copy
   translation: ប៊ូតុងចម្លង
-
 - id: btn_download
   translation: ប៊ូតុងទាញយក
-
-# About widget
-
 - id: interests
   translation: ចំណាប់អារម្មណ៍
-
 - id: education
   translation: កម្រិតការសិក្សា
-
 - id: user_profile_latest
   translation: ប្រវត្តិរូបចុងក្រោយបង្អស់
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: វិញ្ញាបនបត្រ
-
-# Experience widget
-
 - id: present
   translation: បច្ចុប្បន្ន
-
-# Pages widget
-
 - id: more_pages
   translation: ទំព័រច្រើនទៀត
-
 - id: more_posts
   translation: ប៉ុស្ដិ៍ច្រើនទៀត
-
 - id: more_talks
   translation: សុន្ទរកថាច្រើនទៀត
-
 - id: more_publications
   translation: ការបោះពុម្ពផ្សាយច្រើនទៀត
-
-# Contact widget
-
 - id: contact_name
   translation: ឈ្មោះ​
-
 - id: contact_email
   translation: អាស័យ​ដ្ឋាន​អ៊ី​ម៉េ​ល
-
 - id: contact_message
   translation: ​សារអ៊ី​ម៉េ​ល
-
 - id: contact_send
   translation: ផ្ញើអ៊ីមែល
-
 - id: book_appointment
   translation: កក់ការណាត់ជួប
-
-# Publication/Talk details
-
 - id: abstract
   translation: របាយការណ៍
-
 - id: publication
   translation: ការបោះពុម្ពផ្សាយ
-
 - id: publication_type
   translation: ប្រភេទការបោះពុម្ពផ្សាយ
-
 - id: date
   translation: កាលបរិច្ឆេទ
-
 - id: last_updated
   translation: ការធ្វើឱ្យទាន់សម័យចុងក្រោយបង្អស់
-
 - id: event
   translation: ព្រឹត្តិការណ៍
-
 - id: location
   translation: ទីតាំង
-
 - id: pub_uncat
   translation: គ្មានប្រភេទ
-
 - id: pub_conf
   translation: សន្និសិទ
-
 - id: pub_journal
   translation: ទិនានុប្បវត្តិ
-
 - id: pub_preprint
   translation: បោះពុម្ព
-
 - id: pub_report
   translation: របាយការណ៍
-
 - id: pub_book
   translation: សៀវភៅបោះពុម្ព
-
 - id: pub_book_section
   translation: ផ្នែកសៀវភៅ
-
 - id: pub_thesis
   translation: និក្ខេបបទ
-
 - id: pub_patent
   translation: ប៉ាតង់
-
-# Project details
-
 - id: open_project_site
   translation: គម្រោងបើក
-
-# Default titles for archive pages
-
 - id: posts
   translation: ប៉ុស្ដិ៍
-
 - id: publications
   translation: ការបោះពុម្ពផ្សាយ
-
 - id: talks
   translation: សុន្ទរកថា
-
 - id: projects
   translation: គម្រោង
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: ស្វែងរក
-
 - id: search_placeholder
   translation: កន្លែងស្វែងរក
-
 - id: search_results
   translation: លទ្ធផលស្វែងរក
-
 - id: search_no_results
   translation: ស្វែងរកគ្មានលទ្ធផល
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: ទំព័ររក​មិន​ឃើញ
-
 - id: 404_recommendations
   translation: 404_អនុសាសន៍
-
-# Cookie consent
-
 - id: cookie_message
   translation: សារខូឃី
-
 - id: cookie_dismiss
   translation: ខូឃីបណ្តេញចេញ
-
 - id: cookie_learn
   translation: ខូឃីរៀន
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/ko.yaml

@@ -6,6 +6,12 @@
   translation: 이 페이지
 - id: back_to_top
   translation: 맨 위로
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: 관련문서
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: 다음
 - id: figure
   translation: '그림 %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: 출판 전 논문
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: 강연
 - id: projects
   translation: 프로젝트
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: 검색
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: 검색 결과
 - id: search_no_results
   translation: 검색 결과 없음
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: 페이지 없음
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: 알겠어!
 - id: cookie_learn
   translation: 더 알아보기
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 16 - 98
wowchemy/i18n/lt.yaml

@@ -1,236 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Perjungti navigaciją
-
 - id: table_of_contents
   translation: Turinys
-
 - id: on_this_page
   translation: Turinys
-
 - id: back_to_top
   translation: Grįžti į puslapio viršų
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Susiję
-
 - id: minute_read
   translation: minučių skaitymo
-
 - id: previous
   translation: Ankstesnis
-
 - id: next
   translation: Tolimesnis
-
 - id: figure
   translation: 'Pav. %d:'
-
 - id: edit_page
   translation: Redaguoti šį puslapį
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: Šviesus
-
 - id: theme_dark
   translation: Tamsus
-
 - id: theme_auto
   translation: Automatinis
-
-# Buttons
-
 - id: btn_preprint
   translation: Nerecenzuota publikacija
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Citata
-
 - id: btn_slides
   translation: Prezentacija
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Kodas
-
 - id: btn_dataset
   translation: Duomenų rinkinys
-
 - id: btn_project
   translation: Projektas
-
 - id: btn_poster
   translation: Plakatas
-
 - id: btn_source
   translation: Šaltinis
-
 - id: btn_copy
   translation: Kopijuoti
-
 - id: btn_download
   translation: Parsisiųsti
-
-# About widget
-
 - id: interests
   translation: Pomėgiai
-
 - id: education
   translation: Išsilavinimas
-
 - id: user_profile_latest
   translation: Naujausi
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Peržiūrėti sertifikatą
-
-# Experience widget
-
 - id: present
   translation: Parodyti
-
-# Pages widget
-
 - id: more_pages
   translation: Žiūrėti visus
-
 - id: more_posts
   translation: Žiūrėti visus straipsnius
-
 - id: more_talks
   translation: Žiūrėti visus pranešimus
-
 - id: more_publications
   translation: Žiūrėti visas publikacijas
-
-# Contact widget
-
 - id: contact_name
   translation: Vardas
-
 - id: contact_email
   translation: Elektroninis paštas
-
 - id: contact_message
   translation: Žinutė
-
 - id: contact_send
   translation: Siųsti
-
 - id: book_appointment
   translation: Rezervuoti susitikimą
-
-# Publication/Talk details
-
 - id: abstract
   translation: Santrauka
-
 - id: publication
   translation: Publikacija
-
 - id: publication_type
   translation: Tipas
-
 - id: date
   translation: Data
-
 - id: last_updated
   translation: Vėliausiai atnaujinti
-
 - id: event
   translation: Renginys
-
 - id: location
   translation: Lokacija
-
 - id: pub_uncat
   translation: Nekategorizuota
-
 - id: pub_conf
   translation: Konferencijos publikacija
-
 - id: pub_journal
   translation: Mokslinis straipsnis
-
 - id: pub_preprint
   translation: Nerecenzuota publikacija
-
 - id: pub_report
   translation: Ataskaita
-
 - id: pub_book
   translation: Knyga
-
 - id: pub_book_section
   translation: Knygos skyrius
-
 - id: pub_thesis
   translation: Tezė
-
 - id: pub_patent
   translation: Patentas
-
-# Project details
-
 - id: open_project_site
   translation: Eiti į projekto puslapį
-
-# Default titles for archive pages
-
 - id: posts
   translation: Straipsniai
-
 - id: publications
   translation: Publikacijos
-
 - id: talks
   translation: Pranešimai
-
 - id: projects
   translation: Projektai
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Paieška
-
 - id: search_placeholder
   translation: Ieškoti...
-
 - id: search_results
   translation: rasta rezultatų
-
 - id: search_no_results
   translation: Nieko nerasta
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Puslapis nerastas
-
 - id: 404_recommendations
   translation: Galbūt jūs ieškojote šių puslapių?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Šis puslapis naudoja slapukus, kad užtikrintų geriausią naršymo patirtį.
-
 - id: cookie_dismiss
   translation: Supratau!
-
 - id: cookie_learn
   translation: Sužinoti daugiau
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 93
wowchemy/i18n/lv.yaml

@@ -1,225 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Pārslēgt navigāciju
-
 - id: table_of_contents
   translation: Satura rādītājs
-
 - id: on_this_page
   translation: Šajā lapā
-
 - id: back_to_top
   translation: Uz augšu
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Līdzīgi
-
 - id: minute_read
   translation: minūtes lasīšanai
-
 - id: previous
   translation: Atpakaļ
-
 - id: next
   translation: Uz priekšu
-
 - id: figure
   translation: 'Attēls %d:'
-
 - id: edit_page
   translation: Rediģēt šo lapu
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprints
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Citēt
-
 - id: btn_slides
   translation: Slaidi
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Kods
-
 - id: btn_dataset
   translation: Datu kopa
-
 - id: btn_project
   translation: Projekts
-
 - id: btn_poster
   translation: Plakāts
-
 - id: btn_source
   translation: Pirmavots
-
 - id: btn_copy
   translation: Kopija
-
 - id: btn_download
   translation: Lejupielādēt
-
-# About widget
-
 - id: interests
   translation: Intereses
-
 - id: education
   translation: Izglītība
-
 - id: user_profile_latest
   translation: Jaunākais
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Skatīt sertifikātu
-
-# Experience widget
-
 - id: present
   translation: Šobrīd
-
-# Pages widget
-
 - id: more_pages
   translation: Skatīt visu
-
 - id: more_posts
   translation: Skatīt visus rakstus
-
 - id: more_talks
   translation: Skatīt visas runas
-
 - id: more_publications
   translation: Skatīt visas publikācijas
-
-# Contact widget
-
 - id: contact_name
   translation: Vārds
-
 - id: contact_email
   translation: E-pasts
-
 - id: contact_message
   translation: Teksts
-
 - id: contact_send
   translation: Nosūtīt
-
 - id: book_appointment
   translation: Pieteikt tikšanos
-
-# Publication/Talk details
-
 - id: abstract
   translation: Kopsavilkums
-
 - id: publication
   translation: Publikācija
-
 - id: publication_type
   translation: Veids
-
 - id: date
   translation: Datums
-
 - id: last_updated
   translation: Pēdējais atjauninājums
-
 - id: event
   translation: Notikums
-
 - id: location
   translation: Vieta
-
 - id: pub_uncat
   translation: Bez kategorijas
-
 - id: pub_conf
   translation: Uzstāšanās konferencē
-
 - id: pub_journal
   translation: Raksts žurnālā
-
 - id: pub_preprint
   translation: Novilkums
-
 - id: pub_report
   translation: Ziņojums
-
 - id: pub_book
   translation: Grāmata
-
 - id: pub_book_section
   translation: Grāmatas nodaļa
-
 - id: pub_thesis
   translation: Disertācija
-
 - id: pub_patent
   translation: Patents
-
-# Project details
-
 - id: open_project_site
   translation: Pāriet pie projekta lapas
-
-# Default titles for archive pages
-
 - id: posts
   translation: Blogs
-
 - id: publications
   translation: Publikācijas
-
 - id: talks
   translation: Runas
-
 - id: projects
   translation: Projekti
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Meklēt
-
 - id: search_placeholder
   translation: Meklēt...
-
 - id: search_results
   translation: rezultāti
-
 - id: search_no_results
   translation: Nekas nav atrasts
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Lapa nav atrasta
-
 - id: 404_recommendations
   translation: Iespējams, meklējāt kādu no šiem ierakstiem?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Šī vietne izmanto sīkdatnes, lai nodrošinātu Jums vislabāko pieredzi mūsu vietnē.
-
 - id: cookie_dismiss
   translation: Sapratu!
-
 - id: cookie_learn
   translation: Uzzināt vairāk
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 14 - 99
wowchemy/i18n/nb.yaml

@@ -1,239 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Bytte navigering
-
 - id: table_of_contents
   translation: Innholdsfortegnelse
-
 - id: on_this_page
   translation: Innhold
-
 - id: back_to_top
   translation: Tilbake til toppen
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Relatert
-
 - id: minute_read
   translation: min. lesing
-
 - id: previous
   translation: Forrige
-
 - id: next
   translation: Neste
-
 - id: figure
   translation: 'Figur %d:'
-
 - id: edit_page
   translation: Rediger denne siden
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: Lys
-
 - id: theme_dark
   translation: Mørk
-
 - id: theme_auto
   translation: Automatisk
-
-# Buttons
-
 - id: btn_preprint
   translation: Opprinnelig manus (preprint)
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Sitere
-
 - id: btn_slides
   translation: Presentasjoner
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Kode
-
 - id: btn_dataset
   translation: Datasett
-
 - id: btn_project
   translation: Prosjekt
-
 - id: btn_poster
   translation: Innlegg
-
 - id: btn_source
   translation: Kildedokument
-
 - id: btn_copy
   translation: Kopi
-
 - id: btn_download
   translation: Last ned
-
-# About widget
-
 - id: interests
   translation: Interesser
-
 - id: education
   translation: Utdanning
-
 - id: user_profile_latest
   translation: Siste
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Se sertifikat
-
-# Experience widget
-
 - id: present
   translation: Nå
-
-# Pages widget
-
 - id: more_pages
   translation: Se alle
-
 - id: more_posts
   translation: Se alle innlegg
-
 - id: more_talks
   translation: Se alle presentasjoner
-
 - id: more_publications
   translation: See alle publiseringer
-
-# Contact widget
-
 - id: contact_name
   translation: Navn
-
 - id: contact_email
   translation: E-post
-
 - id: contact_message
   translation: Melding
-
 - id: contact_send
   translation: Send
-
 - id: book_appointment
   translation: Be om en avtale
-
-# Publication/Talk details
-
 - id: abstract
   translation: Sammendrag
-
 - id: publication
   translation: Publisering
-
 - id: publication_type
   translation: Type
-
 - id: date
   translation: Dato
-
 - id: last_updated
   translation: Sist oppdatert den
-
 - id: event
   translation: Arrangement
-
 - id: location
   translation: Sted
-
 - id: pub_uncat
   translation: Ukategorisert
-
 - id: pub_conf
   translation: Konferanseartikkel
-
 - id: pub_journal
   translation: Tidskriftsartikel
-
 - id: pub_preprint
   translation: Opprinnelig manus (preprint)
-
 - id: pub_report
   translation: Rapport
-
 - id: pub_book
   translation: Bok
-
 - id: pub_book_section
   translation: Bokkapittel
-
 - id: pub_thesis
   translation: Oppgave
-
 - id: pub_patent
   translation: Patent
-
-# Project details
-
 - id: open_project_site
   translation: Go til prosjektside
-
-# Content types for default archive page titles and search results
-
 - id: posts
   translation: Innlegg
-
 - id: publications
   translation: Publiseringer
-
 - id: talks
   translation: Foredrag
-
 - id: projects
   translation: Prosjekter
-
 - id: slides
   translation: Presentasjoner
-
-# Search
-
+- id: authors
+  translation: Authors
 - id: search
   translation: Søk
-
 - id: search_placeholder
   translation: Søk...
-
 - id: search_results
   translation: resultater funnet
-
 - id: search_no_results
   translation: Ingen resultater funnet
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Siden ble ikke funnet
-
 - id: 404_recommendations
   translation: Kanskje du lette etter noe av dette?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Denne siden bruker informasjonskapsler (cookies) for å bidra til den beste opplevelsen av denne nettsiden.
-
 - id: cookie_dismiss
   translation: Skjønner!
-
 - id: cookie_learn
   translation: Lær mer
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/nl.yaml

@@ -6,6 +6,12 @@
   translation: Op deze pagina
 - id: back_to_top
   translation: Terug naar boven
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Gerelateerd
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Volgende
 - id: figure
   translation: 'Figuur %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprint
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Presentaties
 - id: projects
   translation: Projects
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: resultaten gevonden
 - id: search_no_results
   translation: Geen resultaten gevonden
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Pagina niet gevonden
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Accepteer cookies
 - id: cookie_learn
   translation: Meer informatie
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/pl.yaml

@@ -6,6 +6,12 @@
   translation: Na tej stronie
 - id: back_to_top
   translation: Powrót do góry
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Powiązane
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Następny
 - id: figure
   translation: 'Figura %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprint
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Wystąpienia
 - id: projects
   translation: Projekty
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Szukaj
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: wyników
 - id: search_no_results
   translation: Brak wyników
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Strona nie znaleziona
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Zrozumiałem!
 - id: cookie_learn
   translation: Dlaczego?
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/pt.yaml

@@ -6,6 +6,12 @@
   translation: Nesta página
 - id: back_to_top
   translation: Voltar para o topo
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Relacionados
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Próximo
 - id: figure
   translation: 'Figura %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Pré-impressão
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Palestras
 - id: projects
   translation: Projetos
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Pesquisar
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: Resultados encontrados
 - id: search_no_results
   translation: Sem resultados
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Página não encontrada
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Entendi!
 - id: cookie_learn
   translation: Saiba mais
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/ro.yaml

@@ -6,6 +6,12 @@
   translation: Pe această pagină
 - id: back_to_top
   translation: Înapoi la început
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Înrudit
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Următor
 - id: figure
   translation: 'Imagine %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preimprimare
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Conferințe
 - id: projects
   translation: Proiecte
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Căutare
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: rezultate găsite
 - id: search_no_results
   translation: Nu s-au găsit rezultate
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Pagina nu a fost găsită
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Înțeles!
 - id: cookie_learn
   translation: Mai multe informații
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/ru.yaml

@@ -6,6 +6,12 @@
   translation: На этой странице
 - id: back_to_top
   translation: На верх
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Похожие
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Следующий
 - id: figure
   translation: 'Схема № %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Предварительная печать
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Выступления
 - id: projects
   translation: Проекты
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Поиск
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: результат найден
 - id: search_no_results
   translation: результат не найден
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Страница не найдена
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Понял!
 - id: cookie_learn
   translation: Узнать больше
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 16 - 98
wowchemy/i18n/so.yaml

@@ -1,236 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Rog socodka
-
 - id: table_of_contents
   translation: Tusmada Guud
-
 - id: on_this_page
   translation: Boggan ku yaal
-
 - id: back_to_top
   translation: Kor aad
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: La Mida
-
 - id: minute_read
   translation: Akhrisma
-
 - id: previous
   translation: Hore
-
 - id: next
   translation: Xiga
-
 - id: figure
   translation: 'Sawir %d:'
-
 - id: edit_page
   translation: Tifatir Boggan
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: Caddee
-
 - id: theme_dark
   translation: Madoobee
-
 - id: theme_auto
   translation: Automatic
-
-# Buttons
-
 - id: btn_preprint
   translation: Daabac hore
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Xigso
-
 - id: btn_slides
   translation: Slides
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Code
-
 - id: btn_dataset
   translation: Xog
-
 - id: btn_project
   translation: Mashruuc
-
 - id: btn_poster
   translation: Poster
-
 - id: btn_source
   translation: Source Document
-
 - id: btn_copy
   translation: Nuqul
-
 - id: btn_download
   translation: Dajiso
-
-# About widget
-
 - id: interests
   translation: Hiwaayado
-
 - id: education
   translation: Waxbarasho
-
 - id: user_profile_latest
   translation: Ugu cusub
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Arag Shahaadada
-
-# Experience widget
-
 - id: present
   translation: Hadda
-
-# Pages widget
-
 - id: more_pages
   translation: Arag dhammaan
-
 - id: more_posts
   translation: Arag dhammaan qoraalada
-
 - id: more_talks
   translation: Arag Qudbadaha
-
 - id: more_publications
   translation: Arag qoraalada oo dhan
-
-# Contact widget
-
 - id: contact_name
   translation: Magac
-
 - id: contact_email
   translation: Email
-
 - id: contact_message
   translation: Baaq
-
 - id: contact_send
   translation: Dir
-
 - id: book_appointment
   translation: Ballan qabso
-
-# Publication/Talk details
-
 - id: abstract
   translation: Arar
-
 - id: publication
   translation: Qormooyin
-
 - id: publication_type
   translation: Nooc
-
 - id: date
   translation: Goor
-
 - id: last_updated
   translation: La tifatiray
-
 - id: event
   translation: Dhacdo
-
 - id: location
   translation: Meel
-
 - id: pub_uncat
   translation: Kale
-
 - id: pub_conf
   translation: Qoraal Shir
-
 - id: pub_journal
   translation: Qoraal Majallad
-
 - id: pub_preprint
   translation: Daabac Hore
-
 - id: pub_report
   translation: Wargelin
-
 - id: pub_book
   translation: Buug
-
 - id: pub_book_section
   translation: Qayb Buug
-
 - id: pub_thesis
   translation: Buug Qalinjabin
-
 - id: pub_patent
   translation: Patent
-
-# Project details
-
 - id: open_project_site
   translation: Tag Bogga Mashruuca
-
-# Default titles for archive pages
-
 - id: posts
   translation: Qoraal
-
 - id: publications
   translation: Publications
-
 - id: talks
   translation: Qudbad
-
 - id: projects
   translation: Mashruuc
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Raadi
-
 - id: search_placeholder
   translation: Raadi...
-
 - id: search_results
   translation: results found
-
 - id: search_no_results
   translation: No results found
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Boggan lama helin
-
 - id: 404_recommendations
   translation: Malaha waxaad raadinaysay?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Boggani wuxuu isticmaala "cookies" sii aad u hesho adeegga ugu wacan
-
 - id: cookie_dismiss
   translation: Gartay!
-
 - id: cookie_learn
   translation: Faahfaahin
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 93
wowchemy/i18n/sv.yaml

@@ -1,225 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Växla navigering
-
 - id: table_of_contents
   translation: Innehållsförteckning
-
 - id: on_this_page
   translation: Innehåll
-
 - id: back_to_top
   translation: Tillbaka till toppen
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Relaterad
-
 - id: minute_read
   translation: Min Läsning
-
 - id: previous
   translation: Föregående
-
 - id: next
   translation: Nästa
-
 - id: figure
   translation: 'Figur %d:'
-
 - id: edit_page
   translation: Redigera den här sidan
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Manuscript
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Citera
-
 - id: btn_slides
   translation: Presentationer
-
 - id: btn_video
   translation: Video
-
 - id: btn_code
   translation: Kod
-
 - id: btn_dataset
   translation: Datauppsättning
-
 - id: btn_project
   translation: Projekt
-
 - id: btn_poster
   translation: Affisch
-
 - id: btn_source
   translation: Källdokument
-
 - id: btn_copy
   translation: Kopia
-
 - id: btn_download
   translation: Ladda ner
-
-# About widget
-
 - id: interests
   translation: Intressen
-
 - id: education
   translation: Utbildning
-
 - id: user_profile_latest
   translation: Senaste Inläggen
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Se certifikat
-
-# Experience widget
-
 - id: present
   translation: Nuvarande
-
-# Pages widget
-
 - id: more_pages
   translation: Se allt
-
 - id: more_posts
   translation: Se alla inlägg
-
 - id: more_talks
   translation: Se alla föredrag
-
 - id: more_publications
   translation: Se alla publikationer
-
-# Contact widget
-
 - id: contact_name
   translation: Namn
-
 - id: contact_email
   translation: E-post
-
 - id: contact_message
   translation: Meddelande
-
 - id: contact_send
   translation: Skicka
-
 - id: book_appointment
   translation: Boka ett möte
-
-# Publication/Talk details
-
 - id: abstract
   translation: Abstrakt
-
 - id: publication
   translation: Publikation
-
 - id: publication_type
   translation: Typ
-
 - id: date
   translation: Datum
-
 - id: last_updated
   translation: Senast uppdaterad
-
 - id: event
   translation: Event
-
 - id: location
   translation: Plats
-
 - id: pub_uncat
   translation: Okategoriserad
-
 - id: pub_conf
   translation: Konferensbidrag
-
 - id: pub_journal
   translation: Tidskriftsartikel
-
 - id: pub_preprint
   translation: Manuscript
-
 - id: pub_report
   translation: Rapport
-
 - id: pub_book
   translation: Bok
-
 - id: pub_book_section
   translation: Bok sektion
-
 - id: pub_thesis
   translation: Avhandling
-
 - id: pub_patent
   translation: Patent
-
-# Project details
-
 - id: open_project_site
   translation: Gå till projektsidan
-
-# Default titles for archive pages
-
 - id: posts
   translation: Inlägg
-
 - id: publications
   translation: Publikationer
-
 - id: talks
   translation: Föredrag
-
 - id: projects
   translation: Projekt
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Sök
-
 - id: search_placeholder
   translation: Sök...
-
 - id: search_results
   translation: hittade resultat
-
 - id: search_no_results
   translation: Inga resultat funna
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Sidan hittas inte
-
 - id: 404_recommendations
   translation: Kanske letade du efter en av dessa?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Denna webbplats använder kakor för att säkerställa att du får den bästa upplevelsen på vår webbplats.
-
 - id: cookie_dismiss
   translation: Jag fattar!
-
 - id: cookie_learn
   translation: Lär dig mer
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/tr.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Related
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Next
 - id: figure
   translation: 'Figure %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Preprint
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Konuşmalar
 - id: projects
   translation: Projects
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: No results found
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Page not found
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Got it!
 - id: cookie_learn
   translation: Learn more
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 22 - 93
wowchemy/i18n/uk.yaml

@@ -1,225 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: Перемкнути навігацію
-
 - id: table_of_contents
   translation: Зміст
-
 - id: on_this_page
   translation: на сторінці
-
 - id: back_to_top
   translation: Повернутися догори
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Подібні
-
 - id: minute_read
   translation: хв читання
-
 - id: previous
   translation: Попередній
-
 - id: next
   translation: Наступний
-
 - id: figure
   translation: 'Схема %d:'
-
 - id: edit_page
   translation: Редагувати цю сторінку
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Попередній друк
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: Цитувати
-
 - id: btn_slides
   translation: Слайди
-
 - id: btn_video
   translation: Відео
-
 - id: btn_code
   translation: Код
-
 - id: btn_dataset
   translation: Набір даних
-
 - id: btn_project
   translation: Проєкт
-
 - id: btn_poster
   translation: Постер
-
 - id: btn_source
   translation: Вихідний документ
-
 - id: btn_copy
   translation: Копія
-
 - id: btn_download
   translation: Завантажити
-
-# About widget
-
 - id: interests
   translation: Зацікавлення
-
 - id: education
   translation: Освіта
-
 - id: user_profile_latest
   translation: Останні
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: Переглянути сертифікат
-
-# Experience widget
-
 - id: present
   translation: Теперішній
-
-# Pages widget
-
 - id: more_pages
   translation: Переглянути все
-
 - id: more_posts
   translation: Переглянути всі пости
-
 - id: more_talks
   translation: Переглянути всі бесіди
-
 - id: more_publications
   translation: Переглянути всі публікації
-
-# Contact widget
-
 - id: contact_name
   translation: Ім'я
-
 - id: contact_email
   translation: Email
-
 - id: contact_message
   translation: Повідомлення
-
 - id: contact_send
   translation: Надіслати
-
 - id: book_appointment
   translation: Призначити зустріч
-
-# Publication/Talk details
-
 - id: abstract
   translation: Анотація
-
 - id: publication
   translation: Публікація
-
 - id: publication_type
   translation: Тип
-
 - id: date
   translation: Дата
-
 - id: last_updated
   translation: Останнє оновлення
-
 - id: event
   translation: Подія
-
 - id: location
   translation: Місце
-
 - id: pub_uncat
   translation: Без категорії
-
 - id: pub_conf
   translation: Стаття для конференції
-
 - id: pub_journal
   translation: Стаття для журнала
-
 - id: pub_preprint
   translation: Попередній друк
-
 - id: pub_report
   translation: Доповідь
-
 - id: pub_book
   translation: Книга
-
 - id: pub_book_section
   translation: Розділ книги
-
 - id: pub_thesis
   translation: Тезис
-
 - id: pub_patent
   translation: Патент
-
-# Project details
-
 - id: open_project_site
   translation: Перейти на сайт проєкта
-
-# Default titles for archive pages
-
 - id: posts
   translation: Дописи
-
 - id: publications
   translation: Публікації
-
 - id: talks
   translation: Бесіди
-
 - id: projects
   translation: Проєкти
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Пошук
-
 - id: search_placeholder
   translation: Пошук...
-
 - id: search_results
   translation: Знайдені результати
-
 - id: search_no_results
   translation: Результатів не знайдено
-
-# Error 404
-
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Не вдалося знайти сторінку
-
 - id: 404_recommendations
   translation: Можливо, Ви шукали щось з цього?
-
-# Cookie consent
-
 - id: cookie_message
   translation: Щоб упевнитись у зручності користування сайтом, ми використовуємо кукі-файли.
-
 - id: cookie_dismiss
   translation: Зрозуміло!
-
 - id: cookie_learn
   translation: Дізнатися більше
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 24 - 0
wowchemy/i18n/vi.yaml

@@ -6,6 +6,12 @@
   translation: On this page
 - id: back_to_top
   translation: Back to top
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: Languages
 - id: related
   translation: Bài Liên Quan
 - id: minute_read
@@ -16,6 +22,16 @@
   translation: Sau
 - id: figure
   translation: 'Figure %d:'
+- id: edit_page
+  translation: Edit this page
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: Bản Thảo
 - id: btn_pdf
@@ -110,6 +126,10 @@
   translation: Thuyết Trình
 - id: projects
   translation: Dự Án
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: Search
 - id: search_placeholder
@@ -118,6 +138,8 @@
   translation: results found
 - id: search_no_results
   translation: No results found
+- id: search_common_queries
+  translation: Common searches
 - id: page_not_found
   translation: Trang không tìm thấy
 - id: 404_recommendations
@@ -128,3 +150,5 @@
   translation: Got it!
 - id: cookie_learn
   translation: Learn more
+- id: published_with
+  translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.

+ 20 - 96
wowchemy/i18n/zh-Hant.yaml

@@ -1,230 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: 切換導航
-
 - id: table_of_contents
   translation: 目錄
-
 - id: on_this_page
   translation: 於本頁
-
 - id: back_to_top
   translation: 回到頂端
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: 語言
 - id: related
   translation: 相關
-
 - id: minute_read
   translation: 閱讀時間(分鐘)
-
 - id: previous
   translation: 上一頁
-
 - id: next
   translation: 下一頁
-
 - id: figure
   translation: '圖%d:'
-
 - id: edit_page
   translation: 編輯本業
-
-# Buttons
-
+- id: theme_selector
+  translation: Display preferences
+- id: theme_light
+  translation: Light
+- id: theme_dark
+  translation: Dark
+- id: theme_auto
+  translation: Automatic
 - id: btn_preprint
   translation: 影印預覽
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: 引用
-
 - id: btn_slides
   translation: 顯示 Slides
-
 - id: btn_video
   translation: 影片
-
 - id: btn_code
   translation: 程式碼
-
 - id: btn_dataset
   translation: 數據集
-
 - id: btn_project
   translation: 專案
-
 - id: btn_poster
   translation: 海報
-
 - id: btn_source
   translation: 原始檔
-
 - id: btn_copy
   translation: 複製
-
 - id: btn_download
   translation: 下載
-
-# About widget
-
 - id: interests
   translation: 興趣
-
 - id: education
   translation: 教育程度
-
 - id: user_profile_latest
   translation: 最新
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: 查看證書
-
-# Experience widget
-
 - id: present
   translation: 現在
-
-# Pages widget
-
 - id: more_pages
   translation: 查看全部
-
 - id: more_posts
   translation: 查看全部文章
-
 - id: more_talks
   translation: 查看全部演講
-
 - id: more_publications
   translation: 查看全部出版物
-
-# Contact widget
-
 - id: contact_name
   translation: 姓名
-
 - id: contact_email
   translation: 信箱
-
 - id: contact_message
   translation: 訊息
-
 - id: contact_send
   translation: 發送
-
 - id: book_appointment
   translation: 預約
-
-# Publication/Talk details
-
 - id: abstract
   translation: 摘要
-
 - id: publication
   translation: 出版物
-
 - id: publication_type
   translation: 類型
-
 - id: date
   translation: 日期
-
 - id: last_updated
   translation: 最近更新於
-
 - id: event
   translation: 事件
-
 - id: location
   translation: 位置
-
 - id: pub_uncat
   translation: 未分類
-
 - id: pub_conf
   translation: 會議文章
-
 - id: pub_journal
   translation: 期刊文章
-
 - id: pub_preprint
   translation: 影印預覽
-
 - id: pub_report
   translation: 報告
-
 - id: pub_book
   translation: 書籍
-
 - id: pub_book_section
   translation: 章節
-
 - id: pub_thesis
   translation: 論文
-
 - id: pub_patent
   translation: 專利
-
-# Project details
-
 - id: open_project_site
   translation: 前往專案網站
-
-# Default titles for archive pages
-
 - id: posts
   translation: 文章
-
 - id: publications
   translation: 出版物
-
 - id: talks
   translation: 演講
-
 - id: projects
   translation: 專案
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: 搜尋
-
 - id: search_placeholder
   translation: 搜尋...
-
 - id: search_results
   translation: 搜尋结果
-
 - id: search_no_results
   translation: 找不到结果
-
-# Error 404
-
+- id: search_common_queries
+  translation: 經常搜索
 - id: page_not_found
   translation: 找不到頁面
-
 - id: 404_recommendations
   translation: 您可能在找?
-
-# Cookie consent
-
 - id: cookie_message
   translation: 本網站使用cookies來確保您可以在網站中獲得最佳體驗。
-
 - id: cookie_dismiss
   translation: 知道了!
-
 - id: cookie_learn
   translation: 了解更多
-
-# Published with
-
 - id: published_with
   translation: 由{wowchemy}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。

+ 14 - 101
wowchemy/i18n/zh.yaml

@@ -1,241 +1,154 @@
-# Navigation
-
 - id: toggle_navigation
   translation: 切换导航
-
 - id: table_of_contents
   translation: 目录
-
 - id: on_this_page
   translation: 在本页
-
 - id: back_to_top
   translation: 回到顶部
-
-# General
-
+- id: home
+  translation: Home
+- id: close
+  translation: Close
+- id: languages
+  translation: 语言
 - id: related
   translation: 相关
-
 - id: minute_read
   translation: 分钟阅读时长
-
 - id: previous
   translation: 上一页
-
 - id: next
   translation: 下一页
-
 - id: figure
   translation: '图%d:'
-
 - id: edit_page
   translation: 编辑本页
-
-# Themes
-
+- id: theme_selector
+  translation: Display preferences
 - id: theme_light
   translation: 浅色
-
 - id: theme_dark
   translation: 深色
-
 - id: theme_auto
   translation: 自动
-
-# Buttons
-
 - id: btn_preprint
   translation: 预印本
-
 - id: btn_pdf
   translation: PDF
-
 - id: btn_cite
   translation: 引用
-
 - id: btn_slides
   translation: 演示文稿
-
 - id: btn_video
   translation: 视频
-
 - id: btn_code
   translation: 代码
-
 - id: btn_dataset
   translation: 数据集
-
 - id: btn_project
   translation: 项目
-
 - id: btn_poster
   translation: 海报
-
 - id: btn_source
   translation: 源文档
-
 - id: btn_copy
   translation: 复制
-
 - id: btn_download
   translation: 下载
-
-# About widget
-
 - id: interests
   translation: 兴趣爱好
-
 - id: education
   translation: 教育经历
-
 - id: user_profile_latest
   translation: 最新
-
-# Accomplishments widget
-
 - id: see_certificate
   translation: 查看证书
-
-# Experience widget
-
 - id: present
   translation: 现在
-
-# Pages widget
-
 - id: more_pages
   translation: 查看全部
-
 - id: more_posts
   translation: 查看全部文章
-
 - id: more_talks
   translation: 查看全部演讲
-
 - id: more_publications
   translation: 查看全部出版物
-
-# Contact widget
-
 - id: contact_name
   translation: 姓名
-
 - id: contact_email
   translation: 邮箱
-
 - id: contact_message
   translation: 信息
-
 - id: contact_send
   translation: 发送
-
 - id: book_appointment
   translation: 预约
-
-# Publication/Talk details
-
 - id: abstract
   translation: 摘要
-
 - id: publication
   translation: 出版物
-
 - id: publication_type
   translation: 类型
-
 - id: date
   translation: 日期
-
 - id: last_updated
   translation: 最近更新于
-
 - id: event
   translation: 事件
-
 - id: location
   translation: 位置
-
 - id: pub_uncat
   translation: 未分类
-
 - id: pub_conf
   translation: 会议文章
-
 - id: pub_journal
   translation: 期刊文章
-
 - id: pub_preprint
   translation: 预印本
-
 - id: pub_report
   translation: 报告
-
 - id: pub_book
   translation: 书籍
-
 - id: pub_book_section
   translation: 章节
-
 - id: pub_thesis
   translation: 论文
-
 - id: pub_patent
   translation: 专利
-
-# Project details
-
 - id: open_project_site
   translation: 访问项目网站
-
-# Default titles for archive pages
-
 - id: posts
   translation: 文章
-
 - id: publications
   translation: 出版物
-
 - id: talks
   translation: 演讲
-
 - id: projects
   translation: 项目
-
-# Search
-
+- id: slides
+  translation: Slides
+- id: authors
+  translation: Authors
 - id: search
   translation: 搜索
-
 - id: search_placeholder
   translation: 搜索...
-
 - id: search_results
   translation: 搜索结果
-
 - id: search_no_results
   translation: 没有找到结果
-
-# Error 404
-
+- id: search_common_queries
+  translation: 经常搜寻
 - id: page_not_found
   translation: 找不到页面
-
 - id: 404_recommendations
   translation: 也许你在找?
-
-# Cookie consent
-
 - id: cookie_message
   translation: 本网站使用cookies来确保您在本网站上获得最佳体验。
-
 - id: cookie_dismiss
   translation: 知道了!
-
 - id: cookie_learn
   translation: 了解更多
-
-# Published with
-
 - id: published_with
   translation: 由{wowchemy}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。