Compare commits

...

3 Commits

Author SHA1 Message Date
Hosted Weblate
16992bb2bd Merge branch 'origin/main' into Weblate.
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled
2025-08-03 15:08:18 +02:00
Максим Горпиніч
3374f83255 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (761 of 761 strings)

Translation: NetAlertX/core
Translate-URL: https://hosted.weblate.org/projects/pialert/core/uk/
2025-08-03 15:08:17 +02:00
jokob-sk
8f420a14cd fix 2025-08-03 23:06:43 +10:00
4 changed files with 3 additions and 4 deletions

0
front/php/templates/language/de_de.json Normal file → Executable file
View File

0
front/php/templates/language/fr_fr.json Normal file → Executable file
View File

2
front/php/templates/language/uk_ua.json Normal file → Executable file
View File

@@ -301,7 +301,7 @@
"Gen_Cancel": "Скасувати",
"Gen_Change": "Зміна",
"Gen_Copy": "Запустити",
"Gen_CopyToClipboard": "",
"Gen_CopyToClipboard": "Копіювати в буфер обміну",
"Gen_DataUpdatedUITakesTime": "Добре. Оновлення інтерфейсу може зайняти деякий час, якщо сканування виконується.",
"Gen_Delete": "Видалити",
"Gen_DeleteAll": "Видалити все",

View File

@@ -22,7 +22,7 @@
// show spinning icon
showSpinner()
var selectedTab = 'tabServer';
//var selectedTab = 'tabServer';
</script>
<!-- Page ------------------------------------------------------------------ -->
@@ -99,7 +99,6 @@ function loadTabContent(target) {
const $tab = $(target);
const phpFile = $tab.data('php-file');
if (phpFile && !$tab.data('loaded')) {
showSpinner();
$tab.load(phpFile, function () {
@@ -110,7 +109,7 @@ function loadTabContent(target) {
function initializeTabs() {
const key = "activeSysinfoTab";
let selectedTab = "#panServer"; // fallback default
let selectedTab = "tabServer"; // fallback default
const cached = getCache(key);
if (!emptyArr.includes(cached)) {