Merge branch 'master' into AutoTerminateWhenExit
This commit is contained in:
commit
f9fc6d4543
|
@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- added option to get free 10 days evaluation certificates from the support settings page.
|
||||
- The evaluation certificates are node lcoked to the HwID and for each HwID up to 3 certs can be requested.
|
||||
- added "TerminateWhenExit"(bool,in Sandboxie-Plus.ini) to terminate all processes when Sandman exits for [#4171](https://github.com/sandboxie-plus/Sandboxie/issues/4171)
|
||||
- added a question box to ask for Sandbox Import Location for [#4169](https://github.com/sandboxie-plus/Sandboxie/issues/4169)
|
||||
|
||||
|
||||
## [1.14.6 / 5.69.6] - 2024-07-30
|
||||
|
|
|
@ -329,13 +329,15 @@ void CSandBoxPlus::ImportBoxAsync(const CSbieProgressPtr& pProgress, const QStri
|
|||
pProgress->Finish(Status);
|
||||
}
|
||||
|
||||
SB_PROGRESS CSandBoxPlus::ImportBox(const QString& FileName, const QString& Password)
|
||||
SB_PROGRESS CSandBoxPlus::ImportBox(const QString& FileName, const QString& RootFolder, const QString& Password)
|
||||
{
|
||||
if (!CArchive::IsInit())
|
||||
return SB_ERR((ESbieMsgCodes)SBX_7zNotReady);
|
||||
|
||||
CSbieProgressPtr pProgress = CSbieProgressPtr(new CSbieProgress());
|
||||
QtConcurrent::run(CSandBoxPlus::ImportBoxAsync, pProgress, FileName, m_FilePath, m_Name, Password);
|
||||
QString filepath = RootFolder.isEmpty()?m_FilePath:RootFolder;
|
||||
|
||||
QtConcurrent::run(CSandBoxPlus::ImportBoxAsync, pProgress, FileName, filepath, m_Name, Password);
|
||||
return SB_PROGRESS(OP_ASYNC, pProgress);
|
||||
}
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ public:
|
|||
virtual QString GetDisplayName() const;
|
||||
|
||||
SB_PROGRESS ExportBox(const QString& FileName, const QString& Password = "", int Level = 5, bool Solid = false);
|
||||
SB_PROGRESS ImportBox(const QString& FileName, const QString& Password = "");
|
||||
SB_PROGRESS ImportBox(const QString& FileName, const QString& RootFolder,const QString& Password);
|
||||
|
||||
virtual void UpdateDetails();
|
||||
|
||||
|
|
|
@ -1086,6 +1086,10 @@ QString CSbieView::ImportSandbox()
|
|||
if (!Status.IsError()) {
|
||||
pBox = theAPI->GetBoxByName(Name);
|
||||
if (pBox) {
|
||||
QString rootname = "";
|
||||
if (QMessageBox::question(this, tr("Importing Sandbox"), tr("Do you want to select custom root folder?"), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes) {
|
||||
rootname=QFileDialog::getExistingDirectory(this);
|
||||
}
|
||||
auto pBoxEx = pBox.objectCast<CSandBoxPlus>();
|
||||
|
||||
if (!Password.isEmpty()) {
|
||||
|
@ -1095,7 +1099,9 @@ QString CSbieView::ImportSandbox()
|
|||
}
|
||||
|
||||
if (!Status.IsError())
|
||||
Status = pBoxEx->ImportBox(Path, Password);
|
||||
Status = pBoxEx->ImportBox(Path,rootname,Password);
|
||||
if(!rootname.isEmpty())
|
||||
pBox->SetText("FileRootPath", rootname);
|
||||
}
|
||||
}
|
||||
if (Status.GetStatus() == OP_ASYNC) {
|
||||
|
|
|
@ -737,17 +737,17 @@ Bitte navigieren Sie zum korrekten Nutzerprofilordner.</translation>
|
|||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="280"/>
|
||||
<source>Start evaluation without a certificate for a limited period of time.</source>
|
||||
<translation>Starte Testphase ohne ein Zertifikat für eine begrenzte Zeit.</translation>
|
||||
<translation>Starte Evaluation ohne ein Zertifikat für eine begrenzte Zeit.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="289"/>
|
||||
<source><b><a href="_"><font color='red'>Get a free evaluation certificate</font></a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_"><font color='red'>Erhalten Sie ein kostenloses Evaluationszertifikat</font></a> und nutzen Sie alle Premium-Funktionen für %1 Tage.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="290"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sie können ein kostenloses %1-Tage-Evaluationszertifikat bis zu %2-mal für eine einzelne Hardware-ID anfordern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="315"/>
|
||||
|
@ -4047,7 +4047,7 @@ Bitte überprüfen Sie, ob es ein Update für Sandboxie gibt.</translation>
|
|||
<message>
|
||||
<location filename="SandMan.cpp" line="3173"/>
|
||||
<source>The evaluation period has expired!!!</source>
|
||||
<translation>Die Evaluierungsphase ist abgelaufen!!!</translation>
|
||||
<translation>Die Evaluationsphase ist abgelaufen!!!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SandMan.cpp" line="4037"/>
|
||||
|
@ -5355,17 +5355,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
|
||||
<source><b>You have used %1/%2 evaluation certificates. No more free certificates can be generated.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b>Sie haben %1/%2 Evaluationszertifikate verwendet. Es können keine weiteren kostenlosen Zertifikate erstellt werden.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
|
||||
<source><b><a href="_">Get a free evaluation certificate</a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_">Erhalten Sie ein kostenloses Evaluationszertifikat</a> und nutzen Sie alle Premium-Funktionen für %1 Tage.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sie können ein kostenloses %1-Tage-Evaluationszertifikat bis zu %2-mal für eine einzelne Hardware-ID anfordern.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
|
||||
|
@ -5380,22 +5380,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
|
||||
<source>Expires in: %1 Days</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Läuft ab in: %1 Tagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
|
||||
<source>Expires: %1 Days ago</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Abgelaufen: vor %1 Tagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
|
||||
<source>Options: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Optionen: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
<source>Security/Privacy Enhanced & App Boxes (SBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sicherheit/Privatsphäre verbesserte & App-Boxen (SBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5403,7 +5403,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Enabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aktiviert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5411,22 +5411,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Disabled</source>
|
||||
<translation type="unfinished">Deaktiviert</translation>
|
||||
<translation>Deaktiviert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
|
||||
<source>Encrypted Sandboxes (EBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verschlüsselte Sandboxen (EBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<source>Network Interception (NetI): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Netzwerküberwachung (NetI): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Sandboxie Desktop (Desk): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sandboxie Desktop (Desk): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
|
||||
|
@ -5451,13 +5451,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sandboxie-Plus - EVALUATIONSzertifikat erhalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
|
||||
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bitte geben Sie Ihre E-Mail-Adresse ein, um ein kostenloses %1-Tage-Evaluationszertifikat zu erhalten, welches auf %2 ausgestellt und an die aktuelle Hardware gebunden wird.
|
||||
Sie können bis zu %3 Evaluationszertifikate für jede eindeutige Hardware-ID anfordern.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
|
||||
|
@ -5727,7 +5728,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
|
||||
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Das Evaluationszertifikat wurde erfolgreich angewendet. Viel Spaß beim kostenlosen Ausprobieren!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="2020"/>
|
||||
|
@ -9619,7 +9620,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1745"/>
|
||||
<source>Cert Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zert. Infos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1758"/>
|
||||
|
|
|
@ -894,12 +894,12 @@ Please browse to the correct user profile directory.</source>
|
|||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="289"/>
|
||||
<source><b><a href="_"><font color='red'>Get a free evaluation certificate</font></a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_"><font color='red'>무료 평가 인증서를 받고</font></a> %1 일 동안 모든 프리미엄 기능을 누리세요.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="290"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>하나의 하드웨어 ID에 대해 %1일 무료 평가 인증서를 %2회까지 요청할 수 있습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="315"/>
|
||||
|
@ -5889,17 +5889,17 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
|
||||
<source><b>You have used %1/%2 evaluation certificates. No more free certificates can be generated.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b>%1/%2개의 평가 인증서를 사용했습니다. 더 이상 사용 가능한 인증서를 생성할 수 없습니다.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
|
||||
<source><b><a href="_">Get a free evaluation certificate</a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_">무료 평가 인증서를 받고</a> %1일 동안 모든 프리미엄 기능을 누리세요.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>하나의 하드웨어 ID에 대해 %1일 무료 평가 인증서를 %2회까지 요청할 수 있습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
|
||||
|
@ -5919,22 +5919,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
|
||||
<source>Expires in: %1 Days</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>만료 날짜: %1일</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
|
||||
<source>Expires: %1 Days ago</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>만료: %1일 전</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
|
||||
<source>Options: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>옵션: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
<source>Security/Privacy Enhanced & App Boxes (SBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>보안/개인 정보 보호 강화 및 앱 박스 (SBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5942,7 +5942,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Enabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>사용함</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5950,22 +5950,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Disabled</source>
|
||||
<translation type="unfinished">사용 안 함</translation>
|
||||
<translation>사용 안 함</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
|
||||
<source>Encrypted Sandboxes (EBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>암호화된 샌드박스 (EBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<source>Network Interception (NetI): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>네트워크 차단 (NetI): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Sandboxie Desktop (Desk): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sandboxie 데스크톱:% 1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
|
||||
|
@ -5999,13 +5999,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sandboxie-Plus - 평가판 인증서 가져오기</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
|
||||
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%2로 발급되어 현재 하드웨어에 고정되는 무료 %1일 평가 인증서를 받으려면 이메일 주소를 입력하세요.
|
||||
고유 하드웨어 ID별로 최대 %3개의 평가 인증서를 요청할 수 있습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
|
||||
|
@ -6021,7 +6022,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
|
||||
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>평가 인증서가 성공적으로 신청되었습니다. 무료 평가판을 즐기세요!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Retreiving certificate...</source>
|
||||
|
@ -10225,7 +10226,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1745"/>
|
||||
<source>Cert Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>인증 정보</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1758"/>
|
||||
|
|
|
@ -736,17 +736,17 @@ Please browse to the correct user profile directory.</source>
|
|||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="280"/>
|
||||
<source>Start evaluation without a certificate for a limited period of time.</source>
|
||||
<translation>Начать оценку без сертификата, в течение ограниченного периода времени.</translation>
|
||||
<translation>Начать ознакомление без сертификата, в течение ограниченного периода времени.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="289"/>
|
||||
<source><b><a href="_"><font color='red'>Get a free evaluation certificate</font></a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_"><font color='red'>Получите бесплатный ознакомительный сертификат</font></a> и пользуйтесь всеми премиум-функциями в течение %1 дн.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="290"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Вы можете запросить бесплатный %1-дневный ознакомительный сертификат не более %2 раз для одного Hardware ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="315"/>
|
||||
|
@ -5387,17 +5387,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
|
||||
<source><b>You have used %1/%2 evaluation certificates. No more free certificates can be generated.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b>Вы использовали %1/%2 ознакомительных сертификатов. Больше бесплатные сертификаты генерироваться не будут.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
|
||||
<source><b><a href="_">Get a free evaluation certificate</a> and enjoy all premium features for %1 days.</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b><a href="_">Получите бесплатный ознакомительный сертификат</a> и пользуйтесь всеми премиум-функциями в течение %1 дня.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Вы можете запросить бесплатный %1-дневный ознакомительный сертификат не более %2 раз для одного Hardware ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
|
||||
|
@ -5417,22 +5417,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
|
||||
<source>Expires in: %1 Days</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Истекает через: %1 дн</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
|
||||
<source>Expires: %1 Days ago</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Истек: %1 дн. назад</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
|
||||
<source>Options: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Опции: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
<source>Security/Privacy Enhanced & App Boxes (SBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Песочницы для приложений с улучшенной безопасностью и конф-тью (SBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5440,7 +5440,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Enabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Включено</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
|
||||
|
@ -5448,22 +5448,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Disabled</source>
|
||||
<translation type="unfinished">Отключено</translation>
|
||||
<translation>Отключено</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
|
||||
<source>Encrypted Sandboxes (EBox): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Зашифрованные песочницы (EBox): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
|
||||
<source>Network Interception (NetI): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Перехват сети (NetI): %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
|
||||
<source>Sandboxie Desktop (Desk): %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
|
||||
|
@ -5488,13 +5488,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sandboxie-Plus - Получить ОЗНАКОМИТЕЛЬНЫЙ сертификат</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
|
||||
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
|
||||
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Введите адрес электронной почты, чтобы получить бесплатный ознакомительный сертификат на %1 дней, который будет выдан на %2 и привязан к текущему оборудованию.
|
||||
Вы можете запросить до %3 ознакомительных сертификатов для каждого уникального Hardware ID.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
|
||||
|
@ -5715,7 +5716,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
|
||||
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ознакомительный сертификат успешно применен. Наслаждайтесь бесплатной пробной версией!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="2020"/>
|
||||
|
@ -8202,7 +8203,7 @@ The process match level has a higher priority than the specificity and describes
|
|||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="4865"/>
|
||||
<source>Don't allow sandboxed processes to see processes running outside any boxes</source>
|
||||
<translation>Не позволять изолированным процессам видеть процессы, запущенные за пределами песочницы.</translation>
|
||||
<translation>Не позволять изолированным процессам видеть процессы, запущенные за пределами песочницы</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="4957"/>
|
||||
|
@ -9554,7 +9555,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1745"/>
|
||||
<source>Cert Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Информация о сертификате</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1758"/>
|
||||
|
|
|
@ -1740,18 +1740,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
|
|||
<location filename="Windows/OptionsAdvanced.cpp" line="730"/>
|
||||
<location filename="Windows/OptionsAdvanced.cpp" line="739"/>
|
||||
<source>bytes (unlimited)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>字节(无限制)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/OptionsAdvanced.cpp" line="733"/>
|
||||
<location filename="Windows/OptionsAdvanced.cpp" line="742"/>
|
||||
<source>bytes (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>字节 (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/OptionsAdvanced.cpp" line="748"/>
|
||||
<source>unlimited</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>无限制</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/OptionsAdvanced.cpp" line="920"/>
|
||||
|
@ -4387,19 +4387,19 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
<message>
|
||||
<location filename="SandMan.cpp" line="1658"/>
|
||||
<source>The value is not an existing directory or executable.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>该目录不存在或不可执行</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SandMan.cpp" line="1663"/>
|
||||
<location filename="SandMan.cpp" line="1679"/>
|
||||
<source>You typed a wrong box name! Nothing was changed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>你输出了错误的沙盘名称!没有做出任何更改</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SandMan.cpp" line="1667"/>
|
||||
<location filename="SandMan.cpp" line="1683"/>
|
||||
<source>User canceled this operation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>用户取消操作</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SandMan.cpp" line="2014"/>
|
||||
|
@ -5508,7 +5508,7 @@ Error: %1</source>
|
|||
<message>
|
||||
<location filename="Views/SbieView.cpp" line="1421"/>
|
||||
<source>Please enter a new alias for the Sandbox.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>请输入沙盒的新别名。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Views/SbieView.cpp" line="1430"/>
|
||||
|
@ -5585,7 +5585,7 @@ Error: %1</source>
|
|||
<location filename="Views/SbieView.cpp" line="1807"/>
|
||||
<source>This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone?</source>
|
||||
<oldsource>This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ?</oldsource>
|
||||
<translation type="unfinished">此沙盒已禁用或仅限于特定组/用户,确定要编辑它吗?</translation>
|
||||
<translation>此沙盒已禁用或仅限于特定组/用户,确定要编辑它吗?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -5767,7 +5767,7 @@ Error: %1</source>
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
|
||||
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>对于任何一个硬件ID,您最多可以请求%2次免费的%1天评估证书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
|
||||
|
@ -5777,12 +5777,12 @@ Error: %1</source>
|
|||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
|
||||
<source>Expires in: %1 Days</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>过期时间:%1天</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
|
||||
<source>Expires: %1 Days ago</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>过期时间:%1天前</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
|
||||
|
|
|
@ -33,7 +33,7 @@ To achieve this goal, Sandboxie has established a translation program that enabl
|
|||
|Polish|Yes|Yes - Apr 27, 2024|No|
|
||||
|Portuguese|Yes|Yes - May 30, 2023|No|
|
||||
|PortugueseBr|Yes - Feb 14, 2023|Yes - Feb 14, 2023|No|
|
||||
|Russian|Yes - Aug 22, 2024|Yes - Aug 22, 2024|Yes - Aug 22, 2024|
|
||||
|Russian|Yes - Aug 26, 2024|Yes - Aug 26, 2024|Yes - Aug 22, 2024|
|
||||
|SimpChinese|Yes - May 20, 2024|Yes - Jun 19, 2024|Yes - Jun 20, 2024|
|
||||
|Slovak|Yes|No|No|
|
||||
|Spanish|Yes|Yes - Jun 17, 2024|Yes - Jan 5, 2024|
|
||||
|
|
Loading…
Reference in New Issue