From 400b0a9283f84c97a432a62b5c86148d1c0f8134 Mon Sep 17 00:00:00 2001 From: zhixuan <59254886+zhixuan666@users.noreply.github.com> Date: Wed, 30 Dec 2020 19:20:51 +0900 Subject: [PATCH 1/2] feat(i18n): improve Japanese translation (#99) --- i18n/ja.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/i18n/ja.yaml b/i18n/ja.yaml index e982ce3..e83e531 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -1,6 +1,13 @@ toggleMenu: other: メニューを開く・閉じる +darkMode: + other: ダークモード + +archives: + categories: + other: 分類 + article: relatedContents: other: 関連するコンテンツ @@ -22,3 +29,11 @@ widget: tagCloud: title: other: タグ + +search: + title: + other: サーチ + placeholder: + other: 入力... + resultTitle: + other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)" From 3572fff280b6a5b85f7b48768e329d60b6763241 Mon Sep 17 00:00:00 2001 From: SOT-TECH <41361221+sot-tech@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:25:13 +0300 Subject: [PATCH 2/2] feat(i18n): add Russian translation (#101) --- i18n/ru.yaml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 i18n/ru.yaml diff --git a/i18n/ru.yaml b/i18n/ru.yaml new file mode 100644 index 0000000..f606ffa --- /dev/null +++ b/i18n/ru.yaml @@ -0,0 +1,61 @@ +toggleMenu: + other: Показать/скрыть меню + +darkMode: + other: Тёмный режим + +list: + page: + one: "{{ .Count }} страница" + few: "{{ .Count }} страницы" + many: "{{ .Count }} страниц" + other: "{{ .Count }} страниц" + + section: + other: Разделы + + subsection: + one: Подраздел + few: Подраздела + many: Подразделов + other: Подразделов + +archives: + categories: + other: Категории + +article: + relatedContents: + other: Также рекомендуем + lastUpdatedOn: + other: Обновлено + +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 }}