-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nsis): add de, it, fr, hu, pl translations for one-click installer
- Loading branch information
Showing
7 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,40 @@ | ||
win7Required: | ||
de: Windows 7 oder höher wird vorausgesetzt | ||
it: È necessario disporre del sistema operativo Windows 7 e successivi | ||
fr: Windows 7 (ou une version ultérieure) est requis | ||
en: Windows 7 and above is required | ||
ru: Требуется Windows 7 и выше | ||
hu: Windows 7 vagy újabb szükséges | ||
pl: Windows 7 lub nowszy jest wymagany | ||
x64WinRequired: | ||
de: 64-Bit-Windows wird vorausgesetzt | ||
it: È necessario disporre di un sistema operativo Windows a 64 bit | ||
fr: Windows 64 bits est requis | ||
en: 64-bit Windows is required | ||
ru: Требуется Windows 64-bit | ||
hu: 64-bit Windows szükséges | ||
pl: Windows 64-bitowy jest wymagany | ||
appRunning: | ||
de: "${PRODUCT_NAME} ist geöffnet. \nKlicken Sie zum Schliessen auf «OK»." | ||
it: "${PRODUCT_NAME} è in esecuzione. \nPremi OK per chiudere." | ||
fr: "${PRODUCT_NAME} est en cours d’utilisation. \nCliquez sur «OK» pour fermer ce programme." | ||
en: "${PRODUCT_NAME} is running.\nClick OK to close it." | ||
ru: "Приложение ${PRODUCT_NAME} уже запущено.\nНажмите OK для закрытия." | ||
hu: "${PRODUCT_NAME} éppen fut. \nKattiontson az «OK»-ra a bezárásához." | ||
pl: "${PRODUCT_NAME} jest otwarty. Aby zamknąć kliknij na OK." | ||
installing: | ||
de: Installation läuft, bitte warten... | ||
it: Attendere prego. Installazione in corso... | ||
fr: En cours d’installation... Veuillez patienter svp | ||
en: Installing, please wait... | ||
ru: Установка, пожалуйста подождите... | ||
hu: Telepítés, kérem várjon... | ||
pl: Zaczekaj na ukończenie instalacji... | ||
areYouSureToUninstall: | ||
de: Sind Sie sicher, dass Sie ${PRODUCT_NAME} deinstallieren möchten? | ||
it: Sicuro di voler procedere alla disinstallazione di ${PRODUCT_NAME}? | ||
fr: Etes-vous sûr(e) de vouloir désinstaller ${PRODUCT_NAME}? | ||
en: Are you sure you want to uninstall ${PRODUCT_NAME}? | ||
ru: Вы уверены, что хотите удалить ${PRODUCT_NAME}? | ||
ru: Вы уверены, что хотите удалить ${PRODUCT_NAME}? | ||
hu: Biztos benne, hogy szeretné eltávolítani a ${PRODUCT_NAME} alkalmazást? | ||
pl: Czy na pewno chcesz odinstalować ${PRODUCT_NAME}? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -589,7 +589,7 @@ boxen@^1.0.0: | |
term-size "^0.1.0" | ||
widest-line "^1.0.0" | ||
|
||
brace-expansion@^1.0.0: | ||
brace-expansion@^1.1.7: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59" | ||
dependencies: | ||
|
@@ -2317,11 +2317,11 @@ mimic-fn@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18" | ||
|
||
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" | ||
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" | ||
dependencies: | ||
brace-expansion "^1.0.0" | ||
brace-expansion "^1.1.7" | ||
|
||
[email protected], minimist@~0.0.1: | ||
version "0.0.8" | ||
|