From e934e5d587fc46ecd0e224b0df89e89e9a9410d2 Mon Sep 17 00:00:00 2001 From: Taldariner <71024372+Taldariner@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:53:00 +0200 Subject: [PATCH] Main page: added KOS repositories blocks, locales for them, and changed icons --- options/locale/locale_en-US.ini | 10 ++++++++++ options/locale/locale_ru-RU.ini | 10 ++++++++++ options/locale/locale_uk-UA.ini | 10 ++++++++++ templates/home.tmpl | 18 +++++++++--------- 4 files changed, 39 insertions(+), 9 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2c10a4d..7f976e2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -242,6 +242,16 @@ lightweight_desc = Gitea has low minimal requirements and can run on an inexpens license = Open Source license_desc = Go get %[2]s! Join us by contributing to make this project even better. Don't be shy to be a contributor! +app_desc_kos = Fast and compact operating system for your everyday needs +repo_1_1_kos = KolibriOS/kolibrios +repo_1_1_desc_kos = Main mono-repository of KolibriOS operating system +repo_1_2_kos = KolibriOS/kolibrios64 +repo_1_2_desc_kos = In-dev x64 version of KolibriOS operating system +repo_2_1_kos = KolibriOS/umka +repo_2_1_desc_kos = User-mode KolibriOS developer tools +repo_2_2_kos = KolibriOS/kolibrios.org +repo_2_2_desc_kos = Source code of KolibriOS official website + [install] install = Installation title = Initial Configuration diff --git a/options/locale/locale_ru-RU.ini b/options/locale/locale_ru-RU.ini index 735077b..1eeb57c 100644 --- a/options/locale/locale_ru-RU.ini +++ b/options/locale/locale_ru-RU.ini @@ -194,6 +194,16 @@ lightweight=Легковесный lightweight_desc=Gitea имеет низкие системные требования и может работать на недорогом Raspberry Pi. Экономьте энергию вашей машины! license=Открытый исходный код +app_desc_kos=Быстрая и компактная операционная система для ваших повседневных нужд +repo_1_1_kos=KolibriOS/kolibrios +repo_1_1_desc_kos=Основной моно-репозиторий операционной системы KolibriOS +repo_1_2_kos=KolibriOS/kolibrios64 +repo_1_2_desc_kos=Разработка x64-версии операционной системы KolibriOS +repo_2_1_kos=KolibriOS/umka +repo_2_1_desc_kos=User-mode инструменты разработчика KolibriOS +repo_2_2_kos=KolibriOS/kolibrios.org +repo_2_2_desc_kos=Исходный код официального сайта KolibriOS + [install] install=Установка title=Начальная конфигурация diff --git a/options/locale/locale_uk-UA.ini b/options/locale/locale_uk-UA.ini index efefeeb..738bc78 100644 --- a/options/locale/locale_uk-UA.ini +++ b/options/locale/locale_uk-UA.ini @@ -131,6 +131,16 @@ lightweight=Невибагливість lightweight_desc=Gitea має низькі вимоги до ресурсів та може працювати на недорогому Raspberry Pi. Збережіть свою машину енергію! license=Відкритий вихідний код +app_desc_kos=Швидка та компактна операційна система для ваших повсякденних потреб +repo_1_1_kos=KolibriOS/kolibrios +repo_1_1_desc_kos=Основний моно-репозиторій операційної системи KolibriOS +repo_1_2_kos=KolibriOS/kolibrios64 +repo_1_2_desc_kos=Розробка x64-версії операційної системи KolibriOS +repo_2_1_kos=KolibriOS/umka +repo_2_1_desc_kos=User-mode інструменти розробника KolibriOS +repo_2_2_kos=KolibriOS/kolibrios.org +repo_2_2_desc_kos=Вихідний код офіційного сайту KolibriOS + [install] install=Встановлення title=Початкова конфігурація diff --git a/templates/home.tmpl b/templates/home.tmpl index c495548..7adda68 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -7,43 +7,43 @@
- {{ctx.Locale.Tr "startpage.install_desc" "https://docs.gitea.com/installation/install-from-binary" "https://github.com/go-gitea/gitea/tree/master/docker" "https://docs.gitea.com/installation/install-from-package"}} + {{ctx.Locale.Tr "startpage.repo_1_1_desc_kos"}}
- {{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}} + {{ctx.Locale.Tr "startpage.repo_1_2_desc_kos"}}
- {{ctx.Locale.Tr "startpage.lightweight_desc"}} + {{ctx.Locale.Tr "startpage.repo_2_1_desc_kos"}}
- {{ctx.Locale.Tr "startpage.license_desc" "https://code.gitea.io/gitea" "code.gitea.io/gitea" "https://github.com/go-gitea/gitea"}} + {{ctx.Locale.Tr "startpage.repo_2_2_desc_kos"}}