Skip to content

Commit

Permalink
Merge pull request arduino#11414 from cmaglie/i18n-update
Browse files Browse the repository at this point in the history
Some small URL fix and updates to translations
  • Loading branch information
cmaglie committed Apr 9, 2021
2 parents 3f0699a + ba7140e commit 57a931c
Show file tree
Hide file tree
Showing 134 changed files with 10,050 additions and 6,484 deletions.
2 changes: 1 addition & 1 deletion app/src/processing/app/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ private JMenu buildHelpMenu() {
menu.add(item);

item = new JMenuItem(tr("Visit Arduino.cc"));
item.addActionListener(event -> Base.openURL(tr("http://www.arduino.cc/")));
item.addActionListener(event -> Base.openURL("https://www.arduino.cc/"));
menu.add(item);

// macosx already has its own about menu
Expand Down
4 changes: 2 additions & 2 deletions app/src/processing/app/UpdateCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
public class UpdateCheck implements Runnable {
Base base;
String downloadURL = tr("https://www.arduino.cc/latest.txt");
String downloadURL = "https://www.arduino.cc/latest.txt";

static final long ONE_DAY = 24 * 60 * 60 * 1000;

Expand Down Expand Up @@ -116,7 +116,7 @@ public void run() {
options,
options[0]);
if (result == JOptionPane.YES_OPTION) {
Base.openURL(tr("https://www.arduino.cc/en/Main/Software"));
Base.openURL("https://www.arduino.cc/en/software");
}
}
}
Expand Down
144 changes: 89 additions & 55 deletions arduino-core/src/processing/app/i18n/Resources_ach.po
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ msgstr ""
msgid "A newer {0} package is available"
msgstr ""

#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:97
msgid ""
"A package index has an invalid signature and needs to be updated.\n"
"Please open the Board Manager from the menu\n"
"\n"
" Tools -> Board -> Board Manager\n"
"\n"
"to update it"
msgstr ""

#: ../../../../../app/src/processing/app/Base.java:2307
msgid "A subfolder of your sketchbook is not a valid library"
msgstr ""
Expand Down Expand Up @@ -148,10 +158,6 @@ msgstr ""
msgid "Afrikaans"
msgstr ""

#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
msgid "Aggressively cache compiled core"
msgstr ""

#: ../../../processing/app/Preferences.java:96
msgid "Albanian"
msgstr ""
Expand All @@ -169,10 +175,6 @@ msgid ""
"the old version. Use Open to re-open the sketch and try again.\n"
msgstr ""

#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
msgid "An error occurred while updating libraries index!"
msgstr ""

#: ../../../processing/app/BaseNoGui.java:528
msgid "An error occurred while uploading the sketch"
msgstr ""
Expand Down Expand Up @@ -228,14 +230,6 @@ msgstr ""
msgid "Arduino"
msgstr ""

#: ../../../processing/app/I18n.java:83
msgid "Arduino ARM (32-bits) Boards"
msgstr ""

#: ../../../processing/app/I18n.java:82
msgid "Arduino AVR Boards"
msgstr ""

#: Editor.java:2137
msgid ""
"Arduino can only open its own sketches\n"
Expand Down Expand Up @@ -373,6 +367,10 @@ msgstr ""
msgid "Board: "
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:97
msgid "Boards"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
msgid "Boards Manager"
msgstr ""
Expand Down Expand Up @@ -624,6 +622,11 @@ msgstr ""
msgid "Could not replace {0}"
msgstr ""

#: ../../../../../arduino-core/src/cc/arduino/packages/DiscoveryManager.java:93
#, java-format
msgid "Could not start discovery '{0}': {1}"
msgstr ""

#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
#, java-format
msgid "Could not write preferences file: {0}"
Expand Down Expand Up @@ -692,6 +695,11 @@ msgstr ""
msgid "Delete"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:69
#, java-format
msgid "Dependencies for library {0}:{1}"
msgstr ""

#: ../../../../../arduino-core/src/processing/app/I18n.java:33
msgid "Device Control"
msgstr ""
Expand Down Expand Up @@ -789,10 +797,6 @@ msgstr ""
msgid "Dutch (Netherlands)"
msgstr ""

#: ../../../../../app/src/processing/app/Editor.java:1309
msgid "Edison Help"
msgstr ""

#: Editor.java:1130
msgid "Edit"
msgstr ""
Expand Down Expand Up @@ -1101,10 +1105,6 @@ msgstr ""
msgid "Galician (Spain)"
msgstr ""

#: ../../../../../app/src/processing/app/Editor.java:1288
msgid "Galileo Help"
msgstr ""

#: ../../../processing/app/Preferences.java:94
msgid "Georgian"
msgstr ""
Expand Down Expand Up @@ -1236,6 +1236,14 @@ msgstr ""
msgid "Install"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:91
msgid "Install '{0}' only"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:85
msgid "Install all"
msgstr ""

#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
msgid "Installation completed!"
msgstr ""
Expand Down Expand Up @@ -1308,6 +1316,10 @@ msgstr ""
msgid "Latvian"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:107
msgid "Libraries"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
msgid "Library Manager"
msgstr ""
Expand All @@ -1325,6 +1337,11 @@ msgstr ""
msgid "Library is already installed: {0}:{1}"
msgstr ""

#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:148
#, java-format
msgid "Library {0} is already installed in: {1}"
msgstr ""

#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
msgid "Line number:"
msgstr ""
Expand Down Expand Up @@ -1375,6 +1392,14 @@ msgstr ""
msgid "More"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCellJPanel.java:71
msgid "More Info"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCellJPanel.java:38
msgid "More info"
msgstr ""

#: Preferences.java:449
msgid "More preferences can be edited directly in the file"
msgstr ""
Expand Down Expand Up @@ -1476,6 +1501,10 @@ msgstr ""
msgid "No parameters"
msgstr ""

#: ../../../../../app/src/processing/app/Base.java:1721
msgid "No programmers available for this board"
msgstr ""

#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
msgid "No proxy"
msgstr ""
Expand All @@ -1484,6 +1513,10 @@ msgstr ""
msgid "No really, time for some fresh air for you."
msgstr ""

#: ../../../../../arduino-core/src/cc/arduino/packages/DiscoveryManager.java:78
msgid "No recipes defined for discovery '{0}'"
msgstr ""

#: Editor.java:1872
#, java-format
msgid "No reference available for \"{0}\""
Expand Down Expand Up @@ -1515,10 +1548,10 @@ msgstr ""
msgid "Norwegian Bokmål"
msgstr ""

#: ../../../processing/app/Sketch.java:1656
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:105
msgid ""
"Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size "
"for tips on reducing your footprint."
"Not enough memory; see https://support.arduino.cc/hc/en-us/"
"articles/360013825179 for tips on reducing your footprint."
msgstr ""

#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
Expand All @@ -1530,6 +1563,10 @@ msgstr ""
msgid "One file added to the sketch."
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCellJPanel.java:72
msgid "Online Help"
msgstr ""

#: ../../../processing/app/BaseNoGui.java:455
msgid "Only --verify, --upload or --get-pref are supported"
msgstr ""
Expand Down Expand Up @@ -1693,10 +1730,10 @@ msgstr ""
msgid "Problem getting data folder"
msgstr ""

#: debug/Uploader.java:209
#: ../../../../../arduino-core/src/cc/arduino/packages/Uploader.java:179
msgid ""
"Problem uploading to board. See "
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
"Problem uploading to board. See https://support.arduino.cc/hc/en-us/"
"sections/360003198300 for suggestions."
msgstr ""

#: Sketch.java:355 Sketch.java:362 Sketch.java:373
Expand Down Expand Up @@ -1831,6 +1868,10 @@ msgstr ""
msgid "Saving..."
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:136
msgid "Search Filter"
msgstr ""

#: ../../../processing/app/FindReplace.java:131
msgid "Search all Sketch Tabs"
msgstr ""
Expand Down Expand Up @@ -1973,10 +2014,10 @@ msgstr ""
msgid "Sketch is read-only"
msgstr ""

#: Sketch.java:1653
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:104
msgid ""
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
"tips on reducing it."
"Sketch too big; see https://support.arduino.cc/hc/en-us/"
"articles/360013825179 for tips on reducing it."
msgstr ""

#: ../../../processing/app/Sketch.java:1639
Expand Down Expand Up @@ -2128,6 +2169,13 @@ msgid ""
"(ASCII only and no spaces, and it cannot start with a number)"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:115
#, java-format
msgid ""
"The library {0} needs some other library<br />dependencies currently not "
"installed:"
msgstr ""

#: ../../../../../app/src/processing/app/SketchController.java:170
msgid "The main file cannot use an extension"
msgstr ""
Expand Down Expand Up @@ -2324,10 +2372,6 @@ msgstr ""
msgid "Update"
msgstr ""

#: Preferences.java:428
msgid "Update sketch files to new extension on save (.pde -> .ino)"
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:88
#, java-format
msgid "Updates available for some of your {0}boards{1}"
Expand Down Expand Up @@ -2379,6 +2423,10 @@ msgstr ""
msgid "Use Selection For Find"
msgstr ""

#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:285
msgid "Use accessibility features"
msgstr ""

#: Preferences.java:409
msgid "Use external editor"
msgstr ""
Expand Down Expand Up @@ -2520,6 +2568,10 @@ msgstr ""
msgid "Wire.send() has been renamed Wire.write()."
msgstr ""

#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:128
msgid "Would you like to install also all the missing dependencies?"
msgstr ""

#: FindReplace.java:105
msgid "Wrap Around"
msgstr ""
Expand Down Expand Up @@ -2662,18 +2714,6 @@ msgstr ""
msgid "connected!"
msgstr ""

#: ../../../../../app/src/processing/app/Editor.java:1352
msgid "http://www.arduino.cc/"
msgstr ""

#: UpdateCheck.java:118
msgid "http://www.arduino.cc/en/Main/Software"
msgstr ""

#: UpdateCheck.java:53
msgid "http://www.arduino.cc/latest.txt"
msgstr ""

#: Preferences.java:625
#, java-format
msgid "ignoring invalid font size {0}"
Expand Down Expand Up @@ -2718,12 +2758,6 @@ msgstr ""
msgid "{0} - {1} | Arduino {2}"
msgstr ""

#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
#, java-format
msgid "{0} file signature verification failed"
msgstr ""

#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
#, java-format
msgid "{0} file signature verification failed. File ignored."
Expand Down
Loading

0 comments on commit 57a931c

Please sign in to comment.