From 16a8d653f38d5d5717731b944062d592d1a2935d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 12 Oct 2021 16:06:59 -0700 Subject: [PATCH] Move l18n files to the root --- i18n/ar.yaml | 19 +++++++++++++++++++ i18n/de.yaml | 5 +++++ i18n/en.yaml | 5 +++++ i18n/es.yaml | 5 +++++ i18n/he.yaml | 5 +++++ i18n/id.yaml | 5 +++++ i18n/ja.yaml | 5 +++++ i18n/ko.yaml | 5 +++++ i18n/pl.yaml | 5 +++++ i18n/pt.yaml | 5 +++++ i18n/ru.yaml | 5 +++++ i18n/zh.yaml | 5 +++++ 12 files changed, 74 insertions(+) create mode 100644 i18n/ar.yaml create mode 100644 i18n/de.yaml create mode 100644 i18n/en.yaml create mode 100644 i18n/es.yaml create mode 100644 i18n/he.yaml create mode 100644 i18n/id.yaml create mode 100644 i18n/ja.yaml create mode 100644 i18n/ko.yaml create mode 100644 i18n/pl.yaml create mode 100644 i18n/pt.yaml create mode 100644 i18n/ru.yaml create mode 100644 i18n/zh.yaml diff --git a/i18n/ar.yaml b/i18n/ar.yaml new file mode 100644 index 0000000..7fb9e16 --- /dev/null +++ b/i18n/ar.yaml @@ -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: 'الصفحة الرئيسية' diff --git a/i18n/de.yaml b/i18n/de.yaml new file mode 100644 index 0000000..a8aebae --- /dev/null +++ b/i18n/de.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Vorherige Seite' + +- id: next_page + translation: 'Nächste Seite' diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..028996c --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Prev Page' + +- id: next_page + translation: 'Next Page' diff --git a/i18n/es.yaml b/i18n/es.yaml new file mode 100644 index 0000000..189ea3d --- /dev/null +++ b/i18n/es.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Página siguiente' + +- id: next_page + translation: 'Página anterior' diff --git a/i18n/he.yaml b/i18n/he.yaml new file mode 100644 index 0000000..97723d3 --- /dev/null +++ b/i18n/he.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'לעמוד הקודם' + +- id: next_page + translation: 'לעמוד הבא' diff --git a/i18n/id.yaml b/i18n/id.yaml new file mode 100644 index 0000000..c941eb6 --- /dev/null +++ b/i18n/id.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Sebelumnya' + +- id: next_page + translation: 'Selanjutnya' diff --git a/i18n/ja.yaml b/i18n/ja.yaml new file mode 100644 index 0000000..ba4bf13 --- /dev/null +++ b/i18n/ja.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: '前のページ' + +- id: next_page + translation: '次のページ' diff --git a/i18n/ko.yaml b/i18n/ko.yaml new file mode 100644 index 0000000..934f730 --- /dev/null +++ b/i18n/ko.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: '이전 페이지' + +- id: next_page + translation: '다음 페이지' diff --git a/i18n/pl.yaml b/i18n/pl.yaml new file mode 100644 index 0000000..0a6ebb2 --- /dev/null +++ b/i18n/pl.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Poprzednia strona' + +- id: next_page + translation: 'Następna strona' diff --git a/i18n/pt.yaml b/i18n/pt.yaml new file mode 100644 index 0000000..4e178b6 --- /dev/null +++ b/i18n/pt.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Página Anterior' + +- id: next_page + translation: 'Página Seguinte' diff --git a/i18n/ru.yaml b/i18n/ru.yaml new file mode 100644 index 0000000..f7ed4da --- /dev/null +++ b/i18n/ru.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: 'Сюда' + +- id: next_page + translation: 'Туда' diff --git a/i18n/zh.yaml b/i18n/zh.yaml new file mode 100644 index 0000000..be76196 --- /dev/null +++ b/i18n/zh.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: '上一页' + +- id: next_page + translation: '下一页'