summaryrefslogtreecommitdiff
path: root/locale
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-05-03 16:59:36 +0700
committerGravatar GitHub <noreply@github.com> 2026-05-03 16:59:36 +0700
commitab7035c2c77d2728720ff45f24f45f2cce21ad8d (patch)
treed143a7e0234bc7835a75e2b997d043190056adb0 /locale
parent658c9860336fedeef5d25e48fb1fc25151b45768 (diff)
parentf5b3e8cc3cd4e26c327b00970173f5449e790282 (diff)
downloadweb-ab7035c2c77d2728720ff45f24f45f2cce21ad8d.tar.gz
web-ab7035c2c77d2728720ff45f24f45f2cce21ad8d.zip
v0.15.0 (#30)v0.15.0
- [feat: overhaul sidebar](https://github.com/SayaAndy/saya-today-web/commit/9c49207891dcd8b9b4249a5377750b4a0ec2fcc1) - feat: attach desktop content to sidebar, leaving only right space open - [feat: simplify favicons and make dark theme favicon lighter](https://github.com/SayaAndy/saya-today-web/commit/18cae75392970179701f00b3356a82f40fc0989f) - [feat: overhaul like button](https://github.com/SayaAndy/saya-today-web/commit/bcf964f0851cc2d7582085efda200b58e8c5704d) - [feat: replace fa icons on homepage with freehand](https://github.com/SayaAndy/saya-today-web/commit/d409b1938973e31a1bdfe903fed973f396709ca2) - [fix: always recalculate theme wheel size on opening](https://github.com/SayaAndy/saya-today-web/commit/f5b3e8cc3cd4e26c327b00970173f5449e790282) - feat: update sidebar info on home page - feat: remove font-awesome embeds - [feat: rm unused classes from input.css](https://github.com/SayaAndy/saya-today-web/commit/8243ad9ec7b50b0aaf402c91decf3c8093ecb77a)
Diffstat (limited to 'locale')
-rw-r--r--locale/localization.en.yaml4
-rw-r--r--locale/localization.go2
-rw-r--r--locale/localization.ru.yaml4
3 files changed, 8 insertions, 2 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml
index 10bcb94..9571aca 100644
--- a/locale/localization.en.yaml
+++ b/locale/localization.en.yaml
@@ -16,10 +16,12 @@ HomePage:
Contacts: "Contacts"
DidYouKnowThat: "Did you know, that..."
SidebarDescription: "Describing the Sidebar"
+ BackDescription: "This button will lead back to higher page (like Home => Language Pick, Blog Search => Home)"
HomePageDescription: "Home Page -- where we are right now!"
BlogSearchDescription: "Blog Search. You can find my travel notes there and, maybe, something else!"
MarkerMapDescription: "Map with markers of my travel notes -- a convinient way to find an interesting region and find related posts!"
- ThemeSwitchDescription: "Theme Palette lets you change the theme of the site -- there are 2 dark and 2 bright themes currently!"
+ ThemeSwitchDescription: "Theme Palette lets you change the theme of the site -- there are 2 dark and 3 bright themes currently!"
+ AccountDescription: "This is where you can subscribe to any blog update via E-mail!"
Hymn1: "We welcome you to Sayasite!"
Hymn2: "We've been expecting you!"
Hymn3: "You bring such joy in Sayasite!"
diff --git a/locale/localization.go b/locale/localization.go
index 7080355..87b8ea1 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -39,10 +39,12 @@ type HomePageConfig struct {
Contacts string `yaml:"Contacts" json:"Contacts"`
DidYouKnowThat string `yaml:"DidYouKnowThat" json:"DidYouKnowThat"`
SidebarDescription string `yaml:"SidebarDescription" json:"SidebarDescription"`
+ BackDescription string `yaml:"BackDescription" json:"BackDescription"`
HomePageDescription string `yaml:"HomePageDescription" json:"HomePageDescription"`
BlogSearchDescription string `yaml:"BlogSearchDescription" json:"BlogSearchDescription"`
MarkerMapDescription string `yaml:"MarkerMapDescription" json:"MarkerMapDescription"`
ThemeSwitchDescription string `yaml:"ThemeSwitchDescription" json:"ThemeSwitchDescription"`
+ AccountDescription string `yaml:"AccountDescription" json:"AccountDescription"`
Hymn1 string `yaml:"Hymn1" json:"Hymn1"`
Hymn2 string `yaml:"Hymn2" json:"Hymn2"`
Hymn3 string `yaml:"Hymn3" json:"Hymn3"`
diff --git a/locale/localization.ru.yaml b/locale/localization.ru.yaml
index 17e1e41..1818998 100644
--- a/locale/localization.ru.yaml
+++ b/locale/localization.ru.yaml
@@ -16,10 +16,12 @@ HomePage:
Contacts: "Контакты"
DidYouKnowThat: "А вы знали, что..."
SidebarDescription: "Поясняем за сайдбар"
+ BackDescription: "Эта кнопка позволяет идти на страницу вверх (т.е. Домашняя страница => Выбор языка, Поиск по блогу => Домашняя страница)"
HomePageDescription: "Домашняя страница -- где мы сейчас и находимся!"
BlogSearchDescription: "Поиск по блогу. Там размещены мои путевые заметки и, может, что-то ещё!"
MarkerMapDescription: "Карта с маркерами моих путевых заметок, -- удобный способ найти интересный регион и перейти на заинтересовавшие посты!"
- ThemeSwitchDescription: "Позволяет поменять тему сайта -- есть 2 светлые и 2 тёмные темы!"
+ ThemeSwitchDescription: "Позволяет поменять тему сайта -- есть 3 светлые и 2 тёмные темы!"
+ AccountDescription: "Здесь можно подписаться на обновления в блоге, используя электронную почту!"
Hymn1: "Приветствуем Вас на Саясайте!"
Hymn2: "Мы Вас столько ждали!"
Hymn3: "Столько радости от Вас на Саясайте!"