mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-01 22:28:59 +03:00
feat: Add translate for new functions
This commit is contained in:
@@ -683,7 +683,6 @@ return view.extend({
|
|||||||
textarea.select();
|
textarea.select();
|
||||||
try {
|
try {
|
||||||
document.execCommand('copy');
|
document.execCommand('copy');
|
||||||
ui.addNotification(null, E('p', {}, _('Results copied to clipboard')));
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
ui.addNotification(null, E('p', {}, _('Failed to copy: ') + err.message));
|
ui.addNotification(null, E('p', {}, _('Failed to copy: ') + err.message));
|
||||||
}
|
}
|
||||||
@@ -745,7 +744,6 @@ return view.extend({
|
|||||||
textarea.select();
|
textarea.select();
|
||||||
try {
|
try {
|
||||||
document.execCommand('copy');
|
document.execCommand('copy');
|
||||||
ui.addNotification(null, E('p', {}, _('Logs copied to clipboard')));
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
ui.addNotification(null, E('p', {}, _('Failed to copy: ') + err.message));
|
ui.addNotification(null, E('p', {}, _('Failed to copy: ') + err.message));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -290,4 +290,43 @@ msgid "JSON must contain at least type, server and server_port fields"
|
|||||||
msgstr "JSON должен содержать как минимум поля type, server и server_port"
|
msgstr "JSON должен содержать как минимум поля type, server и server_port"
|
||||||
|
|
||||||
msgid "Invalid JSON format"
|
msgid "Invalid JSON format"
|
||||||
msgstr "Неверный формат JSON"
|
msgstr "Неверный формат JSON"
|
||||||
|
|
||||||
|
msgid "Diagnostics"
|
||||||
|
msgstr "Диагностика"
|
||||||
|
|
||||||
|
msgid "Main Check"
|
||||||
|
msgstr "Основная проверка"
|
||||||
|
|
||||||
|
msgid "Run a comprehensive diagnostic check of all components"
|
||||||
|
msgstr "Запустить комплексную диагностическую проверку всех компонентов"
|
||||||
|
|
||||||
|
msgid "Run Check"
|
||||||
|
msgstr "Запустить проверку"
|
||||||
|
|
||||||
|
msgid "Full Diagnostic Results"
|
||||||
|
msgstr "Полные результаты диагностики"
|
||||||
|
|
||||||
|
msgid "Failed to copy: "
|
||||||
|
msgstr "Ошибка копирования: "
|
||||||
|
|
||||||
|
msgid "Copy to Clipboard"
|
||||||
|
msgstr "Скопировать в буфер"
|
||||||
|
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Закрыть"
|
||||||
|
|
||||||
|
msgid "No output"
|
||||||
|
msgstr "Нет данных"
|
||||||
|
|
||||||
|
msgid "System Logs"
|
||||||
|
msgstr "Системные логи"
|
||||||
|
|
||||||
|
msgid "View recent system logs related to Podkop"
|
||||||
|
msgstr "Просмотр недавних системных логов, связанных с Podkop"
|
||||||
|
|
||||||
|
msgid "View Logs"
|
||||||
|
msgstr "Просмотр логов"
|
||||||
|
|
||||||
|
msgid "Failed to copy logs: "
|
||||||
|
msgstr "Ошибка копирования логов: "
|
||||||
@@ -290,4 +290,43 @@ msgid "JSON must contain at least type, server and server_port fields"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Invalid JSON format"
|
msgid "Invalid JSON format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Diagnostics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Main Check"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Run a comprehensive diagnostic check of all components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Run Check"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Full Diagnostic Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Failed to copy: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Copy to Clipboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Close"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "No output"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "System Logs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "View recent system logs related to Podkop"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "View Logs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Failed to copy logs: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
Reference in New Issue
Block a user