aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/i18n
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-11 22:35:14 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-11 22:35:14 +0200
commit60fe49ea3af38d4a7d5e8de1cdb72887b167b22d (patch)
treebb05011c311b74c7c7676b7b689bbbc2c8546c9a /themes/ananke/i18n
parent60b4299cb90a5b3f6e74ffd0ee0f51a0008fb3cf (diff)
downloadgabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.gz
gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.bz2
gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.zip
Moving from jekyll to hugo
Diffstat (limited to 'themes/ananke/i18n')
-rw-r--r--themes/ananke/i18n/bg.toml35
-rw-r--r--themes/ananke/i18n/de.toml35
-rw-r--r--themes/ananke/i18n/en.toml35
-rw-r--r--themes/ananke/i18n/es.toml35
-rw-r--r--themes/ananke/i18n/fr.toml35
-rw-r--r--themes/ananke/i18n/it.toml35
-rw-r--r--themes/ananke/i18n/nl.toml35
-rw-r--r--themes/ananke/i18n/pt.toml35
-rw-r--r--themes/ananke/i18n/ru.toml35
-rw-r--r--themes/ananke/i18n/sv.toml35
-rw-r--r--themes/ananke/i18n/uk.toml35
-rw-r--r--themes/ananke/i18n/zh.toml35
12 files changed, 420 insertions, 0 deletions
diff --git a/themes/ananke/i18n/bg.toml b/themes/ananke/i18n/bg.toml
new file mode 100644
index 0000000..1186125
--- /dev/null
+++ b/themes/ananke/i18n/bg.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Още"
+
+[allTitle]
+other = "Всички {{.Title }}"
+
+[recentTitle]
+other = "Последни {{.Title }}"
+
+[readMore]
+other = "виж още"
+
+[whatsInThis]
+other = "Съдържание {{ .Type }}"
+
+[related]
+other = "Подобни"
+
+[yourName]
+other = "Вашето име"
+
+[emailAddress]
+other = "Адрес на елекронна поща"
+
+[message]
+other = "Съобщение"
+
+[emailRequiredNote]
+other = "Задължително е да предоставите адрес на електронна поща."
+
+[send]
+other = "Изпрати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/de.toml b/themes/ananke/i18n/de.toml
new file mode 100644
index 0000000..e44eb6e
--- /dev/null
+++ b/themes/ananke/i18n/de.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Mehr"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Neuste {{.Title }}"
+
+[readMore]
+other = "weiterlesen"
+
+[whatsInThis]
+other = "Was ist in dieser {{ .Type }}"
+
+[related]
+other = "Ähnliches"
+
+[yourName]
+other = "Dein Name"
+
+[emailAddress]
+other = "Email Adresse"
+
+[message]
+other = "Nachricht"
+
+[emailRequiredNote]
+other = "Eine Email Adresse wird benötigt."
+
+[send]
+other = "Senden"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/en.toml b/themes/ananke/i18n/en.toml
new file mode 100644
index 0000000..73b1ac7
--- /dev/null
+++ b/themes/ananke/i18n/en.toml
@@ -0,0 +1,35 @@
+[more]
+other = "More"
+
+[allTitle]
+other = "All {{.Title }}"
+
+[recentTitle]
+other = "Recent {{.Title }}"
+
+[readMore]
+other = "read more"
+
+[whatsInThis]
+other = "What's in this {{ .Type }}"
+
+[related]
+other = "Related"
+
+[yourName]
+other = "Your Name"
+
+[emailAddress]
+other = "Email Address"
+
+[message]
+other = "Message"
+
+[emailRequiredNote]
+other = "An email address is required."
+
+[send]
+other = "Send"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/es.toml b/themes/ananke/i18n/es.toml
new file mode 100644
index 0000000..849f14e
--- /dev/null
+++ b/themes/ananke/i18n/es.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Más"
+
+[allTitle]
+other = "Todos los {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} recientes"
+
+[readMore]
+other = "Leer más"
+
+[whatsInThis]
+other = "Qué hay en este {{ .Type }}"
+
+[related]
+other = "Relacionado"
+
+[yourName]
+other = "Tu nombre"
+
+[emailAddress]
+other = "Dirección de correo electrónico"
+
+[message]
+other = "Mensaje"
+
+[emailRequiredNote]
+other = "Se requiere una dirección de correo electrónico."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "A continuación encontrará las páginas asociadas a “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/fr.toml b/themes/ananke/i18n/fr.toml
new file mode 100644
index 0000000..6fb2cc5
--- /dev/null
+++ b/themes/ananke/i18n/fr.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Plus"
+
+[allTitle]
+other = "Tous les {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} récents"
+
+[readMore]
+other = "lire plus"
+
+[whatsInThis]
+other = "Ce qui est dans {{ .Type }}"
+
+[related]
+other = "Lié"
+
+[yourName]
+other = "Votre nom"
+
+[emailAddress]
+other = "Adresse e-mail"
+
+[message]
+other = "Message"
+
+[emailRequiredNote]
+other = "Une adresse e-mail est requise."
+
+[send]
+other = "Envoyer"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/it.toml b/themes/ananke/i18n/it.toml
new file mode 100644
index 0000000..fc46af5
--- /dev/null
+++ b/themes/ananke/i18n/it.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Altro"
+
+[allTitle]
+other = "Tutti {{.Title }}"
+
+[recentTitle]
+other = "Recenti {{.Title }}"
+
+[readMore]
+other = "leggi di più"
+
+[whatsInThis]
+other = "Cosa c'è in {{ .Type }}"
+
+[related]
+other = "Correlati"
+
+[yourName]
+other = "Il tuo nome"
+
+[emailAddress]
+other = "Indirizzo email"
+
+[message]
+other = "Messaggio"
+
+[emailRequiredNote]
+other = "Indirizzo email obbligatorio."
+
+[send]
+other = "Invia"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/nl.toml b/themes/ananke/i18n/nl.toml
new file mode 100644
index 0000000..0d80c31
--- /dev/null
+++ b/themes/ananke/i18n/nl.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Meer"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Recente {{.Title }}"
+
+[readMore]
+other = "meer lezen"
+
+[whatsInThis]
+other = "Inhoud van deze {{ .Type }}"
+
+[related]
+other = "Gerelateerd"
+
+[yourName]
+other = "Uw naam"
+
+[emailAddress]
+other = "E-mail adres"
+
+[message]
+other = "Boodschap"
+
+[emailRequiredNote]
+other = "Een e-mailadres is vereist."
+
+[send]
+other = "Stuur"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/pt.toml b/themes/ananke/i18n/pt.toml
new file mode 100644
index 0000000..48b4269
--- /dev/null
+++ b/themes/ananke/i18n/pt.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Mais"
+
+[allTitle]
+other = "Todo o {{.Title }}"
+
+[recentTitle]
+other = "Recentes {{.Title }}"
+
+[readMore]
+other = "Leia mais"
+
+[whatsInThis]
+other = "O que há neste {{ .Type }}"
+
+[related]
+other = "Relacionado"
+
+[yourName]
+other = "O teu nome"
+
+[emailAddress]
+other = "Endereço de e-mail"
+
+[message]
+other = "Mensagem"
+
+[emailRequiredNote]
+other = "É necessário um endereço de e-mail."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/ru.toml b/themes/ananke/i18n/ru.toml
new file mode 100644
index 0000000..7861511
--- /dev/null
+++ b/themes/ananke/i18n/ru.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Ещё"
+
+[allTitle]
+other = "Все {{.Title }}"
+
+[recentTitle]
+other = "Недавние {{.Title }}"
+
+[readMore]
+other = "читать дальше"
+
+[whatsInThis]
+other = "Содержание {{ .Type }}"
+
+[related]
+other = "Схожие"
+
+[yourName]
+other = "Ваше имя"
+
+[emailAddress]
+other = "Адрес электронной почты"
+
+[message]
+other = "Сообщение"
+
+[emailRequiredNote]
+other = "Требуется адрес электронной почты."
+
+[send]
+other = "трансмиссия"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/sv.toml b/themes/ananke/i18n/sv.toml
new file mode 100644
index 0000000..5fc9832
--- /dev/null
+++ b/themes/ananke/i18n/sv.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Mer"
+
+[allTitle]
+other = "Alla {{.Title }}"
+
+[recentTitle]
+other = "Senaste {{.Title }}"
+
+[readMore]
+other = "läs mer"
+
+[whatsInThis]
+other = "Innehåll i {{ .Type }}"
+
+[related]
+other = "Relaterad"
+
+[yourName]
+other = "Ditt namn"
+
+[emailAddress]
+other = "E-postadress"
+
+[message]
+other = "Meddelande"
+
+[emailRequiredNote]
+other = "En e-postadress krävs."
+
+[send]
+other = "Skicka"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/uk.toml b/themes/ananke/i18n/uk.toml
new file mode 100644
index 0000000..cd87311
--- /dev/null
+++ b/themes/ananke/i18n/uk.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Ще"
+
+[allTitle]
+other = "Усі {{.Title }}"
+
+[recentTitle]
+other = "Нещодавні {{.Title }}"
+
+[readMore]
+other = "читати далі"
+
+[whatsInThis]
+other = "Зміст {{ .Type }}"
+
+[related]
+other = "Подібні"
+
+[yourName]
+other = "Ваше ім'я"
+
+[emailAddress]
+other = "Електронна пошта"
+
+[message]
+other = "Повідомлення"
+
+[emailRequiredNote]
+other = "Електронна пошта обов'язкова"
+
+[send]
+other = "Надіслати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file
diff --git a/themes/ananke/i18n/zh.toml b/themes/ananke/i18n/zh.toml
new file mode 100644
index 0000000..65ce598
--- /dev/null
+++ b/themes/ananke/i18n/zh.toml
@@ -0,0 +1,35 @@
+[more]
+other = "更多"
+
+[allTitle]
+other = "所有 {{.Title }}"
+
+[recentTitle]
+other = "最近 {{.Title }}"
+
+[readMore]
+other = "继续阅读"
+
+[whatsInThis]
+other = "这是什么 {{ .Type }}"
+
+[related]
+other = "相关內容"
+
+[yourName]
+other = "你的名字"
+
+[emailAddress]
+other = "电邮地址"
+
+[message]
+other = "信息"
+
+[emailRequiredNote]
+other = "需要电子邮件地址。"
+
+[send]
+other = "发送"
+
+[taxonomyPageList]
+other = "标签为“{{ .Title }}”的页面如下" \ No newline at end of file