Added locales.
This commit is contained in:
parent
bfbf5c42a6
commit
ce1354c509
17
web/locales/en/en.yaml
Normal file
17
web/locales/en/en.yaml
Normal 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
7
web/locales/locales.go
Normal 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
17
web/locales/ru/ru.yaml
Normal 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: О приватности
|
Loading…
Reference in New Issue
Block a user