mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
initial commit
This commit is contained in:
55
i18n/bn.yaml
Normal file
55
i18n/bn.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "সর্বশেষ সম্পাদনার তারিখ: {{ .Date }}"
|
||||
draft: "খসড়া"
|
||||
edit_title: "সম্পাদনা করুন"
|
||||
reading_time:
|
||||
one: "{{ .Count }} মিনিট"
|
||||
other: "{{ .Count }} মিনিট"
|
||||
reading_time_title: "পড়ার সময়"
|
||||
table_of_contents: "বিষয়সূচী"
|
||||
word_count:
|
||||
one: "{{ .Count }} টি শব্দ"
|
||||
other: "{{ .Count }} টি শব্দ"
|
||||
|
||||
author:
|
||||
byline_title: "লেখক"
|
||||
|
||||
code:
|
||||
copy: "কপি করুন"
|
||||
copied: "কপি হয়ে গেছে"
|
||||
|
||||
error:
|
||||
404_title: "পেজটি খুঁজে পাওয়া যায়নি :confused:"
|
||||
404_error: "Error 404"
|
||||
404_description: "মনে হচ্ছে, আপনার অনুরোধ করা পেজটি খুঁজে পাওয়া যায়নি।"
|
||||
|
||||
footer:
|
||||
dark_appearance: "ডার্ক মোডে স্যুইচ করুন"
|
||||
light_appearance: "লাইট মোডে স্যুইচ করুন"
|
||||
powered_by: "{{ .Hugo }} এবং {{ .Congo }} দ্বারা চালিত"
|
||||
|
||||
list:
|
||||
externalurl_title: "অন্য ওয়েবসাইটের লিংক"
|
||||
no_articles: "এখানে তালিকাভুক্ত করার মতো আপাতত কিছুই নেই।"
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "পেজের উপরের দিকে যান"
|
||||
skip_to_main: "মূল বিষয়ে যান"
|
||||
|
||||
search:
|
||||
open_button_title: "খুঁজুন (/)"
|
||||
close_button_title: "বন্ধ করুন (Esc)"
|
||||
input_placeholder: "খুঁজুন"
|
||||
|
||||
sharing:
|
||||
email: "ইমেল করুন"
|
||||
facebook: "ফেসবুকে শেয়ার করুন"
|
||||
linkedin: "লিংকডইনে শেয়ার করুন"
|
||||
pinterest: "পিন্টারেস্টে পিন করুন"
|
||||
reddit: "রেড্ডিটে জমা দিন"
|
||||
twitter: "ট্যুইট করুন"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "সাম্প্রতিক"
|
||||
55
i18n/de.yaml
Normal file
55
i18n/de.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Anker"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Aktualisiert: {{ .Date }}"
|
||||
draft: "Entwurf"
|
||||
edit_title: "Inhalt bearbeiten"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} min"
|
||||
reading_time_title: "Lesezeit"
|
||||
table_of_contents: "Inhaltsverzeichnis"
|
||||
word_count:
|
||||
one: "{{ .Count }} Wort"
|
||||
other: "{{ .Count }} Wörter"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Kopieren"
|
||||
copied: "Kopiert"
|
||||
|
||||
error:
|
||||
404_title: "Seite nicht gefunden :confused:"
|
||||
404_error: "Fehler 404"
|
||||
404_description: "Es sieht so aus, als ob es diese Seite nicht gibt."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Zum dunklen Erscheinungsbild wechseln"
|
||||
light_appearance: "Zum hellen Erscheinungsbild wechseln"
|
||||
powered_by: "Erstellt mit {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link zu einer externen Seite"
|
||||
no_articles: "Es gibt hier noch keine Beiträge."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Zum Anfang scrollen"
|
||||
skip_to_main: "Zum Hauptinhalt springen"
|
||||
|
||||
search:
|
||||
open_button_title: "Suche (/)"
|
||||
close_button_title: "Schließen (Esc)"
|
||||
input_placeholder: "Suchen"
|
||||
|
||||
sharing:
|
||||
email: "Per E-Mail teilen"
|
||||
facebook: "Auf Facebook teilen"
|
||||
linkedin: "Auf LinkedIn teilen"
|
||||
pinterest: "Auf Pinterest pinnen"
|
||||
reddit: "An Reddit senden"
|
||||
twitter: "Auf Twitter teilen"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Neue Beiträge"
|
||||
55
i18n/en.yaml
Normal file
55
i18n/en.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Updated: {{ .Date }}"
|
||||
draft: "Draft"
|
||||
edit_title: "Edit content"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} mins"
|
||||
reading_time_title: "Reading time"
|
||||
table_of_contents: "Table of Contents"
|
||||
word_count:
|
||||
one: "{{ .Count }} word"
|
||||
other: "{{ .Count }} words"
|
||||
|
||||
author:
|
||||
byline_title: "Author"
|
||||
|
||||
code:
|
||||
copy: "Copy"
|
||||
copied: "Copied"
|
||||
|
||||
error:
|
||||
404_title: "Page Not Found :confused:"
|
||||
404_error: "Error 404"
|
||||
404_description: "It seems that the page you've requested does not exist."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Switch to dark appearance"
|
||||
light_appearance: "Switch to light appearance"
|
||||
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link to external site"
|
||||
no_articles: "There's no articles to list here yet."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Scroll to top"
|
||||
skip_to_main: "Skip to main content"
|
||||
|
||||
search:
|
||||
open_button_title: "Search (/)"
|
||||
close_button_title: "Close (Esc)"
|
||||
input_placeholder: "Search"
|
||||
|
||||
sharing:
|
||||
email: "Send via email"
|
||||
facebook: "Share on Facebook"
|
||||
linkedin: "Share on LinkedIn"
|
||||
pinterest: "Pin on Pinterest"
|
||||
reddit: "Submit to Reddit"
|
||||
twitter: "Tweet on Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
55
i18n/es.yaml
Normal file
55
i18n/es.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Ancla"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Actualizado: {{ .Date }}"
|
||||
draft: "Borrador"
|
||||
edit_title: "Editar contenido"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} mins"
|
||||
reading_time_title: "Tiempo de lectura"
|
||||
table_of_contents: "Tabla de contenido"
|
||||
word_count:
|
||||
one: "{{ .Count }} palabra"
|
||||
other: "{{ .Count }} palabras"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Copiar"
|
||||
copied: "Copiado"
|
||||
|
||||
error:
|
||||
404_title: "Página no encontrada :confused:"
|
||||
404_error: "Error 404"
|
||||
404_description: "Parece que la página que solicitaste no existe."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Cambiar a modo oscuro"
|
||||
light_appearance: "Cambiar a modo claro"
|
||||
powered_by: "Desarrollada con {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link a página externa"
|
||||
no_articles: "Aún no hay artículos para listar aquí."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Ir arriba"
|
||||
skip_to_main: "Ir al contenido"
|
||||
|
||||
search:
|
||||
open_button_title: "Buscar (/)"
|
||||
close_button_title: "Cerrar (Esc)"
|
||||
input_placeholder: "Buscar"
|
||||
|
||||
sharing:
|
||||
email: "Enviar vía email"
|
||||
facebook: "Compartir en Facebook"
|
||||
linkedin: "Compartir en LinkedIn"
|
||||
pinterest: "Pinear en Pinterest"
|
||||
reddit: "Publicar en Reddit"
|
||||
twitter: "Tuitear en Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Reciente"
|
||||
55
i18n/fi.yaml
Normal file
55
i18n/fi.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Ankkuri"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Päivitetty: {{ .Date }}"
|
||||
draft: "Luonnos"
|
||||
edit_title: "Muokkaa sisältöä"
|
||||
reading_time:
|
||||
one: "{{ .Count }} minuutti"
|
||||
other: "{{ .Count }} minuuttia"
|
||||
reading_time_title: "Lukuaika"
|
||||
table_of_contents: "Sisällysluettelo"
|
||||
word_count:
|
||||
one: "{{ .Count }} sana"
|
||||
other: "{{ .Count }} sanaa"
|
||||
|
||||
author:
|
||||
byline_title: "Kirjoittaja"
|
||||
|
||||
code:
|
||||
copy: "Kopioi"
|
||||
copied: "Kopioitu"
|
||||
|
||||
error:
|
||||
404_title: "Sivua ei löydy :confused:"
|
||||
404_error: "Virhe 404"
|
||||
404_description: "Valitettavasti pyytämääsi sivua ei ole olemassa."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Vaihda tummaan teemaan"
|
||||
light_appearance: "Vaihda valoisaan teemaan"
|
||||
powered_by: "Voimanlähteenä {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Linkki ulkoiselle sivustolle"
|
||||
no_articles: "Täällä ei vielä ole listattavia artikkeleita, vielä."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Takaisin ylös"
|
||||
skip_to_main: "Siirry pääsisältöön"
|
||||
|
||||
search:
|
||||
open_button_title: "Hae (/)"
|
||||
close_button_title: "Sulje (Esc)"
|
||||
input_placeholder: "Haku"
|
||||
|
||||
sharing:
|
||||
email: "Lähetä sähköpostilla"
|
||||
facebook: "Jaa Facebookissa"
|
||||
linkedin: "Jaa LinkedInissä"
|
||||
pinterest: "Kiinnitä Pinterestiin"
|
||||
reddit: "Lähetä Reddittiin"
|
||||
twitter: "Twiittaa Twitterissä"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Viimeaikaiset"
|
||||
55
i18n/fr.yaml
Normal file
55
i18n/fr.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Ancre"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Mis à jour : {{ .Date }}"
|
||||
draft: "Brouillon"
|
||||
edit_title: "Modifier"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} mins"
|
||||
reading_time_title: "Temps de lecture"
|
||||
table_of_contents: "Sommaire"
|
||||
word_count:
|
||||
one: "{{ .Count }} mot"
|
||||
other: "{{ .Count }} mots"
|
||||
|
||||
author:
|
||||
byline_title: "Auteur"
|
||||
|
||||
code:
|
||||
copy: "Copier"
|
||||
copied: "Copié"
|
||||
|
||||
error:
|
||||
404_title: "Cette page n'existe pas :confused:"
|
||||
404_error: "Erreur 404"
|
||||
404_description: "Il semble que la page que vous cherchiez n'existe pas."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Passer au thème sombre"
|
||||
light_appearance: "Passer au thème clair"
|
||||
powered_by: "Propulsé par {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Lien d'article externe."
|
||||
no_articles: "Il n'y a pas encore d'article ici."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Faire défiler jusqu'au bas de la page"
|
||||
skip_to_main: "Aller au contenu"
|
||||
|
||||
search:
|
||||
open_button_title: "Rechercher (/)"
|
||||
close_button_title: "Fermer (Esc)"
|
||||
input_placeholder: "Rechercher"
|
||||
|
||||
sharing:
|
||||
email: "Envoyer par email"
|
||||
facebook: "Poster sur Facebook"
|
||||
linkedin: "Poster sur LinkedIn"
|
||||
pinterest: "Poster sur Pinterest"
|
||||
reddit: "Poster sur Reddit"
|
||||
twitter: "Tweeter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Articles récents"
|
||||
55
i18n/he.yaml
Normal file
55
i18n/he.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "עוגן"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "עודכן: {{ .Date }}"
|
||||
draft: "טיוטה"
|
||||
edit_title: "ערוך תוכן"
|
||||
reading_time:
|
||||
one: "{{ .Count }} דקה"
|
||||
other: "{{ .Count }} דקות"
|
||||
reading_time_title: "זמן קריאה"
|
||||
table_of_contents: "תוכן עניינים"
|
||||
word_count:
|
||||
one: "{{ .Count }} מילה"
|
||||
other: "{{ .Count }} מילים"
|
||||
|
||||
author:
|
||||
byline_title: "מחבר"
|
||||
|
||||
code:
|
||||
copy: "העתק"
|
||||
copied: "הועתק"
|
||||
|
||||
error:
|
||||
404_title: "הדף לא נמצא :confused:"
|
||||
404_error: "שגיאה 404"
|
||||
404_description: "נראה שהדף שביקשת לא קיים."
|
||||
|
||||
footer:
|
||||
dark_appearance: "מעבר למצב לילה"
|
||||
light_appearance: "מעבר למצב יום"
|
||||
powered_by: "בנוי בעזרת {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "קישור לאתר חיצוני"
|
||||
no_articles: "אין כרגע מאמרים ברשימה זו."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "חזרה למעלה"
|
||||
skip_to_main: "דילוג לתוכן"
|
||||
|
||||
search:
|
||||
open_button_title: "חיפוש (/)"
|
||||
close_button_title: "סגירה (Esc)"
|
||||
input_placeholder: "חיפוש"
|
||||
|
||||
sharing:
|
||||
email: "שליחת אימייל"
|
||||
facebook: "שיתוף בפייסבוק"
|
||||
linkedin: "שיתוף בלינקדאין"
|
||||
pinterest: "שיתוף בפינטרסט"
|
||||
reddit: "שליחה לרדיט"
|
||||
twitter: "ציוץ בטוויטר"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "חדשים"
|
||||
55
i18n/hu.yaml
Normal file
55
i18n/hu.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Horgony"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Frissítve: {{ .Date }}"
|
||||
draft: "Vázlat"
|
||||
edit_title: "Tartalom szerkesztése"
|
||||
reading_time:
|
||||
one: "{{ .Count }} perc"
|
||||
other: "{{ .Count }} perc"
|
||||
reading_time_title: "Olvasási idő"
|
||||
table_of_contents: "Tartalomjegyzék"
|
||||
word_count:
|
||||
one: "{{ .Count }} szó"
|
||||
other: "{{ .Count }} szó"
|
||||
|
||||
author:
|
||||
byline_title: "Szerző"
|
||||
|
||||
code:
|
||||
copy: "Másolás"
|
||||
copied: "Másolva"
|
||||
|
||||
error:
|
||||
404_title: "Az oldal nem található :confused:"
|
||||
404_error: "404-es hiba"
|
||||
404_description: "Úgy tűnik a kért oldal nem található."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Váltás sötét megjelenésre"
|
||||
light_appearance: "Váltás világos megjelenésre"
|
||||
powered_by: "Működteti {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link külső oldalra"
|
||||
no_articles: "Itt még nincsenek tartalmak."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Görgess fel"
|
||||
skip_to_main: "Ugrás a tartalomra"
|
||||
|
||||
search:
|
||||
open_button_title: "Keresés (/)"
|
||||
close_button_title: "Bezárás (Esc)"
|
||||
input_placeholder: "Keresés"
|
||||
|
||||
sharing:
|
||||
email: "Küldés emailben"
|
||||
facebook: "Megosztás a Facebookon"
|
||||
linkedin: "Megosztás a LinkedInen"
|
||||
pinterest: "Megosztás a Pinteresten"
|
||||
reddit: "Megosztás a Redditen"
|
||||
twitter: "Megosztás a Twitteren"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Friss"
|
||||
55
i18n/it.yaml
Normal file
55
i18n/it.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Ancora"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Aggiornato: {{ .Date }}"
|
||||
draft: "Bozza"
|
||||
edit_title: "Modifica i contenuti"
|
||||
reading_time:
|
||||
one: "{{ .Count }} minuto"
|
||||
other: "{{ .Count }} minuti"
|
||||
reading_time_title: "Tempo di lettura"
|
||||
table_of_contents: "Indice dei contenuti"
|
||||
word_count:
|
||||
one: "{{ .Count }} parola"
|
||||
other: "{{ .Count }} parole"
|
||||
|
||||
author:
|
||||
byline_title: "Autore"
|
||||
|
||||
code:
|
||||
copy: "Copia"
|
||||
copied: "Copiato"
|
||||
|
||||
error:
|
||||
404_title: "Pagina non trovata :confused:"
|
||||
404_error: "Errore 404"
|
||||
404_description: "Sembra che la pagina che hai richiesto non esista."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Passa all'aspetto scuro"
|
||||
light_appearance: "Passa all'aspetto chiaro"
|
||||
powered_by: "Creato con {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link a sito esterno"
|
||||
no_articles: "Non ci sono ancora articoli da elencare"
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Torna in cima"
|
||||
skip_to_main: "Salta al contenuto principale"
|
||||
|
||||
search:
|
||||
open_button_title: "Cerca (/)"
|
||||
close_button_title: "Chiudi (Esc)"
|
||||
input_placeholder: "Cerca"
|
||||
|
||||
sharing:
|
||||
email: "Invia tramite email"
|
||||
facebook: "Condividi su Facebook"
|
||||
linkedin: "Condividi su LinkedIn"
|
||||
pinterest: "Pinna su Pinterest"
|
||||
reddit: "Invia a Reddit"
|
||||
twitter: "Tweetta su Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recenti"
|
||||
55
i18n/ja.yaml
Normal file
55
i18n/ja.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "アンカー"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "更新日: {{ .Date }}"
|
||||
draft: "下書き"
|
||||
edit_title: "編集"
|
||||
reading_time:
|
||||
one: "{{ .Count }} 分"
|
||||
other: "{{ .Count }} 分"
|
||||
reading_time_title: "読むのに必要な時間"
|
||||
table_of_contents: "目次"
|
||||
word_count:
|
||||
one: "{{ .Count }} 文字"
|
||||
other: "{{ .Count }} 文字"
|
||||
|
||||
author:
|
||||
byline_title: "著者"
|
||||
|
||||
code:
|
||||
copy: "コピー"
|
||||
copied: "コピーしました"
|
||||
|
||||
error:
|
||||
404_title: "ページが見つかりませんでした。 :confused:"
|
||||
404_error: "Error 404"
|
||||
404_description: "ご要望のページは存在しないようです。"
|
||||
|
||||
footer:
|
||||
dark_appearance: "ダークモードへ切り替え"
|
||||
light_appearance: "ライトモードへ切り替え"
|
||||
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "外部サイトへリンク"
|
||||
no_articles: "ここに掲載する記事はまだありません。"
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "TOPへスクロール"
|
||||
skip_to_main: "メインコンテンツへスキップ"
|
||||
|
||||
search:
|
||||
open_button_title: "検索 (/)"
|
||||
close_button_title: "閉じる (Esc)"
|
||||
input_placeholder: "Search"
|
||||
|
||||
sharing:
|
||||
email: " Eメールを送る"
|
||||
facebook: "Facebookでシェアする"
|
||||
linkedin: "LinkedInでシェアする"
|
||||
pinterest: "Pinterestでピンする"
|
||||
reddit: "Redditに投稿する"
|
||||
twitter: "Twitterに投稿する"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近の記事"
|
||||
55
i18n/pt-BR.yaml
Normal file
55
i18n/pt-BR.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
# date_updated: "Updated: {{ .Date }}"
|
||||
draft: "Draft"
|
||||
edit_title: "Editar Conteúdo"
|
||||
reading_time:
|
||||
one: "{{ .Count }} minuto"
|
||||
other: "{{ .Count }} minutos"
|
||||
reading_time_title: "Tempo de leitura"
|
||||
# table_of_contents: "Table of Contents"
|
||||
# word_count:
|
||||
# one: "{{ .Count }} word"
|
||||
# other: "{{ .Count }} words"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
# code:
|
||||
# copy: "Copy"
|
||||
# copied: "Copied"
|
||||
|
||||
error:
|
||||
404_title: "Página não econtrada :confused:"
|
||||
404_error: "Erro 404"
|
||||
404_description: "Aparentemente a página requisitada não existe."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Mudar para modo escuro"
|
||||
light_appearance: "Mudar para modo claro"
|
||||
powered_by: "Movido por {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link para site externo"
|
||||
no_articles: "Não tem artigos para lista aqui ainda."
|
||||
|
||||
# nav:
|
||||
# scroll_to_top_title: "Scroll to top"
|
||||
# skip_to_main: "Skip to main content"
|
||||
|
||||
# search:
|
||||
# open_button_title: "Search (/)"
|
||||
# close_button_title: "Close (Esc)"
|
||||
# input_placeholder: "Search"
|
||||
|
||||
sharing:
|
||||
email: "Enviar por email"
|
||||
facebook: "Compartilhar pelo Facebook"
|
||||
linkedin: "Compartilhar pelo LinkedIn"
|
||||
pinterest: "Pin no Pinterest"
|
||||
reddit: "Postar no Reddit"
|
||||
twitter: "Tweet no Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
55
i18n/pt-PT.yaml
Normal file
55
i18n/pt-PT.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Atualizado a: {{ .Date }}"
|
||||
draft: "Rascunho"
|
||||
edit_title: "Editar Conteúdo"
|
||||
reading_time:
|
||||
one: "{{ .Count }} minuto"
|
||||
other: "{{ .Count }} minutos"
|
||||
reading_time_title: "Tempo de leitura"
|
||||
table_of_contents: "Tabela de conteúdos"
|
||||
word_count:
|
||||
one: "{{ .Count }} palavra"
|
||||
other: "{{ .Count }} palavras"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Copiar"
|
||||
copied: "Copiado"
|
||||
|
||||
error:
|
||||
404_title: "Página não econtrada :confused:"
|
||||
404_error: "Erro 404"
|
||||
404_description: "Aparentemente a página pretendida não existe."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Mudar para modo escuro"
|
||||
light_appearance: "Mudar para modo claro"
|
||||
powered_by: "Movido por {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link para site externo"
|
||||
no_articles: "Ainda não existem artigos para listar aqui."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Ir para o topo"
|
||||
skip_to_main: "Ir para o conteúdo principal"
|
||||
|
||||
search:
|
||||
open_button_title: "Pesquisar (/)"
|
||||
close_button_title: "Fechar (Esc)"
|
||||
input_placeholder: "Pesquisar"
|
||||
|
||||
sharing:
|
||||
email: "Partilhar por email"
|
||||
facebook: "Partilhar pelo Facebook"
|
||||
linkedin: "Partilhar pelo LinkedIn"
|
||||
pinterest: "Partilhar no Pinterest"
|
||||
reddit: "Partilhar no Reddit"
|
||||
twitter: "Partilhar no Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
55
i18n/ro.yaml
Normal file
55
i18n/ro.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
anchor_label: "Link"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Modificat la: {{ .Date }}"
|
||||
draft: "Draft"
|
||||
edit_title: "Editează"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} minute"
|
||||
reading_time_title: "Citit în"
|
||||
table_of_contents: "Cuprins"
|
||||
word_count:
|
||||
one: "{{ .Count }} cuvânt"
|
||||
other: "{{ .Count }} cuvinte"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Copiază"
|
||||
copied: "Copiat"
|
||||
|
||||
error:
|
||||
404_title: "Pagină Lipsă :confused:"
|
||||
404_error: "Eroare 404"
|
||||
404_description: "Se pare că pagina pe care o cauți nu există."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Schimbă la tema de noapte"
|
||||
light_appearance: "Schimbă la tema normală"
|
||||
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link la site extern"
|
||||
no_articles: "Nu avem încă niciun articol."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Înapoi sus"
|
||||
skip_to_main: "Sari la conținut"
|
||||
|
||||
search:
|
||||
open_button_title: "Caută (/)"
|
||||
close_button_title: "Închide (Esc)"
|
||||
input_placeholder: "Caută"
|
||||
|
||||
sharing:
|
||||
email: "Trimite pe email"
|
||||
facebook: "Postează pe Facebook"
|
||||
linkedin: "Postează LinkedIn"
|
||||
pinterest: "Pune pe Pinterest"
|
||||
reddit: "Postează pe Reddit"
|
||||
twitter: "Scrie pe Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Cele mai noi"
|
||||
55
i18n/tr.yaml
Normal file
55
i18n/tr.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
article:
|
||||
# anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Güncellendi: {{ .Date }}"
|
||||
draft: "Taslak"
|
||||
edit_title: "İçeriği düzenle"
|
||||
reading_time:
|
||||
one: "{{ .Count }} dk"
|
||||
other: "{{ .Count }} dk"
|
||||
reading_time_title: "Okuma süresi"
|
||||
word_count:
|
||||
one: "{{ .Count }} kelime"
|
||||
other: "{{ .Count }} kelime"
|
||||
|
||||
author:
|
||||
byline_title: "Yazar"
|
||||
|
||||
code:
|
||||
copy: "Kopyala"
|
||||
copied: "Kopyalandı"
|
||||
|
||||
error:
|
||||
404_title: "Sayfa Bulunamadı :confused:"
|
||||
404_error: "Hata 404"
|
||||
404_description: "Görünüşe göre istediğiniz sayfa mevcut değil."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Koyu görünüme geç"
|
||||
light_appearance: "Açık görünüme geç"
|
||||
powered_by: "{{ .Hugo }} & {{ .Congo }} tarafından desteklenmektedir."
|
||||
|
||||
list:
|
||||
externalurl_title: "Harici siteye bağlantı"
|
||||
no_articles: "Henüz burada listelenecek bir makale yok."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Yukarı çık"
|
||||
skip_to_main: "Ana içeriğe geç"
|
||||
|
||||
search:
|
||||
open_button_title: "Ara (/)"
|
||||
close_button_title: "Kapat (Esc)"
|
||||
input_placeholder: "Ara"
|
||||
|
||||
sharing:
|
||||
email: "Email ile gönder"
|
||||
facebook: "Facebook'ta paylaş"
|
||||
linkedin: "LinkedIn'te paylaş"
|
||||
pinterest: "Pinterest'te pinle"
|
||||
reddit: "Reddit'te gönder"
|
||||
twitter: "Twitter'da Tweetle"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Güncel"
|
||||
icon_none: "Icon bulunamadı."
|
||||
54
i18n/zh-CN.yaml
Normal file
54
i18n/zh-CN.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
article:
|
||||
anchor_label: "锚点"
|
||||
date: "{{ .Date }}"
|
||||
# date_updated: "Updated: {{ .Date }}"
|
||||
draft: "草稿"
|
||||
edit_title: "编辑内容"
|
||||
reading_time:
|
||||
other: "{{ .Count }} 分钟"
|
||||
reading_time_title: "预计阅读"
|
||||
# table_of_contents: "Table of Contents"
|
||||
word_count:
|
||||
one: "{{ .Count }} 字"
|
||||
other: "{{ .Count }} 字"
|
||||
|
||||
author:
|
||||
byline_title: "作者"
|
||||
|
||||
# code:
|
||||
# copy: "Copy"
|
||||
# copied: "Copied"
|
||||
|
||||
error:
|
||||
404_title: "找不到网页 :confused:"
|
||||
404_error: "404 错误"
|
||||
404_description: "您请求的页面似乎不存在。"
|
||||
|
||||
footer:
|
||||
dark_appearance: "切换为深色模式"
|
||||
light_appearance: "切换为浅色模式"
|
||||
powered_by: "由 {{ .Hugo }} & {{ .Congo }} 强力驱动"
|
||||
|
||||
list:
|
||||
externalurl_title: "链接到外部网站"
|
||||
no_articles: "这里还没有任何文章可以列出。"
|
||||
|
||||
# nav:
|
||||
# scroll_to_top_title: "Scroll to top"
|
||||
# skip_to_main: "Skip to main content"
|
||||
|
||||
# search:
|
||||
# open_button_title: "Search (/)"
|
||||
# close_button_title: "Close (Esc)"
|
||||
# input_placeholder: "Search"
|
||||
|
||||
sharing:
|
||||
email: "通过电子邮件发送"
|
||||
facebook: "分享到 Facebook"
|
||||
linkedin: "分享到 LinkedIn"
|
||||
pinterest: "钉到 Pinterest"
|
||||
reddit: "提交到 Reddit"
|
||||
twitter: "分享到 Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
54
i18n/zh-TW.yaml
Normal file
54
i18n/zh-TW.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
article:
|
||||
anchor_label: "定位點"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "上次編輯: {{ .Date }}"
|
||||
draft: "草稿"
|
||||
edit_title: "編輯內容"
|
||||
reading_time:
|
||||
other: "{{ .Count }} 分鐘"
|
||||
reading_time_title: "預計閱讀時間"
|
||||
table_of_contents: "目錄"
|
||||
word_count:
|
||||
one: "{{ .Count }} 字"
|
||||
other: "{{ .Count }} 字"
|
||||
|
||||
author:
|
||||
byline_title: "作者"
|
||||
|
||||
code:
|
||||
copy: "複製"
|
||||
copied: "已複製"
|
||||
|
||||
error:
|
||||
404_title: "找不到網頁 :confused:"
|
||||
404_error: "404 錯誤"
|
||||
404_description: "您在尋找的頁面似乎不存在。"
|
||||
|
||||
footer:
|
||||
dark_appearance: "切換為深色模式"
|
||||
light_appearance: "切換為淺色模式"
|
||||
powered_by: "以 {{ .Hugo }} & {{ .Congo }} 製作"
|
||||
|
||||
list:
|
||||
externalurl_title: "外部網站連結"
|
||||
no_articles: "這裡還沒有任何文章。"
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "捲動到頁頂"
|
||||
skip_to_main: "快轉到主要內容"
|
||||
|
||||
search:
|
||||
open_button_title: "搜尋 (/)"
|
||||
close_button_title: "關閉 (Esc)"
|
||||
input_placeholder: "搜尋"
|
||||
|
||||
sharing:
|
||||
email: "以電子郵件發送"
|
||||
facebook: "分享到 Facebook"
|
||||
linkedin: "分享到 LinkedIn"
|
||||
pinterest: "釘到 Pinterest"
|
||||
reddit: "發送到 Reddit"
|
||||
twitter: "推到 Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
Reference in New Issue
Block a user