Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release prep #2344

Merged
merged 4 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ jobs:
mac_certs_password: ${{ secrets.mac_certs_password }}
env:
CI_BUILD_TAG: ${{steps.tag.outputs.tag}} # used by --publish onTag
# Force signing on PR IFF secrets are around
PUBLISH_FOR_PULL_REQUEST: ${{ secrets.PUBLISH_FOR_PULL_REQUEST }}
CSC_FOR_PULL_REQUEST: ${{ secrets.CSC_FOR_PULL_REQUEST }}
# Apple notarization
APPLEID: ${{ secrets.apple_id }}
APPLEIDPASS: ${{ secrets.apple_id_pass }}
Expand Down
17 changes: 15 additions & 2 deletions assets/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "جمع القمامة التلقائي",
"takeScreenshotShortcut": "اختصار لقطة الشاشة العامة",
"experiments": "التجارب",
"npmOnIpfs": "تفعيل مدير حزمة العقد على IPFS"
"npmOnIpfs": "تفعيل مدير حزمة العقد على IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "ثنائي مخصص IPFS",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "فشل بدء تشغيل Desktop IPFS",
"message": "واجهت عقدة IPFS خطأ وتعذر إكمال بدء التشغيل:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "مستودع IPFS أو ملف التكوين غير صالح",
"message": "المستودع في “{ path }” غير صالح. يجب أن يكون ملف \"config\" بتنسيق JSON صالحًا.\n\nقبل بدء تشغيل IPFS Desktop مرة أخرى، يرجى إصلاح ملف التكوين أو إعادة تسمية المستودع القديم إلى “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Recollidor de brossa Automatica",
"takeScreenshotShortcut": "Drecera de teclat de captura de pantalla general",
"experiments": "Experimental",
"npmOnIpfs": "Activa npm a IPFS"
"npmOnIpfs": "Activa npm a IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Binari d'IPFS personalitzat",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "IPFS Desktop Startup Has Failed",
"message": "IPFS node has encountered an error and startup could not be completed:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Invalid IPFS Repository or Configuration File",
"message": "The repository at “{ path }” is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatický Garbage Collection",
"takeScreenshotShortcut": "Globální zkratka snímku obrazovky",
"experiments": "Experimenty",
"npmOnIpfs": "Povolení npm na IPFS"
"npmOnIpfs": "Povolení npm na IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Vlastní binární soubor IPFS",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "Spuštění IPFS Desktop selhalo",
"message": "Uzel IPFS narazil na chybu a spuštění nebylo možné dokončit:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Neplatné úložiště IPFS nebo konfigurační soubor",
"message": "Úložiště na adrese \"{ path }\" je neplatné. Soubor \"config\" musí být platný JSON.\n\nPřed opětovným spuštěním systému IPFS Desktop opravte konfigurační soubor nebo přejmenujte staré úložiště na \".ipfs.backup\"."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatic Garbage Collection",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
"experiments": "Eksperimenter",
"npmOnIpfs": "Enable npm on IPFS"
"npmOnIpfs": "Enable npm on IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Custom IPFS binary",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "IPFS Desktop Startup Has Failed",
"message": "IPFS node has encountered an error and startup could not be completed:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Invalid IPFS Repository or Configuration File",
"message": "The repository at “{ path }” is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatische Garbage Collection",
"takeScreenshotShortcut": "Globales Screenshot-Tastaturkürzel",
"experiments": "Experimente",
"npmOnIpfs": "npm in IPFS aktivieren"
"npmOnIpfs": "npm in IPFS aktivieren",
"monochromeTrayIcon": "Einfarbiges Tray-Icon benutzen"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Benutzerdefinierte IPFS-Binärdatei",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "Der IPFS Desktop Start ist fehlgeschlagen",
"message": "Der IPFS Knoten hat einen Fehler festgestellt und der Start konnte nicht abgeschlossen werden:"
},
"repositoryMustBeDirectoryDialog": {
"title": "Der IPFS Speicher muss ein Verzeichnis sein",
"message": "Der Speicher in „{ path }“ ist ungültig, da er kein Verzeichnis ist.\n\nBevor Du IPFS Desktop erneut startest, benenne bitte den alten Speicher in „.ipfs.backup“ um. Bitte beachte, dass IPFS Desktop dadurch einen neuen Speicher generiert."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Speicher-Konfiguration fehlt",
"message": "Der Speicher unter „{ path }“ hat keine „config“-Datei. Die „config“-Datei muss eine gültige JSON-Datei sein.\n\nBevor Du IPFS Desktop erneut startest, repariere bitte die Konfigurationsdatei oder benenne den alten Speicher in „.ipfs.backup“ um. Bitte beachte, dass IPFS Desktop durch das Umbenennen des alten Speichers einen neuen Speicher generiert."
},
"privateNetworkDialog": {
"title": "IPFS Speicher für privates Netzwerk",
"message": "Der Speicher unter „{ path }“ gehört zu einem privaten Netzwerk, das von IPFS Desktop nicht unterstützt wird."
},
"invalidRepositoryDialog": {
"title": "Ungültiger IPFS Speicher oder Konfigurationsdatei",
"message": "Der Speicher unter „{ path }“ ist ungültig. Die Konfigurationsdatei muss gültiges JSON enthalten.\n\nBevor Du IPFS Desktop erneut startest, repariere bitte die Konfigurationsdatei oder benenne den alten Speicher in „.ipfs.backup“ um."
"message": "Der Speicher unter „{ path }“ oder seine Konfiguration ist ungültig. Die „config“-Datei muss eine gültige JSON Datei sein.\n\nBevor Du IPFS Desktop erneut startest, repariere bitte die Konfigurationsdatei oder benenne den alten Speicher in „.ipfs.backup“ um. Bitte beachte, dass IPFS Desktop durch das Umbenennen des alten Speichers einen neuen Speicher generiert."
}
}
17 changes: 15 additions & 2 deletions assets/locales/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatic Garbage Collection",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
"experiments": "Experiments",
"npmOnIpfs": "Enable npm on IPFS"
"npmOnIpfs": "Enable npm on IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Custom IPFS binary",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "IPFS Desktop Startup Has Failed",
"message": "IPFS node has encountered an error and startup could not be completed:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Invalid IPFS Repository or Configuration File",
"message": "The repository at “{ path }” is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatic Garbage Collection",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
"experiments": "Experiments",
"npmOnIpfs": "Enable npm on IPFS"
"npmOnIpfs": "Enable npm on IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Custom IPFS binary",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "IPFS Desktop Startup Has Failed",
"message": "IPFS node has encountered an error and startup could not be completed:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Invalid IPFS Repository or Configuration File",
"message": "The repository at “{ path }” is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
17 changes: 15 additions & 2 deletions assets/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"automaticGC": "Automatic Garbage Collection",
"takeScreenshotShortcut": "Captura de Pantalla de Acceso Directo Global",
"experiments": "Experimentos",
"npmOnIpfs": "Enable npm on IPFS"
"npmOnIpfs": "Enable npm on IPFS",
"monochromeTrayIcon": "Use Monochrome Tray Icon"
},
"setCustomIpfsBinaryConfirmation": {
"title": "IPFS Binario Personalizado",
Expand Down Expand Up @@ -207,8 +208,20 @@
"title": "IPFS Desktop Startup Has Failed",
"message": "IPFS node has encountered an error and startup could not be completed:"
},
"repositoryMustBeDirectoryDialog": {
"title": "IPFS Repository Must Be a Directory",
"message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository."
},
"repositoryConfigurationIsMissingDialog": {
"title": "IPFS Repository Configuration Is Missing",
"message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository."
},
"privateNetworkDialog": {
"title": "Private Network IPFS Repository",
"message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop."
},
"invalidRepositoryDialog": {
"title": "Invalid IPFS Repository or Configuration File",
"message": "The repository at “{ path }” is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”."
"message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository"
}
}
Loading