diff --git a/i18n/bg.yaml b/i18n/bg.yaml new file mode 100644 index 00000000..1e314af8 --- /dev/null +++ b/i18n/bg.yaml @@ -0,0 +1,16 @@ +- id: prev_page + translation: "Предишна страница" + +- id: next_page + translation: "Следваща страница" + +- id: read_time + translation: + one : "1 мин" + other: "{{ .Count }} мин" + +- id: toc + translation: "Съдържание" + +- id: translations + translation: "Преводи" diff --git a/i18n/es.yaml b/i18n/es.yaml index 5d407d59..38d2239d 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -3,3 +3,14 @@ - id: next_page translation: "Página siguiente" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Tabla de Contenidos" + +- id: translations + translation: "Traducciones"