Skip to content

Commit

Permalink
🌐 feat(i18n): add Estonian language (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
NippleOfAnApe authored Aug 18, 2024
1 parent 6219b92 commit 6ba0e54
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/blog/faq-languages/index.ca.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Lost in Translation? Explora les capacitats multilingües de tabi"
date = 2023-09-12
updated = 2024-03-01
updated = 2024-08-18
description = "Descobreix com tabi t'ajuda a connectar amb una audiència global gràcies a les seves funcions multilingües. Aprèn a canviar la llengua per defecte, afegir més llengües i aportar les teves pròpies traduccions."

[taxonomies]
Expand Down Expand Up @@ -29,6 +29,7 @@ tabi admet les següents llengües:
- Català
- Coreà
- Espanyol
- Estonià
- Francès
- Hindi
- Italià
Expand Down
3 changes: 2 additions & 1 deletion content/blog/faq-languages/index.es.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "¿Lost in Translation? Explora las capacidades multilingües de tabi"
date = 2023-09-12
updated = 2024-03-01
updated = 2024-08-18
description = "Descubre cómo tabi te ayuda a conectar con una audiencia global gracias a sus funciones multilingües. Aprende a cambiar el idioma por defecto, añadir más idiomas y aportar tus propias traducciones."

[taxonomies]
Expand Down Expand Up @@ -29,6 +29,7 @@ tabi admite los siguientes idiomas:
- Chino (Simplificado)
- Coreano
- Español
- Estonio
- Francés
- Hindi
- Inglés
Expand Down
1 change: 1 addition & 0 deletions content/blog/faq-languages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tabi supports the following languages:
- Chinese (Simplified)
- Chinese (Traditional)
- English
- Estonian
- French
- German
- Hindi
Expand Down
93 changes: 93 additions & 0 deletions i18n/et.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
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.
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"

# 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"

0 comments on commit 6ba0e54

Please sign in to comment.