mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
3f7de07da9
This has several advantages over using an external CLI tool to generate the files, such as having fewer dependencies, less generated files bloat and more flexibility over the localization code. "Sadly", this solution doesn't check for validity of JSON files at compile-time (the only advantage of using an external tool such as go-localize). However, I easily fixed this huge "issue" by making the program crash at startup if any locale files are invalid. Also, no more "go-localize removed from go.mod" "go-localize added to go.mod" "go-localize removed from go.mod" spam. A utility for making sure all translation stay in sync soon! (not sure where to put it)
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"title": "Справка",
|
|
"entry_not_found": "Запись не найдена",
|
|
"empty_error_title": "Этой страницы не существует!",
|
|
"empty_error_line_1": "Попробуйте поискать другую страницу, способную вам помочь.",
|
|
"empty_error_line_2a": "Если вы хотите написать эту страницу сами, будем рады вашим правкам в ",
|
|
"empty_error_link": "репозитории",
|
|
"empty_error_line_2b": "Микоризы.",
|
|
|
|
"topics": "Темы справки",
|
|
"main": "Введение",
|
|
"hypha": "Гифа",
|
|
"attachment": "Вложение",
|
|
"mycomarkup": "Микоразметка",
|
|
"interface": "Интерфейс",
|
|
"prevnext": "Назад/далее",
|
|
"top_bar": "Верхняя панель",
|
|
"sibling_hyphae": "Гифы-сиблинги",
|
|
"special_pages": "Специальные страницы",
|
|
"recent_changes": "Недавние изменения",
|
|
"feeds": "Ленты",
|
|
"configuration": "Конфигурация (для администраторов)",
|
|
"lock": "Блокировка",
|
|
"whitelist": "Белый список",
|
|
"telegram": "Авторизация через Телеграм",
|
|
"config_file": "Файл конфигурации"
|
|
}
|