1
0

Added locales.

This commit is contained in:
Alexander Andreev 2024-12-08 04:11:23 +04:00
parent bfbf5c42a6
commit ce1354c509
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
3 changed files with 41 additions and 0 deletions

17
web/locales/en/en.yaml Normal file
View File

@ -0,0 +1,17 @@
en:
title: Files
description: My file share
keywords: files ftp share self-host
back-home: Back home
stats:
files: Files
directories: Directories
filter: Type in to filter this directory (case insensitive)
table:
name: Name
date: Date
size: Size
no-script-explain: With scripts deactivated you loose some QoL features like overlay to view files without need to leave a page, filter of directory's content, and navigation using arrow keys.
footer:
author: Alexander ❝Arav❞ Andreev
privacy: Privacy statements

7
web/locales/locales.go Normal file
View File

@ -0,0 +1,7 @@
package locales
import "embed"
//go:embed en
//go:embed ru
var Content embed.FS

17
web/locales/ru/ru.yaml Normal file
View File

@ -0,0 +1,17 @@
ru:
title: Файлы
description: Моя файловая шара
keywords: файлы шара ftp селф-хост само-хост self-host
back-home: Назад домой
stats:
files: Файлы
directories: Директории
filter: Фильтр по содержимому директории (регистронезависим)
table:
name: Имя
date: Дата
size: Размер
no-script-explain: С отключенными скриптами ты теряешь такие удобные функции, как оверлей для просмотра файлов без необходимости покидать страницу, фильтр по содержимому директории и навигацию стрелками.
footer:
author: Александр «Arav» Андреев
privacy: О приватности