refactor: migrate i18n files from YAML to TOML format and simplify structure (#1230)
* refactor: migrate i18n files from YAML to TOML format and simplify structure * refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly * refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file * docs: update comments for i18n language availability and CJK language detection in hugo.toml.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "اخفي القائمة"
|
||||
darkMode = "الوضع الداكن"
|
||||
|
||||
[list]
|
||||
section = "قسم"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} صفحه"
|
||||
other = "{{ .Count }} صفحات"
|
||||
|
||||
[list.subsection]
|
||||
one = "قسم فرعي"
|
||||
other = "اقسام فرعية"
|
||||
|
||||
[article]
|
||||
back = "خلف"
|
||||
tableOfContents = "جدول المحتويات"
|
||||
relatedContent = "محتوى مشابهه"
|
||||
lastUpdatedOn = "التعديل الاخير"
|
||||
|
||||
[article.readingTime]
|
||||
one = "تُقرأ خلال دقيقة"
|
||||
other = "تُقرأ خلال {{ .Count }} دقائق"
|
||||
|
||||
[notFound]
|
||||
title = "غير موجود"
|
||||
subtitle = "تعذر العثور على الصفحة المطلوبة."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "الارشيفات"
|
||||
more = "اكثر"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "وسوم"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "التصنيفات"
|
||||
|
||||
[search]
|
||||
title = "بحث"
|
||||
placeholder = "اكتب..."
|
||||
resultTitle = "#PAGES_COUNT نتيجة (#TIME_SECONDS ثواني)"
|
||||
|
||||
[footer]
|
||||
builtWith = "مبني باستخدام {{ .Generator }}"
|
||||
designedBy = "قالب {{ .Theme }} مصمم من {{ .DesignedBy }}"
|
||||
@@ -1,74 +0,0 @@
|
||||
toggleMenu:
|
||||
other: اخفي القائمة
|
||||
|
||||
darkMode:
|
||||
other: الوضع الداكن
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} صفحه"
|
||||
other: "{{ .Count }} صفحات"
|
||||
|
||||
section:
|
||||
other: قسم
|
||||
|
||||
subsection:
|
||||
one: قسم فرعي
|
||||
other: اقسام فرعية
|
||||
|
||||
article:
|
||||
back:
|
||||
other: خلف
|
||||
|
||||
tableOfContents:
|
||||
other: جدول المحتويات
|
||||
|
||||
relatedContent:
|
||||
other: محتوى مشابهه
|
||||
|
||||
lastUpdatedOn:
|
||||
other: التعديل الاخير
|
||||
|
||||
readingTime:
|
||||
one: "تُقرأ خلال دقيقة"
|
||||
other: "تُقرأ خلال {{ .Count }} دقائق"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: غير موجود
|
||||
|
||||
subtitle:
|
||||
other: تعذر العثور على الصفحة المطلوبة.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: الارشيفات
|
||||
|
||||
more:
|
||||
other: اكثر
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: وسوم
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: التصنيفات
|
||||
|
||||
search:
|
||||
title:
|
||||
other: بحث
|
||||
|
||||
placeholder:
|
||||
other: اكتب...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT نتيجة (#TIME_SECONDS ثواني)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "مبني باستخدام {{ .Generator }}"
|
||||
|
||||
designedBy:
|
||||
other: "قالب {{ .Theme }} مصمم من {{ .DesignedBy }}"
|
||||
@@ -0,0 +1,45 @@
|
||||
toggleMenu = "Паказаць/схаваць меню"
|
||||
darkMode = "Цёмны рэжым"
|
||||
|
||||
[list]
|
||||
section = "Раздзел"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} старонка"
|
||||
few = "{{ .Count }} старонкі"
|
||||
many = "{{ .Count }} старонак"
|
||||
other = "{{ .Count }} старонкі"
|
||||
|
||||
[list.subsection]
|
||||
one = "Падраздзел"
|
||||
few = "Падраздзелы"
|
||||
many = "Падраздзелы"
|
||||
other = "Падраздзелы"
|
||||
|
||||
[article]
|
||||
back = "Назад"
|
||||
relatedContent = "Таксама рэкамендуем"
|
||||
lastUpdatedOn = "Абноўлена"
|
||||
tableOfContents = "Змест"
|
||||
readingTime = "Час чытання: {{ .Count }} хв."
|
||||
|
||||
[notFound]
|
||||
title = "Не знойдзена"
|
||||
subtitle = "Запытваемая старонка не існуе"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Архівы"
|
||||
more = "Яшчэ"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Тэгі"
|
||||
|
||||
[search]
|
||||
title = "Пошук"
|
||||
placeholder = "Увядзіце нешта..."
|
||||
resultTitle = "Знайдзена #PAGES_COUNT старонак (за #TIME_SECONDS с.)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Створана пры дапамозе {{ .Generator }}"
|
||||
designedBy = "Тэма {{ .Theme }}, дызайн {{ .DesignedBy }}"
|
||||
@@ -1,72 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Паказаць/схаваць меню
|
||||
|
||||
darkMode:
|
||||
other: Цёмны рэжым
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} старонка"
|
||||
few: "{{ .Count }} старонкі"
|
||||
many: "{{ .Count }} старонак"
|
||||
other: "{{ .Count }} старонкі"
|
||||
|
||||
section:
|
||||
other: Раздзел
|
||||
|
||||
subsection:
|
||||
one: Падраздзел
|
||||
few: Падраздзелы
|
||||
many: Падраздзелы
|
||||
other: Падраздзелы
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Назад
|
||||
|
||||
relatedContent:
|
||||
other: Таксама рэкамендуем
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Абноўлена
|
||||
|
||||
tableOfContents:
|
||||
other: Змест
|
||||
|
||||
readingTime:
|
||||
other: "Час чытання: {{ .Count }} хв."
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Не знойдзена
|
||||
|
||||
subtitle:
|
||||
other: Запытваемая старонка не існуе
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Архівы
|
||||
more:
|
||||
other: Яшчэ
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Тэгі
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Пошук
|
||||
|
||||
placeholder:
|
||||
other: Увядзіце нешта...
|
||||
|
||||
resultTitle:
|
||||
other: "Знайдзена #PAGES_COUNT старонак (за #TIME_SECONDS с.)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Створана пры дапамозе {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Тэма {{ .Theme }}, дызайн {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Покажи Меню"
|
||||
darkMode = "Тъмен Режим"
|
||||
|
||||
[list]
|
||||
section = "Секция"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} страница"
|
||||
other = "{{ .Count }} страници"
|
||||
|
||||
[list.subsection]
|
||||
one = "Подсекция"
|
||||
other = "Подсекции"
|
||||
|
||||
[article]
|
||||
back = "Назад"
|
||||
tableOfContents = "Съдържание"
|
||||
relatedContent = "Свързано Съдържание"
|
||||
lastUpdatedOn = "Последна промяна на"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minute read"
|
||||
other = "{{ .Count }} minute read"
|
||||
|
||||
[notFound]
|
||||
title = "Не е намерено"
|
||||
subtitle = "Страницата която търсите не е открита"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Архиви"
|
||||
more = "Повече"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Тагове"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Категории"
|
||||
|
||||
[search]
|
||||
title = "Търсене"
|
||||
placeholder = "Напишете нещо..."
|
||||
resultTitle = "#PAGES_COUNT страници (#TIME_SECONDS секунди)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Създадено с {{ .Generator }}"
|
||||
designedBy = "Тема {{ .Theme }} създадена от {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Покажи Меню
|
||||
|
||||
darkMode:
|
||||
other: Тъмен Режим
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} страница"
|
||||
other: "{{ .Count }} страници"
|
||||
|
||||
section:
|
||||
other: Секция
|
||||
|
||||
subsection:
|
||||
one: Подсекция
|
||||
other: Подсекции
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Назад
|
||||
|
||||
tableOfContents:
|
||||
other: Съдържание
|
||||
|
||||
relatedContent:
|
||||
other: Свързано Съдържание
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Последна промяна на
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minute read"
|
||||
other: "{{ .Count }} minute read"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Не е намерено
|
||||
|
||||
subtitle:
|
||||
other: Страницата която търсите не е открита
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Архиви
|
||||
|
||||
more:
|
||||
other: Повече
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Тагове
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Категории
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Търсене
|
||||
|
||||
placeholder:
|
||||
other: Напишете нещо...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT страници (#TIME_SECONDS секунди)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Създадено с {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Тема {{ .Theme }} създадена от {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "টগল মেনু"
|
||||
darkMode = "ডার্ক মোড"
|
||||
|
||||
[list]
|
||||
section = "অনুচ্ছেদ"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} পাতা"
|
||||
other = "{{ .Count }} পাতা"
|
||||
|
||||
[list.subsection]
|
||||
one = "উপ-অনুচ্ছেদ"
|
||||
other = "উপ-অনুচ্ছেদ"
|
||||
|
||||
[article]
|
||||
back = "পেছনে"
|
||||
tableOfContents = "সূচিপত্র"
|
||||
relatedContent = "সম্পর্কিত বিষয়বস্তু"
|
||||
lastUpdatedOn = "সর্বশেষ আপডেট করা হয়েছে"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
other = "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
|
||||
[notFound]
|
||||
title = "পাওয়া যায়নি"
|
||||
subtitle = "এই পাতাটি বিদ্যমান নেই"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "আর্কাইভ"
|
||||
more = "আরও"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "ট্যাগ"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "বিভাগ"
|
||||
|
||||
[search]
|
||||
title = "অনুসন্ধান"
|
||||
placeholder = "কিছু টাইপ করুন..."
|
||||
resultTitle = "#PAGES_COUNT পাতা (#TIME_SECONDS সেকেন্ড)"
|
||||
|
||||
[footer]
|
||||
builtWith = "{{ .Generator }} দিয়ে নির্মিত"
|
||||
designedBy = "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: টগল মেনু
|
||||
|
||||
darkMode:
|
||||
other: ডার্ক মোড
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} পাতা"
|
||||
other: "{{ .Count }} পাতা"
|
||||
|
||||
section:
|
||||
other: অনুচ্ছেদ
|
||||
|
||||
subsection:
|
||||
one: উপ-অনুচ্ছেদ
|
||||
other: উপ-অনুচ্ছেদ
|
||||
|
||||
article:
|
||||
back:
|
||||
other: পেছনে
|
||||
|
||||
tableOfContents:
|
||||
other: সূচিপত্র
|
||||
|
||||
relatedContent:
|
||||
other: সম্পর্কিত বিষয়বস্তু
|
||||
|
||||
lastUpdatedOn:
|
||||
other: সর্বশেষ আপডেট করা হয়েছে
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
other: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: পাওয়া যায়নি
|
||||
|
||||
subtitle:
|
||||
other: এই পাতাটি বিদ্যমান নেই
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: আর্কাইভ
|
||||
|
||||
more:
|
||||
other: আরও
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: ট্যাগ
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: বিভাগ
|
||||
|
||||
search:
|
||||
title:
|
||||
other: অনুসন্ধান
|
||||
|
||||
placeholder:
|
||||
other: কিছু টাইপ করুন...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT পাতা (#TIME_SECONDS সেকেন্ড)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }} দিয়ে নির্মিত"
|
||||
|
||||
designedBy:
|
||||
other: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Toggle Menu"
|
||||
darkMode = "Mode fosc"
|
||||
|
||||
[list]
|
||||
section = "Secció"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} pàgina"
|
||||
other = "{{ .Count }} pàgines"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsecció"
|
||||
other = "Subseccions"
|
||||
|
||||
[article]
|
||||
back = "Tornar"
|
||||
tableOfContents = "Taula de contingut"
|
||||
relatedContent = "Continguts relacionats"
|
||||
lastUpdatedOn = "Última vegada actualitzat"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minut a llegir"
|
||||
other = "{{ .Count }} minuts a llegir"
|
||||
|
||||
[notFound]
|
||||
title = "No Trobat"
|
||||
subtitle = "Aquesta pàgina no existeix"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arxiu"
|
||||
more = "Més"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Etiquetes"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categories"
|
||||
|
||||
[search]
|
||||
title = "Cerca"
|
||||
placeholder = "Tecleja alguna cosa..."
|
||||
resultTitle = "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Creat amb {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Toggle Menu
|
||||
|
||||
darkMode:
|
||||
other: Mode fosc
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} pàgina"
|
||||
other: "{{ .Count }} pàgines"
|
||||
|
||||
section:
|
||||
other: Secció
|
||||
|
||||
subsection:
|
||||
one: Subsecció
|
||||
other: Subseccions
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Tornar
|
||||
|
||||
tableOfContents:
|
||||
other: Taula de contingut
|
||||
|
||||
relatedContent:
|
||||
other: Continguts relacionats
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Última vegada actualitzat
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minut a llegir"
|
||||
other: "{{ .Count }} minuts a llegir"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: No Trobat
|
||||
|
||||
subtitle:
|
||||
other: Aquesta pàgina no existeix
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Arxiu
|
||||
|
||||
more:
|
||||
other: Més
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Etiquetes
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categories
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Cerca
|
||||
|
||||
placeholder:
|
||||
other: Tecleja alguna cosa...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Creat amb {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Skrýt menu"
|
||||
darkMode = "Tmavý režim"
|
||||
|
||||
[list]
|
||||
section = "Kategorie"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} stránka"
|
||||
other = "{{ .Count }} stránek"
|
||||
|
||||
[list.subsection]
|
||||
one = "Podkategorie"
|
||||
other = "Podkategorie"
|
||||
|
||||
[article]
|
||||
back = "Zpět"
|
||||
tableOfContents = "Obsah"
|
||||
relatedContent = "Související"
|
||||
lastUpdatedOn = "Naposledy aktualizováno"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minuta"
|
||||
other = "{{ .Count }} minut"
|
||||
|
||||
[notFound]
|
||||
title = "Nenalezeno"
|
||||
subtitle = "Tato stránka neexistuje"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archivy"
|
||||
more = "Více"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Štítky"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategorie"
|
||||
|
||||
[search]
|
||||
title = "Hledat"
|
||||
placeholder = "Zadejte něco..."
|
||||
resultTitle = "#PAGES_COUNT stránek (#TIME_SECONDS sekund)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Vytvořeno pomocí {{ .Generator }}"
|
||||
designedBy = "Šablona {{ .Theme }} od {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Skrýt menu
|
||||
|
||||
darkMode:
|
||||
other: Tmavý režim
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} stránka"
|
||||
other: "{{ .Count }} stránek"
|
||||
|
||||
section:
|
||||
other: Kategorie
|
||||
|
||||
subsection:
|
||||
one: Podkategorie
|
||||
other: Podkategorie
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Zpět
|
||||
|
||||
tableOfContents:
|
||||
other: Obsah
|
||||
|
||||
relatedContent:
|
||||
other: Související
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Naposledy aktualizováno
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minuta"
|
||||
other: "{{ .Count }} minut"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Nenalezeno
|
||||
|
||||
subtitle:
|
||||
other: Tato stránka neexistuje
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archivy
|
||||
|
||||
more:
|
||||
other: Více
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Štítky
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategorie
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Hledat
|
||||
|
||||
placeholder:
|
||||
other: Zadejte něco...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT stránek (#TIME_SECONDS sekund)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Vytvořeno pomocí {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Šablona {{ .Theme }} od {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Menü umschalten"
|
||||
darkMode = "Dunkler Modus"
|
||||
|
||||
[list]
|
||||
section = "Abschnitt"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} Seite"
|
||||
other = "{{ .Count }} Seiten"
|
||||
|
||||
[list.subsection]
|
||||
one = "Unterabschnitt"
|
||||
other = "Unterabschnitte"
|
||||
|
||||
[article]
|
||||
back = "Zurück"
|
||||
tableOfContents = "Inhaltsverzeichnis"
|
||||
relatedContent = "Verwandte Inhalte"
|
||||
lastUpdatedOn = "Zuletzt aktualisiert am"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} Minute Lesezeit"
|
||||
other = "{{ .Count }} Minuten Lesezeit"
|
||||
|
||||
[notFound]
|
||||
title = "Seite nicht gefunden"
|
||||
subtitle = "Diese Seite existiert nicht"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archiv"
|
||||
more = "Weitere"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Schlagwörter"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategorien"
|
||||
|
||||
[search]
|
||||
title = "Suche"
|
||||
placeholder = "Etwas tippen..."
|
||||
resultTitle = "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Erstellt mit {{ .Generator }}"
|
||||
designedBy = "Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}"
|
||||
@@ -1,74 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Menü umschalten
|
||||
|
||||
darkMode:
|
||||
other: Dunkler Modus
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} Seite"
|
||||
other: "{{ .Count }} Seiten"
|
||||
|
||||
section:
|
||||
other: Abschnitt
|
||||
|
||||
subsection:
|
||||
one: Unterabschnitt
|
||||
other: Unterabschnitte
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Zurück
|
||||
|
||||
tableOfContents:
|
||||
other: Inhaltsverzeichnis
|
||||
|
||||
relatedContent:
|
||||
other: Verwandte Inhalte
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Zuletzt aktualisiert am
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} Minute Lesezeit"
|
||||
other: "{{ .Count }} Minuten Lesezeit"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Seite nicht gefunden
|
||||
|
||||
subtitle:
|
||||
other: Diese Seite existiert nicht
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archiv
|
||||
|
||||
more:
|
||||
other: Weitere
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Schlagwörter
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategorien
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Suche
|
||||
|
||||
placeholder:
|
||||
other: Etwas tippen...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Erstellt mit {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}
|
||||
@@ -0,0 +1,44 @@
|
||||
toggleMenu = "Εναλλαγή Μενού"
|
||||
darkMode = "Σκοτεινό θέμα"
|
||||
|
||||
[list]
|
||||
section = "Ενότητα"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} σελιδα"
|
||||
other = "{{ .Count }} σελιδες"
|
||||
|
||||
[list.subsection]
|
||||
one = "Υποενότητα"
|
||||
other = "Υποενότητες"
|
||||
|
||||
[article]
|
||||
back = "Πισω"
|
||||
tableOfContents = "Πινακας περιεχομενων"
|
||||
relatedContent = "Σχετικο περιεχομενο"
|
||||
lastUpdatedOn = "Τελευταια τροποποιηση στις"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} λεπτό ανάγνωσης"
|
||||
other = "{{ .Count }} λεπτά ανάγνωσης"
|
||||
|
||||
[notFound]
|
||||
title = "Δε βρέθηκε"
|
||||
subtitle = "Η σελίδα δε βρέθηκε."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Αρχειο"
|
||||
more = "Περισσότερα"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[search]
|
||||
title = "Αναζήτηση"
|
||||
placeholder = "Πληκτρολογήστε κάτι..."
|
||||
resultTitle = "#PAGES_COUNT σελιδες (#TIME_SECONDS δευτερολεπτα)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Δημιουργήθηκε με τη χρήση {{ .Generator }}"
|
||||
designedBy = "Το θέμα {{ .Theme }} σχεδιάστηκε από το {{ .DesignedBy }}"
|
||||
@@ -1,70 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Εναλλαγή Μενού
|
||||
|
||||
darkMode:
|
||||
other: Σκοτεινό θέμα
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} σελιδα"
|
||||
other: "{{ .Count }} σελιδες"
|
||||
|
||||
section:
|
||||
other: Ενότητα
|
||||
|
||||
subsection:
|
||||
one: Υποενότητα
|
||||
other: Υποενότητες
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Πισω
|
||||
|
||||
tableOfContents:
|
||||
other: Πινακας περιεχομενων
|
||||
|
||||
relatedContent:
|
||||
other: Σχετικο περιεχομενο
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Τελευταια τροποποιηση στις
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} λεπτό ανάγνωσης"
|
||||
### Seems that there's no need to add 's' even if it's plural in English
|
||||
other: "{{ .Count }} λεπτά ανάγνωσης"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Δε βρέθηκε
|
||||
subtitle:
|
||||
other: Η σελίδα δε βρέθηκε.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Αρχειο
|
||||
|
||||
more:
|
||||
other: Περισσότερα
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Αναζήτηση
|
||||
|
||||
placeholder:
|
||||
other: Πληκτρολογήστε κάτι...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT σελιδες (#TIME_SECONDS δευτερολεπτα)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Δημιουργήθηκε με τη χρήση {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Το θέμα {{ .Theme }} σχεδιάστηκε από το {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Toggle Menu"
|
||||
darkMode = "Dark Mode"
|
||||
|
||||
[list]
|
||||
section = "Section"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} page"
|
||||
other = "{{ .Count }} pages"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsection"
|
||||
other = "Subsections"
|
||||
|
||||
[article]
|
||||
back = "Back"
|
||||
tableOfContents = "Table of contents"
|
||||
relatedContent = "Related content"
|
||||
lastUpdatedOn = "Last updated on"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minute read"
|
||||
other = "{{ .Count }} minute read"
|
||||
|
||||
[notFound]
|
||||
title = "Not Found"
|
||||
subtitle = "This page does not exist"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archives"
|
||||
more = "More"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categories"
|
||||
|
||||
[search]
|
||||
title = "Search"
|
||||
placeholder = "Type something..."
|
||||
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Built with {{ .Generator }}"
|
||||
designedBy = "Theme {{ .Theme }} designed by {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Toggle Menu
|
||||
|
||||
darkMode:
|
||||
other: Dark Mode
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} page"
|
||||
other: "{{ .Count }} pages"
|
||||
|
||||
section:
|
||||
other: Section
|
||||
|
||||
subsection:
|
||||
one: Subsection
|
||||
other: Subsections
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Back
|
||||
|
||||
tableOfContents:
|
||||
other: Table of contents
|
||||
|
||||
relatedContent:
|
||||
other: Related content
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Last updated on
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minute read"
|
||||
other: "{{ .Count }} minute read"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Not Found
|
||||
|
||||
subtitle:
|
||||
other: This page does not exist
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archives
|
||||
|
||||
more:
|
||||
other: More
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categories
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Search
|
||||
|
||||
placeholder:
|
||||
other: Type something...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Built with {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Ocultar menú"
|
||||
darkMode = "Modo oscuro"
|
||||
|
||||
[list]
|
||||
section = "Sección"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} página"
|
||||
other = "{{ .Count }} páginas"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsección"
|
||||
other = "Subsecciones"
|
||||
|
||||
[article]
|
||||
back = "Volver"
|
||||
tableOfContents = "Tabla de contenido"
|
||||
relatedContent = "Contenidos relacionados"
|
||||
lastUpdatedOn = "Última actualización"
|
||||
|
||||
[article.readingTime]
|
||||
one = "Tiempo de lectura {{ .Count }} minuto"
|
||||
other = "Tiempo de lectura {{ .Count }} minutos"
|
||||
|
||||
[notFound]
|
||||
title = "No Encontrado"
|
||||
subtitle = "Esta página no existe"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archivo"
|
||||
more = "Más"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Etiquetas"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorías"
|
||||
|
||||
[search]
|
||||
title = "Búsqueda"
|
||||
placeholder = "Escribe algo..."
|
||||
resultTitle = "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Creado con {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} diseñado por {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Ocultar menú
|
||||
|
||||
darkMode:
|
||||
other: Modo oscuro
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} página"
|
||||
other: "{{ .Count }} páginas"
|
||||
|
||||
section:
|
||||
other: Sección
|
||||
|
||||
subsection:
|
||||
one: Subsección
|
||||
other: Subsecciones
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Volver
|
||||
|
||||
tableOfContents:
|
||||
other: Tabla de contenido
|
||||
|
||||
relatedContent:
|
||||
other: Contenidos relacionados
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Última actualización
|
||||
|
||||
readingTime:
|
||||
one: "Tiempo de lectura {{ .Count }} minuto"
|
||||
other: "Tiempo de lectura {{ .Count }} minutos"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: No Encontrado
|
||||
|
||||
subtitle:
|
||||
other: Esta página no existe
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archivo
|
||||
|
||||
more:
|
||||
other: Más
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Etiquetas
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorías
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Búsqueda
|
||||
|
||||
placeholder:
|
||||
other: Escribe algo...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Creado con {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "منو"
|
||||
darkMode = "حالت شب"
|
||||
|
||||
[list]
|
||||
section = "بخش"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} صفحه"
|
||||
other = "{{ .Count }} صفحه"
|
||||
|
||||
[list.subsection]
|
||||
one = "زیربخش"
|
||||
other = "زیربخش"
|
||||
|
||||
[article]
|
||||
back = "قبلی"
|
||||
tableOfContents = "فهرست"
|
||||
relatedContent = "مطالب مرتبط"
|
||||
lastUpdatedOn = "آخرین بروزرسانی در"
|
||||
|
||||
[article.readingTime]
|
||||
one = "مطالعه در {{ .Count }} دقیقه"
|
||||
other = "مطالعه در {{ .Count }} دقیقه"
|
||||
|
||||
[notFound]
|
||||
title = "یافت نشد"
|
||||
subtitle = "این صحه وجود ندارد"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "آرشیو"
|
||||
more = "بیشتر"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "تگ ها"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "دسته بندی"
|
||||
|
||||
[search]
|
||||
title = "جستجو"
|
||||
placeholder = "تایپ کنید ..."
|
||||
resultTitle = "#PAGES_COUNT صفحه (#TIME_SECONDS ثانیه)"
|
||||
|
||||
[footer]
|
||||
builtWith = "قدرت گرفته از {{ .Generator }}"
|
||||
designedBy = "قالب {{ .Theme }} ساخته شده توسط {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: منو
|
||||
|
||||
darkMode:
|
||||
other: حالت شب
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} صفحه"
|
||||
other: "{{ .Count }} صفحه"
|
||||
|
||||
section:
|
||||
other: بخش
|
||||
|
||||
subsection:
|
||||
one: زیربخش
|
||||
other: زیربخش
|
||||
|
||||
article:
|
||||
back:
|
||||
other: قبلی
|
||||
|
||||
tableOfContents:
|
||||
other: فهرست
|
||||
|
||||
relatedContent:
|
||||
other: مطالب مرتبط
|
||||
|
||||
lastUpdatedOn:
|
||||
other: آخرین بروزرسانی در
|
||||
|
||||
readingTime:
|
||||
one: "مطالعه در {{ .Count }} دقیقه"
|
||||
other: "مطالعه در {{ .Count }} دقیقه"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: یافت نشد
|
||||
|
||||
subtitle:
|
||||
other: این صحه وجود ندارد
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: آرشیو
|
||||
|
||||
more:
|
||||
other: بیشتر
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: تگ ها
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: دسته بندی
|
||||
|
||||
search:
|
||||
title:
|
||||
other: جستجو
|
||||
|
||||
placeholder:
|
||||
other: تایپ کنید ...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT صفحه (#TIME_SECONDS ثانیه)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: قدرت گرفته از {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: قالب {{ .Theme }} ساخته شده توسط {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Afficher le menu"
|
||||
darkMode = "Mode sombre"
|
||||
|
||||
[list]
|
||||
section = "Section"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} page"
|
||||
other = "{{ .Count }} pages"
|
||||
|
||||
[list.subsection]
|
||||
one = "Sous-section"
|
||||
other = "Sous-sections"
|
||||
|
||||
[article]
|
||||
back = "Retour"
|
||||
tableOfContents = "Table des matières"
|
||||
relatedContent = "Contenus liés"
|
||||
lastUpdatedOn = "Dernière mise à jour le"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minute de lecture"
|
||||
other = "{{ .Count }} minutes de lecture"
|
||||
|
||||
[notFound]
|
||||
title = "Page non trouvée"
|
||||
subtitle = "Cette page n'existe pas."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archives"
|
||||
more = "Autres"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Mots clés"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Catégories"
|
||||
|
||||
[search]
|
||||
title = "Rechercher"
|
||||
placeholder = "Cherchez un article, une publication, etc."
|
||||
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Généré avec {{ .Generator }}"
|
||||
designedBy = "Thème {{ .Theme }} conçu par {{ .DesignedBy }}"
|
||||
@@ -1,72 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Afficher le menu
|
||||
|
||||
darkMode:
|
||||
other: Mode sombre
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} page"
|
||||
other: "{{ .Count }} pages"
|
||||
|
||||
section:
|
||||
other: Section
|
||||
|
||||
subsection:
|
||||
one: Sous-section
|
||||
other: Sous-sections
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Retour
|
||||
|
||||
tableOfContents:
|
||||
other: Table des matières
|
||||
|
||||
relatedContent:
|
||||
other: Contenus liés
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Dernière mise à jour le
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minute de lecture"
|
||||
other: "{{ .Count }} minutes de lecture"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Page non trouvée
|
||||
subtitle:
|
||||
other: Cette page n'existe pas.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archives
|
||||
|
||||
more:
|
||||
other: Autres
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Mots clés
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Catégories
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Rechercher
|
||||
|
||||
placeholder:
|
||||
other: Cherchez un article, une publication, etc.
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Généré avec {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Thème {{ .Theme }} conçu par {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "मेनू टॉगल करें"
|
||||
darkMode = "डार्क मोड"
|
||||
|
||||
[list]
|
||||
section = "अनुभाग"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} पेज"
|
||||
other = "{{ .Count }} पेज"
|
||||
|
||||
[list.subsection]
|
||||
one = "उपधारा"
|
||||
other = "उपखंड"
|
||||
|
||||
[article]
|
||||
back = "पीछे"
|
||||
tableOfContents = "विषयसूची"
|
||||
relatedContent = "संबंधित सामग्री"
|
||||
lastUpdatedOn = "अंतिम बार अपडेट किया गया"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} मिनट पढ़ें"
|
||||
other = "{{ .Count }} मिनट पढ़ें"
|
||||
|
||||
[notFound]
|
||||
title = "404 नहीं मिला।"
|
||||
subtitle = "यह पृष्ठ मौजूद नहीं है।"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "अभिलेखागार"
|
||||
more = "अधिक"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "टैग"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "श्रेणियाँ"
|
||||
|
||||
[search]
|
||||
title = "खोज"
|
||||
placeholder = "कुछ लिखें..."
|
||||
resultTitle = "#PAGES_COUNT पेज (#TIME_SECONDS सेकंड)"
|
||||
|
||||
[footer]
|
||||
builtWith = "निर्मित {{ .Generator }} के साथ"
|
||||
designedBy = "थीम {{ .Theme }} द्वारा डिज़ाइन किया गया {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: मेनू टॉगल करें
|
||||
|
||||
darkMode:
|
||||
other: डार्क मोड
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} पेज"
|
||||
other: "{{ .Count }} पेज"
|
||||
|
||||
section:
|
||||
other: अनुभाग
|
||||
|
||||
subsection:
|
||||
one: उपधारा
|
||||
other: उपखंड
|
||||
|
||||
article:
|
||||
back:
|
||||
other: पीछे
|
||||
|
||||
tableOfContents:
|
||||
other: विषयसूची
|
||||
|
||||
relatedContent:
|
||||
other: संबंधित सामग्री
|
||||
|
||||
lastUpdatedOn:
|
||||
other: अंतिम बार अपडेट किया गया
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} मिनट पढ़ें"
|
||||
other: "{{ .Count }} मिनट पढ़ें"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 404 नहीं मिला।
|
||||
|
||||
subtitle:
|
||||
other: यह पृष्ठ मौजूद नहीं है।
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: अभिलेखागार
|
||||
|
||||
more:
|
||||
other: अधिक
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: टैग
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: श्रेणियाँ
|
||||
|
||||
search:
|
||||
title:
|
||||
other: खोज
|
||||
|
||||
placeholder:
|
||||
other: कुछ लिखें...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT पेज (#TIME_SECONDS सेकंड)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: निर्मित {{ .Generator }} के साथ
|
||||
|
||||
designedBy:
|
||||
other: थीम {{ .Theme }} द्वारा डिज़ाइन किया गया {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Menü Kapcsolása"
|
||||
darkMode = "Sötét Mód"
|
||||
|
||||
[list]
|
||||
section = "Szekció"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} oldal"
|
||||
other = "{{ .Count }} oldalak"
|
||||
|
||||
[list.subsection]
|
||||
one = "Alszekció"
|
||||
other = "Alszekciók"
|
||||
|
||||
[article]
|
||||
back = "Vissza"
|
||||
tableOfContents = "Tartalomjegyzék"
|
||||
relatedContent = "Kapcsolódó tartalom"
|
||||
lastUpdatedOn = "Utolsó frissítés időpontja"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} percnyi olvasmány"
|
||||
other = "{{ .Count }} percnyi olvasmány"
|
||||
|
||||
[notFound]
|
||||
title = "Nem található"
|
||||
subtitle = "Ez az oldal nem létezik"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archívum"
|
||||
more = "Több"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Cimkék"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategóriák"
|
||||
|
||||
[search]
|
||||
title = "Keresés"
|
||||
placeholder = "Írj valamit..."
|
||||
resultTitle = "#PAGES_COUNT oldal (#TIME_SECONDS másodperc alatt)"
|
||||
|
||||
[footer]
|
||||
builtWith = "{{ .Generator }} használatával készült"
|
||||
designedBy = "A {{ .Theme }} dizájnt {{ .DesignedBy }} tervezte"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Menü Kapcsolása
|
||||
|
||||
darkMode:
|
||||
other: Sötét Mód
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} oldal"
|
||||
other: "{{ .Count }} oldalak"
|
||||
|
||||
section:
|
||||
other: Szekció
|
||||
|
||||
subsection:
|
||||
one: Alszekció
|
||||
other: Alszekciók
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Vissza
|
||||
|
||||
tableOfContents:
|
||||
other: Tartalomjegyzék
|
||||
|
||||
relatedContent:
|
||||
other: Kapcsolódó tartalom
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Utolsó frissítés időpontja
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} percnyi olvasmány"
|
||||
other: "{{ .Count }} percnyi olvasmány"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Nem található
|
||||
|
||||
subtitle:
|
||||
other: Ez az oldal nem létezik
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archívum
|
||||
|
||||
more:
|
||||
other: Több
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Cimkék
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategóriák
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Keresés
|
||||
|
||||
placeholder:
|
||||
other: Írj valamit...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT oldal (#TIME_SECONDS másodperc alatt)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }} használatával készült"
|
||||
|
||||
designedBy:
|
||||
other: A {{ .Theme }} dizájnt {{ .DesignedBy }} tervezte
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Tampilkan Menu"
|
||||
darkMode = "Mode Gelap"
|
||||
|
||||
[list]
|
||||
section = "Bagian"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} halaman"
|
||||
other = "{{ .Count }} halaman"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subbagian"
|
||||
other = "Subbagian"
|
||||
|
||||
[article]
|
||||
back = "Kembali"
|
||||
tableOfContents = "Daftar Isi"
|
||||
relatedContent = "Konten terkait"
|
||||
lastUpdatedOn = "Terakhir diperbarui pada"
|
||||
|
||||
[article.readingTime]
|
||||
one = "Waktu Membaca: {{ .Count }} menit"
|
||||
other = "Waktu Membaca: {{ .Count }} menit"
|
||||
|
||||
[notFound]
|
||||
title = "Tidak ditemukan"
|
||||
subtitle = "Halaman yang Anda akses tidak ditemukan."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arsip"
|
||||
more = "Lebih"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tag"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategori"
|
||||
|
||||
[search]
|
||||
title = "Cari"
|
||||
placeholder = "Ketik sesuatu..."
|
||||
resultTitle = "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Dibangun dengan {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Tampilkan Menu
|
||||
|
||||
darkMode:
|
||||
other: Mode Gelap
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} halaman"
|
||||
other: "{{ .Count }} halaman"
|
||||
|
||||
section:
|
||||
other: Bagian
|
||||
|
||||
subsection:
|
||||
one: Subbagian
|
||||
other: Subbagian
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Kembali
|
||||
|
||||
tableOfContents:
|
||||
other: Daftar Isi
|
||||
|
||||
relatedContent:
|
||||
other: Konten terkait
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Terakhir diperbarui pada
|
||||
|
||||
readingTime:
|
||||
one: "Waktu Membaca: {{ .Count }} menit"
|
||||
other: "Waktu Membaca: {{ .Count }} menit"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Tidak ditemukan
|
||||
subtitle:
|
||||
other: Halaman yang Anda akses tidak ditemukan.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Arsip
|
||||
|
||||
more:
|
||||
other: Lebih
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tag
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategori
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Cari
|
||||
|
||||
placeholder:
|
||||
other: Ketik sesuatu...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Dibangun dengan {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Toggle Menu"
|
||||
darkMode = "Modalità scura"
|
||||
|
||||
[list]
|
||||
section = "Sezione"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} pagina"
|
||||
other = "{{ .Count }} pagine"
|
||||
|
||||
[list.subsection]
|
||||
one = "Sottosezione"
|
||||
other = "Sottosezioni"
|
||||
|
||||
[article]
|
||||
back = "Indietro"
|
||||
tableOfContents = "Indice"
|
||||
relatedContent = "Contenuti correlati"
|
||||
lastUpdatedOn = "Aggiornato il"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} min per leggere"
|
||||
other = "{{ .Count }} min per leggere"
|
||||
|
||||
[notFound]
|
||||
title = "Non trovato"
|
||||
subtitle = "Questa pagina non esiste."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archivi"
|
||||
more = "Di più"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tag"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorie"
|
||||
|
||||
[search]
|
||||
title = "Cerca"
|
||||
placeholder = "Scrivi qualcosa..."
|
||||
resultTitle = "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Realizzato con {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} realizzato da {{ .DesignedBy }}"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Toggle Menu
|
||||
|
||||
darkMode:
|
||||
other: Modalità scura
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} pagina"
|
||||
other: "{{ .Count }} pagine"
|
||||
|
||||
section:
|
||||
other: Sezione
|
||||
|
||||
subsection:
|
||||
one: Sottosezione
|
||||
other: Sottosezioni
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Indietro
|
||||
|
||||
tableOfContents:
|
||||
other: Indice
|
||||
|
||||
relatedContent:
|
||||
other: Contenuti correlati
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Aggiornato il
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} min per leggere"
|
||||
other: "{{ .Count }} min per leggere"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Non trovato
|
||||
subtitle:
|
||||
other: Questa pagina non esiste.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archivi
|
||||
|
||||
more:
|
||||
other: Di più
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tag
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorie
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Cerca
|
||||
|
||||
placeholder:
|
||||
other: Scrivi qualcosa...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Realizzato con {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
|
||||
@@ -0,0 +1,38 @@
|
||||
toggleMenu = "メニューを開く・閉じる"
|
||||
darkMode = "ダークモード"
|
||||
|
||||
[list]
|
||||
page = "{{ .Count }} ページ目"
|
||||
section = "セクション"
|
||||
subsection = "サブセクション"
|
||||
|
||||
[article]
|
||||
back = "前のページ"
|
||||
tableOfContents = "目次"
|
||||
relatedContent = "関連するコンテンツ"
|
||||
lastUpdatedOn = "最終更新"
|
||||
readingTime = "読了時間: {{ .Count }}分"
|
||||
|
||||
[notFound]
|
||||
title = "404 Not Found"
|
||||
subtitle = "指定されたページは存在しません。"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "アーカイブ"
|
||||
more = "さらに見る"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "タグ"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "カテゴリ"
|
||||
|
||||
[search]
|
||||
title = "検索"
|
||||
placeholder = "入力..."
|
||||
resultTitle = "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||||
|
||||
[footer]
|
||||
builtWith = "{{ .Generator }} で構築されています。"
|
||||
designedBy = "テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。"
|
||||
@@ -1,70 +0,0 @@
|
||||
toggleMenu:
|
||||
other: メニューを開く・閉じる
|
||||
|
||||
darkMode:
|
||||
other: ダークモード
|
||||
|
||||
list:
|
||||
page:
|
||||
other: "{{ .Count }} ページ目"
|
||||
|
||||
section:
|
||||
other: セクション
|
||||
|
||||
subsection:
|
||||
other: サブセクション
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 前のページ
|
||||
|
||||
tableOfContents:
|
||||
other: 目次
|
||||
|
||||
relatedContent:
|
||||
other: 関連するコンテンツ
|
||||
|
||||
lastUpdatedOn:
|
||||
other: 最終更新
|
||||
|
||||
readingTime:
|
||||
other: "読了時間: {{ .Count }}分"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 404 Not Found
|
||||
subtitle:
|
||||
other: 指定されたページは存在しません。
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: アーカイブ
|
||||
|
||||
more:
|
||||
other: さらに見る
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: タグ
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: カテゴリ
|
||||
|
||||
search:
|
||||
title:
|
||||
other: 検索
|
||||
|
||||
placeholder:
|
||||
other: 入力...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }} で構築されています。"
|
||||
|
||||
designedBy:
|
||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "메뉴 여닫기"
|
||||
darkMode = "다크 모드"
|
||||
|
||||
[list]
|
||||
section = "섹션"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} 페이지"
|
||||
other = "{{ .Count }} 페이지"
|
||||
|
||||
[list.subsection]
|
||||
one = "서브섹션"
|
||||
other = "서브섹션"
|
||||
|
||||
[article]
|
||||
back = "뒤로가기"
|
||||
tableOfContents = "목차"
|
||||
relatedContent = "관련 글"
|
||||
lastUpdatedOn = "마지막 수정: "
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} 분 정도"
|
||||
other = "{{ .Count }} 분 정도"
|
||||
|
||||
[notFound]
|
||||
title = "찾을 수 없음"
|
||||
subtitle = "페이지를 찾을 수 없습니다."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "보관함"
|
||||
more = "더보기"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "카테고리"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "태그"
|
||||
|
||||
[search]
|
||||
title = "검색"
|
||||
placeholder = "검색어를 입력하세요..."
|
||||
resultTitle = "#PAGES_COUNT 페이지 (#TIME_SECONDS 초)"
|
||||
|
||||
[footer]
|
||||
builtWith = "{{ .Generator }}로 만듦"
|
||||
designedBy = "{{ .DesignedBy }}의 {{ .Theme }} 테마 사용 중"
|
||||
@@ -1,72 +0,0 @@
|
||||
toggleMenu:
|
||||
other: 메뉴 여닫기
|
||||
|
||||
darkMode:
|
||||
other: 다크 모드
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} 페이지"
|
||||
other: "{{ .Count }} 페이지"
|
||||
|
||||
section:
|
||||
other: 섹션
|
||||
|
||||
subsection:
|
||||
one: 서브섹션
|
||||
other: 서브섹션
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 뒤로가기
|
||||
|
||||
tableOfContents:
|
||||
other: 목차
|
||||
|
||||
relatedContent:
|
||||
other: 관련 글
|
||||
|
||||
lastUpdatedOn:
|
||||
other: "마지막 수정: "
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} 분 정도"
|
||||
other: "{{ .Count }} 분 정도"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 찾을 수 없음
|
||||
|
||||
subtitle:
|
||||
other: 페이지를 찾을 수 없습니다.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: 보관함
|
||||
more:
|
||||
other: 더보기
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: 카테고리
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: 태그
|
||||
|
||||
search:
|
||||
title:
|
||||
other: 검색
|
||||
|
||||
placeholder:
|
||||
other: 검색어를 입력하세요...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT 페이지 (#TIME_SECONDS 초)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }}로 만듦"
|
||||
designedBy:
|
||||
other: "{{ .DesignedBy }}의 {{ .Theme }} 테마 사용 중"
|
||||
@@ -0,0 +1,42 @@
|
||||
toggleMenu = "Open Menu"
|
||||
darkMode = "Donkere modus"
|
||||
|
||||
[list]
|
||||
section = "Sectie"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} pagina"
|
||||
other = "{{ .Count }} pagina's"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsectie"
|
||||
other = "Subsecties"
|
||||
|
||||
[article]
|
||||
relatedContent = "Gerelateerde inhoud"
|
||||
lastUpdatedOn = "Laatst bijgewerkt op"
|
||||
readingTime = "{{ .Count }} leestijd"
|
||||
|
||||
[notFound]
|
||||
title = "Niet gevonden"
|
||||
subtitle = "Deze pagina bestaat niet."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archief"
|
||||
more = "Meer"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorie"
|
||||
|
||||
[search]
|
||||
title = "Zoeken"
|
||||
placeholder = "Typ iets"
|
||||
resultTitle = "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Gemaakt met {{ .Generator }}"
|
||||
designedBy = "Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}"
|
||||
@@ -1,59 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Open Menu
|
||||
|
||||
darkMode:
|
||||
other: Donkere modus
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} pagina"
|
||||
other: "{{ .Count }} pagina's"
|
||||
|
||||
section:
|
||||
other: Sectie
|
||||
|
||||
subsection:
|
||||
one: Subsectie
|
||||
other: Subsecties
|
||||
|
||||
article:
|
||||
relatedContent:
|
||||
other: Gerelateerde inhoud
|
||||
lastUpdatedOn:
|
||||
other: Laatst bijgewerkt op
|
||||
readingTime:
|
||||
other: "{{ .Count }} leestijd"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Niet gevonden
|
||||
subtitle:
|
||||
other: Deze pagina bestaat niet.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archief
|
||||
more:
|
||||
other: Meer
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorie
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Zoeken
|
||||
placeholder:
|
||||
other: Typ iets
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Gemaakt met {{ .Generator }}
|
||||
designedBy:
|
||||
other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Alternar menú"
|
||||
darkMode = "Mòde fosc"
|
||||
|
||||
[list]
|
||||
section = "Seccion"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} pagina"
|
||||
other = "{{ .Count }} paginas"
|
||||
|
||||
[list.subsection]
|
||||
one = "Josseccion"
|
||||
other = "Josseccions"
|
||||
|
||||
[article]
|
||||
back = "Tornar"
|
||||
tableOfContents = "Taula de contengut"
|
||||
relatedContent = "Contenguts relacionats"
|
||||
lastUpdatedOn = "Darrièra actualizacion"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minuta de lectura"
|
||||
other = "{{ .Count }} minutas de lectura"
|
||||
|
||||
[notFound]
|
||||
title = "Non trobat"
|
||||
subtitle = "Aquesta pagina existís pas"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archiu"
|
||||
more = "Mai"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Etiquetas"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorias"
|
||||
|
||||
[search]
|
||||
title = "Cercar"
|
||||
placeholder = "Picatz quicòm..."
|
||||
resultTitle = "#PAGES_COUNT paginas dins (#TIME_SECONDS segons)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Creat amb {{ .Generator }}"
|
||||
designedBy = "Tàma {{ .Theme }} concebut per {{ .DesignedBy }}"
|
||||
@@ -1,72 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Alternar menú
|
||||
|
||||
darkMode:
|
||||
other: Mòde fosc
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} pagina"
|
||||
other: "{{ .Count }} paginas"
|
||||
|
||||
section:
|
||||
other: Seccion
|
||||
|
||||
subsection:
|
||||
one: Josseccion
|
||||
other: Josseccions
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Tornar
|
||||
|
||||
tableOfContents:
|
||||
other: Taula de contengut
|
||||
|
||||
relatedContent:
|
||||
other: Contenguts relacionats
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Darrièra actualizacion
|
||||
readingTime:
|
||||
one: "{{ .Count }} minuta de lectura"
|
||||
other: "{{ .Count }} minutas de lectura"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Non trobat
|
||||
|
||||
subtitle:
|
||||
other: Aquesta pagina existís pas
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archiu
|
||||
|
||||
more:
|
||||
other: Mai
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Etiquetas
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorias
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Cercar
|
||||
|
||||
placeholder:
|
||||
other: Picatz quicòm...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT paginas dins (#TIME_SECONDS segons)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Creat amb {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Tàma {{ .Theme }} concebut per {{ .DesignedBy }}
|
||||
@@ -0,0 +1,58 @@
|
||||
toggleMenu = "Przełącz Menu"
|
||||
darkMode = "Tryb ciemny"
|
||||
|
||||
[list]
|
||||
section = "Sekcja"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} strona"
|
||||
few = "{{ .Count }} strony"
|
||||
many = "{{ .Count }} stron"
|
||||
other = "{{ .Count }} stron"
|
||||
|
||||
[list.subsection]
|
||||
one = "Podsekcja"
|
||||
few = "Podsekcje"
|
||||
many = "Podsekcji"
|
||||
other = "Podsekcji"
|
||||
|
||||
[article]
|
||||
back = "Wróć"
|
||||
tableOfContents = "Spis treści"
|
||||
relatedContent = "Powiązane artykuły"
|
||||
lastUpdatedOn = "Ostatnio zaktualizowany"
|
||||
|
||||
[article.readingTime]
|
||||
one = "Przeczytasz w {{ .Count }} minutę"
|
||||
few = "Przeczytasz w {{ .Count }} minuty"
|
||||
many = "Przeczytasz w {{ .Count }} minut"
|
||||
other = "Przeczytasz w {{ .Count }} minut"
|
||||
|
||||
[notFound]
|
||||
title = "Nie znaleziono"
|
||||
subtitle = "Ta strona nie istnieje"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archiwum"
|
||||
more = "Więcej"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tagi"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategorie"
|
||||
|
||||
[search]
|
||||
title = "Szukaj"
|
||||
placeholder = "Wpisz coś..."
|
||||
|
||||
[search.resultTitle]
|
||||
one = "#PAGES_COUNT strona (#TIME_SECONDS sekund)"
|
||||
few = "#PAGES_COUNT strony (#TIME_SECONDS sekund)"
|
||||
many = "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
other = "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Zbudowano z {{ .Generator }}"
|
||||
designedBy = "Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}"
|
||||
@@ -1,82 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Przełącz Menu
|
||||
|
||||
darkMode:
|
||||
other: Tryb ciemny
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} strona"
|
||||
few: "{{ .Count }} strony"
|
||||
many: "{{ .Count }} stron"
|
||||
other: "{{ .Count }} stron"
|
||||
|
||||
section:
|
||||
other: Sekcja
|
||||
|
||||
subsection:
|
||||
one: Podsekcja
|
||||
few: Podsekcje
|
||||
many: Podsekcji
|
||||
other: Podsekcji
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Wróć
|
||||
|
||||
tableOfContents:
|
||||
other: Spis treści
|
||||
|
||||
relatedContent:
|
||||
other: Powiązane artykuły
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Ostatnio zaktualizowany
|
||||
|
||||
readingTime:
|
||||
one: "Przeczytasz w {{ .Count }} minutę"
|
||||
few: "Przeczytasz w {{ .Count }} minuty"
|
||||
many: "Przeczytasz w {{ .Count }} minut"
|
||||
other: "Przeczytasz w {{ .Count }} minut"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Nie znaleziono
|
||||
subtitle:
|
||||
other: Ta strona nie istnieje
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archiwum
|
||||
|
||||
more:
|
||||
other: Więcej
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tagi
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategorie
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Szukaj
|
||||
|
||||
placeholder:
|
||||
other: Wpisz coś...
|
||||
|
||||
resultTitle:
|
||||
one: "#PAGES_COUNT strona (#TIME_SECONDS sekund)"
|
||||
few: "#PAGES_COUNT strony (#TIME_SECONDS sekund)"
|
||||
many: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Zbudowano z {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Alternar Menu"
|
||||
darkMode = "Modo Escuro"
|
||||
|
||||
[list]
|
||||
section = "Seção"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} página"
|
||||
other = "{{ .Count }} páginas"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subseção"
|
||||
other = "Subseções"
|
||||
|
||||
[article]
|
||||
back = "Voltar"
|
||||
tableOfContents = "Índice"
|
||||
relatedContent = "Conteúdo relacionado"
|
||||
lastUpdatedOn = "Última atualização em"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minuto de leitura"
|
||||
other = "{{ .Count }} minutos de leitura"
|
||||
|
||||
[notFound]
|
||||
title = "Não Encontrado"
|
||||
subtitle = "Esta página não existe."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arquivos"
|
||||
more = "Mais"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorias"
|
||||
|
||||
[search]
|
||||
title = "Busca"
|
||||
placeholder = "Digite algo..."
|
||||
resultTitle = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Criado com {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"
|
||||
@@ -1,67 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Alternar Menu
|
||||
|
||||
darkMode:
|
||||
other: Modo Escuro
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} página"
|
||||
other: "{{ .Count }} páginas"
|
||||
|
||||
section:
|
||||
other: Seção
|
||||
|
||||
subsection:
|
||||
one: Subseção
|
||||
other: Subseções
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Voltar
|
||||
|
||||
tableOfContents:
|
||||
other: Índice
|
||||
|
||||
relatedContent:
|
||||
other: Conteúdo relacionado
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Última atualização em
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minuto de leitura"
|
||||
other: "{{ .Count }} minutos de leitura"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Não Encontrado
|
||||
subtitle:
|
||||
other: Esta página não existe.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Arquivos
|
||||
more:
|
||||
other: Mais
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorias
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Busca
|
||||
placeholder:
|
||||
other: Digite algo...
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Criado com {{ .Generator }}
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Alternar Menu"
|
||||
darkMode = "Modo Escuro"
|
||||
|
||||
[list]
|
||||
section = "Secção"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} página"
|
||||
other = "{{ .Count }} páginas"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsecção"
|
||||
other = "Subsecções"
|
||||
|
||||
[article]
|
||||
back = "Voltar"
|
||||
tableOfContents = "Índice"
|
||||
relatedContent = "Conteúdo relacionado"
|
||||
lastUpdatedOn = "Última atualização a"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minuto de leitura"
|
||||
other = "{{ .Count }} minutos de leitura"
|
||||
|
||||
[notFound]
|
||||
title = "Não Encontrado"
|
||||
subtitle = "Esta página não existe."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arquivos"
|
||||
more = "Mais"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categorias"
|
||||
|
||||
[search]
|
||||
title = "Pesquisa"
|
||||
placeholder = "Escreva algo..."
|
||||
resultTitle = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Criado com {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"
|
||||
@@ -1,67 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Alternar Menu
|
||||
|
||||
darkMode:
|
||||
other: Modo Escuro
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} página"
|
||||
other: "{{ .Count }} páginas"
|
||||
|
||||
section:
|
||||
other: Secção
|
||||
|
||||
subsection:
|
||||
one: Subsecção
|
||||
other: Subsecções
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Voltar
|
||||
|
||||
tableOfContents:
|
||||
other: Índice
|
||||
|
||||
relatedContent:
|
||||
other: Conteúdo relacionado
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Última atualização a
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minuto de leitura"
|
||||
other: "{{ .Count }} minutos de leitura"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Não Encontrado
|
||||
subtitle:
|
||||
other: Esta página não existe.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Arquivos
|
||||
more:
|
||||
other: Mais
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categorias
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Pesquisa
|
||||
placeholder:
|
||||
other: Escreva algo...
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Criado com {{ .Generator }}
|
||||
designedBy:
|
||||
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|
||||
@@ -0,0 +1,48 @@
|
||||
toggleMenu = "Показать/скрыть меню"
|
||||
darkMode = "Тёмный режим"
|
||||
|
||||
[list]
|
||||
section = "Раздел"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} страница"
|
||||
few = "{{ .Count }} страницы"
|
||||
many = "{{ .Count }} страниц"
|
||||
other = "{{ .Count }} страниц"
|
||||
|
||||
[list.subsection]
|
||||
one = "Подраздел"
|
||||
few = "Подразделы"
|
||||
many = "Подразделы"
|
||||
other = "Подразделы"
|
||||
|
||||
[article]
|
||||
back = "Назад"
|
||||
relatedContent = "Также рекомендуем"
|
||||
lastUpdatedOn = "Обновлено"
|
||||
tableOfContents = "Содержание"
|
||||
readingTime = "Время чтения: {{ .Count }} мин."
|
||||
|
||||
[notFound]
|
||||
title = "Не найдено"
|
||||
subtitle = "Запрашиваемая страница не существует"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Архивы"
|
||||
more = "Ещё"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Теги"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Категории"
|
||||
|
||||
[search]
|
||||
title = "Поиск"
|
||||
placeholder = "Введите что-нибудь..."
|
||||
resultTitle = "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Создано при помощи {{ .Generator }}"
|
||||
designedBy = "Тема {{ .Theme }}, дизайн {{ .DesignedBy }}"
|
||||
@@ -1,66 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Показать/скрыть меню
|
||||
|
||||
darkMode:
|
||||
other: Тёмный режим
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} страница"
|
||||
few: "{{ .Count }} страницы"
|
||||
many: "{{ .Count }} страниц"
|
||||
other: "{{ .Count }} страниц"
|
||||
|
||||
section:
|
||||
other: Раздел
|
||||
|
||||
subsection:
|
||||
one: Подраздел
|
||||
few: Подразделы
|
||||
many: Подразделы
|
||||
other: Подразделы
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Назад
|
||||
relatedContent:
|
||||
other: Также рекомендуем
|
||||
lastUpdatedOn:
|
||||
other: Обновлено
|
||||
tableOfContents:
|
||||
other: Содержание
|
||||
readingTime:
|
||||
other: "Время чтения: {{ .Count }} мин."
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Не найдено
|
||||
subtitle:
|
||||
other: Запрашиваемая страница не существует
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Архивы
|
||||
more:
|
||||
other: Ещё
|
||||
tagCloud:
|
||||
title:
|
||||
other: Теги
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Категории
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Поиск
|
||||
placeholder:
|
||||
other: Введите что-нибудь...
|
||||
resultTitle:
|
||||
other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Создано при помощи {{ .Generator }}
|
||||
designedBy:
|
||||
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Skryť menu"
|
||||
darkMode = "Tmavý režim"
|
||||
|
||||
[list]
|
||||
section = "Kategórie"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} stránka"
|
||||
other = "{{ .Count }} stránok"
|
||||
|
||||
[list.subsection]
|
||||
one = "Podkategória"
|
||||
other = "Podkategórie"
|
||||
|
||||
[article]
|
||||
back = "Späť"
|
||||
tableOfContents = "Obsah"
|
||||
relatedContent = "Súvisiace"
|
||||
lastUpdatedOn = "Naposledy aktualizované"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} minúta"
|
||||
other = "{{ .Count }} minút"
|
||||
|
||||
[notFound]
|
||||
title = "Nenájdené"
|
||||
subtitle = "Tato stránka neexistuje"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archívy"
|
||||
more = "Viac"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Štítky"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategórie"
|
||||
|
||||
[search]
|
||||
title = "Hladať"
|
||||
placeholder = "Zadajte niečo..."
|
||||
resultTitle = "#PAGES_COUNT stránok (#TIME_SECONDS sekúnd)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Vytvorené pomocou {{ .Generator }}"
|
||||
designedBy = "Šablóna {{ .Theme }} od {{ .DesignedBy }}"
|
||||
@@ -1,71 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Skryť menu
|
||||
|
||||
darkMode:
|
||||
other: Tmavý režim
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} stránka"
|
||||
other: "{{ .Count }} stránok"
|
||||
|
||||
section:
|
||||
other: Kategórie
|
||||
|
||||
subsection:
|
||||
one: Podkategória
|
||||
other: Podkategórie
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Späť
|
||||
|
||||
tableOfContents:
|
||||
other: Obsah
|
||||
|
||||
relatedContent:
|
||||
other: Súvisiace
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Naposledy aktualizované
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} minúta"
|
||||
other: "{{ .Count }} minút"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Nenájdené
|
||||
|
||||
subtitle:
|
||||
other: Tato stránka neexistuje
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archívy
|
||||
more:
|
||||
other: Viac
|
||||
tagCloud:
|
||||
title:
|
||||
other: Štítky
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategórie
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Hladať
|
||||
|
||||
placeholder:
|
||||
other: Zadajte niečo...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT stránok (#TIME_SECONDS sekúnd)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Vytvorené pomocou {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Šablóna {{ .Theme }} od {{ .DesignedBy }}
|
||||
@@ -0,0 +1,44 @@
|
||||
toggleMenu = "สลับเมนู"
|
||||
darkMode = "ธีมมืด"
|
||||
|
||||
[list]
|
||||
section = "หมวดหมู่"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} หน้า"
|
||||
other = "{{ .Count }} หน้า"
|
||||
|
||||
[list.subsection]
|
||||
one = "หมวดหมู่ย่อย"
|
||||
other = "หมวดหมู่ย่อยอื่นๆ"
|
||||
|
||||
[article]
|
||||
back = "กลับไป"
|
||||
tableOfContents = "สารบัญ"
|
||||
relatedContent = "เนื้อหาคล้ายคลึงกัน"
|
||||
lastUpdatedOn = "อัปเดตล่าสุดเมื่อ"
|
||||
|
||||
[article.readingTime]
|
||||
one = "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||
other = "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||
|
||||
[notFound]
|
||||
title = "ไม่พบหัวข้อ"
|
||||
subtitle = "ไม่พบหน้านี้ในระบบ"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "เนื้อหาที่เก็บถาวรแล้ว"
|
||||
more = "อื่นๆ นอกจากนี้"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "แท็ก"
|
||||
|
||||
[search]
|
||||
title = "ค้นหา"
|
||||
placeholder = "พิมพ์เพื่อค้นหา ..."
|
||||
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
[footer]
|
||||
builtWith = "ถูกสร้างด้วย {{ .Generator }}"
|
||||
designedBy = "ธีม {{ .Theme }} ออกแบบโดย {{ .DesignedBy }}"
|
||||
@@ -1,70 +0,0 @@
|
||||
toggleMenu:
|
||||
other: สลับเมนู
|
||||
|
||||
darkMode:
|
||||
other: ธีมมืด
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} หน้า"
|
||||
other: "{{ .Count }} หน้า"
|
||||
|
||||
section:
|
||||
other: หมวดหมู่
|
||||
|
||||
subsection:
|
||||
one: หมวดหมู่ย่อย
|
||||
other: หมวดหมู่ย่อยอื่นๆ
|
||||
|
||||
article:
|
||||
back:
|
||||
other: กลับไป
|
||||
|
||||
tableOfContents:
|
||||
other: สารบัญ
|
||||
|
||||
relatedContent:
|
||||
other: เนื้อหาคล้ายคลึงกัน
|
||||
|
||||
lastUpdatedOn:
|
||||
other: อัปเดตล่าสุดเมื่อ
|
||||
|
||||
readingTime:
|
||||
one: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||
other: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: ไม่พบหัวข้อ
|
||||
|
||||
subtitle:
|
||||
other: ไม่พบหน้านี้ในระบบ
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: เนื้อหาที่เก็บถาวรแล้ว
|
||||
|
||||
more:
|
||||
other: อื่นๆ นอกจากนี้
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: แท็ก
|
||||
|
||||
search:
|
||||
title:
|
||||
other: ค้นหา
|
||||
|
||||
placeholder:
|
||||
other: พิมพ์เพื่อค้นหา ...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: ถูกสร้างด้วย {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: ธีม {{ .Theme }} ออกแบบโดย {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Menüyü Gizle"
|
||||
darkMode = "Koyu Mod"
|
||||
|
||||
[list]
|
||||
section = "Bölüm"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} makale"
|
||||
other = "{{ .Count }} makale"
|
||||
|
||||
[list.subsection]
|
||||
one = "Alt bölüm"
|
||||
other = "Alt bölümler"
|
||||
|
||||
[article]
|
||||
back = "Geri"
|
||||
tableOfContents = "İçindekiler"
|
||||
relatedContent = "Benzer içerikler"
|
||||
lastUpdatedOn = "Son güncelleme"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} dakika okuma süresi"
|
||||
other = "{{ .Count }} dakika okuma süresi"
|
||||
|
||||
[notFound]
|
||||
title = "Bulunamadı"
|
||||
subtitle = "Aradığınız sayfa mevcut değil."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arşiv"
|
||||
more = "Daha fazla"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Etiketler"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategoriler"
|
||||
|
||||
[search]
|
||||
title = "Arama"
|
||||
placeholder = "Birşeyler yazın..."
|
||||
resultTitle = "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
|
||||
|
||||
[footer]
|
||||
builtWith = "{{ .Generator }} ile oluşturuldu."
|
||||
designedBy = "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"
|
||||
@@ -1,67 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Menüyü Gizle
|
||||
|
||||
darkMode:
|
||||
other: Koyu Mod
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} makale"
|
||||
other: "{{ .Count }} makale"
|
||||
|
||||
section:
|
||||
other: Bölüm
|
||||
|
||||
subsection:
|
||||
one: Alt bölüm
|
||||
other: Alt bölümler
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Geri
|
||||
|
||||
tableOfContents:
|
||||
other: İçindekiler
|
||||
|
||||
relatedContent:
|
||||
other: Benzer içerikler
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Son güncelleme
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} dakika okuma süresi"
|
||||
other: "{{ .Count }} dakika okuma süresi"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Bulunamadı
|
||||
subtitle:
|
||||
other: Aradığınız sayfa mevcut değil.
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Arşiv
|
||||
more:
|
||||
other: Daha fazla
|
||||
tagCloud:
|
||||
title:
|
||||
other: Etiketler
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategoriler
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Arama
|
||||
placeholder:
|
||||
other: Birşeyler yazın...
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }} ile oluşturuldu."
|
||||
designedBy:
|
||||
other: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"
|
||||
@@ -0,0 +1,48 @@
|
||||
toggleMenu = "Показати меню"
|
||||
darkMode = "Темна тема"
|
||||
|
||||
[list]
|
||||
section = "Секція"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} сторінка"
|
||||
few = "{{ .Count }} сторінки"
|
||||
other = "{{ .Count }} сторінок"
|
||||
|
||||
[list.subsection]
|
||||
one = "Підсекція"
|
||||
other = "Підсекції"
|
||||
|
||||
[article]
|
||||
back = "Назад"
|
||||
tableOfContents = "Зміст"
|
||||
relatedContent = "Схожі матеріали"
|
||||
lastUpdatedOn = "Востаннє оновлено"
|
||||
|
||||
[article.readingTime]
|
||||
one = "Час читання: {{ .Count }} хв"
|
||||
other = "Час читання: {{ .Count }} хв"
|
||||
|
||||
[notFound]
|
||||
title = "Не знайдено"
|
||||
subtitle = "Ця сторінка не існує"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Архіви"
|
||||
more = "Більше"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Теґи"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Категорії"
|
||||
|
||||
[search]
|
||||
title = "Пошук"
|
||||
placeholder = "Напишіть що-небудь..."
|
||||
resultTitle = "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Створено з {{ .Generator }}"
|
||||
designedBy = "Тема {{ .Theme }}, дизайн {{ .DesignedBy }}"
|
||||
@@ -1,74 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Показати меню
|
||||
|
||||
darkMode:
|
||||
other: Темна тема
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} сторінка"
|
||||
few: "{{ .Count }} сторінки"
|
||||
other: "{{ .Count }} сторінок"
|
||||
|
||||
section:
|
||||
other: Секція
|
||||
|
||||
subsection:
|
||||
one: Підсекція
|
||||
other: Підсекції
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Назад
|
||||
|
||||
tableOfContents:
|
||||
other: Зміст
|
||||
|
||||
relatedContent:
|
||||
other: Схожі матеріали
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Востаннє оновлено
|
||||
|
||||
readingTime:
|
||||
one: "Час читання: {{ .Count }} хв"
|
||||
other: "Час читання: {{ .Count }} хв"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Не знайдено
|
||||
|
||||
subtitle:
|
||||
other: Ця сторінка не існує
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Архіви
|
||||
|
||||
more:
|
||||
other: Більше
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Теґи
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Категорії
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Пошук
|
||||
|
||||
placeholder:
|
||||
other: Напишіть що-небудь...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Створено з {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Hiển thị Menu"
|
||||
darkMode = "Chế độ nền tối"
|
||||
|
||||
[list]
|
||||
section = "Section"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} trang"
|
||||
other = "{{ .Count }} trang"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsection"
|
||||
other = "Subsections"
|
||||
|
||||
[article]
|
||||
back = "Trở lại"
|
||||
tableOfContents = "Mục lục"
|
||||
relatedContent = "Bài viết liên quan"
|
||||
lastUpdatedOn = "Cập nhật lần cuối"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} phút đọc"
|
||||
other = "{{ .Count }} phút đọc"
|
||||
|
||||
[notFound]
|
||||
title = "Không tìm thấy"
|
||||
subtitle = "Trang này không tồn tại"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Lưu trữ"
|
||||
more = "Còn nữa"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Nhãn dán"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Chuỗi bài"
|
||||
|
||||
[search]
|
||||
title = "Tìm kiếm"
|
||||
placeholder = "Nhập từ khoá ..."
|
||||
resultTitle = "#PAGES_COUNT trang (#TIME_SECONDS giây)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Built with {{ .Generator }}"
|
||||
designedBy = "Theme {{ .Theme }} thiết kế bởi {{ .DesignedBy }}"
|
||||
@@ -1,74 +0,0 @@
|
||||
toggleMenu:
|
||||
other: Hiển thị Menu
|
||||
|
||||
darkMode:
|
||||
other: Chế độ nền tối
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} trang"
|
||||
other: "{{ .Count }} trang"
|
||||
|
||||
section:
|
||||
other: Section
|
||||
|
||||
subsection:
|
||||
one: Subsection
|
||||
other: Subsections
|
||||
|
||||
article:
|
||||
back:
|
||||
other: Trở lại
|
||||
|
||||
tableOfContents:
|
||||
other: Mục lục
|
||||
|
||||
relatedContent:
|
||||
other: Bài viết liên quan
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Cập nhật lần cuối
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} phút đọc"
|
||||
other: "{{ .Count }} phút đọc"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Không tìm thấy
|
||||
|
||||
subtitle:
|
||||
other: Trang này không tồn tại
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Lưu trữ
|
||||
|
||||
more:
|
||||
other: Còn nữa
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Nhãn dán
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Chuỗi bài
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Tìm kiếm
|
||||
|
||||
placeholder:
|
||||
other: Nhập từ khoá ...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT trang (#TIME_SECONDS giây)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Built with {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Theme {{ .Theme }} thiết kế bởi {{ .DesignedBy }}
|
||||
@@ -1,67 +0,0 @@
|
||||
toggleMenu:
|
||||
other: 切换菜单
|
||||
|
||||
darkMode:
|
||||
other: 暗色模式
|
||||
|
||||
list:
|
||||
page: "{{ .Count }} 个页面"
|
||||
|
||||
section: 章节
|
||||
|
||||
subsection: 子章节
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 返回
|
||||
|
||||
tableOfContents:
|
||||
other: 目录
|
||||
|
||||
relatedContent:
|
||||
other: 相关文章
|
||||
|
||||
lastUpdatedOn:
|
||||
other: 最后更新于
|
||||
|
||||
readingTime:
|
||||
other: "阅读时长: {{ .Count }} 分钟"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 404 错误
|
||||
subtitle:
|
||||
other: 页面不存在
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: 归档
|
||||
|
||||
more:
|
||||
other: 更多
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: 标签云
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: 分类
|
||||
|
||||
search:
|
||||
title:
|
||||
other: 搜索
|
||||
|
||||
placeholder:
|
||||
other: 输入关键词...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: 使用 {{ .Generator }} 构建
|
||||
|
||||
designedBy:
|
||||
other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "切換選單"
|
||||
darkMode = "深色模式"
|
||||
|
||||
[list]
|
||||
section = "Section"
|
||||
|
||||
[list.page]
|
||||
one = "第 {{ .Count }} 頁"
|
||||
other = "第 {{ .Count }} 頁"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subsection"
|
||||
other = "Subsections"
|
||||
|
||||
[article]
|
||||
back = "返回"
|
||||
tableOfContents = "目錄"
|
||||
relatedContent = "相關內容"
|
||||
lastUpdatedOn = "上次改過於"
|
||||
|
||||
[article.readingTime]
|
||||
one = "需要 {{ .Count }} 分鐘閱讀"
|
||||
other = "需要 {{ .Count }} 分鐘閱讀"
|
||||
|
||||
[notFound]
|
||||
title = "Not Found"
|
||||
subtitle = "頁面不存在"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archives"
|
||||
more = "更多"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tags"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Categories"
|
||||
|
||||
[search]
|
||||
title = "搜尋"
|
||||
placeholder = "Type 關鍵字..."
|
||||
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Built with {{ .Generator }}"
|
||||
designedBy = "主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計"
|
||||
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "切換選單"
|
||||
darkMode = "夜晚模式"
|
||||
|
||||
[list]
|
||||
section = "段落"
|
||||
|
||||
[list.page]
|
||||
one = "第 {{ .Count }} 頁"
|
||||
other = "第 {{ .Count }} 頁"
|
||||
|
||||
[list.subsection]
|
||||
one = "小節"
|
||||
other = "小節"
|
||||
|
||||
[article]
|
||||
back = "返回"
|
||||
tableOfContents = "目錄"
|
||||
relatedContent = "相關文章"
|
||||
lastUpdatedOn = "最後更新"
|
||||
|
||||
[article.readingTime]
|
||||
one = "閱讀時間: {{ .Count }} 分鐘"
|
||||
other = "閱讀時間: {{ .Count }} 分鐘"
|
||||
|
||||
[notFound]
|
||||
title = "404 錯誤"
|
||||
subtitle = "頁面不存在"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "紀錄"
|
||||
more = "更多"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "標籤雲"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "分類"
|
||||
|
||||
[search]
|
||||
title = "搜尋"
|
||||
placeholder = "輸入關鍵字..."
|
||||
resultTitle = "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
|
||||
|
||||
[footer]
|
||||
builtWith = "使用 {{ .Generator }} 建立"
|
||||
designedBy = "主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計"
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: 切換選單
|
||||
|
||||
darkMode:
|
||||
other: 深色模式
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "第 {{ .Count }} 頁"
|
||||
other: "第 {{ .Count }} 頁"
|
||||
|
||||
section:
|
||||
other: Section
|
||||
|
||||
subsection:
|
||||
one: Subsection
|
||||
other: Subsections
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 返回
|
||||
|
||||
tableOfContents:
|
||||
other: 目錄
|
||||
|
||||
relatedContent:
|
||||
other: 相關內容
|
||||
|
||||
lastUpdatedOn:
|
||||
other: 上次改過於
|
||||
|
||||
readingTime:
|
||||
one: "需要 {{ .Count }} 分鐘閱讀"
|
||||
other: "需要 {{ .Count }} 分鐘閱讀"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Not Found
|
||||
|
||||
subtitle:
|
||||
other: 頁面不存在
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: Archives
|
||||
|
||||
more:
|
||||
other: 更多
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tags
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Categories
|
||||
|
||||
search:
|
||||
title:
|
||||
other: 搜尋
|
||||
|
||||
placeholder:
|
||||
other: Type 關鍵字...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Built with {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: 主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計
|
||||
@@ -1,73 +0,0 @@
|
||||
toggleMenu:
|
||||
other: 切換選單
|
||||
|
||||
darkMode:
|
||||
other: 夜晚模式
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "第 {{ .Count }} 頁"
|
||||
other: "第 {{ .Count }} 頁"
|
||||
|
||||
section:
|
||||
other: 段落
|
||||
|
||||
subsection:
|
||||
one: 小節
|
||||
other: 小節
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 返回
|
||||
|
||||
tableOfContents:
|
||||
other: 目錄
|
||||
|
||||
relatedContent:
|
||||
other: 相關文章
|
||||
|
||||
lastUpdatedOn:
|
||||
other: 最後更新
|
||||
|
||||
readingTime:
|
||||
one: "閱讀時間: {{ .Count }} 分鐘"
|
||||
other: "閱讀時間: {{ .Count }} 分鐘"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 404 錯誤
|
||||
|
||||
subtitle:
|
||||
other: 頁面不存在
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: 紀錄
|
||||
|
||||
more:
|
||||
other: 更多
|
||||
|
||||
tagCloud:
|
||||
title:
|
||||
other: 標籤雲
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: 分類
|
||||
|
||||
search:
|
||||
title:
|
||||
other: 搜尋
|
||||
|
||||
placeholder:
|
||||
other: 輸入關鍵字...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: 使用 {{ .Generator }} 建立
|
||||
|
||||
designedBy:
|
||||
other: 主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計
|
||||
@@ -0,0 +1,38 @@
|
||||
toggleMenu = "切换菜单"
|
||||
darkMode = "暗色模式"
|
||||
|
||||
[list]
|
||||
page = "{{ .Count }} 个页面"
|
||||
section = "章节"
|
||||
subsection = "子章节"
|
||||
|
||||
[article]
|
||||
back = "返回"
|
||||
tableOfContents = "目录"
|
||||
relatedContent = "相关文章"
|
||||
lastUpdatedOn = "最后更新于"
|
||||
readingTime = "阅读时长: {{ .Count }} 分钟"
|
||||
|
||||
[notFound]
|
||||
title = "404 错误"
|
||||
subtitle = "页面不存在"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "归档"
|
||||
more = "更多"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "标签云"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "分类"
|
||||
|
||||
[search]
|
||||
title = "搜索"
|
||||
placeholder = "输入关键词..."
|
||||
resultTitle = "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
|
||||
|
||||
[footer]
|
||||
builtWith = "使用 {{ .Generator }} 构建"
|
||||
designedBy = "主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计"
|
||||
Reference in New Issue
Block a user