Merge branch 'master' into canary
This commit is contained in:
@@ -28,9 +28,13 @@ widget:
|
||||
archives:
|
||||
title: الارشيفات
|
||||
more: اكثر
|
||||
|
||||
tagCloud:
|
||||
title: وسوم
|
||||
|
||||
categoriesCloud:
|
||||
title: التصنيفات
|
||||
|
||||
search:
|
||||
title: بحث
|
||||
placeholder: اكتب...
|
||||
|
||||
+17
-8
@@ -4,25 +4,32 @@ darkMode: ডার্ক মোড
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} পৃষ্ঠা"
|
||||
other: "{{ .Count }} পৃষ্ঠা"
|
||||
one: "{{ .Count }} পাতা"
|
||||
other: "{{ .Count }} পাতা"
|
||||
|
||||
section: অনুচ্ছেদ
|
||||
|
||||
subsection:
|
||||
one: উপঅনুচ্ছেদ
|
||||
other: উপঅনুচ্ছেদ
|
||||
one: উপ-অনুচ্ছেদ
|
||||
other: উপ-অনুচ্ছেদ
|
||||
|
||||
article:
|
||||
back: পেছনে যান
|
||||
back: পেছনে
|
||||
|
||||
tableOfContents: সূচিপত্র
|
||||
|
||||
relatedContent: সম্পর্কিত বিষয়বস্তু
|
||||
lastUpdatedOn: শেষ হালনাগাদ করা হয়েছে
|
||||
|
||||
lastUpdatedOn: সর্বশেষ আপডেট করা হয়েছে
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
other: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
|
||||
notFound:
|
||||
title: পাওয়া যায়নি
|
||||
subtitle: এই পৃষ্ঠাটি বিদ্যমান নেই
|
||||
|
||||
subtitle: এই পাতাটি বিদ্যমান নেই
|
||||
|
||||
widget:
|
||||
archives:
|
||||
@@ -35,8 +42,10 @@ widget:
|
||||
|
||||
search:
|
||||
title: অনুসন্ধান
|
||||
|
||||
placeholder: কিছু টাইপ করুন...
|
||||
resultTitle: "#PAGES_COUNT পৃষ্ঠা (#TIME_SECONDS সেকেন্ড)"
|
||||
|
||||
resultTitle: "#PAGES_COUNT পাতা (#TIME_SECONDS সেকেন্ড)"
|
||||
|
||||
footer:
|
||||
builtWith: "{{ .Generator }} দিয়ে নির্মিত"
|
||||
|
||||
@@ -28,6 +28,10 @@ widget:
|
||||
archives:
|
||||
title: 보관함
|
||||
more: 더보기
|
||||
|
||||
categoriesCloud:
|
||||
title: 카테고리
|
||||
|
||||
tagCloud:
|
||||
title: 태그
|
||||
|
||||
|
||||
@@ -28,9 +28,13 @@ widget:
|
||||
archives:
|
||||
title: Arquivos
|
||||
more: Mais
|
||||
|
||||
tagCloud:
|
||||
title: Tags
|
||||
|
||||
categoriesCloud:
|
||||
title: Categorias
|
||||
|
||||
search:
|
||||
title: Busca
|
||||
placeholder: Digite algo...
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user