Move l18n files to the root

This commit is contained in:
Eryn Wells 2021-10-12 16:06:59 -07:00
parent 84ecd776cc
commit 16a8d653f3
12 changed files with 74 additions and 0 deletions

19
i18n/ar.yaml Normal file
View file

@ -0,0 +1,19 @@
- id: prev_page
translation: 'الصفحة السابقة'
- id: next_page
translation: 'الصفحة التالية'
- id: read_time
translation:
one: 'دقيقة واحده'
other: 'دقیقه {{ .Count }}'
- id: toc
translation: 'فهرس المحتوي'
- id: translations
translation: 'ترجمات اخري'
- id: home
translation: 'الصفحة الرئيسية'

5
i18n/de.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Vorherige Seite'
- id: next_page
translation: 'Nächste Seite'

5
i18n/en.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Prev Page'
- id: next_page
translation: 'Next Page'

5
i18n/es.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Página siguiente'
- id: next_page
translation: 'Página anterior'

5
i18n/he.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'לעמוד הקודם'
- id: next_page
translation: 'לעמוד הבא'

5
i18n/id.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Sebelumnya'
- id: next_page
translation: 'Selanjutnya'

5
i18n/ja.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: '前のページ'
- id: next_page
translation: '次のページ'

5
i18n/ko.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: '이전 페이지'
- id: next_page
translation: '다음 페이지'

5
i18n/pl.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Poprzednia strona'
- id: next_page
translation: 'Następna strona'

5
i18n/pt.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Página Anterior'
- id: next_page
translation: 'Página Seguinte'

5
i18n/ru.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: 'Сюда'
- id: next_page
translation: 'Туда'

5
i18n/zh.yaml Normal file
View file

@ -0,0 +1,5 @@
- id: prev_page
translation: '上一页'
- id: next_page
translation: '下一页'