31 lines
2.3 KiB
JSON
Raw Normal View History

{
"about_dialog.about_tab": "About",
"about_dialog.about_tab.copyright": "Copyright © {{ .Years }}, Stanislav Nikitin (a.k.a. pztrn). All rights reserved.",
"about_dialog.about_tab.summary": "pztrn's Bunker is a self-hosted family or company intranet.",
"about_dialog.licenses_tab": "Licenses",
"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": "This software uses these third-party libraries:",
"about_dialog.close_button": "Close",
"about_dialog.sysinfo_tab": "System info",
"about_dialog.sysinfo_tab.copy_to_clipboard.notification.content": "Copied to clipboard!",
"about_dialog.sysinfo_tab.copy_to_clipboard.notification.title": "System information data",
"about_dialog.sysinfo_tab.summary": "This tab contains system information that will be needed for bug reporting and features requests.",
"about_dialog.title": "About pztrn's Bunker",
"about_dialog.version": "Version",
"main_menu.about": "?",
"main_menu.about.about_bunker_menu_item": "About pztrn's Bunker...",
"main_menu.file": "File",
"main_menu.file.exit_menu_item": "Exit",
"main_menu.file.options_menu_item": "Options",
"options_dialog.no_settings": "No settings found for selected section.",
"options_dialog.select_section": "Select section on left to see settings.",
"search.placeholder": "Enter text to search and press ENTER.",
"window.lorem_ipsum.tab_name": "Welcome!",
"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"
}