Stanislav N. aka pztrn e3b9c9ae40
Some checks failed
Linting and tests / Linting (push) Failing after 5s
Linting and tests / Tests (push) Failing after 4s
The very basic client app, not adapted for mobiles.
2025-09-10 19:34:49 +05:00

31 lines
2.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"about_dialog.about_tab": "О программе",
"about_dialog.about_tab.copyright": "Copyright © {{ .Years }}, Stanislav Nikitin (a.k.a. pztrn). Все права защищены.",
"about_dialog.about_tab.summary": "pztrn's Bunker это интранет для вашей семьи или компании.",
"about_dialog.licenses_tab": "Лицензии",
"about_dialog.licenses_tab.dependency.fyne": "Cross platform GUI toolkit in Go inspired by Material Design.",
"about_dialog.licenses_tab.dependency.goose": "A database migration tool.",
"about_dialog.licenses_tab.dependency.gopsutil": "psutil for golang. Used for getting information about Bunker's process and machine it launched on.",
"about_dialog.licenses_tab.dependency.modernc_sqlite": "CGo-free port of SQLite/SQLite3.\n\nSQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"about_dialog.licenses_tab.dependency.sqlx": "General purpose extensions to golang's database/sql.",
"about_dialog.licenses_tab.summary": "Это приложение использует следующие сторонние библиотеки:",
"about_dialog.close_button": "Закрыть",
"about_dialog.sysinfo_tab": "Информация о системе",
"about_dialog.sysinfo_tab.copy_to_clipboard.notification.content": "Скопировано в буфер обмена!",
"about_dialog.sysinfo_tab.copy_to_clipboard.notification.title": "Информация о системе",
"about_dialog.sysinfo_tab.summary": "Эта вкладка содержит информацию, которую необходимо предоставить разработчикам при сообщении об ошибке или при запросе новой функциональности.",
"about_dialog.title": "О pztrn's Bunker",
"about_dialog.version": "Версия",
"main_menu.about": "?",
"main_menu.about.about_bunker_menu_item": "О pztrn's Bunker...",
"main_menu.file": "Файл",
"main_menu.file.exit_menu_item": "Выход",
"main_menu.file.options_menu_item": "Настройки",
"options_dialog.no_settings": "Для выбранной секции настройки отсутствуют.",
"options_dialog.select_section": "Выберите секцию слева для отображения настроек.",
"search.placeholder": "Введите текст для поиска и нажмите ENTER.",
"window.lorem_ipsum.tab_name": "Добро пожаловать!",
"window.lorem_ipsum.text": "Welcome to pztrn's Bunker!\n\nUnfortunately, something went wrong and while application was successfully initialized and started you see this message.\n\nPlease, restart application using terminal and send logs to developer!",
"window.title": "pztrn's Bunker"
}