feat: add action options for closing the application
This commit is contained in:
@@ -199,7 +199,13 @@
|
||||
"ignoreBatteryOptimizationsMsg": "Remove Restrictions For Optimal VPN Performance",
|
||||
"dynamicNotification": "Display Speed in Notification",
|
||||
"hapticFeedback": "Haptic Feedback",
|
||||
"autoIpCheck": "Automatically Check Connection IP"
|
||||
"autoIpCheck": "Automatically Check Connection IP",
|
||||
"actionAtClosing": "Action at closing",
|
||||
"actionsAtClosing": {
|
||||
"askEachTime": "Ask each time",
|
||||
"hide": "Hide",
|
||||
"exit": "Exit"
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"sectionTitle": "Advanced",
|
||||
@@ -425,6 +431,7 @@
|
||||
"window": {
|
||||
"hide": "Hide",
|
||||
"close": "Exit",
|
||||
"alertMessage": "Hide or Exit the application?"
|
||||
"alertMessage": "Hide or Exit the application?",
|
||||
"remember": "Remember my choice"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -199,7 +199,13 @@
|
||||
"ignoreBatteryOptimizationsMsg": "Отключение ограничений для оптимальной производительности VPN",
|
||||
"dynamicNotification": "Отображение скорости в уведомлении",
|
||||
"hapticFeedback": "Тактильная обратная связь",
|
||||
"autoIpCheck": "Автоматически проверять IP-адрес соединения"
|
||||
"autoIpCheck": "Автоматически проверять IP-адрес соединения",
|
||||
"actionAtClosing": "Действие при закрытии",
|
||||
"actionsAtClosing": {
|
||||
"askEachTime": "Каждый раз спрашивать",
|
||||
"hide": "Скрыть",
|
||||
"exit": "Выйти"
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"sectionTitle": "Расширенные",
|
||||
@@ -425,6 +431,7 @@
|
||||
"window": {
|
||||
"hide": "Скрыть",
|
||||
"close": "Закрыть",
|
||||
"alertMessage": "Скрыть или выйти из приложения?"
|
||||
"alertMessage": "Скрыть приложение или выйти?",
|
||||
"remember": "Запомнить выбор"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user