Open
Show file tree
Hide file tree
Changes from 5 commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -212,7 +212,7 @@ export namespace CheckForUpdates {
export const CHECK_FOR_UPDATES: Command = Command.toLocalizedCommand(
{
id: 'arduino-check-for-updates',
label: 'Check for Arduino Updates',
label: 'Check for board and library updates', //changing labelling from 'Check for Arduino updates' to 'Check for board and library updates' to adress #1646, changing translation files as well
category: 'Arduino',
},
'arduino/checkForUpdates/checkForUpdates'
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Качване на сертификати."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Ziurtagiriak kargatzen."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "සහතික උඩුගත වෙමින්."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "සියල්ල ස්ථාපනය",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
"uploadingCertificates": "Спуштање сертификата."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Loading