This commit is contained in:
Fabian Montero 2025-09-13 14:34:18 -06:00
parent 232e4c414e
commit ce09642e23
332 changed files with 25244 additions and 0 deletions

View file

@ -0,0 +1,113 @@
# Hello, the Arabic language has many pronouns and words, and each word indicates a different meaning,
# unlike the English language, in which, on the other hand, the word can refer to a person and a group.
# This translation is for individual use, if you are a company or organization, I have put a comment in
# front of each translation that refers to the person and the other word that refers to the organization
language_name = "العربية" # Shown in language picker for multi-language sites.
date_locale = "ar_SA" # The locale code for time and date formatting.
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "التدوينات"
archive = "الأرشيف"
tags = "الوسوم"
projects = "مشاريعي" #Change this to "المشاريع" if the site is for an organization.
about = "عني" #Change this to "عنا" or "من نحن" if the site is for an organization.
contact = "تواصل معي" #Change this to "تواصل معنا" if the site is for an organization.
privacy = "الخصوصية"
site_statistics = "إحصائيات المدونة"
sitemap = "خريطة المدونة"
# Search.
search = "بحث"
search_icon_title = "أنقر هنا أو اضغط $SHORTCUT لفتح البحث" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "مسح البحث"
zero_results = "لم يتم العثور على نتائج" #No search results.
one_results = "تم العثور على نتيجة واحدة" # One search result.
two_results = "تم العثور على نتيجتين" # Two search results.
few_results = "تم العثور على $NUMBER نتائج" # for 3 to 10 search results.
many_results = "تم العثور على $NUMBER نتيجة" # 11 or more search results.
# Navigation.
pinned = "مثبتة"
jump_to_posts = "الإنتقال إلى التدوينات"
read_more = "إقرأ المزيد"
one_posts = "تدوينة واحدة" #One blog post.
two_posts = "تدوينتين" #Two blog posts.
few_posts = "$NUMBER تدوينات" #3 to 10 blog posts.
many_posts = "$NUMBER تدوينة" #11 or more blog posts.
prev = "السابق" # As in "Previous" page.
next = "التالي" # As in "Next" page.
of = "من" # E.g. Page 1 "of" 3
all_posts = "جميع التدوينات"
all_tags = "جميع الوسوم"
all_projects = "جميع المشاريع"
featured_projects = "المشاريع المميزة"
language_selection = "تحديد اللغة"
toggle_mode = "تبديل الاوضاع $MODE" # $MODE will be replaced by a value (or both) below.
dark = "داكن"
light = "فاتح"
reset_mode = "إعادة تعيين الوضع"
# Quick navigation buttons.
toggle_toc = "إظهار / إخفاء جدول المحتويات"
go_to_top = "انتقل إلى أعلى الصفحة"
go_to_comments = "انتقل إلى التعليقات"
# Post metadata.
by_author = "بقلم $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = "، " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " و " # For multiple authors. Ensure spacing where necessary.
draft = "مسودة"
zero_min_read = "الوقت المتوقع للقراءة: أقل من دقيقة" #Less than one minute read.
one_min_read = "الوقت المتوقع للقراءة: دقيقة واحدة" #One minute read.
two_min_read = "الوقت المتوقع للقراءة: دقيقتان" #Two minutes read.
few_min_read = "الوقت المتوقع للقراءة: $NUMBER دقائق" #3 to 10 minutes read.
many_min_read = "الوقت المتوقع للقراءة: $NUMBER دقيقة" #11 or more minutes read.
zero_words = "لا توجد كلمات" # No words.
one_words = "كلمة واحدة" # One word.
two_words = "كلمتين" # Two words.
few_words = "$NUMBER كلمات" # 3 to 10 words.
many_words = "$NUMBER كلمة" # 11 or more words.
last_updated_on = "تم التحديث في $DATE"
see_changes = "الإطلاع على التغييرات"
# Post body.
table_of_contents = "جدول المحتويات"
load_comments = "إظهار التعليقات"
# Copy code block button.
copied = "تم النسخ!"
copy_code_to_clipboard = "نسخ الشِفرة إلى الحافظة"
# iine appreciation button.
like_this_post = "أعجبني"
# Footer: Powered by Zola and tabi.
powered_by = "مُشَغل بواسطة"
and = "و"
site_source = "شِفرة الموقع"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "الصفحة غير موجودة"
translation_missing = "أو لم يتم ترجمتها إلى اللغة التي تطلبها"
check_url = "تحقق من أن الرابط صحيح أو"
go_home = "انتقل إلى الصفحة الرئيسية"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "إظهار الإقتباس الأصلي"
show_translation = "إظهار الترجمة"
open_quotation_mark = '"'
close_quotation_mark = '"'
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "الخلاصة تجدها هنا، تُسمى أيضًا Atom. اشترك عبر نسخ الرابط إلى برنامج قارئ الخُلاصات الذي تستخدمه. قم بزيارة About Feeds لمعرفة المزيد والبدء. انه مجانا."
visit_the_site = "زيارة الموقع"
recent_posts = "المنشورات الأخيرة"

View file

@ -0,0 +1,98 @@
language_name = "Català" # Shown in language picker for multi-language sites.
date_locale = "ca_ES"
full_stop ="." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "arxiu"
tags = "etiquetes"
projects = "projectes"
about = "sobre mi"
contact = "contacte"
privacy = "política de privadesa"
site_statistics = "estadístiques del lloc"
sitemap = "mapa del lloc"
# Search.
search = "Cercar"
search_icon_title = "Fes clic o prem $SHORTCUT per obrir la cerca" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Esborrar cerca" # Title of the X icon next to search input.
zero_results = "No s'han trobat resultats"
one_results = "$NUMBER resultat" # "1 result"
many_results = "$NUMBER resultats" # "3 results"
# Navigation.
pinned = "Fixada"
jump_to_posts = "Saltar als articles"
read_more = "Llegir més"
one_posts = "$NUMBER entrada"
many_posts = "$NUMBER entrades"
prev = "Anterior" # As in "Previous" page.
next = "Següent" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Totes les entrades"
all_tags = "Totes les etiquetes"
all_projects = "Tots els projectes"
featured_projects = "Projectes destacats"
language_selection = "Selecció d'idioma"
toggle_mode = "Canvia el mode $MODE" # $MODE will be replaced by a value (or both) below.
dark = "obscur"
light = "clar"
reset_mode = "Restableix el mode al valor predeterminat"
# Quick navigation buttons.
toggle_toc = "Mostrar/ocultar la taula de continguts"
go_to_top = "Vés a l'inici de la pàgina"
go_to_comments = "Vés a la secció de comentaris"
# Post metadata.
by_author = "Per $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " i " # For multiple authors. Ensure spacing where necessary.
draft = "ESBORRANY"
zero_min_read = "<1 min de lectura"
one_min_read = "$NUMBER min de lectura"
many_min_read = "$NUMBER mins de lectura"
zero_words = "Cap paraula"
one_words = "$NUMBER paraula"
many_words = "$NUMBER paraules"
last_updated_on = "Actualitzat el $DATE"
see_changes = "Veure canvis"
# Post body.
table_of_contents = "Taula de contingut"
load_comments = "Carregar comentaris"
# Copy code block button.
copied = "Copiat!"
copy_code_to_clipboard = "Copia el codi al porta-retalls"
# iine appreciation button.
like_this_post = "M'agrada aquesta publicació"
# Footer: Powered by Zola and tabi.
powered_by = "Propulsat per"
and = "i"
site_source = "Codi del lloc"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "La pàgina que has sol·licitat sembla que no existeix"
translation_missing = "o encara no s'ha traduït al teu idioma"
check_url = "Comprova l'URL per detectar errors o"
go_home = "torna a la pàgina d'inici"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Mostra la cita original"
show_translation = "Mostra la traducció"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Aquest és un canal web, també conegut com a canal Atom. Subscriu-te copiant l'URL de la barra d'adreces al teu lector de notícies. Visita About Feeds per aprendre més i començar. És gratuït."
visit_the_site = "Visita la web"
recent_posts = "Publicacions recents"

View file

@ -0,0 +1,102 @@
# This has been machine translated.
# If you would like to help correct errors or improve the translation,
# please open an issue or submit a pull request.
# https://github.com/welpo/tabi
language_name = "Deutsch" # Shown in language picker for multi-language sites.
date_locale = "de_DE"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archiv"
tags = "tags"
projects = "projekte"
about = "über"
contact = "kontakt"
privacy = "datenschutzrichtlinie"
site_statistics = "seitenstatistiken"
sitemap = "seitenübersicht"
# Search.
search = "Suchen"
search_icon_title = "Klicken oder $SHORTCUT drücken, um die Suche zu öffnen" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Suche löschen" # Title of the X icon next to search input.
zero_results = "Keine Ergebnisse gefunden"
one_results = "$NUMBER Ergebnis" # "1 result"
many_results = "$NUMBER Ergebnisse" # "3 results"
# Navigation.
pinned = "Angeheftet"
jump_to_posts = "Zu den Beiträgen springen"
read_more = "Weiterlesen"
one_posts = "$NUMBER Beitrag"
many_posts = "$NUMBER Beiträge"
prev = "Vorherig" # As in "Previous" page.
next = "Nächst" # As in "Next" page.
of = "von" # E.g. Page 1 "of" 3
all_posts = "Alle Beiträge"
all_tags = "Alle Tags"
all_projects = "Alle Projekte"
featured_projects = "Empfohlene Projekte"
language_selection = "Sprachauswahl"
toggle_mode = "Wechsle in den $MODE Modus" # $MODE will be replaced by a value (or both) below.
dark = "dunkel"
light = "hell"
reset_mode = "Modus auf Standard zurücksetzen"
# Quick navigation buttons.
toggle_toc = "Inhaltsverzeichnis ein-/ausblenden"
go_to_top = "Zum Seitenanfang"
go_to_comments = "Zum Kommentarbereich"
# Post metadata.
by_author = "Von $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " und " # For multiple authors. Ensure spacing where necessary.
draft = "ENTWURF"
zero_min_read = "weniger als 1 Min. Lesezeit"
one_min_read = "$NUMBER Min. Lesezeit"
many_min_read = "$NUMBER Min. Lesezeit"
zero_words = "Keine Wörter"
one_words = "$NUMBER Wort"
many_words = "$NUMBER Wörter"
last_updated_on = "Aktualisiert am $DATE"
see_changes = "Änderungen anzeigen"
# Post body.
table_of_contents = "Inhaltsverzeichnis"
load_comments = "Kommentare laden"
# Copy code block button.
copied = "Kopiert!"
copy_code_to_clipboard = "Code in die Zwischenablage kopieren"
# iine appreciation button.
like_this_post = "Dieser Beitrag gefällt mir"
# Footer.
powered_by = "Angetrieben von"
and = "und"
site_source = "Quellcode der Seite"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Die Seite, die du angefordert hast, scheint nicht zu existieren"
translation_missing = "oder wurde noch nicht in deine Sprache übersetzt"
check_url = "Überprüfe die URL auf Fehler oder"
go_home = "zurück zur Startseite gehen"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Originalzitat anzeigen"
show_translation = "Übersetzung anzeigen"
open_quotation_mark = "„"
close_quotation_mark = "“"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Dies ist ein Web-Feed, auch bekannt als Atom-Feed. Abonnieren Sie, indem Sie die URL aus der Adressleiste in Ihren Nachrichtenleser kopieren. Besuchen Sie About Feeds, um mehr zu erfahren und loszulegen. Es ist kostenlos."
visit_the_site = "Besuchen Sie die Webseite"
recent_posts = "Aktuelle Beiträge"

View file

@ -0,0 +1,98 @@
language_name = "English" # Shown in language picker for multi-language sites.
date_locale = "en_GB"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archive"
tags = "tags"
projects = "projects"
about = "about"
contact = "contact"
privacy = "privacy policy"
site_statistics = "site statistics"
sitemap = "sitemap"
# Search.
search = "Search"
search_icon_title = "Click or press $SHORTCUT to open search" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Clear search" # Title of the X icon next to search input.
zero_results = "No results"
one_results = "$NUMBER result" # "1 result"
many_results = "$NUMBER results" # "3 results"
# Navigation.
pinned = "Pinned"
jump_to_posts = "Jump to posts"
read_more = "Read more"
one_posts = "$NUMBER post"
many_posts = "$NUMBER posts" # "3 posts"
prev = "Prev" # As in "Previous" page.
next = "Next" # As in "Next" page.
of = "of" # E.g. Page 1 "of" 3
all_posts = "All posts"
all_tags = "All tags"
all_projects = "All projects"
featured_projects = "Featured projects"
language_selection = "Language selection"
toggle_mode = "Toggle $MODE mode" # $MODE will be replaced by a value (or both) below.
dark = "dark"
light = "light"
reset_mode = "Reset mode to default"
# Quick navigation buttons.
toggle_toc = "Toggle Table of Contents"
go_to_top = "Go to the top of the page"
go_to_comments = "Go to the comments section"
# Post metadata.
by_author = "By $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " and " # For multiple authors. Ensure spacing where necessary.
draft = "DRAFT"
zero_min_read = "<1 min read"
one_min_read = "$NUMBER min read"
many_min_read = "$NUMBER min read"
zero_words = "No words"
one_words = "$NUMBER word"
many_words = "$NUMBER words"
last_updated_on = "Updated on $DATE"
see_changes = "See changes"
# Post body.
table_of_contents = "Table of Contents"
load_comments = "Load comments"
# Copy code block button.
copied = "Copied!"
copy_code_to_clipboard = "Copy code to clipboard"
# iine appreciation button.
like_this_post = "Like this post"
# Footer: Powered by Zola and tabi.
powered_by = "Powered by"
and = "&"
site_source = "Site source"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "The page you've requested seems to be missing"
translation_missing = "or hasn't been translated into your language yet"
check_url = "Check the URL for errors or"
go_home = "go back to the homepage"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Show original quote"
show_translation = "Show translation"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It's free."
visit_the_site = "Visit website"
recent_posts = "Recent posts"

View file

@ -0,0 +1,98 @@
language_name = "Español" # Shown in language picker for multi-language sites.
date_locale = "es_ES"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archivo"
tags = "etiquetas"
projects = "proyectos"
about = "sobre mí"
contact = "contacto"
privacy = "política de privacidad"
site_statistics = "estadísticas del sitio"
sitemap = "mapa del sitio"
# Search.
search = "Buscar"
search_icon_title = "Haz clic o usa $SHORTCUT para abrir la búsqueda" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Borrar búsqueda" # Title of the X icon next to search input.
zero_results = "No hay resultados"
one_results = "$NUMBER resultado"
many_results = "$NUMBER resultados"
# Navigation.
pinned = "Fijada"
jump_to_posts = "Saltar a las entradas"
read_more = "Leer más"
one_posts = "$NUMBER entrada"
many_posts = "$NUMBER entradas"
prev = "Anterior" # As in "Previous" page.
next = "Siguiente" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Todas las entradas"
all_tags = "Todas las etiquetas"
all_projects = "Todos los proyectos"
featured_projects = "Proyectos destacados"
language_selection = "Selección de idioma"
toggle_mode = "Cambiar a modo $MODE" # $MODE will be replaced by a value (or both) below.
dark = "oscuro"
light = "claro"
reset_mode = "Restablecer modo a configuración predeterminada"
# Quick navigation buttons.
toggle_toc = "Mostrar/ocultar la tabla de contenidos"
go_to_top = "Ir al inicio de la página"
go_to_comments = "Ir a la sección de comentarios"
# Post metadata.
by_author = "Por $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " y " # For multiple authors. Ensure spacing where necessary.
draft = "BORRADOR"
zero_min_read = "<1 min de lectura"
one_min_read = "$NUMBER min de lectura"
many_min_read = "$NUMBER mins de lectura"
zero_words = "Cero palabras"
one_words = "$NUMBER palabra"
many_words = "$NUMBER palabras"
last_updated_on = "Actualizado el $DATE"
see_changes = "Ver cambios"
# Post body.
table_of_contents = "Tabla de contenido"
load_comments = "Cargar comentarios"
# Copy code block button.
copied = "Copiado!"
copy_code_to_clipboard = "Copiar código al portapapeles"
# iine appreciation button.
like_this_post = "Me gusta esta publicación"
# Footer: Powered by Zola and tabi.
powered_by = "Impulsado por"
and = "y"
site_source = "Código del sitio"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "La página que has solicitado parece no existir"
translation_missing = "o aún no se ha traducido a tu idioma"
check_url = "Revisa la URL en busca de errores o"
go_home = "regresa a la página de inicio"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Mostrar cita original"
show_translation = "Mostrar traducción"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Esta es una fuente web, también conocida como fuente Atom. Suscríbete copiando la URL de la barra de direcciones en tu lector de noticias. Visita About Feeds para aprender más y empezar. Es gratis. "
visit_the_site = "Visita la web"
recent_posts = "Publicaciones recientes"

View file

@ -0,0 +1,98 @@
language_name = "Eesti" # Shown in language picker for multi-language sites.
date_locale = "et_EE"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blogi"
archive = "arhiiv"
tags = "sildid"
projects = "projektid"
about = "minust"
contact = "kontakt"
privacy = "privaatsuspoliitika"
site_statistics = "saidi statistika"
sitemap = "saidikaart"
# Search.
search = "Otsing"
search_icon_title = "Otsingu avamiseks klõpsake või vajutage $SHORTCUT" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Tühjenda otsing" # Title of the X icon next to search input.
zero_results = "Tulemusi pole"
one_results = "$NUMBER tulemus" # "1 result"
many_results = "$NUMBER tulemust" # "3 results"
# Navigation.
pinned = "Kinnitatud"
jump_to_posts = "Hüppa postitusteni"
read_more = "Loe edasi"
one_posts = "$NUMBER postitus"
many_posts = "$NUMBER postitust" # "3 posts"
prev = "Eelmine" # As in "Previous" page.
next = "Järgmine" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "Kõik postitused"
all_tags = "Kõik sildid"
all_projects = "Kõik projektid"
featured_projects = "Esiletõstetud projektid"
language_selection = "Keele valik"
toggle_mode = "Lülita $MODE režiim" # $MODE will be replaced by a value (or both) below.
dark = "tume"
light = "hele"
reset_mode = "Lähtesta vaikerežiim"
# Quick navigation buttons.
toggle_toc = "Sisukorra kuvamine/peitmine"
go_to_top = "Mine lehe ülaossa"
go_to_comments = "Mine kommentaaride juurde"
# Post metadata.
by_author = "Autor: $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " ja " # For multiple authors. Ensure spacing where necessary.
draft = "MUSTAND"
zero_min_read = "Lugemisaeg <1 min"
one_min_read = "Lugemisaeg $NUMBER min"
many_min_read = "Lugemisaeg $NUMBER min"
zero_words = "Sõnu pole"
one_words = "$NUMBER sõna"
many_words = "$NUMBER sõna"
last_updated_on = "Uuendatud $DATE"
see_changes = "Vaata muudatusi"
# Post body.
table_of_contents = "Sisukord"
load_comments = "Lae kommentaarid"
# Copy code block button.
copied = "Kopeeritud!"
copy_code_to_clipboard = "Kopeeri kood lõikelauale"
# iine appreciation button.
like_this_post = "Mulle meeldib see postitus"
# Footer: Powered by Zola and tabi.
powered_by = "Toetab"
and = "ja"
site_source = "Saidi lähtekood"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Tundub, et otsitud lehte ei leitud"
translation_missing = "või pole seda veel teie keelde tõlgitud"
check_url = "Kontrollige URL-i vigade suhtes või"
go_home = "minge tagasi avalehele"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Näita originaaltsitaati"
show_translation = "Näita tõlget"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "See on veebivoog, tuntud ka kui Atom-voog. Tellimiseks kopeerige URL aadressiribalt oma uudistelugerisse. Külastage About Feeds lehte, et õppida ja alustada. See on tasuta."
visit_the_site = "Külasta veebisaiti"
recent_posts = "Viimased postitused"

View file

@ -0,0 +1,99 @@
language_name = "فارسی" # Shown in language picker for multi-language sites.
date_locale = "fa_IR"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "وبلاگ"
archive = "آرشیو"
tags = "برچسب‌ها"
projects = "پروژه‌ها"
about = "درباره"
contact = "تماس"
privacy = "سیاست حفظ حریم خصوصی"
site_statistics = "آمار سایت"
sitemap = "نقشه سایت"
# Search.
search = "جستجو"
search_icon_title = "برای باز کردن جستجو کلیک کنید یا $SHORTCUT را فشار دهید" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "پاک کردن جستجو" # Title of the X icon next to search input.
zero_results = "بدون نتیجه"
one_results = "$NUMBER نتیجه" # "1 result"
many_results = "$NUMBER نتیجه" # "3 results"
# Navigation.
pinned = "سنجاق‌شده"
jump_to_posts = "پرش به نوشته‌ها"
read_more = "ادامه مطلب"
one_posts = "$NUMBER مطلب"
many_posts = "$NUMBER مطلب" # "3 posts"
prev = "قبلی" # As in "Previous" page.
next = "بعدی" # As in "Next" page.
of = "از" # E.g. Page 1 "of" 3
all_posts = "همه مطالب"
all_tags = "همه برچسب‌ها"
all_projects = "همه پروژه‌ها"
featured_projects = "پروژه‌های برجسته"
language_selection = "انتخاب زبان"
toggle_mode = "تغییر حالت $MODE" # $MODE will be replaced by a value (or both) below.
dark = "تیره"
light = "روشن"
reset_mode = "بازنشانی حالت به حالت پیش‌فرض"
# Quick navigation buttons.
toggle_toc = "تغییر جدول محتوا"
go_to_top = "رفتن به بالای صفحه"
go_to_comments = "رفتن به بخش نظرات"
# Post metadata.
by_author = "توسط $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = "، " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " و " # For multiple authors. Ensure spacing where necessary.
draft = "پیش‌نویس"
zero_min_read = "خواندن کمتر از ۱ دقیقه"
one_min_read = "خواندن $NUMBER دقیقه"
many_min_read = "خواندن $NUMBER دقیقه"
zero_words = "هیچ کلمه‌ای"
one_words = "$NUMBER کلمه"
many_words = "$NUMBER کلمه"
last_updated_on = "آخرین به‌روزرسانی در $DATE"
see_changes = "مشاهده تغییرات"
# Post body.
table_of_contents = "فهرست مطالب"
load_comments = "بارگذاری نظرات"
# Copy code block button.
copied = "کپی شد!"
copy_code_to_clipboard = "کپی کد به کلیپ‌بورد"
# iine appreciation button.
like_this_post = "این مقاله را دوست دارم"
# Footer: Powered by Zola and tabi.
powered_by = "قدرت گرفته از"
and = "و"
site_source = "منبع سایت"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "صفحه‌ای که درخواست کرده‌اید به نظر می‌رسد از دست رفته است"
translation_missing = "یا هنوز به زبان شما ترجمه نشده است"
check_url = "آدرس اینترنتی را بررسی کنید و یا"
go_home = "به صفحه اصلی برگردید"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "نقل قول اصلی را نشان بده"
show_translation = "ترجمه را نشان بده"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "این یک فید وب است، همچنین به عنوان یک فید Atom شناخته می‌شود. با کپی کردن URL از نوار آدرس به خواننده اخباری خود مشترک شوید. برای یادگیری بیشتر و شروع به کار بروید به About Feeds. این رایگان است."
visit_the_site = "بازدید از وب‌سایت"
recent_posts = "مطالب اخیر"

View file

@ -0,0 +1,102 @@
language_name = "suomi" # Shown in language picker for multi-language sites.
date_locale = "fi_FI"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blogi"
archive = "arkisto"
tags = "tunnisteet"
projects = "projektit"
diagrams = "kaaviot"
about = "minusta"
contact = "yhteystiedot"
privacy = "tietosuojakäytäntö"
site_statistics = "tilastot"
sitemap = "sivustokartta"
# Search.
search = "Hae"
search_icon_title = "Paina $SHORTCUT avataksesi haun" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Tyhjennä haku" # Title of the X icon next to search input.
zero_results = "Ei tuloksia"
one_results = "$NUMBER tulos" # "1 result"
many_results = "$NUMBER tulosta" # "3 results"
# Navigation.
# Some will prefer artikkeli (=article) instead of julkaisu (=publication), but this is more general
pinned = "Kiinnitetty"
jump_to_posts = "Siirry julkaisuihin"
read_more = "Lue lisää"
one_posts = "$NUMBER julkaisu"
many_posts = "$NUMBER julkaisua" # "3 posts"
prev = "Edellinen" # As in "Previous" page.
next = "Seuraava" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "Kaikki julkaisut"
all_tags = "Kaikki tunnisteet"
all_projects = "Kaikki projektit"
featured_projects = "Esittelyprojektit"
language_selection = "Kielivalinta"
toggle_mode = "Vaihda $MODE" # $MODE will be replaced by a value (or both) below. Literally "Change $MODE"
# The declension assumes that both values are used. e.g. "Change dark mode" wouldn't work and would need the "to" preposition
# It also omits the "mode" word: "Change dark/light mode" instead of "Change dark mode/light mode"
dark = "tumma"
light = "vaalea tila"
reset_mode = "Palauta oletustilaan"
# Quick navigation buttons.
toggle_toc = "Sisällysluettelo päälle/pois"
go_to_top = "Siirry sivun alkuun"
go_to_comments = "Siirry kommenttiosioon"
# Post metadata.
by_author = "Kirjoittanut $AUTHOR" # $AUTHOR will be replaced by the author(s). Literally "Written by $AUTHOR"
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " ja " # For multiple authors. Ensure spacing where necessary.
draft = "LUONNOS"
zero_min_read = "<1 min. lukuaika"
one_min_read = "$NUMBER min. lukuaika"
many_min_read = "$NUMBER min. lukuaika"
zero_words = "Ei sanoja"
one_words = "$NUMBER sana"
many_words = "$NUMBER sanaa"
last_updated_on = "Päivitetty $DATE"
see_changes = "Katso muutokset"
# Post body.
table_of_contents = "Sisällysluettelo"
load_comments = "Lataa kommentit"
# Copy code block button.
copied = "Kopioitu!"
copy_code_to_clipboard = "Kopioi koodi leikepöydälle"
# iine appreciation button.
like_this_post = "Pidän tästä kirjoituksesta"
# Footer: Powered by Zola and tabi.
powered_by = "Pyörii ohjelmilla" # "Works using the software"
and = "&"
site_source = "Sivuston lähdekoodi"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Pyytämääsi sivua ei löydy"
translation_missing = "tai sitä ei ole vielä käännetty kielellesi"
check_url = "Tarkista URL-osoitteesta mahdolliset virheet tai"
go_home = "palaa etusivulle"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Näytä alkuperäinen lainaus"
show_translation = "Näytä käännös"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Tämä on verkkosyöte, joka tunnetaan myös nimellä Atom-syöte. Tilaa kopioimalla URL-osoite osoitepalkista uutislukijaasi. Käy sivulla About Feeds saadaksesi lisätietoja ja aloittaakeksi. Se on ilmaista."
visit_the_site = "Vieraile sivustolla"
recent_posts = "Viimeisimmät julkaisut"

View file

@ -0,0 +1,98 @@
language_name = "Français" # Shown in language picker for multi-language sites.
date_locale = "fr_FR"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archives"
tags = "étiquettes"
projects = "projets"
about = "à propos"
contact = "contact"
privacy = "politique de confidentialité"
site_statistics = "statistiques du site"
sitemap = "plan du site"
# Search.
search = "Rechercher"
search_icon_title = "Cliquez ou appuyez sur $SHORTCUT pour ouvrir la recherche" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Effacer la recherche" # Title of the X icon next to search input.
zero_results = "Aucun résultat trouvé"
one_results = "$NUMBER résultat" # "1 result"
many_results = "$NUMBER résultats" # "3 results"
# Navigation.
pinned = "Épinglé"
jump_to_posts = "Aller aux articles"
read_more = "Lire plus"
one_posts = "$NUMBER article"
many_posts = "$NUMBER articles"
prev = "Précédent" # As in "Previous" page.
next = "Suivant" # As in "Next" page.
of = "sur" # E.g. Page 1 "of" 3
all_posts = "Tous les articles"
all_tags = "Toutes les étiquettes"
all_projects = "Tous les projets"
featured_projects = "Projets à la une"
language_selection = "Sélection de la langue"
toggle_mode = "Basculer en mode $MODE" # $MODE will be replaced by a value (or both) below.
dark = "sombre"
light = "clair"
reset_mode = "Réinitialiser le mode aux valeurs par défaut"
# Quick navigation buttons.
toggle_toc = "Afficher/Masquer la table des matières"
go_to_top = "Aller en haut de la page"
go_to_comments = "Aller à la section des commentaires"
# Post metadata.
by_author = "Par $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " et " # For multiple authors. Ensure spacing where necessary.
draft = "BROUILLON"
zero_min_read = "<1 min de lecture"
one_min_read = "$NUMBER min de lecture"
many_min_read = "$NUMBER min de lecture"
zero_words = "aucun mot"
one_words = "$NUMBER mot"
many_words = "$NUMBER mots"
last_updated_on = "Mis à jour le $DATE"
see_changes = "Voir les modifications"
# Post body.
table_of_contents = "Table des matières"
load_comments = "Afficher les commentaires"
# Copy code block button.
copied = "Copié !"
copy_code_to_clipboard = "Copier le code dans le presse-papier"
# iine appreciation button.
like_this_post = "J'aime cet article"
# Footer: Powered by Zola and tabi.
powered_by = "Propulsé par"
and = "et"
site_source = "Code du site"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "La page que vous avez demandée semble être manquante"
translation_missing = "ou n'a pas encore été traduite dans votre langue"
check_url = "Vérifiez que l'URL ne contient pas d'erreur ou"
go_home = "retournez à la page d'accueil"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Afficher la citation originale"
show_translation = "Afficher la traduction"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Ceci est un flux web, également connu sous le nom de flux Atom. Abonnez-vous en copiant l'URL de la barre d'adresse dans votre lecteur de nouvelles. Visitez About Feeds pour en savoir plus et commencez. C'est gratuit."
visit_the_site = "Visitez le site web"
recent_posts = "Articles récents"

View file

@ -0,0 +1,100 @@
# This has been machine translated.
# If you would like to help correct errors or improve the translation, please open an issue or submit a pull request.
language_name = "हिंदी" # Shown in language picker for multi-language sites.
date_locale = "hi_IN"
full_stop ="।" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "ब्लॉग"
archive = "संग्रह"
tags = "टैग"
projects = "परियोजनाएं"
about = "बारे में"
contact = "संपर्क"
privacy = "गोपनीयता नीति"
site_statistics = "साइट सांख्यिकी"
sitemap = "साइटमैप"
# Search.
search = "खोजें"
search_icon_title = "$SHORTCUT दबाएँ या क्लिक करें खोज खोलने के लिए" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "खोज साफ करें" # Title of the X icon next to search input.
zero_results = "कोई परिणाम नहीं मिला"
one_results = "$NUMBER परिणाम" # "1 result"
many_results = "$NUMBER परिणाम" # "3 results"
# Navigation.
pinned = "पिन किया गया"
jump_to_posts = "पोस्ट पर जाएं"
read_more = "और पढ़ें"
one_posts = "$NUMBER पोस्ट"
many_posts = "$NUMBER पोस्ट्स"
prev = "पिछला" # As in "Previous" page.
next = "अगला" # As in "Next" page.
of = "का" # E.g. Page 1 "of" 3
all_posts = "सभी पोस्ट्स"
all_tags = "सभी टैग्स"
all_projects = "सभी प्रोजेक्ट"
featured_projects = "विशेष प्रोजेक्ट"
language_selection = "भाषा चयन"
toggle_mode = "$MODE मोड में टॉगल करें" # $MODE will be replaced by a value (or both) below.
dark = "अंधेरा"
light = "रोशनी"
reset_mode = "मोड को साइट डिफ़ॉल्ट पर रीसेट करें"
# Quick navigation buttons.
toggle_toc = "विषय-सूची टॉगल करें"
go_to_top = "पृष्ठ के शीर्ष पर जाएं"
go_to_comments = "टिप्पणी अनुभाग में जाएं"
# Post metadata.
by_author = "$AUTHOR द्वारा" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " और " # For multiple authors. Ensure spacing where necessary.
draft = "मसौदा"
zero_min_read = "कम से कम 1 मिनट पठन समय"
one_min_read = "$NUMBER मिनट पठन समय"
many_min_read = "$NUMBER मिनट पठन समय"
zero_words = "कोई शब्द नहीं"
one_words = "$NUMBER शब्द"
many_words = "$NUMBER शब्द"
last_updated_on = "$DATE को अपडेट किया गया"
see_changes = "बदलाव देखें"
# Post body.
table_of_contents = "विषय सूची"
load_comments = "कमेंट्स लोड करें"
# Copy code block button.
copied = "कॉपी किया गया!"
copy_code_to_clipboard = "कोड क्लिपबोर्ड में कॉपी करें"
# iine appreciation button.
like_this_post = "मुझे यह पोस्ट पसंद है"
# Footer: Powered by Zola and tabi.
powered_by = "चालित द्वारा"
and = "और"
site_source = "साइट का स्रोत"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "आपके द्वारा अनुरोधित पृष्ठ मौजूद नहीं है"
translation_missing = "या फिर आपकी भाषा में अनुवाद नहीं किया गया है"
check_url = "URL में त्रुटियों की जांच करें या"
go_home = "मुख्य पृष्ठ पर वापस जाएं"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "मौलिक उद्धरण दिखाएं"
show_translation = "अनुवाद दिखाएं"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "यह एक वेब फ़ीड है, जिसे एटम फ़ीड भी कहा जाता है। अपने न्यूज़रीडर में एड्रेस बार से URL कॉपी करके सब्सक्राइब करें। About Feeds पर जाकर और अधिक जानकारी प्राप्त करें और शुरू करें। यह सेवा मुफ़्त है।"
visit_the_site = "वेबसाइट पर जाएं"
recent_posts = "हाल की पोस्ट्स"

View file

@ -0,0 +1,97 @@
language_name = "Italiano" # Shown in language picker for multi-language sites.
date_locale = "it_IT"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archivio"
tags = "tag"
projects = "progetti"
about = "chi sono"
contact = "contatto"
privacy = "politica sulla privacy"
site_statistics = "statistiche del sito"
sitemap = "mappa del sito"
# Search.
search = "Cerca"
search_icon_title = "Clicca o premi $SHORTCUT per aprire la ricerca" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Cancella ricerca" # Title of the X icon next to search input.
zero_results = "Nessun risultato trovato"
one_results = "$NUMBER risultato"
many_results = "$NUMBER risultati"
# Navigation.
pinned = "In evidenza"
jump_to_posts = "Vai ai post"
read_more = "Leggi di più"
one_posts = "$NUMBER post"
many_posts = "$NUMBER post"
prev = "Precedente" # As in "Previous" page.
next = "Successivo" # As in "Next" page.
of = "di" # E.g. Page 1 "of" 3
all_posts = "Tutti i post"
all_tags = "Tutti i tag"
all_projects = "Tutti i progetti"
featured_projects = "Progetti in evidenza"
language_selection = "Selezione della lingua"
toggle_mode = "Passa alla modalità $MODE" # $MODE will be replaced by a value (or both) below.
dark = "scuro"
light = "chiaro"
reset_mode = "Reimposta la modalità alle impostazioni predefinite"
# Quick navigation buttons.
toggle_toc = "Attiva/Disattiva indice"
go_to_top = "Vai in cima alla pagina"
go_to_comments = "Vai alla sezione commenti"
# Post metadata.
by_author = "Di $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " e " # For multiple authors. Ensure spacing where necessary.
draft = "BOZZA"
zero_min_read = "<1 min di lettura"
one_min_read = "$NUMBER min di lettura"
many_min_read = "$NUMBER min di lettura"
zero_words = "Nessuna parola"
one_words = "$NUMBER parola"
many_words = "$NUMBER parole"
last_updated_on = "Aggiornato il $DATE"
see_changes = "Vedi modifiche"
# Post body.
table_of_contents = "Indice"
load_comments = "Carica commenti"
# Copy code block button.
copied = "Copiato!"
copy_code_to_clipboard = "Copia codice negli appunti"
# iine appreciation button.
like_this_post = "Mi piace questo post"
# Footer: Powered by Zola and tabi.
powered_by = "Alimentato da"
and = "e"
site_source = "Codice del sito"
# 404 error.
page_missing = "La pagina che hai richiesto sembra non esistere"
translation_missing = "o non è ancora stata tradotta nella tua lingua"
check_url = "Controlla l'URL per errori o"
go_home = "torna alla homepage"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Mostra citazione originale"
show_translation = "Mostra traduzione"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Questo è un feed web, noto anche come feed Atom. Iscriviti copiando l'URL dalla barra degli indirizzi nel tuo lettore di notizie. Visita About Feeds per saperne di più e iniziare. È gratuito."
visit_the_site = "Visita il sito web"
recent_posts = "Post recenti"

View file

@ -0,0 +1,102 @@
# This has been machine translated.
# If you would like to help correct errors or improve the translation,
# please open an issue or submit a pull request.
# https://github.com/welpo/tabi
language_name = "日本語" # Shown in language picker for multi-language sites.
date_locale = "ja_JP"
full_stop = "。" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "ブログ"
archive = "アーカイブ"
tags = "タグ"
projects = "プロジェクト"
about = "自己紹介"
contact = "お問い合わせ"
privacy = "プライバシーポリシー"
site_statistics = "サイト統計"
sitemap = "サイトマップ"
# Search.
search = "検索"
search_icon_title = "$SHORTCUTを押すか、クリックして検索を開く" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "検索をクリア" # Title of the X icon next to search input.
zero_results = "結果が見つかりません"
one_results = "$NUMBER 結果" # "1 result"
many_results = "$NUMBER 結果" # "3 results"
# Navigation.
pinned = "固定"
jump_to_posts = "投稿へジャンプ"
read_more = "続きを読む"
one_posts = "$NUMBER 投稿"
many_posts = "$NUMBER 投稿"
prev = "前" # As in "Previous" page.
next = "次" # As in "Next" page.
of = "中" # E.g. Page 1 "of" 3
all_posts = "すべての投稿"
all_tags = "すべてのタグ"
all_projects = "全てのプロジェクト"
featured_projects = "注目のプロジェクト"
language_selection = "言語選択"
toggle_mode = "$MODE モードに切り替え" # $MODE will be replaced by a value (or both) below.
dark = "暗い"
light = "明るい"
reset_mode = "モードをサイトのデフォルトにリセット"
# Quick navigation buttons.
toggle_toc = "目次を切り替え"
go_to_top = "ページの先頭へ"
go_to_comments = "コメントセクションへ"
# Post metadata.
by_author = "$AUTHOR によって" # $AUTHOR will be replaced by the author(s).
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
author_conjunction = "と" # For multiple authors. Ensure spacing where necessary.
draft = "ドラフト"
zero_min_read = "1分未満の読了時間"
one_min_read = "$NUMBER 分の読了時間"
many_min_read = "$NUMBER 分の読了時間"
zero_words = "単語数ゼロ"
one_words = "$NUMBER 単語"
many_words = "$NUMBER 単語"
last_updated_on = "$DATE に更新"
see_changes = "変更を見る"
# Post body.
table_of_contents = "目次"
load_comments = "コメントを読む"
# Copy code block button.
copied = "コピーしました!"
copy_code_to_clipboard = "コードをクリップボードにコピー"
# iine appreciation button.
like_this_post = "いいね!"
# Footer: Powered by Zola and tabi.
powered_by = "Powered by"
and = "と"
site_source = "サイトのソースコード"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "お探しのページは存在しません"
translation_missing = "または、まだあなたの言語に翻訳されていません"
check_url = "URLが正しいか確認してください、または"
go_home = "ホームページに戻る"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "オリジナルの引用を見る"
show_translation = "翻訳を見る"
open_quotation_mark = "「"
close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "これはウェブフィードです、また、Atomフィードとしても知られています。URLをアドレスバーからニュースリーダーにコピーして登録してください。About Feedsを訪れて、詳細を知り、始めてください。無料です。"
visit_the_site = "ウェブサイトを訪れる"
recent_posts = "最近の投稿"

View file

@ -0,0 +1,102 @@
# This has been machine translated.
# If you would like to help correct errors or improve the translation,
# please open an issue or submit a pull request.
# https://github.com/welpo/tabi
language_name = "한국어" # Shown in language picker for multi-language sites.
date_locale = "ko_KR"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "블로그"
archive = "아카이브"
tags = "태그"
projects = "프로젝트"
about = "소개"
contact = "연락처"
privacy = "개인정보 처리방침"
site_statistics = "사이트 통계"
sitemap = "사이트맵"
# Search.
search = "검색"
search_icon_title = "클릭하거나 $SHORTCUT을 눌러 검색 열기" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "검색 지우기" # Title of the X icon next to search input.
zero_results = "결과 없음"
one_results = "$NUMBER 결과" # "1 result"
many_results = "$NUMBER 결과" # "3 results"
# Navigation.
pinned = "고정됨"
jump_to_posts = "게시물로 이동"
read_more = "더 읽기"
one_posts = "$NUMBER 게시물"
many_posts = "$NUMBER 게시물"
prev = "이전" # As in "Previous" page.
next = "다음" # As in "Next" page.
of = "중" # E.g. Page 1 "of" 3
all_posts = "모든 게시물"
all_tags = "모든 태그"
all_projects = "모든 프로젝트"
featured_projects = "추천 프로젝트"
language_selection = "언어 선택"
toggle_mode = "$MODE 모드로 전환" # $MODE will be replaced by a value (or both) below.
dark = "어두운"
light = "밝은"
reset_mode = "모드를 사이트 기본값으로 재설정"
# Quick navigation buttons.
toggle_toc = "목차 토글"
go_to_top = "페이지 상단으로"
go_to_comments = "댓글 섹션으로"
# Post metadata.
by_author = "$AUTHOR 작성" # $AUTHOR will be replaced by the author(s).
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
author_conjunction = "와" # For multiple authors. Ensure spacing where necessary.
draft = "임시 저장"
zero_min_read = "1분 미만 읽기"
one_min_read = "$NUMBER 분 읽기"
many_min_read = "$NUMBER 분 읽기"
zero_words = "단어 없음"
one_words = "$NUMBER 단어"
many_words = "$NUMBER 단어"
last_updated_on = "$DATE에 업데이트됨"
see_changes = "변경사항 보기"
# Post body.
table_of_contents = "목차"
load_comments = "댓글 불러오기"
# Copy code block button.
copied = "복사됨!"
copy_code_to_clipboard = "코드를 클립보드에 복사"
# iine appreciation button.
like_this_post = "이 글이 좋아요"
# Footer: Powered by Zola and tabi.
powered_by = "제공됨"
and = "&"
site_source = "사이트 소스"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "요청하신 페이지가 없습니다"
translation_missing = "또는 아직 해당 언어로 번역되지 않았습니다"
check_url = "URL을 확인하거나"
go_home = "홈페이지로 돌아가기"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "원문 인용 보기"
show_translation = "번역 보기"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "이것은 웹 피드이며, Atom 피드로도 알려져 있습니다. 주소 표시 줄의 URL을 뉴스 리더로 복사하여 구독하세요. About Feeds를 방문하여 자세히 알아보고 시작하세요. 무료입니다."
visit_the_site = "웹사이트 방문하기"
recent_posts = "최근 게시물"

View file

@ -0,0 +1,98 @@
language_name = "Dutch" # Shown in language picker for multi-language sites.
date_locale = "nl_NL" #nl_BE can also be used for Flemish
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archief"
tags = "labels"
projects = "projecten"
about = "over ons"
contact = "contact"
privacy = "privacybeleid"
site_statistics = "website statistieken"
sitemap = "sitemap"
# Search.
search = "Zoeken"
search_icon_title = "Klik of druk op $SHORTCUT om de zoekopdracht te openen" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Verwijder zoekopdracht" # Title of the X icon next to search input.
zero_results = "Geen resultaten"
one_results = "$NUMBER resultaat" # "1 result"
many_results = "$NUMBER resultaten" # "3 results"
# Navigation.
pinned = "Vastgezet"
jump_to_posts = "Naar berichten springen"
read_more = "Lees meer"
one_posts = "$NUMBER bericht" # "1 post"
many_posts = "$NUMBER berichten" # "3 posts"
prev = "Vorige" # As in "Previous" page. - Vorige pagina
next = "Volgende" # As in "Next" page. - Volgende pagina
of = "van" # E.g. Page 1 "of" 3
all_posts = "Alle berichten"
all_tags = "Alle labels"
all_projects = "Alle projecten"
featured_projects = "Aanbevolen projecten"
language_selection = "Selecteer taal"
toggle_mode = "Schakel de $MODE-modus in" # $MODE will be replaced by a value (or both) below.
dark = "donker"
light = "licht"
reset_mode = "Reset de modus naar de standaardwaarde"
# Quick navigation buttons.
toggle_toc = "Schakel inhoudsopgave in of uit"
go_to_top = "Ga naar de bovenkant van de pagina"
go_to_comments = "Ga naar opmerkingen"
# Post metadata.
by_author = "Door $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " en " # For multiple authors. Ensure spacing where necessary.
draft = "VOORLOPIGE VERSIE"
zero_min_read = "<1 minuut lezen"
one_min_read = "$NUMBER minuut lezen"
many_min_read = "$NUMBER minuten lezen"
zero_words = "Geen woorden"
one_words = "$NUMBER woord"
many_words = "$NUMBER woorden"
last_updated_on = "Bijgewerkt op $DATE"
see_changes = "Zie wijzigingen"
# Post body.
table_of_contents = "Inhoudsopgave"
load_comments = "Laad opmerkingen"
# Copy code block button.
copied = "Gekopieerd!"
copy_code_to_clipboard = "Kopieer code naar klembord"
# iine appreciation button.
like_this_post = "Vind ik leuk"
# Footer: Powered by Zola and tabi.
powered_by = "Aangedreven door"
and = "&"
site_source = "Sitebron"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Het lijkt erop dat de door u opgevraagde pagina ontbreekt"
translation_missing = "of het is nog niet in jouw taal vertaald"
check_url = "Controleer de URL op fouten of"
go_home = "ga terug naar de startpagina"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Toon origineel citaat"
show_translation = "Vertaling tonen"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Dit is een webfeed, ook wel Atom-feed genoemd. Abonneer u door de URL uit de adresbalk naar uw nieuwslezer te kopiëren. Ga naar About Feeds voor meer informatie en om aan de slag te gaan. Het is gratis."
visit_the_site = "Bezoek website"
recent_posts = "Recente berichten"

View file

@ -0,0 +1,98 @@
language_name = "ଓଡ଼ିଆ" # Shown in language picker for multi-language sites.
date_locale = "or_IN"
full_stop = "।" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "ବ୍ଲଗ"
archive = "ଆର୍କାଇଭ"
tags = "ଟ୍ୟାଗଗୁଡ଼ିକ"
projects = "ପ୍ରକଳ୍ପଗୁଡ଼ିକ"
about = "ବାବଦରେ"
contact = "ଯୋଗାଯୋଗ"
privacy = "ଗୋପନୀୟତା ନୀତି"
site_statistics = "ସାଇଟ ପରିସଂଖ୍ୟାନ"
sitemap = "ସାଇଟମ୍ୟାପ"
# Search.
search = "ଖୋଜନ୍ତୁ"
search_icon_title = "ଖୋଜିବାକୁ $SHORTCUT କୁ ଚିପନ୍ତୁ କିମ୍ବା କ୍ଲିକ କରନ୍ତୁ" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "ଖୋଜା ସଫା କରନ୍ତୁ" # Title of the X icon next to search input.
zero_results = "କିଛି ମିଳିଲା ନାହିଁ"
one_results = "$NUMBER ପରିଣାମ" # "1 result"
many_results = "$NUMBER ପରିଣାମଗୁଡ଼ିକ" # "3 results"
# Navigation.
pinned = "ପିନ୍ କରାଯାଇଛି"
jump_to_posts = "ପୋଷ୍ଟକୁ ଯାଆନ୍ତୁ"
read_more = "ଆହୁରି ପଢ଼ନ୍ତୁ"
one_posts = "$NUMBER ପୋଷ୍ଟ"
many_posts = "$NUMBER ପୋଷ୍ଟଗୁଡ଼ିକ" # "3 posts"
prev = "ପୂର୍ବ" # As in "Previous" page.
next = "ପର" # As in "Next" page.
of = "ର" # E.g. Page 1 "of" 3
all_posts = "ସମସ୍ତ ପୋଷ୍ଟଗୁଡ଼ିକ"
all_tags = "ସମସ୍ତ ଟ୍ୟାଗଗୁଡ଼ିକ"
all_projects = "ସମସ୍ତ ପ୍ରକଳ୍ପଗୁଡ଼ିକ"
featured_projects = "ବିଶେଷ ପ୍ରକଳ୍ପଗୁଡ଼ିକ"
language_selection = "ଭାଷା ଚୟନ"
toggle_mode = "$MODE ଟଗଲ କରନ୍ତୁ" # $MODE will be replaced by a value (or both) below.
dark = "ଅନ୍ଧାର"
light = "ଆଲୋକ"
reset_mode = "ସାଇଟର ମୂଳ ମୋଡକୁ ଆଣନ୍ତୁ"
# Quick navigation buttons.
toggle_toc = "ସୂଚୀପତ୍ର ଟଗଲ କରନ୍ତୁ"
go_to_top = "ପୃଷ୍ଠାର ଶୀର୍ଷକୁ ଯାଆନ୍ତୁ"
go_to_comments = "ମତାମତ ବିଭାଗକୁ ଯାଆନ୍ତୁ"
# Post metadata.
by_author = "$AUTHOR ଙ୍କ ଦ୍ୱାରା" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " ଏବଂ " # For multiple authors. Ensure spacing where necessary.
draft = "ଡ୍ରାଫ୍ଟ"
zero_min_read = "<୧ ମିନିଟ ପଢ଼ିବା ସମୟ"
one_min_read = "$NUMBER ମିନିଟ ପଢ଼ିବା ସମୟ"
many_min_read = "$NUMBER ମିନିଟ ପଢ଼ିବା ସମୟ"
zero_words = "କୌଣସି ଶବ୍ଦ ନାହିଁ "
one_words = "$NUMBER ଶବ୍ଦ"
many_words = "$NUMBER ଶବ୍ଦଗୁଡ଼ିକ"
last_updated_on = "$DATE ଦିନ ଅଦ୍ୟତନ ହୋଇଥିଲା"
see_changes = "ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ"
# Post body.
table_of_contents = "ସୂଚୀପତ୍ର"
load_comments = "ମତାମତ ଲୋଡ କରନ୍ତୁ"
# Copy code block button.
copied = "କପି ହେଲା!"
copy_code_to_clipboard = "କ୍ଲିପବୋର୍ଡକୁ କପି କରନ୍ତୁ"
# iine appreciation button.
like_this_post = "ମୋର ଏହି ପୋସ୍ଟ ଭଲ ଲାଗେ"
# Footer: Powered by Zola and tabi.
powered_by = "ଚାଳିତ ଦ୍ୱାରା"
and = "ଏବଂ"
site_source = "ସାଇଟ ଉତ୍ସ"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "ଆପଣ ଯେଉଁ ପୃଷ୍ଠାଟିକୁ ଅନୁରୋଧ କରିଥିଲେ ତାହା ନାହିଁ"
translation_missing = "କିମ୍ବା ଆପଣଙ୍କର ଭାଷାକୁ ଏପର୍ଯ୍ୟନ୍ତ ଅନୁବାଦିତ ହୋଇନାହିଁ"
check_url = "ତୃଟିଗୁଡ଼ିକ ପାଇଁ URL କୁ ଦେଖନ୍ତୁ କିମ୍ବା"
go_home = "ମୂଳ ପୃଷ୍ଠାକୁ ଫେରିଯାଆନ୍ତୁ"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "ମୂଳ ଉଦ୍ଧୃତ ଦେଖାନ୍ତୁ"
show_translation = "ଅନୁବାଦ ଦେଖାନ୍ତୁ"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "ଏହା ଏକ ୱେବ୍ ଫିଡ୍, ଯାହାକୁ ଆଟମ୍ ଫିଡ୍ ମଧ୍ୟ କୁହାଯାଏ। ଠିକଣା ବାରରୁ URL କୁ ଆପଣଙ୍କ ନ୍ୟୁଜ୍ ରିଡରରେ କପି କରି ସବ୍ସ୍କ୍ରାଇବ୍ କରନ୍ତୁ। ଅଧିକ ଜାଣିବା ଏବଂ ଆରମ୍ଭ କରିବାକୁ About Feeds ଯାଆନ୍ତୁ। ଏହା ମାଗଣା ଅଟେ ।"
visit_the_site = "ୱେବସାଇଟକୁ ଯାଆନ୍ତୁ"
recent_posts = "ସାମ୍ପ୍ରତିକ ପୋଷ୍ଟଗୁଡିକ"

View file

@ -0,0 +1,98 @@
language_name = "Português" # Shown in language picker for multi-language sites.
date_locale = "pt_PT"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "arquivo"
tags = "etiquetas"
projects = "projetos"
about = "sobre"
contact = "contacto"
privacy = "política de privacidade"
site_statistics = "estatísticas do site"
sitemap = "mapa do site"
# Search.
search = "Pesquisar"
search_icon_title = "Clique ou pressione $SHORTCUT para abrir a pesquisa" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Limpar pesquisa" # Title of the X icon next to search input.
zero_results = "Nenhum resultado encontrado"
one_results = "$NUMBER resultado" # "1 result"
many_results = "$NUMBER resultados" # "3 results"
# Navigation.
pinned = "Fixado"
jump_to_posts = "Ir para as publicações"
read_more = "Ler mais"
one_posts = "$NUMBER publicação"
many_posts = "$NUMBER publicações"
prev = "Anterior" # As in "Previous" page.
next = "Seguinte" # As in "Next" page.
of = "de" # E.g. Page 1 "of" 3
all_posts = "Todas as publicações"
all_tags = "Todas as etiquetas"
all_projects = "Todos os projetos"
featured_projects = "Projetos em destaque"
language_selection = "Seleção de idioma"
toggle_mode = "Alternar para o modo $MODE" # $MODE will be replaced by a value (or both) below.
dark = "escuro"
light = "claro"
reset_mode = "Repor o modo para o padrão"
# Quick navigation buttons.
toggle_toc = "Alternar Índice"
go_to_top = "Ir para o topo da página"
go_to_comments = "Ir para a seção de comentários"
# Post metadata.
by_author = "Por $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " e " # For multiple authors. Ensure spacing where necessary.
draft = "RASCUNHO"
zero_min_read = "<1 min de leitura"
one_min_read = "$NUMBER min de leitura"
many_min_read = "$NUMBER mins de leitura"
zero_words = "Nenhuma palavra"
one_words = "$NUMBER palavra"
many_words = "$NUMBER palavras"
last_updated_on = "Atualizado em $DATE"
see_changes = "Ver alterações"
# Post body.
table_of_contents = "Índice de conteúdo"
load_comments = "Carregar comentários"
# Copy code block button.
copied = "Copiado!"
copy_code_to_clipboard = "Copiar código para a área de transferência"
# iine appreciation button.
like_this_post = "Gosto desta publicação"
# Footer: Powered by Zola and tabi.
powered_by = "Impulsionado por"
and = "e"
site_source = "Código do site"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "A página que solicitou não existe"
translation_missing = "ou ainda não foi traduzida para o seu idioma"
check_url = "Verifique se o URL está correto ou"
go_home = "volte à página inicial"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Mostrar citação original"
show_translation = "Mostrar tradução"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Isto é um feed web, também conhecido como feed Atom. Subscreva copiando o URL da barra de endereços para o seu leitor de notícias. Visite About Feeds para aprender mais e começar. É grátis."
visit_the_site = "Visite o website"
recent_posts = "Publicações recentes"

View file

@ -0,0 +1,107 @@
language_name = "Русский" # Shown in language picker for multi-language sites.
date_locale = "ru_RU"
full-stop = "." # Used at the end of a sentence.
# Note on pluralization prefixes:
# - few_: for numbers ending in 2-4, except 12-14, in genitive singular.
# - many_: for all others, including 5-9, 0, and teens (11-14), in genitive plural.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "блог"
archive = "архив"
tags = "теги"
projects = "проекты"
about = "обо мне"
contact = "контакт"
privacy = "политика конфиденциальности"
site_statistics = "статистика сайта"
sitemap = "карта сайта"
# Search.
search = "Поиск"
search_icon_title = "Нажмите или используйте $SHORTCUT для открытия поиска" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Очистить поиск" # Title of the X icon next to search input.
zero_results = "Нет результатов"
one_results = "$NUMBER результат"
few_results = "$NUMBER результата" # 2, 3, 4 but not 12-14
many_results = "$NUMBER результатов" # 5-9, 0, 11-14, and others
# Navigation.
pinned = "Закреплено"
jump_to_posts = "Перейти к записям"
read_more = "Читать далее"
post = "пост"
one_posts = "$NUMBER пост"
few_posts = "$NUMBER поста" # 2, 3, 4 but not 12-14
many_posts = "$NUMBER постов" # 5-9, 0, 11-14, and others
prev = "Пред." # As in "Previous" page.
next = "След." # As in "Next" page.
of = "из" # E.g. Page 1 "of" 3
all_posts = "Все посты"
all_tags = "Все теги"
all_projects = "Все проекты"
featured_projects = "Избранные проекты"
language_selection = "Выбор языка"
toggle_mode = "Переключить на режим $MODE" # $MODE will be replaced by a value (or both) below.
dark = "тёмный"
light = "светлый"
reset_mode = "Сбросить режим к стандартным настройкам сайта"
# Quick navigation buttons.
toggle_toc = "Показать/Скрыть оглавление"
go_to_top = "Перейти в начало страницы"
go_to_comments = "Перейти к комментариям"
# Post metadata.
by_author = "От $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " и " # For multiple authors. Ensure spacing where necessary.
draft = "ЧЕРНОВИК"
zero_min_read = "<1 мин чтения"
one_min_read = "$NUMBER мин чтения"
few_min_read = "$NUMBER мин чтения" # 2, 3, 4 but not 12-14
many_min_read = "$NUMBER мин чтения" # 5-9, 0, 11-14, and others
zero_words = "Нет слов"
one_words = "$NUMBER слово"
few_words = "$NUMBER слова" # 2, 3, 4 but not 12-14
many_words = "$NUMBER слов" # 5-9, 0, 11-14, and others
last_updated_on = "Обновлено $DATE"
see_changes = "Смотреть изменения"
# Post body.
table_of_contents = "Содержание"
load_comments = "Загрузить комментарии"
# Copy code block button.
copied = "Скопировано!"
copy_code_to_clipboard = "Скопировать код в буфер обмена"
# iine appreciation button.
like_this_post = "Мне нравится эта статья"
# Footer: Powered by Zola and tabi.
powered_by = "Под управлением"
and = "&"
site_source = "Исходный код сайта"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Запрашиваемая вами страница отсутствует"
translation_missing = "или еще не переведена на ваш язык"
check_url = "Проверьте URL на ошибки или"
go_home = "вернитесь на главную страницу"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Показать оригинальную цитату"
show_translation = "Показать перевод"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Это веб-фид, известный также как Atom-фид. Чтобы подписаться, скопируйте URL из адресной строки в ваш RSS-ридер. Посетите About Feeds для дополнительной информации и начала использования."
visit_the_site = "Посетить веб-сайт"
recent_posts = "Последние посты"

View file

@ -0,0 +1,111 @@
# This has been machine translated.
# If you would like to help correct errors or improve the translation,
# please open an issue or submit a pull request.
# https://github.com/welpo/tabi
# Note on pluralization prefixes:
# - few_: for numbers ending in 2-4, except 12-14, in genitive singular.
# - many_: for all others, including 5-9, 0, and teens (11-14), in genitive plural.
language_name = "Українська" # Shown in language picker for multi-language sites.
date_locale = "uk_UA"
full-stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "блог"
archive = "архів"
tags = "теги"
projects = "проєкти"
about = "про мене"
contact = "контакт"
privacy = "політика конфіденційності"
site_statistics = "статистика сайту"
sitemap = "карта сайту"
# Search.
search = "Пошук"
search_icon_title = "Натисніть або використовуйте $SHORTCUT, щоб відкрити пошук" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Очистити пошук" # Title of the X icon next to search input.
zero_results = "Немає результатів"
one_results = "$NUMBER результат"
few_results = "$NUMBER результати"
many_results = "$NUMBER результатів"
# Navigation.
pinned = "Закріплено"
jump_to_posts = "Перейти до дописів"
read_more = "Читати далі"
one_posts = "$NUMBER пост"
few_posts = "$NUMBER пости" # 2, 3, 4 but not 12-14
many_posts = "$NUMBER постів" # 5-9, 0, 11-14, and others
prev = "Попер." # As in "Previous" page.
next = "Наст." # As in "Next" page.
of = "з" # E.g. Page 1 "of" 3
all_posts = "Всі пости"
all_tags = "Всі теги"
all_projects = "Усі проекти"
featured_projects = "Обрані проекти"
language_selection = "Вибір мови"
toggle_mode = "Перемкнути в режим $MODE" # $MODE will be replaced by a value (or both) below.
dark = "темний"
light = "світлий"
reset_mode = "Скинути режим до типових налаштувань сайту"
# Quick navigation buttons.
toggle_toc = "Показати/Сховати зміст"
go_to_top = "Перейти на початок сторінки"
go_to_comments = "Перейти до коментарів"
# Post metadata.
by_author = "Від $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " і " # For multiple authors. Ensure spacing where necessary.
draft = "ЧЕРНЕТКА"
zero_min_read = "<1 хв. читання"
one_min_read = "$NUMBER хв. читання"
few_min_read = "$NUMBER хв. читання" # 2, 3, 4 but not 12-14
many_min_read = "$NUMBER хв. читання" # 5-9, 0, 11-14, and others
zero_words = "Без слів"
one_words = "$NUMBER слово"
few_words = "$NUMBER слова" # 2, 3, 4 but not 12-14
many_words = "$NUMBER слів" # 5-9, 0, 11-14, and others
last_updated_on = "Оновлено $DATE"
see_changes = "Переглянути зміни"
# Post body.
table_of_contents = "Зміст"
load_comments = "Завантажити коментарі"
# Copy code block button.
copied = "Скопійовано!"
copy_code_to_clipboard = "Копіювати код у буфер обміну"
# iine appreciation button.
like_this_post = "Мені подобається ця стаття"
# Footer: Powered by Zola and tabi.
powered_by = "Під управлінням"
and = "та"
site_source = "Вихідний код сайту"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Сторінка, яку ви запитуєте, відсутня"
translation_missing = "або ще не перекладена на вашу мову"
check_url = "Перевірте URL на помилки або"
go_home = "поверніться на головну сторінку"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Показати оригінальну цитату"
show_translation = "Показати переклад"
open_quotation_mark = "«"
close_quotation_mark = "»"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Це веб-канал, також відомий як Atom-канал. Щоб підписатися, скопіюйте URL з адресного рядка у ваш RSS-читач. Відвідайте About Feeds для додаткової інформації та початку використання."
visit_the_site = "Відвідати веб-сайт"
recent_posts = "Останні пости"

View file

@ -0,0 +1,98 @@
language_name = "简体中文" # Shown in language picker for multi-language sites.
date_locale = "zh_CN"
full_stop = "。" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "博客"
archive = "归档"
tags = "标签"
projects = "项目"
about = "关于"
contact = "联系方式" # Machine translated.
privacy = "隐私政策" # Machine translated.
site_statistics = "网站统计" # Machine translated.
sitemap = "站点地图" # Machine translated.
# Search.
search = "搜索"
search_icon_title = "点击或按 $SHORTCUT 开启搜索" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "清除搜索" # Title of the X icon next to search input.
zero_results = "没有找到结果"
one_results = "$NUMBER 个结果"
many_results = "$NUMBER 个结果"
# Navigation.
pinned = "置顶"
jump_to_posts = "跳转到文章"
read_more = "阅读全文"
one_posts = "$NUMBER 篇文章"
many_posts = "$NUMBER 篇文章"
prev = "上一页" # As in "Previous" page.
next = "下一页" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "所有文章"
all_tags = "所有标签"
all_projects = "所有项目" # Machine translated.
featured_projects = "特色项目" # Machine translated.
language_selection = "语言选择" # Machine translated.
toggle_mode = "切换到$MODE模式" # $MODE will be replaced by a value (or both) below. Machine translated.
dark = "暗" # Machine translated.
light = "亮" # Machine translated.
reset_mode = "将模式重置为网站默认值" # Machine translated.
# Quick navigation buttons.
toggle_toc = "切换目录" # Machine translated.
go_to_top = "返回页面顶部" # Machine translated.
go_to_comments = "转到评论区" # Machine translated.
# Post metadata.
by_author = "由$AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
author_conjunction = "和" # For multiple authors. Ensure spacing where necessary.
draft = "草稿"
zero_min_read = "少于1分钟阅读"
one_min_read = "$NUMBER 分钟阅读"
many_min_read = "$NUMBER 分钟阅读"
zero_words = "没有字"
one_words = "$NUMBER 字"
many_words = "$NUMBER 字"
last_updated_on = "更新于 $DATE"
see_changes = "修改纪录"
# Post body.
table_of_contents = "目录"
load_comments = "载入留言"
# Copy code block button.
copied = "已复制!" # Machine translated.
copy_code_to_clipboard = "复制代码到剪贴板" # Machine translated.
# iine appreciation button.
like_this_post = "喜欢这篇文章"
# Footer: Powered by Zola and tabi.
powered_by = "网站基于"
and = "和"
site_source = "查看原始码"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "您请求的页面似乎不存在"
translation_missing = "或尚未翻译成您的语言"
check_url = "请检查网址是否有误或"
go_home = "返回首页"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "显示原文"
show_translation = "显示译文"
open_quotation_mark = "「"
close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "这是Web Feed又称为Atom Feed把现在的网址复制到新闻阅读器即可订阅本站文章。造访「About Feeds」来了解更多资讯。"
visit_the_site = "造访网站"
recent_posts = "近期文章"

View file

@ -0,0 +1,98 @@
language_name = "繁體中文" # Shown in language picker for multi-language sites.
date_locale = "zh_TW"
full_stop = "。" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "網誌"
archive = "歸檔"
tags = "標籤"
projects = "專案"
about = "關於"
contact = "聯絡方式" # Machine translated.
privacy = "隱私政策" # Machine translated.
site_statistics = "網站統計" # Machine translated.
sitemap = "網站地圖" # Machine translated.
# Search.
search = "搜尋"
search_icon_title = "點擊或按 $SHORTCUT 來開啟搜尋" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "清除搜尋" # Title of the X icon next to search input.
zero_results = "沒有找到結果"
one_results = "$NUMBER 個結果"
many_results = "$NUMBER 個結果"
# Navigation.
pinned = "釘選"
jump_to_posts = "跳轉到文章"
read_more = "閱讀全文"
one_posts = "$NUMBER 篇文章"
many_posts = "$NUMBER 篇文章"
prev = "上一頁" # As in "Previous" page.
next = "下一頁" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "所有文章"
all_tags = "所有標籤"
all_projects = "所有項目" # Machine translated.
featured_projects = "精選項目" # Machine translated.
language_selection = "語言選擇" # Machine translated.
toggle_mode = "切換到$MODE模式" # $MODE will be replaced by a value (or both) below. Machine translated.
dark = "暗" # Machine translated.
light = "亮" # Machine translated.
reset_mode = "將模式重置為網站默認值" # Machine translated.
# Quick navigation buttons.
toggle_toc = "切換目錄" # Machine translated.
go_to_top = "返回頁面頂部" # Machine translated.
go_to_comments = "轉到評論區" # Machine translated.
# Post metadata.
by_author = "由$AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
author_conjunction = "和" # For multiple authors. Ensure spacing where necessary.
draft = "草稿"
zero_min_read = "少於1分鐘閱讀"
one_min_read = "$NUMBER 分鐘閱讀"
many_min_read = "$NUMBER 分鐘閱讀"
zero_words = "沒有字"
one_words = "$NUMBER 字"
many_words = "$NUMBER 字"
last_updated_on = "更新於 $DATE"
see_changes = "修改紀錄"
# Post body.
table_of_contents = "目錄"
load_comments = "載入留言"
# Copy code block button.
copied = "已复制!" # Machine translated.
copy_code_to_clipboard = "复制代码到剪贴板" # Machine translated.
# iine appreciation button.
like_this_post = "喜歡這篇文章"
# Footer: Powered by Zola and tabi.
powered_by = "網站基於"
and = "和"
site_source = "查看原始碼"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "您請求的頁面不存在"
translation_missing = "或尚未被翻譯成繁體中文"
check_url = "請檢查網址是否有誤或"
go_home = "返回首頁"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "顯示原文"
show_translation = "顯示翻譯"
open_quotation_mark = "「"
close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "這是Web Feed又稱為Atom Feed把現在的網址複製到新聞閱讀器即可訂閱本站文章。造訪「About Feeds」來了解更多資訊。"
visit_the_site = "造訪網站"
recent_posts = "近期文章"