diff --git a/i18n/data/de.po b/i18n/data/de.po new file mode 100644 index 00000000000..484abf9cb3e --- /dev/null +++ b/i18n/data/de.po @@ -0,0 +1,3330 @@ +# +# Translators: +# Timo, 2021 +# Dan H, 2021 +# +msgid "" +msgstr "" +"Last-Translator: Dan H, 2021\n" +"Language-Team: German (https://www.transifex.com/arduino-1/teams/108174/de/)\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: version/version.go:53 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: cli/lib/check_deps.go:102 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:75 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:84 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:81 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:78 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: cli/output/rpc_progress.go:64 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:615 +msgid "%s and %s cannot be used together" +msgstr "" + +#: cli/output/rpc_progress.go:76 +msgid "%s downloaded" +msgstr "" + +#: commands/bundled_tools.go:56 +msgid "%s installed" +msgstr "" + +#: cli/lib/check_deps.go:99 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:72 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:113 +msgid "%s is not managed by package manager" +msgstr "" + +#: cli/lib/check_deps.go:96 +msgid "%s must be installed." +msgstr "" + +#: legacy/builder/ctags_runner.go:41 +msgid "%s pattern is missing" +msgstr "" + +#: commands/instances.go:846 +msgid "%s uninstalled" +msgstr "" + +#: arduino/errors.go:708 +msgid "'%s' has an invalid signature" +msgstr "" + +#: cli/board/listall.go:91 cli/board/search.go:89 +msgid "(hidden)" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: cli/lib/install.go:79 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: cli/lib/install.go:82 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: cli/updater/updater.go:70 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:244 +msgid "A programmer is required to upload" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "ARCH" +msgstr "" + +#: cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: cli/config/add.go:32 cli/config/add.go:33 +msgid "Adds one or more values to a setting." +msgstr "" + +#: cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: cli/core/upgrade.go:68 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/instances.go:715 commands/lib/install.go:97 +msgid "Already installed %s" +msgstr "" + +#: legacy/builder/resolve_library.go:32 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:46 +msgid "An error occurred adding prototypes" +msgstr "" + +#: legacy/builder/container_find_includes.go:116 +msgid "An error occurred detecting libraries" +msgstr "" + +#: cli/lib/search.go:172 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:70 +msgid "Archive already exists" +msgstr "" + +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: cli/cli.go:72 +msgid "Arduino CLI." +msgstr "" + +#: cli/cli.go:73 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: cli/board/board.go:31 cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: cli/cache/cache.go:31 cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: cli/lib/lib.go:31 cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: cli/core/core.go:31 cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: cli/lib/check_deps.go:56 cli/lib/install.go:125 +msgid "Arguments error: %v" +msgstr "" + +#: cli/board/attach.go:81 +msgid "Attach board error: %v" +msgstr "" + +#: cli/board/attach.go:41 cli/board/attach.go:42 cli/board/board.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: cli/lib/search.go:163 +msgid "Author: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Available" +msgstr "" + +#: cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: cli/upload/upload.go:63 +msgid "Binary file to upload." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 cli/board/listall.go:87 +#: cli/board/search.go:85 +msgid "Board Name" +msgstr "" + +#: commands/board/attach.go:94 +msgid "Board found: %s" +msgstr "" + +#: cli/board/details.go:119 +msgid "Board name:" +msgstr "" + +#: cli/board/details.go:121 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:69 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: cli/compile/compile.go:89 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: commands/instances.go:528 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:414 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:61 commands/lib/download.go:64 +#: commands/lib/download.go:66 +msgid "Can't download library" +msgstr "" + +#: commands/core/install.go:127 commands/core/uninstall.go:53 +#: commands/instances.go:754 commands/instances.go:766 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:427 +msgid "Can't open sketch" +msgstr "" + +#: cli/config/set.go:55 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "Can't use %s flags at the same time." +msgstr "" + +#: cli/config/add.go:61 cli/config/delete.go:72 cli/config/remove.go:70 +msgid "Can't write config file: %v" +msgstr "" + +#: commands/compile/compile.go:175 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:151 +msgid "Cannot create build directory" +msgstr "" + +#: cli/config/init.go:97 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: cli/config/init.go:106 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:671 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:689 +msgid "Cannot create temp file" +msgstr "" + +#: commands/debug/debug.go:67 +msgid "Cannot execute debug tool" +msgstr "" + +#: commands/board/attach.go:107 +msgid "Cannot export sketch metadata" +msgstr "" + +#: cli/config/init.go:72 cli/config/init.go:83 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: configuration/configuration.go:148 configuration/configuration.go:154 +msgid "Cannot get executable path: %v" +msgstr "" + +#: commands/core/install.go:134 +msgid "Cannot install platform" +msgstr "" + +#: commands/bundled_tools.go:53 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:506 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: commands/core/install.go:152 +msgid "Cannot upgrade platform" +msgstr "" + +#: cli/lib/search.go:171 +msgid "Category: %s" +msgstr "" + +#: cli/lib/check_deps.go:37 cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: commands/lib/install.go:102 +msgid "Checking lib install prerequisites" +msgstr "" + +#: arduino/resources/checksums.go:182 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: cli/board/details.go:167 +msgid "Checksum:" +msgstr "" + +#: cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: cli/cli.go:125 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: cli/board/list.go:51 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: cli/compile/compile.go:75 cli/compile/compile.go:76 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:78 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:72 +msgid "Compiling libraries..." +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:67 +msgid "Compiling sketch..." +msgstr "" + +#: cli/config/init.go:90 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: cli/config/init.go:110 +msgid "Config file written to: %s" +msgstr "" + +#: cli/monitor/monitor.go:63 +msgid "Configuration of the port." +msgstr "" + +#: cli/debug/debug.go:146 +msgid "Configuration options for %s" +msgstr "" + +#: commands/instances.go:853 +msgid "Configuring platform" +msgstr "" + +#: commands/core/install.go:167 +msgid "Configuring platform." +msgstr "" + +#: cli/board/list.go:184 +msgid "Connected" +msgstr "" + +#: cli/monitor/monitor.go:177 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Core" +msgstr "" + +#: cli/update/update.go:82 +msgid "Core name" +msgstr "" + +#: commands/download.go:32 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:369 +msgid "Could not create index directory" +msgstr "" + +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:79 +msgid "Couldn't determine program size" +msgstr "" + +#: cli/arguments/sketch.go:37 cli/lib/install.go:105 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: cli/sketch/new.go:36 cli/sketch/new.go:37 +msgid "Create a new Sketch" +msgstr "" + +#: cli/sketch/archive.go:39 cli/sketch/archive.go:40 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: cli/core/list.go:88 cli/core/search.go:118 +msgid "DEPRECATED" +msgstr "" + +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: cli/debug/debug.go:52 +msgid "Debug Arduino sketches." +msgstr "" + +#: cli/debug/debug.go:53 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: cli/debug/debug.go:62 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:142 +msgid "Debugging not supported for board %s" +msgstr "" + +#: cli/board/details.go:123 +msgid "Debugging supported:" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Default" +msgstr "" + +#: cli/cache/clean.go:31 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: cli/cache/clean.go:32 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: cli/config/delete.go:33 cli/config/delete.go:34 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: cli/lib/search.go:179 +msgid "Dependencies: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:59 +msgid "Detecting libraries used..." +msgstr "" + +#: cli/board/list.go:44 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: cli/debug/debug.go:63 +msgid "Directory containing binaries for debug." +msgstr "" + +#: cli/upload/upload.go:62 +msgid "Directory containing binaries to upload." +msgstr "" + +#: cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: cli/completion/completion.go:45 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: cli/board/list.go:185 +msgid "Disconnected" +msgstr "" + +#: cli/daemon/daemon.go:66 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:67 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: cli/daemon/daemon.go:64 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/instances.go:704 commands/instances.go:763 +#: commands/lib/download.go:58 +msgid "Downloading %s" +msgstr "" + +#: commands/instances.go:97 +msgid "Downloading missing tool %s" +msgstr "" + +#: commands/core/install.go:87 +msgid "Downloading packages" +msgstr "" + +#: cli/core/download.go:37 cli/core/download.go:38 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/download.go:37 cli/lib/download.go:38 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: cli/daemon/daemon.go:65 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: cli/lib/install.go:63 +msgid "Enter a path to zip file" +msgstr "" + +#: cli/lib/install.go:62 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:105 +msgid "Error adding file to sketch archive" +msgstr "" + +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: cli/sketch/archive.go:79 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:93 +msgid "Error calculating relative file path" +msgstr "" + +#: cli/cache/clean.go:46 +msgid "Error cleaning caches: %v" +msgstr "" + +#: commands/compile/compile.go:280 +msgid "Error copying output file %s" +msgstr "" + +#: cli/core/search.go:66 cli/instance/instance.go:42 +#: cli/instance/instance.go:153 cli/lib/search.go:59 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:260 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:81 +msgid "Error creating sketch archive" +msgstr "" + +#: cli/arguments/sketch.go:51 cli/sketch/new.go:52 cli/sketch/new.go:61 +msgid "Error creating sketch: %v" +msgstr "" + +#: cli/board/list.go:72 cli/board/list.go:81 +msgid "Error detecting boards: %v" +msgstr "" + +#: cli/arguments/port.go:159 +msgid "Error discovering port: %v" +msgstr "" + +#: cli/core/download.go:71 cli/lib/download.go:68 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: commands/instances.go:474 commands/instances.go:478 +#: commands/instances.go:483 +msgid "Error downloading index '%s'" +msgstr "" + +#: commands/instances.go:507 commands/instances.go:513 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:706 commands/instances.go:708 +msgid "Error downloading library" +msgstr "" + +#: commands/instances.go:383 commands/instances.go:386 +msgid "Error downloading library_index.json.gz" +msgstr "" + +#: commands/instances.go:393 commands/instances.go:396 +msgid "Error downloading library_index.json.sig" +msgstr "" + +#: commands/core/download.go:71 commands/core/download.go:75 +#: commands/instances.go:789 commands/instances.go:791 +msgid "Error downloading platform %s" +msgstr "" + +#: commands/core/download.go:84 commands/core/download.go:89 +#: commands/instances.go:782 commands/instances.go:783 +msgid "Error downloading tool %s" +msgstr "" + +#: cli/debug/debug.go:108 +msgid "Error during Debug: %v" +msgstr "" + +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:73 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 +msgid "Error during Upload: %v" +msgstr "" + +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 +msgid "Error during build: %v" +msgstr "" + +#: cli/core/install.go:80 +msgid "Error during install: %v" +msgstr "" + +#: cli/core/uninstall.go:72 +msgid "Error during uninstall: %v" +msgstr "" + +#: cli/core/upgrade.go:105 +msgid "Error during upgrade: %v" +msgstr "" + +#: commands/instances.go:402 +msgid "Error extracting library_index.json.gz" +msgstr "" + +#: commands/upload/upload.go:441 +msgid "Error finding build artifacts" +msgstr "" + +#: cli/debug/debug.go:95 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: cli/board/details.go:70 +msgid "Error getting board details: %v" +msgstr "" + +#: commands/board/list.go:147 +msgid "Error getting board info from Arduino Cloud" +msgstr "" + +#: commands/board/list.go:212 +msgid "Error getting board list" +msgstr "" + +#: arduino/builder/compilation_database.go:78 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:289 commands/lib/list.go:107 +msgid "Error getting information for library %s" +msgstr "" + +#: cli/lib/examples.go:73 +msgid "Error getting libraries info: %v" +msgstr "" + +#: cli/monitor/monitor.go:90 +msgid "Error getting port settings details: %s" +msgstr "" + +#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/update/update.go:70 +msgid "Error initializing instance: %v" +msgstr "" + +#: cli/lib/install.go:138 +msgid "Error installing %s: %v" +msgstr "" + +#: cli/lib/install.go:116 +msgid "Error installing Git Library: %v" +msgstr "" + +#: cli/lib/install.go:93 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:810 +msgid "Error installing platform %s" +msgstr "" + +#: commands/instances.go:800 +msgid "Error installing tool %s" +msgstr "" + +#: cli/lib/list.go:76 +msgid "Error listing Libraries: %v" +msgstr "" + +#: cli/board/listall.go:64 +msgid "Error listing boards: %v" +msgstr "" + +#: cli/core/list.go:61 +msgid "Error listing platforms: %v" +msgstr "" + +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: commands/compile/compile.go:270 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:69 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:75 +msgid "Error reading sketch files" +msgstr "" + +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" +msgstr "" + +#: cli/lib/check_deps.go:66 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: cli/core/upgrade.go:63 +msgid "Error retrieving core list: %v" +msgstr "" + +#: cli/outdated/outdated.go:57 cli/update/update.go:77 +msgid "Error retrieving outdated cores and libraries: %v" +msgstr "" + +#: commands/instances.go:826 +msgid "Error rolling-back changes" +msgstr "" + +#: commands/core/install.go:149 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: commands/instances.go:532 +msgid "Error saving downloaded index %s" +msgstr "" + +#: commands/instances.go:536 +msgid "Error saving downloaded index signature" +msgstr "" + +#: cli/board/search.go:62 +msgid "Error searching boards: %v" +msgstr "" + +#: cli/lib/search.go:81 +msgid "Error searching for Library: %v" +msgstr "" + +#: cli/core/search.go:93 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation_database.go:63 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: commands/board/list.go:197 commands/board/list.go:200 +#: commands/board/list.go:241 +msgid "Error starting board discoveries" +msgstr "" + +#: cli/lib/uninstall.go:66 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: commands/core/uninstall.go:81 +msgid "Error uninstalling platform %s" +msgstr "" + +#: commands/core/uninstall.go:97 commands/instances.go:842 +msgid "Error uninstalling tool %s" +msgstr "" + +#: cli/update/update.go:62 +msgid "Error updating core and libraries index: %v" +msgstr "" + +#: cli/core/search.go:75 cli/core/update_index.go:52 +msgid "Error updating index: %v" +msgstr "" + +#: cli/instance/instance.go:162 +msgid "Error updating indexes: %v" +msgstr "" + +#: cli/lib/search.go:68 cli/lib/update_index.go:52 +msgid "Error updating library index: %v" +msgstr "" + +#: cli/lib/upgrade.go:51 cli/lib/upgrade.go:57 +msgid "Error upgrading libraries: %v" +msgstr "" + +#: commands/core/install.go:144 commands/instances.go:821 +msgid "Error upgrading platform: %s" +msgstr "" + +#: cli/upgrade/upgrade.go:63 +msgid "Error upgrading: %v" +msgstr "" + +#: commands/instances.go:407 commands/instances.go:517 +msgid "Error verifying signature" +msgstr "" + +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation_database.go:66 +msgid "Error writing compilation database: %s" +msgstr "" + +#: commands/instances.go:416 +msgid "Error writing library_index.json" +msgstr "" + +#: commands/instances.go:419 +msgid "Error writing library_index.json.sig" +msgstr "" + +#: cli/completion/completion.go:53 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: cli/compile/compile.go:150 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: cli/board/list.go:88 +msgid "Event" +msgstr "" + +#: cli/lib/examples.go:122 +msgid "Examples for library %s" +msgstr "" + +#: cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: cli/debug/debug.go:127 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: cli/board/attach.go:40 cli/board/details.go:43 cli/board/list.go:88 +#: cli/board/list.go:126 cli/board/listall.go:87 cli/board/search.go:85 +msgid "FQBN" +msgstr "" + +#: cli/board/details.go:120 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:536 +msgid "Failed chip erase" +msgstr "" + +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:539 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:127 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:117 +msgid "Failed to create downloads directory" +msgstr "" + +#: cli/daemon/daemon.go:127 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: cli/daemon/daemon.go:121 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: cli/daemon/daemon.go:136 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:547 +msgid "Failed uploading" +msgstr "" + +#: cli/board/details.go:165 +msgid "File:" +msgstr "" + +#: commands/daemon/debug.go:47 +msgid "First message must contain debug request, not data" +msgstr "" + +#: cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + +#: cli/arguments/fqbn.go:29 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: cli/debug/debug.go:141 +msgid "GDB Server path" +msgstr "" + +#: cli/debug/debug.go:140 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:173 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: cli/generatedocs/generatedocs.go:38 cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: cli/completion/completion.go:39 +msgid "Generates completion scripts" +msgstr "" + +#: cli/completion/completion.go:40 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:64 +msgid "Generating function prototypes..." +msgstr "" + +#: cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: legacy/builder/phases/sizer.go:89 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 +#: cli/outdated/outdated.go:62 +msgid "ID" +msgstr "" + +#: cli/board/details.go:92 cli/board/details.go:193 +msgid "Id" +msgstr "" + +#: cli/board/details.go:134 +msgid "Identification properties:" +msgstr "" + +#: cli/compile/compile.go:116 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: cli/core/list.go:47 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: cli/sketch/archive.go:51 +msgid "Includes %s directory in the archive." +msgstr "" + +#: cli/core/list.go:84 cli/lib/list.go:124 +msgid "Installed" +msgstr "" + +#: commands/instances.go:729 commands/lib/install.go:113 +msgid "Installed %s" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "Installed version" +msgstr "" + +#: commands/bundled_tools.go:49 commands/instances.go:712 +#: commands/lib/install.go:93 +msgid "Installing %s" +msgstr "" + +#: commands/core/install.go:110 +msgid "Installing platform %s" +msgstr "" + +#: cli/core/install.go:41 cli/core/install.go:42 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/install.go:48 cli/lib/install.go:49 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: legacy/builder/container_find_includes.go:388 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:300 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: cli/cli.go:268 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: commands/board/attach.go:66 +msgid "Invalid Device URL format" +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:193 +msgid "Invalid additional URL: %v" +msgstr "" + +#: cli/core/download.go:58 cli/core/install.go:66 cli/core/uninstall.go:55 +#: cli/core/upgrade.go:81 cli/lib/download.go:56 cli/lib/uninstall.go:55 +msgid "Invalid argument passed: %v" +msgstr "" + +#: legacy/builder/phases/sizer.go:165 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: commands/board/attach.go:76 +msgid "Invalid device port type provided" +msgstr "" + +#: legacy/builder/phases/sizer.go:171 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: cli/core/upgrade.go:87 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: httpclient/httpclient_config.go:44 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: cli/cli.go:229 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: cli/cli.go:246 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:450 commands/instances.go:524 +msgid "Invalid package index in %s" +msgstr "" + +#: cli/core/uninstall.go:61 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:58 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: commands/monitor/monitor.go:127 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: legacy/builder/phases/sizer.go:155 +msgid "Invalid size regexp: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:55 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: cli/compile/compile.go:111 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: cli/lib/list.go:42 +msgid "LIBNAME" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "LIBRARY" +msgstr "" + +#: cli/lib/download.go:36 cli/lib/examples.go:43 cli/lib/search.go:43 +#: cli/lib/uninstall.go:36 +msgid "LIBRARY_NAME" +msgstr "" + +#: cli/core/list.go:84 +msgid "Latest" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: commands/lib/uninstall.go:37 +msgid "Library %s is not installed" +msgstr "" + +#: arduino/errors.go:348 +msgid "Library '%s' not found" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:464 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:123 commands/lib/install.go:133 +msgid "Library installed" +msgstr "" + +#: cli/outdated/outdated.go:72 cli/update/update.go:92 +msgid "Library name" +msgstr "" + +#: cli/lib/search.go:169 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:83 +msgid "Linking everything together..." +msgstr "" + +#: cli/board/listall.go:40 cli/board/search.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: cli/board/listall.go:39 cli/board/search.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: cli/board/list.go:43 +msgid "List connected boards." +msgstr "" + +#: cli/compile/compile.go:94 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: cli/compile/compile.go:108 +msgid "" +"List of custom libraries dir paths separated by commas. Or can be used " +"multiple times for multiple libraries dir paths." +msgstr "" + +#: cli/compile/compile.go:106 +msgid "" +"List of paths to libraries root folders. Libraries set this way have top " +"priority in case of conflicts. Can be used multiple times for different " +"libraries." +msgstr "" + +#: cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: cli/core/list.go:46 +msgid "List updatable platforms." +msgstr "" + +#: cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: cli/outdated/outdated.go:38 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:207 commands/instances.go:218 +#: commands/instances.go:320 +msgid "Loading index file: %v" +msgstr "" + +#: commands/instances.go:329 +msgid "Loading libraries: %v" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Location" +msgstr "" + +#: legacy/builder/phases/sizer.go:130 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: cli/lib/search.go:164 +msgid "Maintainer: %s" +msgstr "" + +#: cli/arguments/port.go:54 cli/board/list.go:50 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: cli/cli.go:109 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:152 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:206 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:182 arduino/errors.go:194 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:232 +msgid "Missing programmer" +msgstr "" + +#: legacy/builder/phases/sizer.go:159 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:400 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:281 +msgid "Monitor '%s' not found" +msgstr "" + +#: cli/monitor/monitor.go:143 +msgid "Monitor port settings:" +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 +#: cli/lib/list.go:124 cli/outdated/outdated.go:62 +msgid "Name" +msgstr "" + +#: cli/lib/search.go:143 +msgid "Name: \"%s\"" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "New version" +msgstr "" + +#: cli/board/list.go:116 +msgid "No boards found." +msgstr "" + +#: cli/lib/examples.go:107 +msgid "No libraries found." +msgstr "" + +#: cli/lib/list.go:116 +msgid "No libraries installed." +msgstr "" + +#: cli/lib/search.go:127 +msgid "No libraries matching your search." +msgstr "" + +#: cli/lib/search.go:138 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: arduino/errors.go:220 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: cli/core/search.go:124 +msgid "No platforms matching your search." +msgstr "" + +#: commands/board/attach.go:92 +msgid "No supported board found at %s" +msgstr "" + +#: cli/lib/list.go:114 +msgid "No updates available." +msgstr "" + +#: commands/upload/upload.go:496 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:367 +msgid "No valid dependencies solution found" +msgstr "" + +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" +msgstr "" + +#: cli/board/details.go:164 +msgid "OS:" +msgstr "" + +#: cli/board/details.go:128 +msgid "Official Arduino board:" +msgstr "" + +#: cli/monitor/monitor.go:54 cli/monitor/monitor.go:55 +msgid "Open a communication port with a board." +msgstr "" + +#: cli/board/details.go:176 +msgid "Option:" +msgstr "" + +#: cli/compile/compile.go:98 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: cli/compile/compile.go:112 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: cli/compile/compile.go:109 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: cli/compile/compile.go:100 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: cli/compile/compile.go:99 cli/upload/upload.go:65 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: cli/compile/compile.go:117 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: commands/daemon/monitor.go:72 +msgid "OutputRate in Null monitor must be a float64" +msgstr "" + +#: cli/compile/compile.go:96 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "PACKAGER" +msgstr "" + +#: cli/board/details.go:144 +msgid "Package URL:" +msgstr "" + +#: cli/board/details.go:143 +msgid "Package maintainer:" +msgstr "" + +#: cli/board/details.go:142 +msgid "Package name:" +msgstr "" + +#: cli/board/details.go:146 +msgid "Package online help:" +msgstr "" + +#: cli/board/details.go:145 +msgid "Package website:" +msgstr "" + +#: cli/lib/search.go:166 +msgid "Paragraph: %s" +msgstr "" + +#: cli/cli.go:113 +msgid "Path to the file where logs will be written." +msgstr "" + +#: cli/compile/compile.go:92 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:477 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:73 +msgid "Platform %s already installed" +msgstr "" + +#: commands/core/install.go:177 +msgid "Platform %s installed" +msgstr "" + +#: commands/core/uninstall.go:85 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:385 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:329 +msgid "Platform '%s' not found" +msgstr "" + +#: cli/board/search.go:85 +msgid "Platform ID" +msgstr "" + +#: cli/board/details.go:152 +msgid "Platform URL:" +msgstr "" + +#: cli/board/details.go:151 +msgid "Platform architecture:" +msgstr "" + +#: cli/board/details.go:150 +msgid "Platform category:" +msgstr "" + +#: cli/board/details.go:157 +msgid "Platform checksum:" +msgstr "" + +#: cli/board/details.go:153 +msgid "Platform file name:" +msgstr "" + +#: cli/board/details.go:149 +msgid "Platform name:" +msgstr "" + +#: cli/board/details.go:155 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Port" +msgstr "" + +#: cli/monitor/monitor.go:164 cli/monitor/monitor.go:171 +msgid "Port closed:" +msgstr "" + +#: arduino/errors.go:558 +msgid "Port monitor error" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: cli/board/details.go:44 +msgid "Print details about a board." +msgstr "" + +#: cli/compile/compile.go:88 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: cli/cli.go:107 +msgid "Print the logs on the standard output." +msgstr "" + +#: cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:262 +msgid "Programmer '%s' not found" +msgstr "" + +#: cli/board/details.go:92 +msgid "Programmer name" +msgstr "" + +#: cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: cli/board/details.go:193 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:314 +msgid "Property '%s' is undefined" +msgstr "" + +#: cli/board/list.go:126 +msgid "Protocol" +msgstr "" + +#: cli/lib/search.go:176 +msgid "Provides includes: %s" +msgstr "" + +#: cli/config/remove.go:32 cli/config/remove.go:33 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/instances.go:722 commands/lib/install.go:106 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: cli/board/details.go:161 +msgid "Required tool:" +msgstr "" + +#: cli/daemon/daemon.go:56 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: cli/monitor/monitor.go:64 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: cli/daemon/daemon.go:57 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: legacy/builder/phases/core_builder.go:48 +msgid "Running normal build of the core..." +msgstr "" + +#: cli/compile/compile.go:90 +msgid "Save build artifacts in this directory." +msgstr "" + +#: cli/core/search.go:50 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: cli/core/search.go:49 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: cli/lib/search.go:45 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: cli/lib/search.go:44 +msgid "Searches for one or more libraries data." +msgstr "" + +#: commands/board/attach.go:109 +msgid "Selected fqbn: %s" +msgstr "" + +#: cli/lib/search.go:165 +msgid "Sentence: %s" +msgstr "" + +#: commands/download.go:63 +msgid "Server responded with: %s" +msgstr "" + +#: cli/config/set.go:33 cli/config/set.go:34 +msgid "Sets a setting value." +msgstr "" + +#: cli/config/init.go:55 cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Setting" +msgstr "" + +#: cli/config/delete.go:62 cli/config/validate.go:49 +msgid "Settings key doesn't exist" +msgstr "" + +#: cli/core/search.go:55 +msgid "Show all available core versions." +msgstr "" + +#: cli/compile/compile.go:87 +msgid "Show all build properties used instead of compiling." +msgstr "" + +#: cli/monitor/monitor.go:62 +msgid "Show all the settings of the communication port." +msgstr "" + +#: cli/board/listall.go:48 cli/board/search.go:47 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: cli/board/details.go:52 +msgid "Show full board details" +msgstr "" + +#: cli/board/details.go:45 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: cli/lib/search.go:50 +msgid "Show library names only." +msgstr "" + +#: cli/board/details.go:53 +msgid "Show list of available programmers" +msgstr "" + +#: cli/debug/debug.go:64 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: cli/update/update.go:46 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: cli/lib/list.go:43 +msgid "Shows a list of installed libraries." +msgstr "" + +#: cli/lib/list.go:44 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: cli/core/list.go:40 cli/core/list.go:41 +msgid "Shows the list of installed platforms." +msgstr "" + +#: cli/lib/examples.go:44 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: cli/lib/examples.go:45 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: cli/board/details.go:166 +msgid "Size (bytes):" +msgstr "" + +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: cli/sketch/new.go:65 +msgid "Sketch created in: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: legacy/builder/phases/sizer.go:83 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: cli/arguments/sketch.go:61 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: legacy/builder/phases/linker.go:35 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:470 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: commands/instances.go:859 +msgid "Skipping platform configuration" +msgstr "" + +#: commands/core/install.go:173 +msgid "Skipping platform configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: arduino/serialutils/serialutils.go:133 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: cli/daemon/daemon.go:62 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: cli/cli.go:124 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: cli/config/add.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/config/remove.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/cli.go:115 cli/cli.go:120 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: cli/lib/upgrade.go:34 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: cli/outdated/outdated.go:39 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: commands/bundled_tools.go:44 commands/core/install.go:80 +#: commands/instances.go:773 +msgid "Tool %s already installed" +msgstr "" + +#: commands/core/uninstall.go:101 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:134 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: cli/debug/debug.go:135 +msgid "Toolchain custom configurations" +msgstr "" + +#: cli/debug/debug.go:129 +msgid "Toolchain path" +msgstr "" + +#: cli/debug/debug.go:130 +msgid "Toolchain prefix" +msgstr "" + +#: cli/debug/debug.go:128 +msgid "Toolchain type" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:58 +msgid "Turns on verbose mode." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Type" +msgstr "" + +#: cli/lib/search.go:173 +msgid "Types: %s" +msgstr "" + +#: cli/board/details.go:168 +msgid "URL:" +msgstr "" + +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:126 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:101 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:89 configuration/configuration.go:114 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: cli/cli.go:215 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/core/uninstall.go:77 commands/lib/uninstall.go:39 +msgid "Uninstalling %s" +msgstr "" + +#: commands/core/uninstall.go:93 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: commands/instances.go:838 +msgid "Uninstalling %s: tool is no more required" +msgstr "" + +#: cli/core/uninstall.go:37 cli/core/uninstall.go:38 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: cli/lib/uninstall.go:37 cli/lib/uninstall.go:38 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: cli/board/list.go:158 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:166 +msgid "Unknown FQBN" +msgstr "" + +#: cli/update/update.go:40 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: cli/update/update.go:41 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: cli/core/update_index.go:36 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: cli/core/update_index.go:35 +msgid "Updates the index of cores." +msgstr "" + +#: cli/lib/update_index.go:36 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: cli/lib/update_index.go:35 +msgid "Updates the libraries index." +msgstr "" + +#: commands/instances.go:455 commands/instances.go:481 +#: commands/instances.go:511 +msgid "Updating index: %s" +msgstr "" + +#: commands/instances.go:382 +msgid "Updating index: library_index.json.gz" +msgstr "" + +#: commands/instances.go:392 +msgid "Updating index: library_index.json.sig" +msgstr "" + +#: commands/instances.go:795 +msgid "Updating platform %s" +msgstr "" + +#: commands/core/upgrade.go:55 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: cli/upgrade/upgrade.go:43 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: cli/upgrade/upgrade.go:42 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: cli/lib/upgrade.go:33 +msgid "Upgrades installed libraries." +msgstr "" + +#: cli/core/upgrade.go:39 cli/core/upgrade.go:40 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: commands/core/install.go:114 +msgid "Upgrading platform %[1]s with %[2]s" +msgstr "" + +#: cli/upload/upload.go:50 +msgid "Upload Arduino sketches." +msgstr "" + +#: cli/upload/upload.go:51 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: cli/arguments/port.go:46 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:494 +msgid "Upload port found on %s" +msgstr "" + +#: cli/arguments/port.go:50 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: cli/compile/compile.go:101 +msgid "Upload the binary after the compilation." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:48 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader." +msgstr "" + +#: cli/compile/compile.go:228 cli/upload/upload.go:117 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:68 +#: arduino/libraries/librariesmanager/install.go:84 +#: arduino/libraries/librariesmanager/install.go:106 +#: arduino/libraries/librariesmanager/install.go:190 +msgid "User directory not set" +msgstr "" + +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 +msgid "VERSION" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "VERSION_NUMBER" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Values" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 +#: cli/upload/upload.go:64 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: cli/core/search.go:114 +msgid "Version" +msgstr "" + +#: cli/lib/search.go:174 +msgid "Versions: %s" +msgstr "" + +#: commands/core/install.go:169 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: commands/instances.go:855 +msgid "WARNING: cannot run post install: %s" +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:483 +msgid "Waiting for upload port..." +msgstr "" + +#: legacy/builder/add_build_board_property_if_missing.go:36 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: legacy/builder/warn_about_platform_rewrites.go:40 +msgid "" +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." +msgstr "" + +#: commands/upload/upload.go:379 +msgid "" +"Warning: tool '%s' is not installed. It might not be available for your OS." +msgstr "" + +#: cli/lib/search.go:167 +msgid "Website: %s" +msgstr "" + +#: cli/compile/compile.go:104 +msgid "" +"When specified, VID/PID specific build properties are used, if board " +"supports them." +msgstr "" + +#: cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: cli/config/set.go:77 +msgid "Writing config file: %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "and" +msgstr "" + +#: arduino/resources/checksums.go:80 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:137 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: cli/sketch/archive.go:38 +msgid "archivePath" +msgstr "" + +#: legacy/builder/preprocess_sketch.go:103 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:640 +msgid "autodetect build artifact: %s" +msgstr "" + +#: commands/upload/upload.go:625 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:189 +msgid "board %s not found" +msgstr "" + +#: commands/board/list.go:42 +msgid "board not found" +msgstr "" + +#: cli/board/listall.go:38 cli/board/search.go:37 +msgid "boardname" +msgstr "" + +#: arduino/discovery/discovery.go:312 arduino/discovery/discovery.go:333 +#: arduino/discovery/discovery.go:353 arduino/discovery/discovery.go:376 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:416 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:123 arduino/cores/status.go:150 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:263 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:105 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:803 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: legacy/builder/resolve_library.go:34 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:582 commands/upload/upload.go:589 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: cli/cli.go:74 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:149 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:316 arduino/discovery/discovery.go:337 +#: arduino/discovery/discovery.go:357 arduino/discovery/discovery.go:380 +#: arduino/discovery/discovery.go:397 arduino/discovery/discovery.go:420 +msgid "command failed: %s" +msgstr "" + +#: arduino/monitor/monitor.go:146 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/discovery/discovery.go:314 +msgid "communication out of sync, expected 'hello', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:395 +msgid "communication out of sync, expected 'list', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:378 +msgid "communication out of sync, expected 'quit', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:335 +msgid "communication out of sync, expected 'start', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:418 +msgid "communication out of sync, expected 'start_sync', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:355 +msgid "communication out of sync, expected 'stop', received '%s'" +msgstr "" + +#: arduino/resources/checksums.go:76 +msgid "computing hash: %s" +msgstr "" + +#: commands/upload/upload.go:697 +msgid "could not find a valid build artifact" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:740 +msgid "creating discovery: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:45 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:121 +msgid "data section exceeds available space in board" +msgstr "" + +#: arduino/sketch/sketch.go:211 +msgid "decoding sketch metadata: %s" +msgstr "" + +#: commands/lib/resolve_deps.go:55 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/utils/utils.go:474 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:75 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:268 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:106 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:731 +msgid "discovery not found: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:735 +msgid "discovery not installed: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:478 +msgid "discovery release not found: %s" +msgstr "" + +#: cli/core/download.go:41 cli/core/install.go:45 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: cli/core/download.go:40 cli/core/install.go:43 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: commands/instances.go:99 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:200 +msgid "encoding sketch metadata: %s" +msgstr "" + +#: arduino/monitors/serial.go:44 +msgid "error opening serial monitor" +msgstr "" + +#: cli/config/set.go:69 +msgid "error parsing value: %v" +msgstr "" + +#: commands/board/list.go:88 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:103 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:125 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:145 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:71 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:97 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:132 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:67 +msgid "find abs path: %s" +msgstr "" + +#: commands/daemon/monitor.go:45 +msgid "first message must contain monitor configuration, not data" +msgstr "" + +#: cli/cli.go:74 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:109 +msgid "following possible symlink %[1]s: %[2]s" +msgstr "" + +#: cli/lib/download.go:41 +msgid "for a specific version." +msgstr "" + +#: cli/lib/check_deps.go:40 cli/lib/download.go:40 cli/lib/install.go:51 +msgid "for the latest version." +msgstr "" + +#: cli/lib/check_deps.go:41 cli/lib/install.go:52 +msgid "for the specific version." +msgstr "" + +#: inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/helpers.go:68 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:94 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:67 arduino/resources/checksums.go:90 +#: arduino/resources/helpers.go:40 arduino/resources/helpers.go:49 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:195 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:103 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:684 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:96 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:155 +msgid "importing sketch metadata: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:92 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:103 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:37 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:176 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:187 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:45 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:123 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:258 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:49 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/libraries/libraries_layout.go:53 +msgid "invalid library layout value: %d" +msgstr "" + +#: arduino/libraries/libraries_layout.go:68 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:73 +msgid "invalid library location value: %d" +msgstr "" + +#: arduino/libraries/libraries_location.go:94 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/cores/board.go:125 +msgid "invalid option '%s'" +msgstr "" + +#: inventory/inventory.go:88 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: inventory/inventory.go:94 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:255 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:374 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: cli/monitor/monitor.go:126 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: cli/monitor/monitor.go:135 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:569 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: arduino/cores/board.go:109 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:284 +msgid "invalid version dir %[1]s: %[2]s" +msgstr "" + +#: commands/daemon/settings.go:108 +msgid "key not found in settings" +msgstr "" + +#: cli/core/search.go:48 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:163 +#: arduino/libraries/librariesmanager/install.go:206 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:38 +msgid "library already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:305 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:226 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:217 +msgid "listing ports from discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/serialutils/serialutils.go:61 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:312 +#: arduino/cores/packagemanager/loader.go:321 +#: arduino/cores/packagemanager/loader.go:326 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:362 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:639 +msgid "loading bundled tools from %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:230 +#: arduino/cores/packagemanager/package_manager.go:245 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:205 +#: arduino/libraries/librariesmanager/librariesmanager.go:231 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:47 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:261 +#: arduino/cores/packagemanager/loader.go:289 +msgid "loading platform release %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:212 +msgid "loading platform.txt: %v" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:606 +msgid "loading tool release in %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:205 +msgid "looking for boards.txt in %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_setup.go:73 +msgid "main file missing from sketch" +msgstr "" + +#: arduino/resources/checksums.go:41 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:207 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:212 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:217 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:489 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:180 +#: arduino/resources/install.go:94 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:692 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:77 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:127 +msgid "no compatible version of %s tools found for the current os" +msgstr "" + +#: executils/process.go:38 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:101 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:647 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:564 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:263 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: commands/core/download.go:85 +msgid "no versions available for the current OS" +msgstr "" + +#: arduino/resources/checksums.go:72 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:277 +msgid "opening boards.txt: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:37 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:80 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:75 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:73 arduino/cores/status.go:88 +#: arduino/cores/status.go:113 arduino/cores/status.go:140 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:259 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/status.go:194 +msgid "package not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:232 +msgid "parsing IDE bundled index: %s" +msgstr "" + +#: arduino/cores/board.go:139 +#: arduino/cores/packagemanager/package_manager.go:136 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:69 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:194 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:77 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:89 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:182 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:65 +#: arduino/cores/packagemanager/install_uninstall.go:108 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 +msgid "platform not installed" +msgstr "" + +#: cli/compile/compile.go:122 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:61 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: cli/board/attach.go:40 +msgid "port" +msgstr "" + +#: cli/arguments/port.go:145 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:238 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:318 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:189 +msgid "quitting discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:79 +msgid "reading %[1]s directory: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:689 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:271 +#: arduino/libraries/librariesmanager/librariesmanager.go:196 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:167 +#: arduino/cores/packagemanager/loader.go:597 +msgid "reading directory %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:278 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:76 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:233 +msgid "reading files: %v" +msgstr "" + +#: inventory/inventory.go:58 +msgid "reading inventory file: %w" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:60 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:235 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:115 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:63 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:118 +msgid "reading package root dir: %s" +msgstr "" + +#: arduino/sketch/sketch.go:192 +msgid "reading sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/upload/upload.go:558 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:335 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:82 arduino/cores/status.go:106 +#: arduino/cores/status.go:133 +msgid "release cannot be nil" +msgstr "" + +#: arduino/cores/status.go:210 +msgid "release not found" +msgstr "" + +#: arduino/resources/helpers.go:59 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:95 +msgid "removing lib directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:117 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:169 +msgid "removing tool files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:84 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:71 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:109 arduino/libraries/loader.go:140 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:675 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:43 +msgid "setting DTR to OFF" +msgstr "" + +#: arduino/sketch/sketch.go:62 +msgid "sketch path is not valid" +msgstr "" + +#: cli/board/attach.go:40 cli/sketch/archive.go:38 +msgid "sketchPath" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:531 +msgid "skipping loading of boards %s: malformed custom board options" +msgstr "" + +#: legacy/builder/utils/utils.go:466 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:142 +msgid "start syncing discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:122 +msgid "starting discovery %[1]s: %[2]w" +msgstr "" + +#: commands/board/list.go:303 +msgid "stopping discoveries: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:173 +msgid "stopping discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/resources/checksums.go:119 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:112 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:106 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:116 +msgid "text section exceeds available space in board" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:62 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:79 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:139 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:217 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:165 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:92 arduino/cores/status.go:117 +#: arduino/cores/status.go:144 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:285 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "tool not available for your OS" +msgstr "" + +#: arduino/cores/status.go:198 +msgid "tool not found" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:160 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:467 +#: arduino/cores/packagemanager/package_manager.go:544 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:96 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:59 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:69 arduino/builder/sketch.go:117 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:49 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:111 +msgid "unable to create a folder to save the sketch files" +msgstr "" + +#: arduino/builder/sketch.go:123 +msgid "unable to create the folder containing the item" +msgstr "" + +#: cli/config/dump.go:58 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:161 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:134 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:55 +msgid "unable to save the sketch on disk" +msgstr "" + +#: arduino/builder/sketch.go:144 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:170 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:177 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:146 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:62 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: cli/core/upgrade.go:44 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: cli/core/upgrade.go:42 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:593 +msgid "uploading error: %s" +msgstr "" + +#: arduino/sketch/sketch.go:216 +msgid "writing sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/board/list.go:95 +msgid "wrong format in server response" +msgstr "" diff --git a/i18n/data/en.po b/i18n/data/en.po index c9fd0d004a0..892afaa5272 100644 --- a/i18n/data/en.po +++ b/i18n/data/en.po @@ -6,14 +6,22 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:37 +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "%[1]s folder is no longer supported! See %[2]s for more information" +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "%[1]s invalid, rebuilding all" + #: cli/lib/check_deps.go:102 msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s is required but %[2]s is currently installed." +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "%[1]s pattern is missing" + #: arduino/discovery/discovery.go:75 msgid "%[1]s, message: %[2]s" msgstr "%[1]s, message: %[2]s" @@ -34,7 +42,7 @@ msgstr "%[1]s, protocol version: %[2]d" msgid "%s already downloaded" msgstr "%s already downloaded" -#: commands/upload/upload.go:530 +#: commands/upload/upload.go:615 msgid "%s and %s cannot be used together" msgstr "%s and %s cannot be used together" @@ -62,7 +70,7 @@ msgstr "%s is not managed by package manager" msgid "%s must be installed." msgstr "%s must be installed." -#: legacy/builder/builder_utils/utils.go:530 legacy/builder/ctags_runner.go:41 +#: legacy/builder/ctags_runner.go:41 msgid "%s pattern is missing" msgstr "%s pattern is missing" @@ -70,7 +78,7 @@ msgstr "%s pattern is missing" msgid "%s uninstalled" msgstr "%s uninstalled" -#: arduino/errors.go:674 +#: arduino/errors.go:708 msgid "'%s' has an invalid signature" msgstr "'%s' has an invalid signature" @@ -78,7 +86,7 @@ msgstr "'%s' has an invalid signature" msgid "(hidden)" msgstr "(hidden)" -#: legacy/builder/print_used_libraries_if_verbose.go:38 +#: legacy/builder/print_used_libraries_if_verbose.go:34 msgid "(legacy)" msgstr "(legacy)" @@ -102,7 +110,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "A new release of Arduino CLI is available:" -#: arduino/errors.go:210 +#: arduino/errors.go:244 msgid "A programmer is required to upload" msgstr "A programmer is required to upload" @@ -135,15 +143,15 @@ msgstr "All the cores are already at the latest version" msgid "Already installed %s" msgstr "Already installed %s" -#: legacy/builder/resolve_library.go:34 +#: legacy/builder/resolve_library.go:32 msgid "Alternatives for %[1]s: %[2]s" msgstr "Alternatives for %[1]s: %[2]s" -#: legacy/builder/container_add_prototypes.go:42 +#: legacy/builder/container_add_prototypes.go:46 msgid "An error occurred adding prototypes" msgstr "An error occurred adding prototypes" -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_find_includes.go:116 msgid "An error occurred detecting libraries" msgstr "An error occurred detecting libraries" @@ -155,9 +163,9 @@ msgstr "Architecture: %s" msgid "Archive already exists" msgstr "Archive already exists" -#: legacy/builder/phases/core_builder.go:128 -msgid "Archiving built core (caching) in: {0}" -msgstr "Archiving built core (caching) in: {0}" +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "Archiving built core (caching) in: %[1]s" #: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 msgid "Arduino CLI sketch commands." @@ -237,10 +245,10 @@ msgid "Board version:" msgstr "Board version:" #: legacy/builder/merge_sketch_with_bootloader.go:69 -msgid "Bootloader file specified but missing: {0}" -msgstr "Bootloader file specified but missing: {0}" +msgid "Bootloader file specified but missing: %[1]s" +msgstr "Bootloader file specified but missing: %[1]s" -#: cli/compile/compile.go:86 +#: cli/compile/compile.go:89 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "Builds of 'core.a' are saved into this path to be cached and reused." @@ -248,7 +256,7 @@ msgstr "Builds of 'core.a' are saved into this path to be cached and reused." msgid "Can't create data directory %s" msgstr "Can't create data directory %s" -#: arduino/errors.go:380 +#: arduino/errors.go:414 msgid "Can't create sketch" msgstr "Can't create sketch" @@ -262,7 +270,7 @@ msgstr "Can't download library" msgid "Can't find dependencies for platform %s" msgstr "Can't find dependencies for platform %s" -#: arduino/errors.go:393 +#: arduino/errors.go:427 msgid "Can't open sketch" msgstr "Can't open sketch" @@ -278,7 +286,7 @@ msgstr "Can't use %s flags at the same time." msgid "Can't write config file: %v" msgstr "Can't write config file: %v" -#: commands/compile/compile.go:181 +#: commands/compile/compile.go:175 msgid "Cannot create build cache directory" msgstr "Cannot create build cache directory" @@ -294,11 +302,11 @@ msgstr "Cannot create config file directory: %v" msgid "Cannot create config file: %v" msgstr "Cannot create config file: %v" -#: arduino/errors.go:637 +#: arduino/errors.go:671 msgid "Cannot create temp dir" msgstr "Cannot create temp dir" -#: arduino/errors.go:655 +#: arduino/errors.go:689 msgid "Cannot create temp file" msgstr "Cannot create temp file" @@ -326,7 +334,7 @@ msgstr "Cannot install platform" msgid "Cannot install tool %s" msgstr "Cannot install tool %s" -#: commands/upload/upload.go:421 +#: commands/upload/upload.go:506 msgid "Cannot perform port reset: %s" msgstr "Cannot perform port reset: %s" @@ -346,10 +354,6 @@ msgstr "Check dependencies status for the specified library." msgid "Checking lib install prerequisites" msgstr "Checking lib install prerequisites" -#: legacy/builder/builder_utils/utils.go:280 -msgid "Checking previous results for {0} (result = {1}, dep = {2})" -msgstr "Checking previous results for {0} (result = {1}, dep = {2})" - #: arduino/resources/checksums.go:182 msgid "Checksum differs from checksum in package.json" msgstr "Checksum differs from checksum in package.json" @@ -362,7 +366,7 @@ msgstr "Checksum:" msgid "Clean caches." msgstr "Clean caches." -#: cli/cli.go:124 +#: cli/cli.go:125 msgid "Comma-separated list of additional URLs for the Boards Manager." msgstr "Comma-separated list of additional URLs for the Boards Manager." @@ -374,27 +378,27 @@ msgstr "" "Command keeps running and prints list of connected boards whenever there is " "a change." -#: commands/debug/debug_info.go:119 commands/upload/upload.go:359 +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 msgid "Compiled sketch not found in %s" msgstr "Compiled sketch not found in %s" -#: cli/compile/compile.go:72 cli/compile/compile.go:73 +#: cli/compile/compile.go:75 cli/compile/compile.go:76 msgid "Compiles Arduino sketches." msgstr "Compiles Arduino sketches." -#: legacy/builder/builder.go:80 +#: legacy/builder/builder.go:78 msgid "Compiling core..." msgstr "Compiling core..." -#: legacy/builder/builder.go:74 +#: legacy/builder/builder.go:72 msgid "Compiling libraries..." msgstr "Compiling libraries..." -#: legacy/builder/phases/libraries_builder.go:135 -msgid "Compiling library \"{0}\"" -msgstr "Compiling library \"{0}\"" +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" +msgstr "Compiling library \"%[1]s\"" -#: legacy/builder/builder.go:69 +#: legacy/builder/builder.go:67 msgid "Compiling sketch..." msgstr "Compiling sketch..." @@ -448,11 +452,11 @@ msgstr "Could not connect via HTTP" msgid "Could not create index directory" msgstr "Could not create index directory" -#: legacy/builder/phases/core_builder.go:48 -msgid "Couldn't deeply cache core build: {0}" -msgstr "Couldn't deeply cache core build: {0}" +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "Couldn't deeply cache core build: %[1]s" -#: legacy/builder/phases/sizer.go:81 +#: legacy/builder/phases/sizer.go:79 msgid "Couldn't determine program size" msgstr "Couldn't determine program size" @@ -480,6 +484,10 @@ msgstr "" msgid "DEPRECATED" msgstr "DEPRECATED" +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "Daemon is now listening on %s:%s" + #: cli/debug/debug.go:52 msgid "Debug Arduino sketches." msgstr "Debug Arduino sketches." @@ -526,15 +534,11 @@ msgstr "Deletes a settings key and all its sub keys." msgid "Dependencies: %s" msgstr "Dependencies: %s" -#: legacy/builder/builder_utils/utils.go:358 -msgid "Depfile is about different file: {0}" -msgstr "Depfile is about different file: {0}" - #: cli/lib/list.go:124 msgid "Description" msgstr "Description" -#: legacy/builder/builder.go:61 +#: legacy/builder/builder.go:59 msgid "Detecting libraries used..." msgstr "Detecting libraries used..." @@ -568,7 +572,7 @@ msgstr "Disable completion description for shells that support it" msgid "Disconnected" msgstr "Disconnected" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:66 msgid "Display only the provided gRPC calls" msgstr "Display only the provided gRPC calls" @@ -580,7 +584,7 @@ msgstr "Do not install dependencies." msgid "Do not perform the actual upload, just log out actions" msgstr "Do not perform the actual upload, just log out actions" -#: cli/daemon/daemon.go:63 +#: cli/daemon/daemon.go:64 msgid "Do not terminate daemon process if the parent process dies" msgstr "Do not terminate daemon process if the parent process dies" @@ -605,7 +609,7 @@ msgstr "Downloads one or more cores and corresponding tool dependencies." msgid "Downloads one or more libraries without installing them." msgstr "Downloads one or more libraries without installing them." -#: cli/daemon/daemon.go:64 +#: cli/daemon/daemon.go:65 msgid "Enable debug logging of gRPC calls" msgstr "Enable debug logging of gRPC calls" @@ -621,9 +625,9 @@ msgstr "Enter git url for libraries hosted on repositories" msgid "Error adding file to sketch archive" msgstr "Error adding file to sketch archive" -#: legacy/builder/phases/core_builder.go:136 -msgid "Error archiving built core (caching) in {0}: {1}" -msgstr "Error archiving built core (caching) in {0}: {1}" +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "Error archiving built core (caching) in %[1]s: %[2]s" #: cli/sketch/archive.go:79 msgid "Error archiving: %v" @@ -637,7 +641,7 @@ msgstr "Error calculating relative file path" msgid "Error cleaning caches: %v" msgstr "Error cleaning caches: %v" -#: commands/compile/compile.go:281 +#: commands/compile/compile.go:280 msgid "Error copying output file %s" msgstr "Error copying output file %s" @@ -646,7 +650,7 @@ msgstr "Error copying output file %s" msgid "Error creating instance: %v" msgstr "Error creating instance: %v" -#: commands/compile/compile.go:261 +#: commands/compile/compile.go:260 msgid "Error creating output dir" msgstr "Error creating output dir" @@ -705,18 +709,26 @@ msgstr "Error downloading tool %s" msgid "Error during Debug: %v" msgstr "Error during Debug: %v" -#: cli/feedback/feedback.go:144 +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "Error during FQBN detection: %v" + +#: cli/feedback/feedback.go:160 msgid "Error during JSON encoding of the output: %v" msgstr "Error during JSON encoding of the output: %v" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:195 -#: cli/compile/compile.go:227 cli/upload/upload.go:88 cli/upload/upload.go:94 -#: cli/upload/upload.go:110 cli/upload/upload.go:137 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 msgid "Error during Upload: %v" msgstr "Error during Upload: %v" -#: cli/compile/compile.go:239 +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "Error during YAML encoding of the output: %v" + +#: cli/compile/compile.go:266 msgid "Error during build: %v" msgstr "Error during build: %v" @@ -736,7 +748,7 @@ msgstr "Error during upgrade: %v" msgid "Error extracting library_index.json.gz" msgstr "Error extracting library_index.json.gz" -#: commands/upload/upload.go:356 +#: commands/upload/upload.go:441 msgid "Error finding build artifacts" msgstr "Error finding build artifacts" @@ -764,7 +776,7 @@ msgstr "Error getting board list" msgid "Error getting current directory for compilation database: %s" msgstr "Error getting current directory for compilation database: %s" -#: commands/compile/compile.go:290 commands/lib/list.go:107 +#: commands/compile/compile.go:289 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "Error getting information for library %s" @@ -776,10 +788,6 @@ msgstr "Error getting libraries info: %v" msgid "Error getting port settings details: %s" msgstr "Error getting port settings details: %s" -#: legacy/builder/types/context.go:239 -msgid "Error in FQBN: %s" -msgstr "Error in FQBN: %s" - #: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" @@ -817,11 +825,15 @@ msgstr "Error listing boards: %v" msgid "Error listing platforms: %v" msgstr "Error listing platforms: %v" -#: cli/compile/compile.go:140 +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "Error loading hardware platform: %[1]s" + +#: cli/compile/compile.go:143 msgid "Error opening source code overrides data file: %v" msgstr "Error opening source code overrides data file: %v" -#: commands/compile/compile.go:271 +#: commands/compile/compile.go:270 msgid "Error reading build directory" msgstr "Error reading build directory" @@ -833,9 +845,9 @@ msgstr "Error reading config file: %v" msgid "Error reading sketch files" msgstr "Error reading sketch files" -#: legacy/builder/target_board_resolver.go:33 -msgid "Error resolving FQBN: {0}" -msgstr "Error resolving FQBN: {0}" +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" +msgstr "Error resolving FQBN" #: cli/lib/check_deps.go:66 msgid "Error resolving dependencies for %[1]s: %[2]s" @@ -930,11 +942,11 @@ msgstr "Error upgrading: %v" msgid "Error verifying signature" msgstr "Error verifying signature" -#: legacy/builder/container_find_includes.go:362 -msgid "Error while detecting libraries included by {0}" -msgstr "Error while detecting libraries included by {0}" +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" +msgstr "Error while detecting libraries included by %[1]s" -#: legacy/builder/phases/sizer.go:147 legacy/builder/phases/sizer.go:153 +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 msgid "Error while determining sketch size: %s" msgstr "Error while determining sketch size: %s" @@ -954,7 +966,7 @@ msgstr "Error writing library_index.json.sig" msgid "Error: command description is not supported by %v" msgstr "Error: command description is not supported by %v" -#: cli/compile/compile.go:147 +#: cli/compile/compile.go:150 msgid "Error: invalid source code overrides data file: %v" msgstr "Error: invalid source code overrides data file: %v" @@ -974,7 +986,7 @@ msgstr "Examples:" msgid "Executable to debug" msgstr "Executable to debug" -#: commands/debug/debug_info.go:122 commands/upload/upload.go:362 +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "Expected compiled sketch in directory %s, but is a file instead" @@ -987,15 +999,19 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:536 msgid "Failed chip erase" msgstr "Failed chip erase" -#: commands/upload/upload.go:458 +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "Failed choosing port, address: %s" + +#: commands/upload/upload.go:543 msgid "Failed programming" msgstr "Failed programming" -#: commands/upload/upload.go:454 +#: commands/upload/upload.go:539 msgid "Failed to burn bootloader" msgstr "Failed to burn bootloader" @@ -1007,27 +1023,23 @@ msgstr "Failed to create data directory" msgid "Failed to create downloads directory" msgstr "Failed to create downloads directory" -#: cli/daemon/daemon.go:126 +#: cli/daemon/daemon.go:127 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." -#: cli/daemon/daemon.go:120 +#: cli/daemon/daemon.go:121 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." -#: cli/daemon/daemon.go:135 +#: cli/daemon/daemon.go:136 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" -#: cli/daemon/daemon.go:132 +#: cli/daemon/daemon.go:133 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "Failed to listen on TCP port: %s. Address already in use." -#: legacy/builder/builder_utils/utils.go:380 -msgid "Failed to read: {0}" -msgstr "Failed to read: {0}" - -#: commands/upload/upload.go:462 +#: commands/upload/upload.go:547 msgid "Failed uploading" msgstr "Failed uploading" @@ -1055,6 +1067,14 @@ msgid "" msgstr "" "Force skip of post-install scripts (if the CLI is running interactively)." +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" +"Found %d platform for reference \"%s\":\n" +"%s" + #: cli/arguments/fqbn.go:29 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" msgstr "Fully Qualified Board Name, e.g.: arduino:avr:uno" @@ -1083,7 +1103,7 @@ msgstr "Generates completion scripts" msgid "Generates completion scripts for various shells" msgstr "Generates completion scripts for various shells" -#: legacy/builder/builder.go:66 +#: legacy/builder/builder.go:64 msgid "Generating function prototypes..." msgstr "Generating function prototypes..." @@ -1091,17 +1111,17 @@ msgstr "Generating function prototypes..." msgid "Global Flags:" msgstr "Global Flags:" -#: legacy/builder/phases/sizer.go:93 +#: legacy/builder/phases/sizer.go:89 msgid "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." msgstr "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." -#: legacy/builder/phases/sizer.go:100 -msgid "Global variables use {0} bytes of dynamic memory." -msgstr "Global variables use {0} bytes of dynamic memory." +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "Global variables use %[1]s bytes of dynamic memory." #: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 #: cli/outdated/outdated.go:62 @@ -1116,7 +1136,7 @@ msgstr "Id" msgid "Identification properties:" msgstr "Identification properties:" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:116 msgid "If set built binaries will be exported to the sketch folder." msgstr "If set built binaries will be exported to the sketch folder." @@ -1166,15 +1186,15 @@ msgstr "Installs one or more cores and corresponding tool dependencies." msgid "Installs one or more specified libraries into the system." msgstr "Installs one or more specified libraries into the system." -#: legacy/builder/container_find_includes.go:386 +#: legacy/builder/container_find_includes.go:388 msgid "Internal error in cache" msgstr "Internal error in cache" -#: arduino/errors.go:266 +#: arduino/errors.go:300 msgid "Invalid '%[1]s' property: %[2]s" msgstr "Invalid '%[1]s' property: %[2]s" -#: cli/cli.go:265 +#: cli/cli.go:268 msgid "" "Invalid Call : should show Help, but it is available only in TEXT mode." msgstr "" @@ -1184,11 +1204,11 @@ msgstr "" msgid "Invalid Device URL format" msgstr "Invalid Device URL format" -#: arduino/errors.go:60 +#: arduino/errors.go:62 msgid "Invalid FQBN" msgstr "Invalid FQBN" -#: arduino/errors.go:78 +#: arduino/errors.go:80 msgid "Invalid URL" msgstr "Invalid URL" @@ -1201,7 +1221,7 @@ msgstr "Invalid additional URL: %v" msgid "Invalid argument passed: %v" msgstr "Invalid argument passed: %v" -#: legacy/builder/phases/sizer.go:172 +#: legacy/builder/phases/sizer.go:165 msgid "Invalid data size regexp: %s" msgstr "Invalid data size regexp: %s" @@ -1209,11 +1229,11 @@ msgstr "Invalid data size regexp: %s" msgid "Invalid device port type provided" msgstr "Invalid device port type provided" -#: legacy/builder/phases/sizer.go:178 +#: legacy/builder/phases/sizer.go:171 msgid "Invalid eeprom size regexp: %s" msgstr "Invalid eeprom size regexp: %s" -#: arduino/errors.go:46 +#: arduino/errors.go:48 msgid "Invalid instance" msgstr "Invalid instance" @@ -1221,7 +1241,7 @@ msgstr "Invalid instance" msgid "Invalid item %s" msgstr "Invalid item %s" -#: arduino/errors.go:96 +#: arduino/errors.go:98 msgid "Invalid library" msgstr "Invalid library" @@ -1229,11 +1249,11 @@ msgstr "Invalid library" msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "Invalid network.proxy '%[1]s': %[2]s" -#: cli/cli.go:226 +#: cli/cli.go:229 msgid "Invalid option for --log-level: %s" msgstr "Invalid option for --log-level: %s" -#: cli/cli.go:243 +#: cli/cli.go:246 msgid "Invalid output format: %s" msgstr "Invalid output format: %s" @@ -1249,15 +1269,15 @@ msgstr "Invalid parameter %s: version not allowed" msgid "Invalid pid value: '%s'" msgstr "Invalid pid value: '%s'" -#: commands/monitor/monitor.go:123 +#: commands/monitor/monitor.go:127 msgid "Invalid recipe in platform.txt" msgstr "Invalid recipe in platform.txt" -#: legacy/builder/phases/sizer.go:162 +#: legacy/builder/phases/sizer.go:155 msgid "Invalid size regexp: %s" msgstr "Invalid size regexp: %s" -#: arduino/errors.go:114 +#: arduino/errors.go:116 msgid "Invalid version" msgstr "Invalid version" @@ -1265,7 +1285,7 @@ msgstr "Invalid version" msgid "Invalid vid value: '%s'" msgstr "Invalid vid value: '%s'" -#: cli/compile/compile.go:108 +#: cli/compile/compile.go:111 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1290,19 +1310,25 @@ msgstr "LIBRARY_NAME" msgid "Latest" msgstr "Latest" +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "Library %[1]s has been declared precompiled:" + #: commands/lib/uninstall.go:37 msgid "Library %s is not installed" msgstr "Library %s is not installed" -#: arduino/errors.go:314 +#: arduino/errors.go:348 msgid "Library '%s' not found" msgstr "Library '%s' not found" -#: legacy/builder/fail_if_imported_library_is_wrong.go:46 -msgid "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" -msgstr "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." -#: arduino/errors.go:430 +#: arduino/errors.go:464 msgid "Library install failed" msgstr "Library install failed" @@ -1314,15 +1340,11 @@ msgstr "Library installed" msgid "Library name" msgstr "Library name" -#: legacy/builder/phases/libraries_builder.go:91 -msgid "Library {0} has been declared precompiled:" -msgstr "Library {0} has been declared precompiled:" - #: cli/lib/search.go:169 msgid "License: %s" msgstr "License: %s" -#: legacy/builder/builder.go:85 +#: legacy/builder/builder.go:83 msgid "Linking everything together..." msgstr "Linking everything together..." @@ -1342,7 +1364,7 @@ msgstr "List all known boards and their corresponding FQBN." msgid "List connected boards." msgstr "List connected boards." -#: cli/compile/compile.go:91 +#: cli/compile/compile.go:94 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." @@ -1350,7 +1372,7 @@ msgstr "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:108 msgid "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." @@ -1358,7 +1380,7 @@ msgstr "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:106 msgid "" "List of paths to libraries root folders. Libraries set this way have top " "priority in case of conflicts. Can be used multiple times for different " @@ -1397,11 +1419,7 @@ msgstr "Loading libraries: %v" msgid "Location" msgstr "Location" -#: legacy/builder/recipe_runner.go:40 -msgid "Looking for recipes like {0}*{1}" -msgstr "Looking for recipes like {0}*{1}" - -#: legacy/builder/phases/sizer.go:137 +#: legacy/builder/phases/sizer.go:130 msgid "Low memory available, stability problems may occur." msgstr "Low memory available, stability problems may occur." @@ -1419,35 +1437,35 @@ msgid "" msgstr "" "Messages with this level and above will be logged. Valid levels are: %s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:41 -msgid "Missing '{0}' from library in {1}" -msgstr "Missing '{0}' from library in {1}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "Missing '%[1]s' from library in %[2]s" -#: arduino/errors.go:130 +#: arduino/errors.go:152 msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "Missing FQBN (Fully Qualified Board Name)" -#: arduino/errors.go:172 +#: arduino/errors.go:206 msgid "Missing port" msgstr "Missing port" -#: arduino/errors.go:160 +#: arduino/errors.go:182 arduino/errors.go:194 msgid "Missing port protocol" msgstr "Missing port protocol" -#: arduino/errors.go:198 +#: arduino/errors.go:232 msgid "Missing programmer" msgstr "Missing programmer" -#: legacy/builder/phases/sizer.go:166 +#: legacy/builder/phases/sizer.go:159 msgid "Missing size regexp" msgstr "Missing size regexp" -#: arduino/errors.go:366 +#: arduino/errors.go:400 msgid "Missing sketch path" msgstr "Missing sketch path" -#: arduino/errors.go:247 +#: arduino/errors.go:281 msgid "Monitor '%s' not found" msgstr "Monitor '%s' not found" @@ -1455,9 +1473,9 @@ msgstr "Monitor '%s' not found" msgid "Monitor port settings:" msgstr "Monitor port settings:" -#: legacy/builder/print_used_and_not_used_libraries.go:50 -msgid "Multiple libraries were found for \"{0}\"" -msgstr "Multiple libraries were found for \"{0}\"" +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "Multiple libraries were found for \"%[1]s\"" #: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 #: cli/lib/list.go:124 cli/outdated/outdated.go:62 @@ -1477,10 +1495,6 @@ msgstr "New version" msgid "No boards found." msgstr "No boards found." -#: legacy/builder/builder_utils/utils.go:351 -msgid "No colon in first line of depfile" -msgstr "No colon in first line of depfile" - #: cli/lib/examples.go:107 msgid "No libraries found." msgstr "No libraries found." @@ -1501,7 +1515,7 @@ msgstr "" "No libraries matching your search.\n" "Did you mean...\n" -#: arduino/errors.go:186 +#: arduino/errors.go:220 msgid "No monitor available for the port protocol %s" msgstr "No monitor available for the port protocol %s" @@ -1517,31 +1531,21 @@ msgstr "No supported board found at %s" msgid "No updates available." msgstr "No updates available." -#: commands/upload/upload.go:411 +#: commands/upload/upload.go:496 msgid "No upload port found, using %s as fallback" msgstr "No upload port found, using %s as fallback" -#: arduino/errors.go:333 +#: arduino/errors.go:367 msgid "No valid dependencies solution found" msgstr "No valid dependencies solution found" -#: legacy/builder/phases/sizer.go:127 -msgid "Not enough memory; see %s for tips on reducing your footprint." -msgstr "Not enough memory; see %s for tips on reducing your footprint." - -#: legacy/builder/builder_utils/utils.go:284 -msgid "Not found: nil" -msgstr "Not found: nil" - -#: legacy/builder/builder_utils/utils.go:300 -#: legacy/builder/builder_utils/utils.go:313 -#: legacy/builder/builder_utils/utils.go:387 -msgid "Not found: {0}" -msgstr "Not found: {0}" +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "Not enough memory; see %[1]s for tips on reducing your footprint." -#: legacy/builder/print_used_and_not_used_libraries.go:53 -msgid "Not used: {0}" -msgstr "Not used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" +msgstr "Not used: %[1]s" #: cli/board/details.go:164 msgid "OS:" @@ -1559,31 +1563,31 @@ msgstr "Open a communication port with a board." msgid "Option:" msgstr "Option:" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:98 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:112 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "Optional, cleanup the build folder and do not use any cached build." -#: cli/compile/compile.go:106 +#: cli/compile/compile.go:109 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" "Optional, optimize compile output for debugging, rather than for release." -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:100 msgid "Optional, suppresses almost every output." msgstr "Optional, suppresses almost every output." -#: cli/compile/compile.go:96 cli/upload/upload.go:65 +#: cli/compile/compile.go:99 cli/upload/upload.go:65 msgid "Optional, turns on verbose mode." msgstr "Optional, turns on verbose mode." -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:117 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1595,7 +1599,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "OutputRate in Null monitor must be a float64" -#: cli/compile/compile.go:93 +#: cli/compile/compile.go:96 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1640,7 +1644,7 @@ msgstr "Paragraph: %s" msgid "Path to the file where logs will be written." msgstr "Path to the file where logs will be written." -#: cli/compile/compile.go:89 +#: cli/compile/compile.go:92 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1648,7 +1652,7 @@ msgstr "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." -#: commands/upload/upload.go:392 +#: commands/upload/upload.go:477 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "Performing 1200-bps touch reset on serial port %s" @@ -1664,11 +1668,11 @@ msgstr "Platform %s installed" msgid "Platform %s uninstalled" msgstr "Platform %s uninstalled" -#: arduino/errors.go:351 +#: arduino/errors.go:385 msgid "Platform '%s' is already at the latest version" msgstr "Platform '%s' is already at the latest version" -#: arduino/errors.go:295 +#: arduino/errors.go:329 msgid "Platform '%s' not found" msgstr "Platform '%s' not found" @@ -1704,6 +1708,14 @@ msgstr "Platform name:" msgid "Platform size (bytes):" msgstr "Platform size (bytes):" +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" + #: cli/board/list.go:88 cli/board/list.go:126 msgid "Port" msgstr "Port" @@ -1712,20 +1724,20 @@ msgstr "Port" msgid "Port closed:" msgstr "Port closed:" -#: arduino/errors.go:524 +#: arduino/errors.go:558 msgid "Port monitor error" msgstr "Port monitor error" -#: legacy/builder/phases/libraries_builder.go:101 -#: legacy/builder/phases/libraries_builder.go:109 -msgid "Precompiled library in \"{0}\" not found" -msgstr "Precompiled library in \"{0}\" not found" +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "Precompiled library in \"%[1]s\" not found" #: cli/board/details.go:44 msgid "Print details about a board." msgstr "Print details about a board." -#: cli/compile/compile.go:85 +#: cli/compile/compile.go:88 msgid "Print preprocessed code to stdout instead of compiling." msgstr "Print preprocessed code to stdout instead of compiling." @@ -1741,7 +1753,7 @@ msgstr "Prints the current configuration" msgid "Prints the current configuration." msgstr "Prints the current configuration." -#: arduino/errors.go:228 +#: arduino/errors.go:262 msgid "Programmer '%s' not found" msgstr "Programmer '%s' not found" @@ -1757,11 +1769,7 @@ msgstr "Programmer to use, e.g: atmel_ice" msgid "Programmers:" msgstr "Programmers:" -#: legacy/builder/builder_utils/utils.go:46 -msgid "Progress {0}" -msgstr "Progress {0}" - -#: arduino/errors.go:280 +#: arduino/errors.go:314 msgid "Property '%s' is undefined" msgstr "Property '%s' is undefined" @@ -1785,7 +1793,7 @@ msgstr "Replacing %[1]s with %[2]s" msgid "Required tool:" msgstr "Required tool:" -#: cli/daemon/daemon.go:55 +#: cli/daemon/daemon.go:56 msgid "Run as a daemon on port: %s" msgstr "Run as a daemon on port: %s" @@ -1793,7 +1801,7 @@ msgstr "Run as a daemon on port: %s" msgid "Run in silent mode, show only monitor input and output." msgstr "Run in silent mode, show only monitor input and output." -#: cli/daemon/daemon.go:56 +#: cli/daemon/daemon.go:57 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1801,15 +1809,11 @@ msgstr "" "Running as a daemon the initialization of cores and libraries is done only " "once." -#: legacy/builder/phases/core_builder.go:49 +#: legacy/builder/phases/core_builder.go:48 msgid "Running normal build of the core..." msgstr "Running normal build of the core..." -#: legacy/builder/recipe_runner.go:49 -msgid "Running recipe: {0}" -msgstr "Running recipe: {0}" - -#: cli/compile/compile.go:87 +#: cli/compile/compile.go:90 msgid "Save build artifacts in this directory." msgstr "Save build artifacts in this directory." @@ -1861,7 +1865,7 @@ msgstr "Settings key doesn't exist" msgid "Show all available core versions." msgstr "Show all available core versions." -#: cli/compile/compile.go:84 +#: cli/compile/compile.go:87 msgid "Show all build properties used instead of compiling." msgstr "Show all build properties used instead of compiling." @@ -1951,7 +1955,7 @@ msgstr "Shows version number of Arduino CLI." msgid "Size (bytes):" msgstr "Size (bytes):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:44 +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -1963,17 +1967,17 @@ msgstr "" msgid "Sketch created in: %s" msgstr "Sketch created in: %s" -#: legacy/builder/phases/sizer.go:121 -msgid "Sketch too big; see %s for tips on reducing it." -msgstr "Sketch too big; see %s for tips on reducing it." +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "Sketch too big; see %[1]s for tips on reducing it." -#: legacy/builder/phases/sizer.go:86 +#: legacy/builder/phases/sizer.go:83 msgid "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." msgstr "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." #: cli/arguments/sketch.go:61 msgid "" @@ -1987,21 +1991,21 @@ msgstr "" msgid "Skip linking of final executable." msgstr "Skip linking of final executable." -#: commands/upload/upload.go:385 +#: commands/upload/upload.go:470 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "Skipping 1200-bps touch reset: no serial port selected!" -#: legacy/builder/builder_utils/utils.go:476 -msgid "Skipping archive creation of: {0}" -msgstr "Skipping archive creation of: {0}" +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" +msgstr "Skipping archive creation of: %[1]s" -#: legacy/builder/builder_utils/utils.go:269 -msgid "Skipping compile of: {0}" -msgstr "Skipping compile of: {0}" +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" +msgstr "Skipping compile of: %[1]s" -#: legacy/builder/container_find_includes.go:333 -msgid "Skipping dependencies detection for precompiled library {0}" -msgstr "Skipping dependencies detection for precompiled library {0}" +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "Skipping dependencies detection for precompiled library %[1]s" #: commands/instances.go:859 msgid "Skipping platform configuration" @@ -2011,19 +2015,19 @@ msgstr "Skipping platform configuration" msgid "Skipping platform configuration." msgstr "Skipping platform configuration." -#: legacy/builder/recipe_runner.go:59 -msgid "Skipping: {0}" -msgstr "Skipping: {0}" +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "Skipping: %[1]s" #: arduino/serialutils/serialutils.go:133 msgid "TOUCH: error during reset: %s" msgstr "TOUCH: error during reset: %s" -#: cli/daemon/daemon.go:61 +#: cli/daemon/daemon.go:62 msgid "The TCP port the daemon will listen to" msgstr "The TCP port the daemon will listen to" -#: cli/cli.go:123 +#: cli/cli.go:124 msgid "The custom config file (if not specified the default will be used)." msgstr "The custom config file (if not specified the default will be used)." @@ -2043,13 +2047,13 @@ msgstr "" "The key '%[1]v' is not a list of items, can't remove from it.\n" "Maybe use '%[2]s'?" -#: cli/cli.go:115 cli/cli.go:119 +#: cli/cli.go:115 cli/cli.go:120 msgid "The output format for the logs, can be: %s" msgstr "The output format for the logs, can be: %s" -#: legacy/builder/phases/libraries_builder.go:151 -msgid "The platform does not support '{0}' for precompiled libraries." -msgstr "The platform does not support '{0}' for precompiled libraries." +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "The platform does not support '%[1]s' for precompiled libraries." #: cli/lib/upgrade.go:34 msgid "" @@ -2116,9 +2120,11 @@ msgstr "Types: %s" msgid "URL:" msgstr "URL:" -#: legacy/builder/phases/core_builder.go:132 -msgid "Unable to cache built core, please tell {0} maintainers to follow %s" -msgstr "Unable to cache built core, please tell {0} maintainers to follow %s" +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" #: configuration/configuration.go:126 msgid "Unable to get Documents Folder: %v" @@ -2132,7 +2138,7 @@ msgstr "Unable to get Local App Data Folder: %v" msgid "Unable to get user home dir: %v" msgstr "Unable to get user home dir: %v" -#: cli/cli.go:212 +#: cli/cli.go:215 msgid "Unable to open file for logging: %s" msgstr "Unable to open file for logging: %s" @@ -2164,7 +2170,7 @@ msgstr "Uninstalls one or more libraries." msgid "Unknown" msgstr "Unknown" -#: arduino/errors.go:144 +#: arduino/errors.go:166 msgid "Unknown FQBN" msgstr "Unknown FQBN" @@ -2247,7 +2253,7 @@ msgstr "" msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "Upload port address, e.g.: COM3 or /dev/ttyACM2" -#: commands/upload/upload.go:409 +#: commands/upload/upload.go:494 msgid "Upload port found on %s" msgstr "Upload port found on %s" @@ -2255,7 +2261,7 @@ msgstr "Upload port found on %s" msgid "Upload port protocol, e.g: serial" msgstr "Upload port protocol, e.g: serial" -#: cli/compile/compile.go:98 +#: cli/compile/compile.go:101 msgid "Upload the binary after the compilation." msgstr "Upload the binary after the compilation." @@ -2267,7 +2273,7 @@ msgstr "Upload the bootloader on the board using an external programmer." msgid "Upload the bootloader." msgstr "Upload the bootloader." -#: cli/compile/compile.go:201 cli/upload/upload.go:116 +#: cli/compile/compile.go:228 cli/upload/upload.go:117 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2281,9 +2287,9 @@ msgstr "Usage:" msgid "Use %s for more information about a command." msgstr "Use %s for more information about a command." -#: legacy/builder/print_used_and_not_used_libraries.go:51 -msgid "Used: {0}" -msgstr "Used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" +msgstr "Used: %[1]s" #: arduino/libraries/librariesmanager/install.go:68 #: arduino/libraries/librariesmanager/install.go:84 @@ -2292,39 +2298,39 @@ msgstr "Used: {0}" msgid "User directory not set" msgstr "User directory not set" -#: legacy/builder/target_board_resolver.go:47 -msgid "Using board '{0}' from platform in folder: {1}" -msgstr "Using board '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "Using board '%[1]s' from platform in folder: %[2]s" -#: legacy/builder/container_find_includes.go:345 -msgid "Using cached library dependencies for file: {0}" -msgstr "Using cached library dependencies for file: {0}" +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "Using cached library dependencies for file: %[1]s" -#: legacy/builder/target_board_resolver.go:51 -msgid "Using core '{0}' from platform in folder: {1}" -msgstr "Using core '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "Using core '%[1]s' from platform in folder: %[2]s" -#: legacy/builder/print_used_libraries_if_verbose.go:48 -msgid "Using library {0} at version {1} in folder: {2} {3}" -msgstr "Using library {0} at version {1} in folder: {2} {3}" +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" -#: legacy/builder/print_used_libraries_if_verbose.go:42 -msgid "Using library {0} in folder: {1} {2}" -msgstr "Using library {0} in folder: {1} {2}" +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "Using library %[1]s in folder: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:107 -msgid "Using precompiled core: {0}" -msgstr "Using precompiled core: {0}" +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" +msgstr "Using precompiled core: %[1]s" -#: legacy/builder/phases/libraries_builder.go:98 -#: legacy/builder/phases/libraries_builder.go:106 -msgid "Using precompiled library in {0}" -msgstr "Using precompiled library in {0}" +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" +msgstr "Using precompiled library in %[1]s" -#: legacy/builder/builder_utils/utils.go:267 -#: legacy/builder/builder_utils/utils.go:499 -msgid "Using previously compiled file: {0}" -msgstr "Using previously compiled file: {0}" +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" +msgstr "Using previously compiled file: %[1]s" #: cli/core/download.go:36 cli/core/install.go:40 msgid "VERSION" @@ -2338,7 +2344,7 @@ msgstr "VERSION_NUMBER" msgid "Values" msgstr "Values" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:100 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 #: cli/upload/upload.go:64 msgid "Verify uploaded binary after the upload." msgstr "Verify uploaded binary after the upload." @@ -2359,33 +2365,33 @@ msgstr "WARNING cannot configure platform: %s" msgid "WARNING: cannot run post install: %s" msgstr "WARNING: cannot run post install: %s" -#: legacy/builder/warn_about_arch_incompatible_libraries.go:46 +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 msgid "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." -#: commands/upload/upload.go:398 +#: commands/upload/upload.go:483 msgid "Waiting for upload port..." msgstr "Waiting for upload port..." -#: legacy/builder/add_build_board_property_if_missing.go:41 +#: legacy/builder/add_build_board_property_if_missing.go:36 msgid "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" -#: legacy/builder/warn_about_platform_rewrites.go:47 +#: legacy/builder/warn_about_platform_rewrites.go:40 msgid "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." msgstr "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." -#: commands/upload/upload.go:294 +#: commands/upload/upload.go:379 msgid "" "Warning: tool '%s' is not installed. It might not be available for your OS." msgstr "" @@ -2395,7 +2401,7 @@ msgstr "" msgid "Website: %s" msgstr "Website: %s" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:104 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2439,11 +2445,11 @@ msgstr "archivePath" msgid "arduino-preprocessor pattern is missing" msgstr "arduino-preprocessor pattern is missing" -#: commands/upload/upload.go:555 +#: commands/upload/upload.go:640 msgid "autodetect build artifact: %s" msgstr "autodetect build artifact: %s" -#: commands/upload/upload.go:540 +#: commands/upload/upload.go:625 msgid "binary file not found in %s" msgstr "binary file not found in %s" @@ -2489,11 +2495,11 @@ msgstr "can't retrieve standard error stream: %s" msgid "can't retrieve standard output stream: %s" msgstr "can't retrieve standard output stream: %s" -#: legacy/builder/resolve_library.go:36 +#: legacy/builder/resolve_library.go:34 msgid "candidates" msgstr "candidates" -#: commands/upload/upload.go:497 commands/upload/upload.go:504 +#: commands/upload/upload.go:582 commands/upload/upload.go:589 msgid "cannot execute upload tool: %s" msgstr "cannot execute upload tool: %s" @@ -2552,7 +2558,7 @@ msgstr "communication out of sync, expected 'stop', received '%s'" msgid "computing hash: %s" msgstr "computing hash: %s" -#: commands/upload/upload.go:612 +#: commands/upload/upload.go:697 msgid "could not find a valid build artifact" msgstr "could not find a valid build artifact" @@ -2568,7 +2574,7 @@ msgstr "creating installed.json in %[1]s: %[2]s" msgid "creating temp dir for extraction: %s" msgstr "creating temp dir for extraction: %s" -#: legacy/builder/phases/sizer.go:128 +#: legacy/builder/phases/sizer.go:121 msgid "data section exceeds available space in board" msgstr "data section exceeds available space in board" @@ -2580,7 +2586,7 @@ msgstr "decoding sketch metadata: %s" msgid "dependency '%s' is not available" msgstr "dependency '%s' is not available" -#: legacy/builder/utils/utils.go:471 +#: legacy/builder/utils/utils.go:474 msgid "destination already exists" msgstr "destination already exists" @@ -2766,23 +2772,23 @@ msgstr "invalid checksum format: %s" msgid "invalid config option: %s" msgstr "invalid config option: %s" -#: cli/arguments/reference.go:82 +#: cli/arguments/reference.go:90 msgid "invalid empty core architecture '%s'" msgstr "invalid empty core architecture '%s'" -#: cli/arguments/reference.go:58 +#: cli/arguments/reference.go:67 msgid "invalid empty core argument" msgstr "invalid empty core argument" -#: cli/arguments/reference.go:78 +#: cli/arguments/reference.go:86 msgid "invalid empty core name '%s'" msgstr "invalid empty core name '%s'" -#: cli/arguments/reference.go:62 +#: cli/arguments/reference.go:71 msgid "invalid empty core reference '%s'" msgstr "invalid empty core reference '%s'" -#: cli/arguments/reference.go:67 +#: cli/arguments/reference.go:76 msgid "invalid empty core version: '%s'" msgstr "invalid empty core version: '%s'" @@ -2806,7 +2812,7 @@ msgstr "invalid git url" msgid "invalid hash '%[1]s': %[2]s" msgstr "invalid hash '%[1]s': %[2]s" -#: cli/arguments/reference.go:75 +#: cli/arguments/reference.go:83 msgid "invalid item %s" msgstr "invalid item %s" @@ -2854,7 +2860,7 @@ msgstr "invalid port configuration value for %s: %s" msgid "invalid port configuration: %s" msgstr "invalid port configuration: %s" -#: commands/upload/upload.go:484 +#: commands/upload/upload.go:569 msgid "invalid recipe '%[1]s': %[2]s" msgstr "invalid recipe '%[1]s': %[2]s" @@ -2944,7 +2950,7 @@ msgstr "loading tool release in %[1]s: %[2]s" msgid "looking for boards.txt in %[1]s: %[2]s" msgstr "looking for boards.txt in %[1]s: %[2]s" -#: legacy/builder/container_setup.go:74 +#: legacy/builder/container_setup.go:73 msgid "main file missing from sketch" msgstr "main file missing from sketch" @@ -2973,7 +2979,7 @@ msgstr "monitor release not found: %s" msgid "moving extracted archive to destination dir: %s" msgstr "moving extracted archive to destination dir: %s" -#: commands/upload/upload.go:607 +#: commands/upload/upload.go:692 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "multiple build artifacts found: '%[1]s' and '%[2]s'" @@ -2993,7 +2999,7 @@ msgstr "no executable specified" msgid "no instance specified" msgstr "no instance specified" -#: commands/upload/upload.go:562 +#: commands/upload/upload.go:647 msgid "no sketch or build directory/file specified" msgstr "no sketch or build directory/file specified" @@ -3001,7 +3007,7 @@ msgstr "no sketch or build directory/file specified" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "no unique root dir in archive, found '%[1]s' and '%[2]s'" -#: commands/upload/upload.go:479 +#: commands/upload/upload.go:564 msgid "no upload port provided" msgstr "no upload port provided" @@ -3077,11 +3083,11 @@ msgstr "platform %s is not installed" #: arduino/cores/packagemanager/install_uninstall.go:65 #: arduino/cores/packagemanager/install_uninstall.go:108 -#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:128 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 msgid "platform not installed" msgstr "platform not installed" -#: cli/compile/compile.go:119 +#: cli/compile/compile.go:122 msgid "please use --build-property instead." msgstr "please use --build-property instead." @@ -3167,7 +3173,7 @@ msgstr "reading package root dir: %s" msgid "reading sketch metadata %[1]s: %[2]s" msgstr "reading sketch metadata %[1]s: %[2]s" -#: commands/upload/upload.go:473 +#: commands/upload/upload.go:558 msgid "recipe not found '%s'" msgstr "recipe not found '%s'" @@ -3236,7 +3242,7 @@ msgstr "sketchPath" msgid "skipping loading of boards %s: malformed custom board options" msgstr "skipping loading of boards %s: malformed custom board options" -#: legacy/builder/utils/utils.go:463 +#: legacy/builder/utils/utils.go:466 msgid "source is not a directory" msgstr "source is not a directory" @@ -3272,12 +3278,12 @@ msgstr "testing if archive is cached: %s" msgid "testing local archive integrity: %s" msgstr "testing local archive integrity: %s" -#: legacy/builder/phases/sizer.go:122 +#: legacy/builder/phases/sizer.go:116 msgid "text section exceeds available space in board" msgstr "text section exceeds available space in board" -#: legacy/builder/container_add_prototypes.go:42 -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 msgid "the compilation database may be incomplete or inaccurate" msgstr "the compilation database may be incomplete or inaccurate" @@ -3397,7 +3403,7 @@ msgstr "upgrade arduino:samd to the latest version" msgid "upgrade everything to the latest version" msgstr "upgrade everything to the latest version" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:593 msgid "uploading error: %s" msgstr "uploading error: %s" @@ -3408,13 +3414,3 @@ msgstr "writing sketch metadata %[1]s: %[2]s" #: commands/board/list.go:95 msgid "wrong format in server response" msgstr "wrong format in server response" - -#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 -msgid "{0} invalid, rebuilding all" -msgstr "{0} invalid, rebuilding all" - -#: legacy/builder/builder_utils/utils.go:323 -#: legacy/builder/builder_utils/utils.go:329 -#: legacy/builder/builder_utils/utils.go:393 -msgid "{0} newer than {1}" -msgstr "{0} newer than {1}" diff --git a/i18n/data/es.po b/i18n/data/es.po index ff6af6e68fb..023aedfa1fc 100644 --- a/i18n/data/es.po +++ b/i18n/data/es.po @@ -1,10 +1,11 @@ # # Translators: # Juan Felipe Giraldo , 2021 +# William Cabrera , 2021 # msgid "" msgstr "" -"Last-Translator: Juan Felipe Giraldo , 2021\n" +"Last-Translator: William Cabrera , 2021\n" "Language-Team: Spanish (https://www.transifex.com/arduino-1/teams/108174/es/)\n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -13,14 +14,22 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:37 +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + #: cli/lib/check_deps.go:102 msgid "%[1]s is required but %[2]s is currently installed." msgstr "" +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + #: arduino/discovery/discovery.go:75 msgid "%[1]s, message: %[2]s" msgstr "" @@ -41,7 +50,7 @@ msgstr "" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:530 +#: commands/upload/upload.go:615 msgid "%s and %s cannot be used together" msgstr "" @@ -69,7 +78,7 @@ msgstr "" msgid "%s must be installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:530 legacy/builder/ctags_runner.go:41 +#: legacy/builder/ctags_runner.go:41 msgid "%s pattern is missing" msgstr "" @@ -77,7 +86,7 @@ msgstr "" msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:674 +#: arduino/errors.go:708 msgid "'%s' has an invalid signature" msgstr "" @@ -85,7 +94,7 @@ msgstr "" msgid "(hidden)" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:38 +#: legacy/builder/print_used_libraries_if_verbose.go:34 msgid "(legacy)" msgstr "" @@ -105,7 +114,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:210 +#: arduino/errors.go:244 msgid "A programmer is required to upload" msgstr "" @@ -138,15 +147,15 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/resolve_library.go:34 +#: legacy/builder/resolve_library.go:32 msgid "Alternatives for %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 +#: legacy/builder/container_add_prototypes.go:46 msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_find_includes.go:116 msgid "An error occurred detecting libraries" msgstr "" @@ -158,8 +167,8 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:128 -msgid "Archiving built core (caching) in: {0}" +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" msgstr "" #: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 @@ -240,10 +249,10 @@ msgid "Board version:" msgstr "" #: legacy/builder/merge_sketch_with_bootloader.go:69 -msgid "Bootloader file specified but missing: {0}" +msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:86 +#: cli/compile/compile.go:89 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" @@ -251,7 +260,7 @@ msgstr "" msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:380 +#: arduino/errors.go:414 msgid "Can't create sketch" msgstr "" @@ -265,7 +274,7 @@ msgstr "" msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:393 +#: arduino/errors.go:427 msgid "Can't open sketch" msgstr "" @@ -281,7 +290,7 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:181 +#: commands/compile/compile.go:175 msgid "Cannot create build cache directory" msgstr "" @@ -297,11 +306,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:637 +#: arduino/errors.go:671 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:655 +#: arduino/errors.go:689 msgid "Cannot create temp file" msgstr "" @@ -329,7 +338,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:421 +#: commands/upload/upload.go:506 msgid "Cannot perform port reset: %s" msgstr "" @@ -349,10 +358,6 @@ msgstr "" msgid "Checking lib install prerequisites" msgstr "" -#: legacy/builder/builder_utils/utils.go:280 -msgid "Checking previous results for {0} (result = {1}, dep = {2})" -msgstr "" - #: arduino/resources/checksums.go:182 msgid "Checksum differs from checksum in package.json" msgstr "" @@ -365,7 +370,7 @@ msgstr "" msgid "Clean caches." msgstr "" -#: cli/cli.go:124 +#: cli/cli.go:125 msgid "Comma-separated list of additional URLs for the Boards Manager." msgstr "" @@ -375,27 +380,27 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:119 commands/upload/upload.go:359 +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:72 cli/compile/compile.go:73 +#: cli/compile/compile.go:75 cli/compile/compile.go:76 msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:80 +#: legacy/builder/builder.go:78 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:74 +#: legacy/builder/builder.go:72 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:135 -msgid "Compiling library \"{0}\"" +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:69 +#: legacy/builder/builder.go:67 msgid "Compiling sketch..." msgstr "" @@ -448,11 +453,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:48 -msgid "Couldn't deeply cache core build: {0}" +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:81 +#: legacy/builder/phases/sizer.go:79 msgid "Couldn't determine program size" msgstr "" @@ -478,6 +483,10 @@ msgstr "" msgid "DEPRECATED" msgstr "" +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + #: cli/debug/debug.go:52 msgid "Debug Arduino sketches." msgstr "" @@ -521,15 +530,11 @@ msgstr "" msgid "Dependencies: %s" msgstr "" -#: legacy/builder/builder_utils/utils.go:358 -msgid "Depfile is about different file: {0}" -msgstr "" - #: cli/lib/list.go:124 msgid "Description" msgstr "" -#: legacy/builder/builder.go:61 +#: legacy/builder/builder.go:59 msgid "Detecting libraries used..." msgstr "" @@ -560,7 +565,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:66 msgid "Display only the provided gRPC calls" msgstr "" @@ -572,7 +577,7 @@ msgstr "" msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:63 +#: cli/daemon/daemon.go:64 msgid "Do not terminate daemon process if the parent process dies" msgstr "" @@ -597,7 +602,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:64 +#: cli/daemon/daemon.go:65 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -613,8 +618,8 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:136 -msgid "Error archiving built core (caching) in {0}: {1}" +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" #: cli/sketch/archive.go:79 @@ -629,7 +634,7 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:281 +#: commands/compile/compile.go:280 msgid "Error copying output file %s" msgstr "" @@ -638,7 +643,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:261 +#: commands/compile/compile.go:260 msgid "Error creating output dir" msgstr "" @@ -697,18 +702,26 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: cli/feedback/feedback.go:144 +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:195 -#: cli/compile/compile.go:227 cli/upload/upload.go:88 cli/upload/upload.go:94 -#: cli/upload/upload.go:110 cli/upload/upload.go:137 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 msgid "Error during Upload: %v" msgstr "" -#: cli/compile/compile.go:239 +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 msgid "Error during build: %v" msgstr "" @@ -728,7 +741,7 @@ msgstr "" msgid "Error extracting library_index.json.gz" msgstr "" -#: commands/upload/upload.go:356 +#: commands/upload/upload.go:441 msgid "Error finding build artifacts" msgstr "" @@ -756,7 +769,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:290 commands/lib/list.go:107 +#: commands/compile/compile.go:289 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -768,10 +781,6 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: legacy/builder/types/context.go:239 -msgid "Error in FQBN: %s" -msgstr "" - #: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" @@ -809,11 +818,15 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: cli/compile/compile.go:140 +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:271 +#: commands/compile/compile.go:270 msgid "Error reading build directory" msgstr "" @@ -825,8 +838,8 @@ msgstr "" msgid "Error reading sketch files" msgstr "" -#: legacy/builder/target_board_resolver.go:33 -msgid "Error resolving FQBN: {0}" +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" msgstr "" #: cli/lib/check_deps.go:66 @@ -922,11 +935,11 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:362 -msgid "Error while detecting libraries included by {0}" +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:147 legacy/builder/phases/sizer.go:153 +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 msgid "Error while determining sketch size: %s" msgstr "" @@ -946,7 +959,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:147 +#: cli/compile/compile.go:150 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -966,7 +979,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:122 commands/upload/upload.go:362 +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -979,15 +992,19 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:536 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:458 +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:454 +#: commands/upload/upload.go:539 msgid "Failed to burn bootloader" msgstr "" @@ -999,27 +1016,23 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:126 +#: cli/daemon/daemon.go:127 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:120 +#: cli/daemon/daemon.go:121 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:135 +#: cli/daemon/daemon.go:136 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:132 +#: cli/daemon/daemon.go:133 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: legacy/builder/builder_utils/utils.go:380 -msgid "Failed to read: {0}" -msgstr "" - -#: commands/upload/upload.go:462 +#: commands/upload/upload.go:547 msgid "Failed uploading" msgstr "" @@ -1045,6 +1058,12 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + #: cli/arguments/fqbn.go:29 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" msgstr "" @@ -1073,7 +1092,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:66 +#: legacy/builder/builder.go:64 msgid "Generating function prototypes..." msgstr "" @@ -1081,14 +1100,14 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:93 +#: legacy/builder/phases/sizer.go:89 msgid "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." msgstr "" -#: legacy/builder/phases/sizer.go:100 -msgid "Global variables use {0} bytes of dynamic memory." +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "" #: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 @@ -1104,7 +1123,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:116 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1152,15 +1171,15 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:386 +#: legacy/builder/container_find_includes.go:388 msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:266 +#: arduino/errors.go:300 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" -#: cli/cli.go:265 +#: cli/cli.go:268 msgid "" "Invalid Call : should show Help, but it is available only in TEXT mode." msgstr "" @@ -1169,11 +1188,11 @@ msgstr "" msgid "Invalid Device URL format" msgstr "" -#: arduino/errors.go:60 +#: arduino/errors.go:62 msgid "Invalid FQBN" msgstr "" -#: arduino/errors.go:78 +#: arduino/errors.go:80 msgid "Invalid URL" msgstr "" @@ -1186,7 +1205,7 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: legacy/builder/phases/sizer.go:172 +#: legacy/builder/phases/sizer.go:165 msgid "Invalid data size regexp: %s" msgstr "" @@ -1194,11 +1213,11 @@ msgstr "" msgid "Invalid device port type provided" msgstr "" -#: legacy/builder/phases/sizer.go:178 +#: legacy/builder/phases/sizer.go:171 msgid "Invalid eeprom size regexp: %s" msgstr "" -#: arduino/errors.go:46 +#: arduino/errors.go:48 msgid "Invalid instance" msgstr "" @@ -1206,7 +1225,7 @@ msgstr "" msgid "Invalid item %s" msgstr "" -#: arduino/errors.go:96 +#: arduino/errors.go:98 msgid "Invalid library" msgstr "" @@ -1214,11 +1233,11 @@ msgstr "" msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" -#: cli/cli.go:226 +#: cli/cli.go:229 msgid "Invalid option for --log-level: %s" msgstr "" -#: cli/cli.go:243 +#: cli/cli.go:246 msgid "Invalid output format: %s" msgstr "" @@ -1234,15 +1253,15 @@ msgstr "" msgid "Invalid pid value: '%s'" msgstr "" -#: commands/monitor/monitor.go:123 +#: commands/monitor/monitor.go:127 msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:162 +#: legacy/builder/phases/sizer.go:155 msgid "Invalid size regexp: %s" msgstr "" -#: arduino/errors.go:114 +#: arduino/errors.go:116 msgid "Invalid version" msgstr "" @@ -1250,7 +1269,7 @@ msgstr "" msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:108 +#: cli/compile/compile.go:111 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1273,19 +1292,24 @@ msgstr "" msgid "Latest" msgstr "" +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + #: commands/lib/uninstall.go:37 msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:314 +#: arduino/errors.go:348 msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:46 -msgid "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:430 +#: arduino/errors.go:464 msgid "Library install failed" msgstr "" @@ -1297,15 +1321,11 @@ msgstr "" msgid "Library name" msgstr "" -#: legacy/builder/phases/libraries_builder.go:91 -msgid "Library {0} has been declared precompiled:" -msgstr "" - #: cli/lib/search.go:169 msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:85 +#: legacy/builder/builder.go:83 msgid "Linking everything together..." msgstr "" @@ -1323,19 +1343,19 @@ msgstr "" msgid "List connected boards." msgstr "" -#: cli/compile/compile.go:91 +#: cli/compile/compile.go:94 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:108 msgid "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:106 msgid "" "List of paths to libraries root folders. Libraries set this way have top " "priority in case of conflicts. Can be used multiple times for different " @@ -1371,11 +1391,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/recipe_runner.go:40 -msgid "Looking for recipes like {0}*{1}" -msgstr "" - -#: legacy/builder/phases/sizer.go:137 +#: legacy/builder/phases/sizer.go:130 msgid "Low memory available, stability problems may occur." msgstr "" @@ -1392,35 +1408,35 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:41 -msgid "Missing '{0}' from library in {1}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" msgstr "" -#: arduino/errors.go:130 +#: arduino/errors.go:152 msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:172 +#: arduino/errors.go:206 msgid "Missing port" msgstr "" -#: arduino/errors.go:160 +#: arduino/errors.go:182 arduino/errors.go:194 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:198 +#: arduino/errors.go:232 msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:166 +#: legacy/builder/phases/sizer.go:159 msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:366 +#: arduino/errors.go:400 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:247 +#: arduino/errors.go:281 msgid "Monitor '%s' not found" msgstr "" @@ -1428,8 +1444,8 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:50 -msgid "Multiple libraries were found for \"{0}\"" +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" msgstr "" #: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 @@ -1450,10 +1466,6 @@ msgstr "" msgid "No boards found." msgstr "" -#: legacy/builder/builder_utils/utils.go:351 -msgid "No colon in first line of depfile" -msgstr "" - #: cli/lib/examples.go:107 msgid "No libraries found." msgstr "" @@ -1472,7 +1484,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:186 +#: arduino/errors.go:220 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1488,30 +1500,20 @@ msgstr "" msgid "No updates available." msgstr "" -#: commands/upload/upload.go:411 +#: commands/upload/upload.go:496 msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:333 +#: arduino/errors.go:367 msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:127 -msgid "Not enough memory; see %s for tips on reducing your footprint." -msgstr "" - -#: legacy/builder/builder_utils/utils.go:284 -msgid "Not found: nil" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:300 -#: legacy/builder/builder_utils/utils.go:313 -#: legacy/builder/builder_utils/utils.go:387 -msgid "Not found: {0}" +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:53 -msgid "Not used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" msgstr "" #: cli/board/details.go:164 @@ -1530,29 +1532,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:98 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:112 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:106 +#: cli/compile/compile.go:109 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:100 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:96 cli/upload/upload.go:65 +#: cli/compile/compile.go:99 cli/upload/upload.go:65 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:117 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1562,7 +1564,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:93 +#: cli/compile/compile.go:96 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1605,13 +1607,13 @@ msgstr "" msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:89 +#: cli/compile/compile.go:92 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:392 +#: commands/upload/upload.go:477 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1627,11 +1629,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:351 +#: arduino/errors.go:385 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:295 +#: arduino/errors.go:329 msgid "Platform '%s' not found" msgstr "" @@ -1667,6 +1669,12 @@ msgstr "" msgid "Platform size (bytes):" msgstr "" +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + #: cli/board/list.go:88 cli/board/list.go:126 msgid "Port" msgstr "" @@ -1675,20 +1683,20 @@ msgstr "" msgid "Port closed:" msgstr "" -#: arduino/errors.go:524 +#: arduino/errors.go:558 msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:101 -#: legacy/builder/phases/libraries_builder.go:109 -msgid "Precompiled library in \"{0}\" not found" +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" msgstr "" #: cli/board/details.go:44 msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:85 +#: cli/compile/compile.go:88 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1704,7 +1712,7 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:228 +#: arduino/errors.go:262 msgid "Programmer '%s' not found" msgstr "" @@ -1720,11 +1728,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: legacy/builder/builder_utils/utils.go:46 -msgid "Progress {0}" -msgstr "" - -#: arduino/errors.go:280 +#: arduino/errors.go:314 msgid "Property '%s' is undefined" msgstr "" @@ -1748,7 +1752,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:55 +#: cli/daemon/daemon.go:56 msgid "Run as a daemon on port: %s" msgstr "" @@ -1756,21 +1760,17 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:56 +#: cli/daemon/daemon.go:57 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." msgstr "" -#: legacy/builder/phases/core_builder.go:49 +#: legacy/builder/phases/core_builder.go:48 msgid "Running normal build of the core..." msgstr "" -#: legacy/builder/recipe_runner.go:49 -msgid "Running recipe: {0}" -msgstr "" - -#: cli/compile/compile.go:87 +#: cli/compile/compile.go:90 msgid "Save build artifacts in this directory." msgstr "" @@ -1822,7 +1822,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:84 +#: cli/compile/compile.go:87 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1901,7 +1901,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:44 +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -1911,14 +1911,14 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" -#: legacy/builder/phases/sizer.go:121 -msgid "Sketch too big; see %s for tips on reducing it." +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" -#: legacy/builder/phases/sizer.go:86 +#: legacy/builder/phases/sizer.go:83 msgid "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." msgstr "" #: cli/arguments/sketch.go:61 @@ -1931,20 +1931,20 @@ msgstr "" msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:385 +#: commands/upload/upload.go:470 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:476 -msgid "Skipping archive creation of: {0}" +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:269 -msgid "Skipping compile of: {0}" +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:333 -msgid "Skipping dependencies detection for precompiled library {0}" +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" #: commands/instances.go:859 @@ -1955,19 +1955,19 @@ msgstr "" msgid "Skipping platform configuration." msgstr "" -#: legacy/builder/recipe_runner.go:59 -msgid "Skipping: {0}" +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" msgstr "" #: arduino/serialutils/serialutils.go:133 msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:61 +#: cli/daemon/daemon.go:62 msgid "The TCP port the daemon will listen to" msgstr "" -#: cli/cli.go:123 +#: cli/cli.go:124 msgid "The custom config file (if not specified the default will be used)." msgstr "" @@ -1983,12 +1983,12 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/cli.go:115 cli/cli.go:119 +#: cli/cli.go:115 cli/cli.go:120 msgid "The output format for the logs, can be: %s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:151 -msgid "The platform does not support '{0}' for precompiled libraries." +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" #: cli/lib/upgrade.go:34 @@ -2050,8 +2050,9 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:132 -msgid "Unable to cache built core, please tell {0} maintainers to follow %s" +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" #: configuration/configuration.go:126 @@ -2066,7 +2067,7 @@ msgstr "" msgid "Unable to get user home dir: %v" msgstr "" -#: cli/cli.go:212 +#: cli/cli.go:215 msgid "Unable to open file for logging: %s" msgstr "" @@ -2096,7 +2097,7 @@ msgstr "" msgid "Unknown" msgstr "" -#: arduino/errors.go:144 +#: arduino/errors.go:166 msgid "Unknown FQBN" msgstr "" @@ -2178,7 +2179,7 @@ msgstr "" msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:409 +#: commands/upload/upload.go:494 msgid "Upload port found on %s" msgstr "" @@ -2186,7 +2187,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:98 +#: cli/compile/compile.go:101 msgid "Upload the binary after the compilation." msgstr "" @@ -2198,7 +2199,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:201 cli/upload/upload.go:116 +#: cli/compile/compile.go:228 cli/upload/upload.go:117 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2211,8 +2212,8 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:51 -msgid "Used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" msgstr "" #: arduino/libraries/librariesmanager/install.go:68 @@ -2222,38 +2223,38 @@ msgstr "" msgid "User directory not set" msgstr "" -#: legacy/builder/target_board_resolver.go:47 -msgid "Using board '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:345 -msgid "Using cached library dependencies for file: {0}" +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: legacy/builder/target_board_resolver.go:51 -msgid "Using core '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:48 -msgid "Using library {0} at version {1} in folder: {2} {3}" +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:42 -msgid "Using library {0} in folder: {1} {2}" +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" -#: legacy/builder/phases/core_builder.go:107 -msgid "Using precompiled core: {0}" +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:98 -#: legacy/builder/phases/libraries_builder.go:106 -msgid "Using precompiled library in {0}" +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:267 -#: legacy/builder/builder_utils/utils.go:499 -msgid "Using previously compiled file: {0}" +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" msgstr "" #: cli/core/download.go:36 cli/core/install.go:40 @@ -2268,7 +2269,7 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:100 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 #: cli/upload/upload.go:64 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2289,28 +2290,28 @@ msgstr "" msgid "WARNING: cannot run post install: %s" msgstr "" -#: legacy/builder/warn_about_arch_incompatible_libraries.go:46 +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 msgid "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -#: commands/upload/upload.go:398 +#: commands/upload/upload.go:483 msgid "Waiting for upload port..." msgstr "" -#: legacy/builder/add_build_board_property_if_missing.go:41 +#: legacy/builder/add_build_board_property_if_missing.go:36 msgid "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" -#: legacy/builder/warn_about_platform_rewrites.go:47 +#: legacy/builder/warn_about_platform_rewrites.go:40 msgid "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." msgstr "" -#: commands/upload/upload.go:294 +#: commands/upload/upload.go:379 msgid "" "Warning: tool '%s' is not installed. It might not be available for your OS." msgstr "" @@ -2319,7 +2320,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:104 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2359,11 +2360,11 @@ msgstr "" msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:555 +#: commands/upload/upload.go:640 msgid "autodetect build artifact: %s" msgstr "" -#: commands/upload/upload.go:540 +#: commands/upload/upload.go:625 msgid "binary file not found in %s" msgstr "" @@ -2409,11 +2410,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/resolve_library.go:36 +#: legacy/builder/resolve_library.go:34 msgid "candidates" msgstr "" -#: commands/upload/upload.go:497 commands/upload/upload.go:504 +#: commands/upload/upload.go:582 commands/upload/upload.go:589 msgid "cannot execute upload tool: %s" msgstr "" @@ -2472,7 +2473,7 @@ msgstr "" msgid "computing hash: %s" msgstr "" -#: commands/upload/upload.go:612 +#: commands/upload/upload.go:697 msgid "could not find a valid build artifact" msgstr "" @@ -2488,7 +2489,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:128 +#: legacy/builder/phases/sizer.go:121 msgid "data section exceeds available space in board" msgstr "" @@ -2500,7 +2501,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:471 +#: legacy/builder/utils/utils.go:474 msgid "destination already exists" msgstr "" @@ -2686,23 +2687,23 @@ msgstr "" msgid "invalid config option: %s" msgstr "" -#: cli/arguments/reference.go:82 +#: cli/arguments/reference.go:90 msgid "invalid empty core architecture '%s'" msgstr "" -#: cli/arguments/reference.go:58 +#: cli/arguments/reference.go:67 msgid "invalid empty core argument" msgstr "" -#: cli/arguments/reference.go:78 +#: cli/arguments/reference.go:86 msgid "invalid empty core name '%s'" msgstr "" -#: cli/arguments/reference.go:62 +#: cli/arguments/reference.go:71 msgid "invalid empty core reference '%s'" msgstr "" -#: cli/arguments/reference.go:67 +#: cli/arguments/reference.go:76 msgid "invalid empty core version: '%s'" msgstr "" @@ -2726,7 +2727,7 @@ msgstr "" msgid "invalid hash '%[1]s': %[2]s" msgstr "" -#: cli/arguments/reference.go:75 +#: cli/arguments/reference.go:83 msgid "invalid item %s" msgstr "" @@ -2774,7 +2775,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:484 +#: commands/upload/upload.go:569 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -2864,7 +2865,7 @@ msgstr "" msgid "looking for boards.txt in %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_setup.go:74 +#: legacy/builder/container_setup.go:73 msgid "main file missing from sketch" msgstr "" @@ -2893,7 +2894,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:607 +#: commands/upload/upload.go:692 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -2913,7 +2914,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:562 +#: commands/upload/upload.go:647 msgid "no sketch or build directory/file specified" msgstr "" @@ -2921,7 +2922,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:479 +#: commands/upload/upload.go:564 msgid "no upload port provided" msgstr "" @@ -2997,11 +2998,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:65 #: arduino/cores/packagemanager/install_uninstall.go:108 -#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:128 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:119 +#: cli/compile/compile.go:122 msgid "please use --build-property instead." msgstr "" @@ -3087,7 +3088,7 @@ msgstr "" msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/upload/upload.go:473 +#: commands/upload/upload.go:558 msgid "recipe not found '%s'" msgstr "" @@ -3156,7 +3157,7 @@ msgstr "" msgid "skipping loading of boards %s: malformed custom board options" msgstr "" -#: legacy/builder/utils/utils.go:463 +#: legacy/builder/utils/utils.go:466 msgid "source is not a directory" msgstr "" @@ -3192,12 +3193,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:122 +#: legacy/builder/phases/sizer.go:116 msgid "text section exceeds available space in board" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3316,7 +3317,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:593 msgid "uploading error: %s" msgstr "" @@ -3327,13 +3328,3 @@ msgstr "" #: commands/board/list.go:95 msgid "wrong format in server response" msgstr "" - -#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 -msgid "{0} invalid, rebuilding all" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:323 -#: legacy/builder/builder_utils/utils.go:329 -#: legacy/builder/builder_utils/utils.go:393 -msgid "{0} newer than {1}" -msgstr "" diff --git a/i18n/data/fr.po b/i18n/data/fr.po index 5c855266fbd..d7fa517d692 100644 --- a/i18n/data/fr.po +++ b/i18n/data/fr.po @@ -13,14 +13,22 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:37 +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + #: cli/lib/check_deps.go:102 msgid "%[1]s is required but %[2]s is currently installed." msgstr "" +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + #: arduino/discovery/discovery.go:75 msgid "%[1]s, message: %[2]s" msgstr "" @@ -41,7 +49,7 @@ msgstr "" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:530 +#: commands/upload/upload.go:615 msgid "%s and %s cannot be used together" msgstr "" @@ -69,7 +77,7 @@ msgstr "" msgid "%s must be installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:530 legacy/builder/ctags_runner.go:41 +#: legacy/builder/ctags_runner.go:41 msgid "%s pattern is missing" msgstr "" @@ -77,7 +85,7 @@ msgstr "" msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:674 +#: arduino/errors.go:708 msgid "'%s' has an invalid signature" msgstr "" @@ -85,7 +93,7 @@ msgstr "" msgid "(hidden)" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:38 +#: legacy/builder/print_used_libraries_if_verbose.go:34 msgid "(legacy)" msgstr "" @@ -105,7 +113,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:210 +#: arduino/errors.go:244 msgid "A programmer is required to upload" msgstr "" @@ -138,15 +146,15 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/resolve_library.go:34 +#: legacy/builder/resolve_library.go:32 msgid "Alternatives for %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 +#: legacy/builder/container_add_prototypes.go:46 msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_find_includes.go:116 msgid "An error occurred detecting libraries" msgstr "" @@ -158,8 +166,8 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:128 -msgid "Archiving built core (caching) in: {0}" +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" msgstr "" #: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 @@ -240,10 +248,10 @@ msgid "Board version:" msgstr "" #: legacy/builder/merge_sketch_with_bootloader.go:69 -msgid "Bootloader file specified but missing: {0}" +msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:86 +#: cli/compile/compile.go:89 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" @@ -251,7 +259,7 @@ msgstr "" msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:380 +#: arduino/errors.go:414 msgid "Can't create sketch" msgstr "" @@ -265,7 +273,7 @@ msgstr "" msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:393 +#: arduino/errors.go:427 msgid "Can't open sketch" msgstr "" @@ -281,7 +289,7 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:181 +#: commands/compile/compile.go:175 msgid "Cannot create build cache directory" msgstr "" @@ -297,11 +305,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:637 +#: arduino/errors.go:671 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:655 +#: arduino/errors.go:689 msgid "Cannot create temp file" msgstr "" @@ -329,7 +337,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:421 +#: commands/upload/upload.go:506 msgid "Cannot perform port reset: %s" msgstr "" @@ -349,10 +357,6 @@ msgstr "" msgid "Checking lib install prerequisites" msgstr "" -#: legacy/builder/builder_utils/utils.go:280 -msgid "Checking previous results for {0} (result = {1}, dep = {2})" -msgstr "" - #: arduino/resources/checksums.go:182 msgid "Checksum differs from checksum in package.json" msgstr "" @@ -365,7 +369,7 @@ msgstr "" msgid "Clean caches." msgstr "" -#: cli/cli.go:124 +#: cli/cli.go:125 msgid "Comma-separated list of additional URLs for the Boards Manager." msgstr "" @@ -375,27 +379,27 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:119 commands/upload/upload.go:359 +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:72 cli/compile/compile.go:73 +#: cli/compile/compile.go:75 cli/compile/compile.go:76 msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:80 +#: legacy/builder/builder.go:78 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:74 +#: legacy/builder/builder.go:72 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:135 -msgid "Compiling library \"{0}\"" +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:69 +#: legacy/builder/builder.go:67 msgid "Compiling sketch..." msgstr "" @@ -448,11 +452,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:48 -msgid "Couldn't deeply cache core build: {0}" +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:81 +#: legacy/builder/phases/sizer.go:79 msgid "Couldn't determine program size" msgstr "" @@ -478,6 +482,10 @@ msgstr "" msgid "DEPRECATED" msgstr "" +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + #: cli/debug/debug.go:52 msgid "Debug Arduino sketches." msgstr "" @@ -521,15 +529,11 @@ msgstr "" msgid "Dependencies: %s" msgstr "" -#: legacy/builder/builder_utils/utils.go:358 -msgid "Depfile is about different file: {0}" -msgstr "" - #: cli/lib/list.go:124 msgid "Description" msgstr "" -#: legacy/builder/builder.go:61 +#: legacy/builder/builder.go:59 msgid "Detecting libraries used..." msgstr "" @@ -560,7 +564,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:66 msgid "Display only the provided gRPC calls" msgstr "" @@ -572,7 +576,7 @@ msgstr "" msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:63 +#: cli/daemon/daemon.go:64 msgid "Do not terminate daemon process if the parent process dies" msgstr "" @@ -597,7 +601,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:64 +#: cli/daemon/daemon.go:65 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -613,8 +617,8 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:136 -msgid "Error archiving built core (caching) in {0}: {1}" +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" #: cli/sketch/archive.go:79 @@ -629,7 +633,7 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:281 +#: commands/compile/compile.go:280 msgid "Error copying output file %s" msgstr "" @@ -638,7 +642,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:261 +#: commands/compile/compile.go:260 msgid "Error creating output dir" msgstr "" @@ -697,18 +701,26 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: cli/feedback/feedback.go:144 +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:195 -#: cli/compile/compile.go:227 cli/upload/upload.go:88 cli/upload/upload.go:94 -#: cli/upload/upload.go:110 cli/upload/upload.go:137 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 msgid "Error during Upload: %v" msgstr "" -#: cli/compile/compile.go:239 +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 msgid "Error during build: %v" msgstr "" @@ -728,7 +740,7 @@ msgstr "" msgid "Error extracting library_index.json.gz" msgstr "" -#: commands/upload/upload.go:356 +#: commands/upload/upload.go:441 msgid "Error finding build artifacts" msgstr "" @@ -756,7 +768,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:290 commands/lib/list.go:107 +#: commands/compile/compile.go:289 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -768,10 +780,6 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: legacy/builder/types/context.go:239 -msgid "Error in FQBN: %s" -msgstr "" - #: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" @@ -809,11 +817,15 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: cli/compile/compile.go:140 +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:271 +#: commands/compile/compile.go:270 msgid "Error reading build directory" msgstr "" @@ -825,8 +837,8 @@ msgstr "" msgid "Error reading sketch files" msgstr "" -#: legacy/builder/target_board_resolver.go:33 -msgid "Error resolving FQBN: {0}" +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" msgstr "" #: cli/lib/check_deps.go:66 @@ -922,11 +934,11 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:362 -msgid "Error while detecting libraries included by {0}" +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:147 legacy/builder/phases/sizer.go:153 +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 msgid "Error while determining sketch size: %s" msgstr "" @@ -946,7 +958,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:147 +#: cli/compile/compile.go:150 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -966,7 +978,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:122 commands/upload/upload.go:362 +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -979,15 +991,19 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:536 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:458 +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:454 +#: commands/upload/upload.go:539 msgid "Failed to burn bootloader" msgstr "" @@ -999,27 +1015,23 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:126 +#: cli/daemon/daemon.go:127 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:120 +#: cli/daemon/daemon.go:121 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:135 +#: cli/daemon/daemon.go:136 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:132 +#: cli/daemon/daemon.go:133 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: legacy/builder/builder_utils/utils.go:380 -msgid "Failed to read: {0}" -msgstr "" - -#: commands/upload/upload.go:462 +#: commands/upload/upload.go:547 msgid "Failed uploading" msgstr "" @@ -1045,6 +1057,12 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + #: cli/arguments/fqbn.go:29 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" msgstr "" @@ -1073,7 +1091,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:66 +#: legacy/builder/builder.go:64 msgid "Generating function prototypes..." msgstr "" @@ -1081,14 +1099,14 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:93 +#: legacy/builder/phases/sizer.go:89 msgid "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." msgstr "" -#: legacy/builder/phases/sizer.go:100 -msgid "Global variables use {0} bytes of dynamic memory." +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "" #: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 @@ -1104,7 +1122,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:116 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1152,15 +1170,15 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:386 +#: legacy/builder/container_find_includes.go:388 msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:266 +#: arduino/errors.go:300 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" -#: cli/cli.go:265 +#: cli/cli.go:268 msgid "" "Invalid Call : should show Help, but it is available only in TEXT mode." msgstr "" @@ -1169,11 +1187,11 @@ msgstr "" msgid "Invalid Device URL format" msgstr "" -#: arduino/errors.go:60 +#: arduino/errors.go:62 msgid "Invalid FQBN" msgstr "" -#: arduino/errors.go:78 +#: arduino/errors.go:80 msgid "Invalid URL" msgstr "" @@ -1186,7 +1204,7 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: legacy/builder/phases/sizer.go:172 +#: legacy/builder/phases/sizer.go:165 msgid "Invalid data size regexp: %s" msgstr "" @@ -1194,11 +1212,11 @@ msgstr "" msgid "Invalid device port type provided" msgstr "" -#: legacy/builder/phases/sizer.go:178 +#: legacy/builder/phases/sizer.go:171 msgid "Invalid eeprom size regexp: %s" msgstr "" -#: arduino/errors.go:46 +#: arduino/errors.go:48 msgid "Invalid instance" msgstr "" @@ -1206,7 +1224,7 @@ msgstr "" msgid "Invalid item %s" msgstr "" -#: arduino/errors.go:96 +#: arduino/errors.go:98 msgid "Invalid library" msgstr "" @@ -1214,11 +1232,11 @@ msgstr "" msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" -#: cli/cli.go:226 +#: cli/cli.go:229 msgid "Invalid option for --log-level: %s" msgstr "" -#: cli/cli.go:243 +#: cli/cli.go:246 msgid "Invalid output format: %s" msgstr "" @@ -1234,15 +1252,15 @@ msgstr "" msgid "Invalid pid value: '%s'" msgstr "" -#: commands/monitor/monitor.go:123 +#: commands/monitor/monitor.go:127 msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:162 +#: legacy/builder/phases/sizer.go:155 msgid "Invalid size regexp: %s" msgstr "" -#: arduino/errors.go:114 +#: arduino/errors.go:116 msgid "Invalid version" msgstr "" @@ -1250,7 +1268,7 @@ msgstr "" msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:108 +#: cli/compile/compile.go:111 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1273,19 +1291,24 @@ msgstr "" msgid "Latest" msgstr "" +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + #: commands/lib/uninstall.go:37 msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:314 +#: arduino/errors.go:348 msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:46 -msgid "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:430 +#: arduino/errors.go:464 msgid "Library install failed" msgstr "" @@ -1297,15 +1320,11 @@ msgstr "" msgid "Library name" msgstr "" -#: legacy/builder/phases/libraries_builder.go:91 -msgid "Library {0} has been declared precompiled:" -msgstr "" - #: cli/lib/search.go:169 msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:85 +#: legacy/builder/builder.go:83 msgid "Linking everything together..." msgstr "" @@ -1323,19 +1342,19 @@ msgstr "" msgid "List connected boards." msgstr "" -#: cli/compile/compile.go:91 +#: cli/compile/compile.go:94 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:108 msgid "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:106 msgid "" "List of paths to libraries root folders. Libraries set this way have top " "priority in case of conflicts. Can be used multiple times for different " @@ -1371,11 +1390,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/recipe_runner.go:40 -msgid "Looking for recipes like {0}*{1}" -msgstr "" - -#: legacy/builder/phases/sizer.go:137 +#: legacy/builder/phases/sizer.go:130 msgid "Low memory available, stability problems may occur." msgstr "" @@ -1392,35 +1407,35 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:41 -msgid "Missing '{0}' from library in {1}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" msgstr "" -#: arduino/errors.go:130 +#: arduino/errors.go:152 msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:172 +#: arduino/errors.go:206 msgid "Missing port" msgstr "" -#: arduino/errors.go:160 +#: arduino/errors.go:182 arduino/errors.go:194 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:198 +#: arduino/errors.go:232 msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:166 +#: legacy/builder/phases/sizer.go:159 msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:366 +#: arduino/errors.go:400 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:247 +#: arduino/errors.go:281 msgid "Monitor '%s' not found" msgstr "" @@ -1428,8 +1443,8 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:50 -msgid "Multiple libraries were found for \"{0}\"" +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" msgstr "" #: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 @@ -1450,10 +1465,6 @@ msgstr "" msgid "No boards found." msgstr "" -#: legacy/builder/builder_utils/utils.go:351 -msgid "No colon in first line of depfile" -msgstr "" - #: cli/lib/examples.go:107 msgid "No libraries found." msgstr "" @@ -1472,7 +1483,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:186 +#: arduino/errors.go:220 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1488,30 +1499,20 @@ msgstr "" msgid "No updates available." msgstr "" -#: commands/upload/upload.go:411 +#: commands/upload/upload.go:496 msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:333 +#: arduino/errors.go:367 msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:127 -msgid "Not enough memory; see %s for tips on reducing your footprint." -msgstr "" - -#: legacy/builder/builder_utils/utils.go:284 -msgid "Not found: nil" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:300 -#: legacy/builder/builder_utils/utils.go:313 -#: legacy/builder/builder_utils/utils.go:387 -msgid "Not found: {0}" +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:53 -msgid "Not used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" msgstr "" #: cli/board/details.go:164 @@ -1530,29 +1531,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:98 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:112 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:106 +#: cli/compile/compile.go:109 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:100 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:96 cli/upload/upload.go:65 +#: cli/compile/compile.go:99 cli/upload/upload.go:65 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:117 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1562,7 +1563,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:93 +#: cli/compile/compile.go:96 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1605,13 +1606,13 @@ msgstr "" msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:89 +#: cli/compile/compile.go:92 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:392 +#: commands/upload/upload.go:477 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1627,11 +1628,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:351 +#: arduino/errors.go:385 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:295 +#: arduino/errors.go:329 msgid "Platform '%s' not found" msgstr "" @@ -1667,6 +1668,12 @@ msgstr "" msgid "Platform size (bytes):" msgstr "" +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + #: cli/board/list.go:88 cli/board/list.go:126 msgid "Port" msgstr "" @@ -1675,20 +1682,20 @@ msgstr "" msgid "Port closed:" msgstr "" -#: arduino/errors.go:524 +#: arduino/errors.go:558 msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:101 -#: legacy/builder/phases/libraries_builder.go:109 -msgid "Precompiled library in \"{0}\" not found" +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" msgstr "" #: cli/board/details.go:44 msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:85 +#: cli/compile/compile.go:88 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1704,7 +1711,7 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:228 +#: arduino/errors.go:262 msgid "Programmer '%s' not found" msgstr "" @@ -1720,11 +1727,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: legacy/builder/builder_utils/utils.go:46 -msgid "Progress {0}" -msgstr "" - -#: arduino/errors.go:280 +#: arduino/errors.go:314 msgid "Property '%s' is undefined" msgstr "" @@ -1748,7 +1751,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:55 +#: cli/daemon/daemon.go:56 msgid "Run as a daemon on port: %s" msgstr "" @@ -1756,21 +1759,17 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:56 +#: cli/daemon/daemon.go:57 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." msgstr "" -#: legacy/builder/phases/core_builder.go:49 +#: legacy/builder/phases/core_builder.go:48 msgid "Running normal build of the core..." msgstr "" -#: legacy/builder/recipe_runner.go:49 -msgid "Running recipe: {0}" -msgstr "" - -#: cli/compile/compile.go:87 +#: cli/compile/compile.go:90 msgid "Save build artifacts in this directory." msgstr "" @@ -1822,7 +1821,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:84 +#: cli/compile/compile.go:87 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1901,7 +1900,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:44 +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -1911,14 +1910,14 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" -#: legacy/builder/phases/sizer.go:121 -msgid "Sketch too big; see %s for tips on reducing it." +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" -#: legacy/builder/phases/sizer.go:86 +#: legacy/builder/phases/sizer.go:83 msgid "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." msgstr "" #: cli/arguments/sketch.go:61 @@ -1931,20 +1930,20 @@ msgstr "" msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:385 +#: commands/upload/upload.go:470 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:476 -msgid "Skipping archive creation of: {0}" +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:269 -msgid "Skipping compile of: {0}" +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:333 -msgid "Skipping dependencies detection for precompiled library {0}" +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" #: commands/instances.go:859 @@ -1955,19 +1954,19 @@ msgstr "" msgid "Skipping platform configuration." msgstr "" -#: legacy/builder/recipe_runner.go:59 -msgid "Skipping: {0}" +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" msgstr "" #: arduino/serialutils/serialutils.go:133 msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:61 +#: cli/daemon/daemon.go:62 msgid "The TCP port the daemon will listen to" msgstr "" -#: cli/cli.go:123 +#: cli/cli.go:124 msgid "The custom config file (if not specified the default will be used)." msgstr "" @@ -1983,12 +1982,12 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/cli.go:115 cli/cli.go:119 +#: cli/cli.go:115 cli/cli.go:120 msgid "The output format for the logs, can be: %s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:151 -msgid "The platform does not support '{0}' for precompiled libraries." +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" #: cli/lib/upgrade.go:34 @@ -2050,8 +2049,9 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:132 -msgid "Unable to cache built core, please tell {0} maintainers to follow %s" +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" #: configuration/configuration.go:126 @@ -2066,7 +2066,7 @@ msgstr "" msgid "Unable to get user home dir: %v" msgstr "" -#: cli/cli.go:212 +#: cli/cli.go:215 msgid "Unable to open file for logging: %s" msgstr "" @@ -2096,7 +2096,7 @@ msgstr "" msgid "Unknown" msgstr "" -#: arduino/errors.go:144 +#: arduino/errors.go:166 msgid "Unknown FQBN" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:409 +#: commands/upload/upload.go:494 msgid "Upload port found on %s" msgstr "" @@ -2186,7 +2186,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:98 +#: cli/compile/compile.go:101 msgid "Upload the binary after the compilation." msgstr "" @@ -2198,7 +2198,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:201 cli/upload/upload.go:116 +#: cli/compile/compile.go:228 cli/upload/upload.go:117 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2211,8 +2211,8 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:51 -msgid "Used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" msgstr "" #: arduino/libraries/librariesmanager/install.go:68 @@ -2222,38 +2222,38 @@ msgstr "" msgid "User directory not set" msgstr "" -#: legacy/builder/target_board_resolver.go:47 -msgid "Using board '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:345 -msgid "Using cached library dependencies for file: {0}" +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: legacy/builder/target_board_resolver.go:51 -msgid "Using core '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:48 -msgid "Using library {0} at version {1} in folder: {2} {3}" +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:42 -msgid "Using library {0} in folder: {1} {2}" +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" -#: legacy/builder/phases/core_builder.go:107 -msgid "Using precompiled core: {0}" +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:98 -#: legacy/builder/phases/libraries_builder.go:106 -msgid "Using precompiled library in {0}" +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:267 -#: legacy/builder/builder_utils/utils.go:499 -msgid "Using previously compiled file: {0}" +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" msgstr "" #: cli/core/download.go:36 cli/core/install.go:40 @@ -2268,7 +2268,7 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:100 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 #: cli/upload/upload.go:64 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2289,28 +2289,28 @@ msgstr "" msgid "WARNING: cannot run post install: %s" msgstr "" -#: legacy/builder/warn_about_arch_incompatible_libraries.go:46 +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 msgid "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -#: commands/upload/upload.go:398 +#: commands/upload/upload.go:483 msgid "Waiting for upload port..." msgstr "" -#: legacy/builder/add_build_board_property_if_missing.go:41 +#: legacy/builder/add_build_board_property_if_missing.go:36 msgid "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" -#: legacy/builder/warn_about_platform_rewrites.go:47 +#: legacy/builder/warn_about_platform_rewrites.go:40 msgid "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." msgstr "" -#: commands/upload/upload.go:294 +#: commands/upload/upload.go:379 msgid "" "Warning: tool '%s' is not installed. It might not be available for your OS." msgstr "" @@ -2319,7 +2319,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:104 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2359,11 +2359,11 @@ msgstr "" msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:555 +#: commands/upload/upload.go:640 msgid "autodetect build artifact: %s" msgstr "" -#: commands/upload/upload.go:540 +#: commands/upload/upload.go:625 msgid "binary file not found in %s" msgstr "" @@ -2409,11 +2409,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/resolve_library.go:36 +#: legacy/builder/resolve_library.go:34 msgid "candidates" msgstr "" -#: commands/upload/upload.go:497 commands/upload/upload.go:504 +#: commands/upload/upload.go:582 commands/upload/upload.go:589 msgid "cannot execute upload tool: %s" msgstr "" @@ -2472,7 +2472,7 @@ msgstr "" msgid "computing hash: %s" msgstr "" -#: commands/upload/upload.go:612 +#: commands/upload/upload.go:697 msgid "could not find a valid build artifact" msgstr "" @@ -2488,7 +2488,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:128 +#: legacy/builder/phases/sizer.go:121 msgid "data section exceeds available space in board" msgstr "" @@ -2500,7 +2500,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:471 +#: legacy/builder/utils/utils.go:474 msgid "destination already exists" msgstr "" @@ -2686,23 +2686,23 @@ msgstr "" msgid "invalid config option: %s" msgstr "" -#: cli/arguments/reference.go:82 +#: cli/arguments/reference.go:90 msgid "invalid empty core architecture '%s'" msgstr "" -#: cli/arguments/reference.go:58 +#: cli/arguments/reference.go:67 msgid "invalid empty core argument" msgstr "" -#: cli/arguments/reference.go:78 +#: cli/arguments/reference.go:86 msgid "invalid empty core name '%s'" msgstr "" -#: cli/arguments/reference.go:62 +#: cli/arguments/reference.go:71 msgid "invalid empty core reference '%s'" msgstr "" -#: cli/arguments/reference.go:67 +#: cli/arguments/reference.go:76 msgid "invalid empty core version: '%s'" msgstr "" @@ -2726,7 +2726,7 @@ msgstr "" msgid "invalid hash '%[1]s': %[2]s" msgstr "" -#: cli/arguments/reference.go:75 +#: cli/arguments/reference.go:83 msgid "invalid item %s" msgstr "" @@ -2774,7 +2774,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:484 +#: commands/upload/upload.go:569 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -2864,7 +2864,7 @@ msgstr "" msgid "looking for boards.txt in %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_setup.go:74 +#: legacy/builder/container_setup.go:73 msgid "main file missing from sketch" msgstr "" @@ -2893,7 +2893,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:607 +#: commands/upload/upload.go:692 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -2913,7 +2913,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:562 +#: commands/upload/upload.go:647 msgid "no sketch or build directory/file specified" msgstr "" @@ -2921,7 +2921,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:479 +#: commands/upload/upload.go:564 msgid "no upload port provided" msgstr "" @@ -2997,11 +2997,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:65 #: arduino/cores/packagemanager/install_uninstall.go:108 -#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:128 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:119 +#: cli/compile/compile.go:122 msgid "please use --build-property instead." msgstr "" @@ -3087,7 +3087,7 @@ msgstr "" msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/upload/upload.go:473 +#: commands/upload/upload.go:558 msgid "recipe not found '%s'" msgstr "" @@ -3156,7 +3156,7 @@ msgstr "" msgid "skipping loading of boards %s: malformed custom board options" msgstr "" -#: legacy/builder/utils/utils.go:463 +#: legacy/builder/utils/utils.go:466 msgid "source is not a directory" msgstr "" @@ -3192,12 +3192,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:122 +#: legacy/builder/phases/sizer.go:116 msgid "text section exceeds available space in board" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3316,7 +3316,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:593 msgid "uploading error: %s" msgstr "" @@ -3327,13 +3327,3 @@ msgstr "" #: commands/board/list.go:95 msgid "wrong format in server response" msgstr "" - -#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 -msgid "{0} invalid, rebuilding all" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:323 -#: legacy/builder/builder_utils/utils.go:329 -#: legacy/builder/builder_utils/utils.go:393 -msgid "{0} newer than {1}" -msgstr "" diff --git a/i18n/data/it_IT.po b/i18n/data/it_IT.po index 612be1759c2..550f2b527ac 100644 --- a/i18n/data/it_IT.po +++ b/i18n/data/it_IT.po @@ -1,12 +1,14 @@ # # Translators: -# Cristian Maglie , 2021 # Andrea Richetta , 2021 # Gaia Castronovo , 2021 +# Andrea Agostini, 2021 +# Alessandro Ranellucci , 2021 +# Cristian Maglie , 2022 # msgid "" msgstr "" -"Last-Translator: Gaia Castronovo , 2021\n" +"Last-Translator: Cristian Maglie , 2022\n" "Language-Team: Italian (Italy) (https://www.transifex.com/arduino-1/teams/108174/it_IT/)\n" "Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -15,14 +17,22 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:37 +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + #: cli/lib/check_deps.go:102 msgid "%[1]s is required but %[2]s is currently installed." msgstr "" +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + #: arduino/discovery/discovery.go:75 msgid "%[1]s, message: %[2]s" msgstr "" @@ -43,7 +53,7 @@ msgstr "" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:530 +#: commands/upload/upload.go:615 msgid "%s and %s cannot be used together" msgstr "" @@ -71,7 +81,7 @@ msgstr "" msgid "%s must be installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:530 legacy/builder/ctags_runner.go:41 +#: legacy/builder/ctags_runner.go:41 msgid "%s pattern is missing" msgstr "" @@ -79,7 +89,7 @@ msgstr "" msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:674 +#: arduino/errors.go:708 msgid "'%s' has an invalid signature" msgstr "" @@ -87,7 +97,7 @@ msgstr "" msgid "(hidden)" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:38 +#: legacy/builder/print_used_libraries_if_verbose.go:34 msgid "(legacy)" msgstr "" @@ -107,7 +117,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:210 +#: arduino/errors.go:244 msgid "A programmer is required to upload" msgstr "" @@ -140,15 +150,15 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/resolve_library.go:34 +#: legacy/builder/resolve_library.go:32 msgid "Alternatives for %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 +#: legacy/builder/container_add_prototypes.go:46 msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_find_includes.go:116 msgid "An error occurred detecting libraries" msgstr "" @@ -160,8 +170,8 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:128 -msgid "Archiving built core (caching) in: {0}" +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" msgstr "" #: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 @@ -170,7 +180,7 @@ msgstr "" #: cli/cli.go:72 msgid "Arduino CLI." -msgstr "" +msgstr "Arduino CLI" #: cli/cli.go:73 msgid "Arduino Command Line Interface (arduino-cli)." @@ -242,10 +252,10 @@ msgid "Board version:" msgstr "" #: legacy/builder/merge_sketch_with_bootloader.go:69 -msgid "Bootloader file specified but missing: {0}" +msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:86 +#: cli/compile/compile.go:89 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" @@ -253,7 +263,7 @@ msgstr "" msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:380 +#: arduino/errors.go:414 msgid "Can't create sketch" msgstr "" @@ -267,7 +277,7 @@ msgstr "Non è possibile scaricare la libreria" msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:393 +#: arduino/errors.go:427 msgid "Can't open sketch" msgstr "" @@ -283,7 +293,7 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:181 +#: commands/compile/compile.go:175 msgid "Cannot create build cache directory" msgstr "" @@ -299,11 +309,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:637 +#: arduino/errors.go:671 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:655 +#: arduino/errors.go:689 msgid "Cannot create temp file" msgstr "" @@ -331,7 +341,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:421 +#: commands/upload/upload.go:506 msgid "Cannot perform port reset: %s" msgstr "" @@ -351,10 +361,6 @@ msgstr "" msgid "Checking lib install prerequisites" msgstr "" -#: legacy/builder/builder_utils/utils.go:280 -msgid "Checking previous results for {0} (result = {1}, dep = {2})" -msgstr "" - #: arduino/resources/checksums.go:182 msgid "Checksum differs from checksum in package.json" msgstr "" @@ -367,7 +373,7 @@ msgstr "" msgid "Clean caches." msgstr "" -#: cli/cli.go:124 +#: cli/cli.go:125 msgid "Comma-separated list of additional URLs for the Boards Manager." msgstr "" @@ -377,27 +383,27 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:119 commands/upload/upload.go:359 +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:72 cli/compile/compile.go:73 +#: cli/compile/compile.go:75 cli/compile/compile.go:76 msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:80 +#: legacy/builder/builder.go:78 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:74 +#: legacy/builder/builder.go:72 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:135 -msgid "Compiling library \"{0}\"" +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:69 +#: legacy/builder/builder.go:67 msgid "Compiling sketch..." msgstr "" @@ -450,11 +456,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:48 -msgid "Couldn't deeply cache core build: {0}" +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:81 +#: legacy/builder/phases/sizer.go:79 msgid "Couldn't determine program size" msgstr "" @@ -480,6 +486,10 @@ msgstr "" msgid "DEPRECATED" msgstr "" +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + #: cli/debug/debug.go:52 msgid "Debug Arduino sketches." msgstr "" @@ -523,15 +533,11 @@ msgstr "" msgid "Dependencies: %s" msgstr "" -#: legacy/builder/builder_utils/utils.go:358 -msgid "Depfile is about different file: {0}" -msgstr "" - #: cli/lib/list.go:124 msgid "Description" msgstr "" -#: legacy/builder/builder.go:61 +#: legacy/builder/builder.go:59 msgid "Detecting libraries used..." msgstr "" @@ -562,7 +568,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:66 msgid "Display only the provided gRPC calls" msgstr "" @@ -574,7 +580,7 @@ msgstr "" msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:63 +#: cli/daemon/daemon.go:64 msgid "Do not terminate daemon process if the parent process dies" msgstr "" @@ -599,7 +605,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:64 +#: cli/daemon/daemon.go:65 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -615,8 +621,8 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:136 -msgid "Error archiving built core (caching) in {0}: {1}" +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" #: cli/sketch/archive.go:79 @@ -631,7 +637,7 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:281 +#: commands/compile/compile.go:280 msgid "Error copying output file %s" msgstr "" @@ -640,7 +646,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:261 +#: commands/compile/compile.go:260 msgid "Error creating output dir" msgstr "" @@ -699,18 +705,26 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: cli/feedback/feedback.go:144 +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:195 -#: cli/compile/compile.go:227 cli/upload/upload.go:88 cli/upload/upload.go:94 -#: cli/upload/upload.go:110 cli/upload/upload.go:137 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 msgid "Error during Upload: %v" msgstr "" -#: cli/compile/compile.go:239 +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 msgid "Error during build: %v" msgstr "" @@ -730,7 +744,7 @@ msgstr "" msgid "Error extracting library_index.json.gz" msgstr "" -#: commands/upload/upload.go:356 +#: commands/upload/upload.go:441 msgid "Error finding build artifacts" msgstr "" @@ -758,7 +772,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:290 commands/lib/list.go:107 +#: commands/compile/compile.go:289 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -770,10 +784,6 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: legacy/builder/types/context.go:239 -msgid "Error in FQBN: %s" -msgstr "" - #: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" @@ -811,11 +821,15 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: cli/compile/compile.go:140 +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:271 +#: commands/compile/compile.go:270 msgid "Error reading build directory" msgstr "" @@ -827,8 +841,8 @@ msgstr "" msgid "Error reading sketch files" msgstr "" -#: legacy/builder/target_board_resolver.go:33 -msgid "Error resolving FQBN: {0}" +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" msgstr "" #: cli/lib/check_deps.go:66 @@ -924,11 +938,11 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:362 -msgid "Error while detecting libraries included by {0}" +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:147 legacy/builder/phases/sizer.go:153 +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 msgid "Error while determining sketch size: %s" msgstr "" @@ -948,7 +962,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:147 +#: cli/compile/compile.go:150 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -968,7 +982,7 @@ msgstr "Esempi:" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:122 commands/upload/upload.go:362 +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -981,15 +995,19 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:536 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:458 +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:454 +#: commands/upload/upload.go:539 msgid "Failed to burn bootloader" msgstr "" @@ -1001,27 +1019,23 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:126 +#: cli/daemon/daemon.go:127 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:120 +#: cli/daemon/daemon.go:121 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:135 +#: cli/daemon/daemon.go:136 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:132 +#: cli/daemon/daemon.go:133 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: legacy/builder/builder_utils/utils.go:380 -msgid "Failed to read: {0}" -msgstr "" - -#: commands/upload/upload.go:462 +#: commands/upload/upload.go:547 msgid "Failed uploading" msgstr "" @@ -1047,6 +1061,12 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + #: cli/arguments/fqbn.go:29 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" msgstr "" @@ -1075,7 +1095,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:66 +#: legacy/builder/builder.go:64 msgid "Generating function prototypes..." msgstr "" @@ -1083,14 +1103,14 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:93 +#: legacy/builder/phases/sizer.go:89 msgid "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." msgstr "" -#: legacy/builder/phases/sizer.go:100 -msgid "Global variables use {0} bytes of dynamic memory." +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "" #: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 @@ -1106,7 +1126,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:116 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1154,15 +1174,15 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:386 +#: legacy/builder/container_find_includes.go:388 msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:266 +#: arduino/errors.go:300 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" -#: cli/cli.go:265 +#: cli/cli.go:268 msgid "" "Invalid Call : should show Help, but it is available only in TEXT mode." msgstr "" @@ -1171,11 +1191,11 @@ msgstr "" msgid "Invalid Device URL format" msgstr "" -#: arduino/errors.go:60 +#: arduino/errors.go:62 msgid "Invalid FQBN" msgstr "" -#: arduino/errors.go:78 +#: arduino/errors.go:80 msgid "Invalid URL" msgstr "" @@ -1188,7 +1208,7 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: legacy/builder/phases/sizer.go:172 +#: legacy/builder/phases/sizer.go:165 msgid "Invalid data size regexp: %s" msgstr "" @@ -1196,11 +1216,11 @@ msgstr "" msgid "Invalid device port type provided" msgstr "" -#: legacy/builder/phases/sizer.go:178 +#: legacy/builder/phases/sizer.go:171 msgid "Invalid eeprom size regexp: %s" msgstr "" -#: arduino/errors.go:46 +#: arduino/errors.go:48 msgid "Invalid instance" msgstr "" @@ -1208,7 +1228,7 @@ msgstr "" msgid "Invalid item %s" msgstr "" -#: arduino/errors.go:96 +#: arduino/errors.go:98 msgid "Invalid library" msgstr "" @@ -1216,11 +1236,11 @@ msgstr "" msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" -#: cli/cli.go:226 +#: cli/cli.go:229 msgid "Invalid option for --log-level: %s" msgstr "" -#: cli/cli.go:243 +#: cli/cli.go:246 msgid "Invalid output format: %s" msgstr "" @@ -1236,15 +1256,15 @@ msgstr "" msgid "Invalid pid value: '%s'" msgstr "" -#: commands/monitor/monitor.go:123 +#: commands/monitor/monitor.go:127 msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:162 +#: legacy/builder/phases/sizer.go:155 msgid "Invalid size regexp: %s" msgstr "" -#: arduino/errors.go:114 +#: arduino/errors.go:116 msgid "Invalid version" msgstr "" @@ -1252,7 +1272,7 @@ msgstr "" msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:108 +#: cli/compile/compile.go:111 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1275,19 +1295,24 @@ msgstr "" msgid "Latest" msgstr "" +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + #: commands/lib/uninstall.go:37 msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:314 +#: arduino/errors.go:348 msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:46 -msgid "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:430 +#: arduino/errors.go:464 msgid "Library install failed" msgstr "" @@ -1299,15 +1324,11 @@ msgstr "" msgid "Library name" msgstr "" -#: legacy/builder/phases/libraries_builder.go:91 -msgid "Library {0} has been declared precompiled:" -msgstr "" - #: cli/lib/search.go:169 msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:85 +#: legacy/builder/builder.go:83 msgid "Linking everything together..." msgstr "" @@ -1325,19 +1346,19 @@ msgstr "" msgid "List connected boards." msgstr "" -#: cli/compile/compile.go:91 +#: cli/compile/compile.go:94 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:108 msgid "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:106 msgid "" "List of paths to libraries root folders. Libraries set this way have top " "priority in case of conflicts. Can be used multiple times for different " @@ -1373,11 +1394,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/recipe_runner.go:40 -msgid "Looking for recipes like {0}*{1}" -msgstr "" - -#: legacy/builder/phases/sizer.go:137 +#: legacy/builder/phases/sizer.go:130 msgid "Low memory available, stability problems may occur." msgstr "" @@ -1394,35 +1411,35 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:41 -msgid "Missing '{0}' from library in {1}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" msgstr "" -#: arduino/errors.go:130 +#: arduino/errors.go:152 msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:172 +#: arduino/errors.go:206 msgid "Missing port" msgstr "" -#: arduino/errors.go:160 +#: arduino/errors.go:182 arduino/errors.go:194 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:198 +#: arduino/errors.go:232 msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:166 +#: legacy/builder/phases/sizer.go:159 msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:366 +#: arduino/errors.go:400 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:247 +#: arduino/errors.go:281 msgid "Monitor '%s' not found" msgstr "" @@ -1430,8 +1447,8 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:50 -msgid "Multiple libraries were found for \"{0}\"" +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" msgstr "" #: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 @@ -1452,10 +1469,6 @@ msgstr "" msgid "No boards found." msgstr "" -#: legacy/builder/builder_utils/utils.go:351 -msgid "No colon in first line of depfile" -msgstr "" - #: cli/lib/examples.go:107 msgid "No libraries found." msgstr "" @@ -1474,7 +1487,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:186 +#: arduino/errors.go:220 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1490,30 +1503,20 @@ msgstr "" msgid "No updates available." msgstr "" -#: commands/upload/upload.go:411 +#: commands/upload/upload.go:496 msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:333 +#: arduino/errors.go:367 msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:127 -msgid "Not enough memory; see %s for tips on reducing your footprint." -msgstr "" - -#: legacy/builder/builder_utils/utils.go:284 -msgid "Not found: nil" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:300 -#: legacy/builder/builder_utils/utils.go:313 -#: legacy/builder/builder_utils/utils.go:387 -msgid "Not found: {0}" +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:53 -msgid "Not used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" msgstr "" #: cli/board/details.go:164 @@ -1532,29 +1535,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:98 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:112 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:106 +#: cli/compile/compile.go:109 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:100 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:96 cli/upload/upload.go:65 +#: cli/compile/compile.go:99 cli/upload/upload.go:65 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:117 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1564,7 +1567,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:93 +#: cli/compile/compile.go:96 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1607,13 +1610,13 @@ msgstr "" msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:89 +#: cli/compile/compile.go:92 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:392 +#: commands/upload/upload.go:477 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1629,11 +1632,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:351 +#: arduino/errors.go:385 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:295 +#: arduino/errors.go:329 msgid "Platform '%s' not found" msgstr "" @@ -1669,6 +1672,12 @@ msgstr "" msgid "Platform size (bytes):" msgstr "" +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + #: cli/board/list.go:88 cli/board/list.go:126 msgid "Port" msgstr "" @@ -1677,20 +1686,20 @@ msgstr "" msgid "Port closed:" msgstr "" -#: arduino/errors.go:524 +#: arduino/errors.go:558 msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:101 -#: legacy/builder/phases/libraries_builder.go:109 -msgid "Precompiled library in \"{0}\" not found" +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" msgstr "" #: cli/board/details.go:44 msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:85 +#: cli/compile/compile.go:88 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1706,7 +1715,7 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:228 +#: arduino/errors.go:262 msgid "Programmer '%s' not found" msgstr "" @@ -1722,11 +1731,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: legacy/builder/builder_utils/utils.go:46 -msgid "Progress {0}" -msgstr "" - -#: arduino/errors.go:280 +#: arduino/errors.go:314 msgid "Property '%s' is undefined" msgstr "" @@ -1750,7 +1755,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:55 +#: cli/daemon/daemon.go:56 msgid "Run as a daemon on port: %s" msgstr "" @@ -1758,21 +1763,17 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:56 +#: cli/daemon/daemon.go:57 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." msgstr "" -#: legacy/builder/phases/core_builder.go:49 +#: legacy/builder/phases/core_builder.go:48 msgid "Running normal build of the core..." msgstr "" -#: legacy/builder/recipe_runner.go:49 -msgid "Running recipe: {0}" -msgstr "" - -#: cli/compile/compile.go:87 +#: cli/compile/compile.go:90 msgid "Save build artifacts in this directory." msgstr "" @@ -1824,7 +1825,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:84 +#: cli/compile/compile.go:87 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1903,7 +1904,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:44 +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -1913,14 +1914,14 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" -#: legacy/builder/phases/sizer.go:121 -msgid "Sketch too big; see %s for tips on reducing it." +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" -#: legacy/builder/phases/sizer.go:86 +#: legacy/builder/phases/sizer.go:83 msgid "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." msgstr "" #: cli/arguments/sketch.go:61 @@ -1933,20 +1934,20 @@ msgstr "" msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:385 +#: commands/upload/upload.go:470 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:476 -msgid "Skipping archive creation of: {0}" +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:269 -msgid "Skipping compile of: {0}" +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:333 -msgid "Skipping dependencies detection for precompiled library {0}" +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" #: commands/instances.go:859 @@ -1957,19 +1958,19 @@ msgstr "" msgid "Skipping platform configuration." msgstr "" -#: legacy/builder/recipe_runner.go:59 -msgid "Skipping: {0}" +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" msgstr "" #: arduino/serialutils/serialutils.go:133 msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:61 +#: cli/daemon/daemon.go:62 msgid "The TCP port the daemon will listen to" msgstr "" -#: cli/cli.go:123 +#: cli/cli.go:124 msgid "The custom config file (if not specified the default will be used)." msgstr "" @@ -1985,12 +1986,12 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/cli.go:115 cli/cli.go:119 +#: cli/cli.go:115 cli/cli.go:120 msgid "The output format for the logs, can be: %s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:151 -msgid "The platform does not support '{0}' for precompiled libraries." +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" #: cli/lib/upgrade.go:34 @@ -2052,8 +2053,9 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:132 -msgid "Unable to cache built core, please tell {0} maintainers to follow %s" +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" #: configuration/configuration.go:126 @@ -2068,7 +2070,7 @@ msgstr "" msgid "Unable to get user home dir: %v" msgstr "" -#: cli/cli.go:212 +#: cli/cli.go:215 msgid "Unable to open file for logging: %s" msgstr "" @@ -2098,7 +2100,7 @@ msgstr "" msgid "Unknown" msgstr "" -#: arduino/errors.go:144 +#: arduino/errors.go:166 msgid "Unknown FQBN" msgstr "" @@ -2180,7 +2182,7 @@ msgstr "" msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:409 +#: commands/upload/upload.go:494 msgid "Upload port found on %s" msgstr "" @@ -2188,7 +2190,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:98 +#: cli/compile/compile.go:101 msgid "Upload the binary after the compilation." msgstr "" @@ -2200,7 +2202,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:201 cli/upload/upload.go:116 +#: cli/compile/compile.go:228 cli/upload/upload.go:117 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2213,8 +2215,8 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:51 -msgid "Used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" msgstr "" #: arduino/libraries/librariesmanager/install.go:68 @@ -2224,38 +2226,38 @@ msgstr "" msgid "User directory not set" msgstr "" -#: legacy/builder/target_board_resolver.go:47 -msgid "Using board '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:345 -msgid "Using cached library dependencies for file: {0}" +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: legacy/builder/target_board_resolver.go:51 -msgid "Using core '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:48 -msgid "Using library {0} at version {1} in folder: {2} {3}" +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:42 -msgid "Using library {0} in folder: {1} {2}" +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" -#: legacy/builder/phases/core_builder.go:107 -msgid "Using precompiled core: {0}" +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:98 -#: legacy/builder/phases/libraries_builder.go:106 -msgid "Using precompiled library in {0}" +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:267 -#: legacy/builder/builder_utils/utils.go:499 -msgid "Using previously compiled file: {0}" +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" msgstr "" #: cli/core/download.go:36 cli/core/install.go:40 @@ -2270,7 +2272,7 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:100 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 #: cli/upload/upload.go:64 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2291,28 +2293,28 @@ msgstr "" msgid "WARNING: cannot run post install: %s" msgstr "" -#: legacy/builder/warn_about_arch_incompatible_libraries.go:46 +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 msgid "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -#: commands/upload/upload.go:398 +#: commands/upload/upload.go:483 msgid "Waiting for upload port..." msgstr "" -#: legacy/builder/add_build_board_property_if_missing.go:41 +#: legacy/builder/add_build_board_property_if_missing.go:36 msgid "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" -#: legacy/builder/warn_about_platform_rewrites.go:47 +#: legacy/builder/warn_about_platform_rewrites.go:40 msgid "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." msgstr "" -#: commands/upload/upload.go:294 +#: commands/upload/upload.go:379 msgid "" "Warning: tool '%s' is not installed. It might not be available for your OS." msgstr "" @@ -2321,7 +2323,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:104 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2361,11 +2363,11 @@ msgstr "" msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:555 +#: commands/upload/upload.go:640 msgid "autodetect build artifact: %s" msgstr "" -#: commands/upload/upload.go:540 +#: commands/upload/upload.go:625 msgid "binary file not found in %s" msgstr "" @@ -2411,11 +2413,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/resolve_library.go:36 +#: legacy/builder/resolve_library.go:34 msgid "candidates" msgstr "" -#: commands/upload/upload.go:497 commands/upload/upload.go:504 +#: commands/upload/upload.go:582 commands/upload/upload.go:589 msgid "cannot execute upload tool: %s" msgstr "" @@ -2474,7 +2476,7 @@ msgstr "" msgid "computing hash: %s" msgstr "" -#: commands/upload/upload.go:612 +#: commands/upload/upload.go:697 msgid "could not find a valid build artifact" msgstr "" @@ -2490,7 +2492,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:128 +#: legacy/builder/phases/sizer.go:121 msgid "data section exceeds available space in board" msgstr "" @@ -2502,7 +2504,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:471 +#: legacy/builder/utils/utils.go:474 msgid "destination already exists" msgstr "" @@ -2688,23 +2690,23 @@ msgstr "" msgid "invalid config option: %s" msgstr "" -#: cli/arguments/reference.go:82 +#: cli/arguments/reference.go:90 msgid "invalid empty core architecture '%s'" msgstr "" -#: cli/arguments/reference.go:58 +#: cli/arguments/reference.go:67 msgid "invalid empty core argument" msgstr "" -#: cli/arguments/reference.go:78 +#: cli/arguments/reference.go:86 msgid "invalid empty core name '%s'" msgstr "" -#: cli/arguments/reference.go:62 +#: cli/arguments/reference.go:71 msgid "invalid empty core reference '%s'" msgstr "" -#: cli/arguments/reference.go:67 +#: cli/arguments/reference.go:76 msgid "invalid empty core version: '%s'" msgstr "" @@ -2728,7 +2730,7 @@ msgstr "" msgid "invalid hash '%[1]s': %[2]s" msgstr "" -#: cli/arguments/reference.go:75 +#: cli/arguments/reference.go:83 msgid "invalid item %s" msgstr "" @@ -2776,7 +2778,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:484 +#: commands/upload/upload.go:569 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -2866,7 +2868,7 @@ msgstr "" msgid "looking for boards.txt in %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_setup.go:74 +#: legacy/builder/container_setup.go:73 msgid "main file missing from sketch" msgstr "" @@ -2895,7 +2897,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:607 +#: commands/upload/upload.go:692 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -2915,7 +2917,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:562 +#: commands/upload/upload.go:647 msgid "no sketch or build directory/file specified" msgstr "" @@ -2923,7 +2925,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:479 +#: commands/upload/upload.go:564 msgid "no upload port provided" msgstr "" @@ -2999,11 +3001,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:65 #: arduino/cores/packagemanager/install_uninstall.go:108 -#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:128 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:119 +#: cli/compile/compile.go:122 msgid "please use --build-property instead." msgstr "" @@ -3089,7 +3091,7 @@ msgstr "" msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/upload/upload.go:473 +#: commands/upload/upload.go:558 msgid "recipe not found '%s'" msgstr "" @@ -3158,7 +3160,7 @@ msgstr "" msgid "skipping loading of boards %s: malformed custom board options" msgstr "" -#: legacy/builder/utils/utils.go:463 +#: legacy/builder/utils/utils.go:466 msgid "source is not a directory" msgstr "" @@ -3194,12 +3196,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:122 +#: legacy/builder/phases/sizer.go:116 msgid "text section exceeds available space in board" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3318,7 +3320,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:593 msgid "uploading error: %s" msgstr "" @@ -3329,13 +3331,3 @@ msgstr "" #: commands/board/list.go:95 msgid "wrong format in server response" msgstr "" - -#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 -msgid "{0} invalid, rebuilding all" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:323 -#: legacy/builder/builder_utils/utils.go:329 -#: legacy/builder/builder_utils/utils.go:393 -msgid "{0} newer than {1}" -msgstr "" diff --git a/i18n/data/pl.po b/i18n/data/pl.po index 840f91a67d3..61ea568527e 100644 --- a/i18n/data/pl.po +++ b/i18n/data/pl.po @@ -1,6 +1,10 @@ # +# Translators: +# Tyle Tyle, 2022 +# msgid "" msgstr "" +"Last-Translator: Tyle Tyle, 2022\n" "Language-Team: Polish (https://www.transifex.com/arduino-1/teams/108174/pl/)\n" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" @@ -9,14 +13,22 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:37 +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + #: cli/lib/check_deps.go:102 msgid "%[1]s is required but %[2]s is currently installed." msgstr "" +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + #: arduino/discovery/discovery.go:75 msgid "%[1]s, message: %[2]s" msgstr "" @@ -37,7 +49,7 @@ msgstr "" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:530 +#: commands/upload/upload.go:615 msgid "%s and %s cannot be used together" msgstr "" @@ -65,7 +77,7 @@ msgstr "" msgid "%s must be installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:530 legacy/builder/ctags_runner.go:41 +#: legacy/builder/ctags_runner.go:41 msgid "%s pattern is missing" msgstr "" @@ -73,7 +85,7 @@ msgstr "" msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:674 +#: arduino/errors.go:708 msgid "'%s' has an invalid signature" msgstr "" @@ -81,7 +93,7 @@ msgstr "" msgid "(hidden)" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:38 +#: legacy/builder/print_used_libraries_if_verbose.go:34 msgid "(legacy)" msgstr "" @@ -101,7 +113,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:210 +#: arduino/errors.go:244 msgid "A programmer is required to upload" msgstr "" @@ -134,15 +146,15 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/resolve_library.go:34 +#: legacy/builder/resolve_library.go:32 msgid "Alternatives for %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 +#: legacy/builder/container_add_prototypes.go:46 msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_find_includes.go:116 msgid "An error occurred detecting libraries" msgstr "" @@ -154,8 +166,8 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:128 -msgid "Archiving built core (caching) in: {0}" +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" msgstr "" #: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 @@ -236,10 +248,10 @@ msgid "Board version:" msgstr "" #: legacy/builder/merge_sketch_with_bootloader.go:69 -msgid "Bootloader file specified but missing: {0}" +msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:86 +#: cli/compile/compile.go:89 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" @@ -247,7 +259,7 @@ msgstr "" msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:380 +#: arduino/errors.go:414 msgid "Can't create sketch" msgstr "" @@ -261,7 +273,7 @@ msgstr "" msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:393 +#: arduino/errors.go:427 msgid "Can't open sketch" msgstr "" @@ -277,7 +289,7 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:181 +#: commands/compile/compile.go:175 msgid "Cannot create build cache directory" msgstr "" @@ -293,11 +305,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:637 +#: arduino/errors.go:671 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:655 +#: arduino/errors.go:689 msgid "Cannot create temp file" msgstr "" @@ -325,7 +337,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:421 +#: commands/upload/upload.go:506 msgid "Cannot perform port reset: %s" msgstr "" @@ -345,10 +357,6 @@ msgstr "" msgid "Checking lib install prerequisites" msgstr "" -#: legacy/builder/builder_utils/utils.go:280 -msgid "Checking previous results for {0} (result = {1}, dep = {2})" -msgstr "" - #: arduino/resources/checksums.go:182 msgid "Checksum differs from checksum in package.json" msgstr "" @@ -361,7 +369,7 @@ msgstr "" msgid "Clean caches." msgstr "" -#: cli/cli.go:124 +#: cli/cli.go:125 msgid "Comma-separated list of additional URLs for the Boards Manager." msgstr "" @@ -371,27 +379,27 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:119 commands/upload/upload.go:359 +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:72 cli/compile/compile.go:73 +#: cli/compile/compile.go:75 cli/compile/compile.go:76 msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:80 +#: legacy/builder/builder.go:78 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:74 +#: legacy/builder/builder.go:72 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:135 -msgid "Compiling library \"{0}\"" +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:69 +#: legacy/builder/builder.go:67 msgid "Compiling sketch..." msgstr "" @@ -444,11 +452,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:48 -msgid "Couldn't deeply cache core build: {0}" +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:81 +#: legacy/builder/phases/sizer.go:79 msgid "Couldn't determine program size" msgstr "" @@ -474,6 +482,10 @@ msgstr "" msgid "DEPRECATED" msgstr "" +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + #: cli/debug/debug.go:52 msgid "Debug Arduino sketches." msgstr "" @@ -517,15 +529,11 @@ msgstr "" msgid "Dependencies: %s" msgstr "" -#: legacy/builder/builder_utils/utils.go:358 -msgid "Depfile is about different file: {0}" -msgstr "" - #: cli/lib/list.go:124 msgid "Description" msgstr "" -#: legacy/builder/builder.go:61 +#: legacy/builder/builder.go:59 msgid "Detecting libraries used..." msgstr "" @@ -556,7 +564,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:66 msgid "Display only the provided gRPC calls" msgstr "" @@ -568,7 +576,7 @@ msgstr "" msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:63 +#: cli/daemon/daemon.go:64 msgid "Do not terminate daemon process if the parent process dies" msgstr "" @@ -593,7 +601,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:64 +#: cli/daemon/daemon.go:65 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -609,8 +617,8 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:136 -msgid "Error archiving built core (caching) in {0}: {1}" +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" #: cli/sketch/archive.go:79 @@ -625,7 +633,7 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:281 +#: commands/compile/compile.go:280 msgid "Error copying output file %s" msgstr "" @@ -634,7 +642,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:261 +#: commands/compile/compile.go:260 msgid "Error creating output dir" msgstr "" @@ -693,18 +701,26 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: cli/feedback/feedback.go:144 +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:195 -#: cli/compile/compile.go:227 cli/upload/upload.go:88 cli/upload/upload.go:94 -#: cli/upload/upload.go:110 cli/upload/upload.go:137 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 msgid "Error during Upload: %v" msgstr "" -#: cli/compile/compile.go:239 +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 msgid "Error during build: %v" msgstr "" @@ -724,7 +740,7 @@ msgstr "" msgid "Error extracting library_index.json.gz" msgstr "" -#: commands/upload/upload.go:356 +#: commands/upload/upload.go:441 msgid "Error finding build artifacts" msgstr "" @@ -752,7 +768,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:290 commands/lib/list.go:107 +#: commands/compile/compile.go:289 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -764,10 +780,6 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: legacy/builder/types/context.go:239 -msgid "Error in FQBN: %s" -msgstr "" - #: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" @@ -805,11 +817,15 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: cli/compile/compile.go:140 +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:271 +#: commands/compile/compile.go:270 msgid "Error reading build directory" msgstr "" @@ -821,8 +837,8 @@ msgstr "" msgid "Error reading sketch files" msgstr "" -#: legacy/builder/target_board_resolver.go:33 -msgid "Error resolving FQBN: {0}" +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" msgstr "" #: cli/lib/check_deps.go:66 @@ -918,11 +934,11 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:362 -msgid "Error while detecting libraries included by {0}" +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:147 legacy/builder/phases/sizer.go:153 +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 msgid "Error while determining sketch size: %s" msgstr "" @@ -942,7 +958,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:147 +#: cli/compile/compile.go:150 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -962,7 +978,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:122 commands/upload/upload.go:362 +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -975,15 +991,19 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:536 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:458 +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:454 +#: commands/upload/upload.go:539 msgid "Failed to burn bootloader" msgstr "" @@ -995,27 +1015,23 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:126 +#: cli/daemon/daemon.go:127 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:120 +#: cli/daemon/daemon.go:121 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:135 +#: cli/daemon/daemon.go:136 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:132 +#: cli/daemon/daemon.go:133 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: legacy/builder/builder_utils/utils.go:380 -msgid "Failed to read: {0}" -msgstr "" - -#: commands/upload/upload.go:462 +#: commands/upload/upload.go:547 msgid "Failed uploading" msgstr "" @@ -1041,6 +1057,12 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + #: cli/arguments/fqbn.go:29 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" msgstr "" @@ -1069,7 +1091,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:66 +#: legacy/builder/builder.go:64 msgid "Generating function prototypes..." msgstr "" @@ -1077,14 +1099,14 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:93 +#: legacy/builder/phases/sizer.go:89 msgid "" -"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes " -"for local variables. Maximum is {1} bytes." +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." msgstr "" -#: legacy/builder/phases/sizer.go:100 -msgid "Global variables use {0} bytes of dynamic memory." +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "" #: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 @@ -1100,7 +1122,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:116 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1148,15 +1170,15 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:386 +#: legacy/builder/container_find_includes.go:388 msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:266 +#: arduino/errors.go:300 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" -#: cli/cli.go:265 +#: cli/cli.go:268 msgid "" "Invalid Call : should show Help, but it is available only in TEXT mode." msgstr "" @@ -1165,11 +1187,11 @@ msgstr "" msgid "Invalid Device URL format" msgstr "" -#: arduino/errors.go:60 +#: arduino/errors.go:62 msgid "Invalid FQBN" msgstr "" -#: arduino/errors.go:78 +#: arduino/errors.go:80 msgid "Invalid URL" msgstr "" @@ -1182,7 +1204,7 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: legacy/builder/phases/sizer.go:172 +#: legacy/builder/phases/sizer.go:165 msgid "Invalid data size regexp: %s" msgstr "" @@ -1190,11 +1212,11 @@ msgstr "" msgid "Invalid device port type provided" msgstr "" -#: legacy/builder/phases/sizer.go:178 +#: legacy/builder/phases/sizer.go:171 msgid "Invalid eeprom size regexp: %s" msgstr "" -#: arduino/errors.go:46 +#: arduino/errors.go:48 msgid "Invalid instance" msgstr "" @@ -1202,7 +1224,7 @@ msgstr "" msgid "Invalid item %s" msgstr "" -#: arduino/errors.go:96 +#: arduino/errors.go:98 msgid "Invalid library" msgstr "" @@ -1210,11 +1232,11 @@ msgstr "" msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" -#: cli/cli.go:226 +#: cli/cli.go:229 msgid "Invalid option for --log-level: %s" msgstr "" -#: cli/cli.go:243 +#: cli/cli.go:246 msgid "Invalid output format: %s" msgstr "" @@ -1230,15 +1252,15 @@ msgstr "" msgid "Invalid pid value: '%s'" msgstr "" -#: commands/monitor/monitor.go:123 +#: commands/monitor/monitor.go:127 msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:162 +#: legacy/builder/phases/sizer.go:155 msgid "Invalid size regexp: %s" msgstr "" -#: arduino/errors.go:114 +#: arduino/errors.go:116 msgid "Invalid version" msgstr "" @@ -1246,7 +1268,7 @@ msgstr "" msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:108 +#: cli/compile/compile.go:111 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1269,19 +1291,24 @@ msgstr "" msgid "Latest" msgstr "" +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + #: commands/lib/uninstall.go:37 msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:314 +#: arduino/errors.go:348 msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:46 -msgid "Library can't use both '%[1]s' and '%[2]s' folders. Double check {0}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:430 +#: arduino/errors.go:464 msgid "Library install failed" msgstr "" @@ -1293,15 +1320,11 @@ msgstr "" msgid "Library name" msgstr "" -#: legacy/builder/phases/libraries_builder.go:91 -msgid "Library {0} has been declared precompiled:" -msgstr "" - #: cli/lib/search.go:169 msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:85 +#: legacy/builder/builder.go:83 msgid "Linking everything together..." msgstr "" @@ -1319,19 +1342,19 @@ msgstr "" msgid "List connected boards." msgstr "" -#: cli/compile/compile.go:91 +#: cli/compile/compile.go:94 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:108 msgid "" "List of custom libraries dir paths separated by commas. Or can be used " "multiple times for multiple libraries dir paths." msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:106 msgid "" "List of paths to libraries root folders. Libraries set this way have top " "priority in case of conflicts. Can be used multiple times for different " @@ -1367,11 +1390,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/recipe_runner.go:40 -msgid "Looking for recipes like {0}*{1}" -msgstr "" - -#: legacy/builder/phases/sizer.go:137 +#: legacy/builder/phases/sizer.go:130 msgid "Low memory available, stability problems may occur." msgstr "" @@ -1388,35 +1407,35 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:41 -msgid "Missing '{0}' from library in {1}" +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" msgstr "" -#: arduino/errors.go:130 +#: arduino/errors.go:152 msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:172 +#: arduino/errors.go:206 msgid "Missing port" msgstr "" -#: arduino/errors.go:160 +#: arduino/errors.go:182 arduino/errors.go:194 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:198 +#: arduino/errors.go:232 msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:166 +#: legacy/builder/phases/sizer.go:159 msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:366 +#: arduino/errors.go:400 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:247 +#: arduino/errors.go:281 msgid "Monitor '%s' not found" msgstr "" @@ -1424,8 +1443,8 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:50 -msgid "Multiple libraries were found for \"{0}\"" +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" msgstr "" #: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 @@ -1446,10 +1465,6 @@ msgstr "" msgid "No boards found." msgstr "" -#: legacy/builder/builder_utils/utils.go:351 -msgid "No colon in first line of depfile" -msgstr "" - #: cli/lib/examples.go:107 msgid "No libraries found." msgstr "" @@ -1468,7 +1483,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:186 +#: arduino/errors.go:220 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1484,30 +1499,20 @@ msgstr "" msgid "No updates available." msgstr "" -#: commands/upload/upload.go:411 +#: commands/upload/upload.go:496 msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:333 +#: arduino/errors.go:367 msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:127 -msgid "Not enough memory; see %s for tips on reducing your footprint." -msgstr "" - -#: legacy/builder/builder_utils/utils.go:284 -msgid "Not found: nil" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:300 -#: legacy/builder/builder_utils/utils.go:313 -#: legacy/builder/builder_utils/utils.go:387 -msgid "Not found: {0}" +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:53 -msgid "Not used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" msgstr "" #: cli/board/details.go:164 @@ -1526,29 +1531,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:98 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:112 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:106 +#: cli/compile/compile.go:109 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:100 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:96 cli/upload/upload.go:65 +#: cli/compile/compile.go:99 cli/upload/upload.go:65 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:117 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1558,7 +1563,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:93 +#: cli/compile/compile.go:96 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1601,13 +1606,13 @@ msgstr "" msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:89 +#: cli/compile/compile.go:92 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:392 +#: commands/upload/upload.go:477 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1623,11 +1628,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:351 +#: arduino/errors.go:385 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:295 +#: arduino/errors.go:329 msgid "Platform '%s' not found" msgstr "" @@ -1663,6 +1668,12 @@ msgstr "" msgid "Platform size (bytes):" msgstr "" +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + #: cli/board/list.go:88 cli/board/list.go:126 msgid "Port" msgstr "" @@ -1671,20 +1682,20 @@ msgstr "" msgid "Port closed:" msgstr "" -#: arduino/errors.go:524 +#: arduino/errors.go:558 msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:101 -#: legacy/builder/phases/libraries_builder.go:109 -msgid "Precompiled library in \"{0}\" not found" +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" msgstr "" #: cli/board/details.go:44 msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:85 +#: cli/compile/compile.go:88 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1700,7 +1711,7 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:228 +#: arduino/errors.go:262 msgid "Programmer '%s' not found" msgstr "" @@ -1716,11 +1727,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: legacy/builder/builder_utils/utils.go:46 -msgid "Progress {0}" -msgstr "" - -#: arduino/errors.go:280 +#: arduino/errors.go:314 msgid "Property '%s' is undefined" msgstr "" @@ -1744,7 +1751,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:55 +#: cli/daemon/daemon.go:56 msgid "Run as a daemon on port: %s" msgstr "" @@ -1752,21 +1759,17 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:56 +#: cli/daemon/daemon.go:57 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." msgstr "" -#: legacy/builder/phases/core_builder.go:49 +#: legacy/builder/phases/core_builder.go:48 msgid "Running normal build of the core..." msgstr "" -#: legacy/builder/recipe_runner.go:49 -msgid "Running recipe: {0}" -msgstr "" - -#: cli/compile/compile.go:87 +#: cli/compile/compile.go:90 msgid "Save build artifacts in this directory." msgstr "" @@ -1818,7 +1821,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:84 +#: cli/compile/compile.go:87 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1897,7 +1900,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:44 +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -1907,14 +1910,14 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" -#: legacy/builder/phases/sizer.go:121 -msgid "Sketch too big; see %s for tips on reducing it." +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" -#: legacy/builder/phases/sizer.go:86 +#: legacy/builder/phases/sizer.go:83 msgid "" -"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} " -"bytes." +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." msgstr "" #: cli/arguments/sketch.go:61 @@ -1927,20 +1930,20 @@ msgstr "" msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:385 +#: commands/upload/upload.go:470 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:476 -msgid "Skipping archive creation of: {0}" +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:269 -msgid "Skipping compile of: {0}" +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:333 -msgid "Skipping dependencies detection for precompiled library {0}" +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" #: commands/instances.go:859 @@ -1951,19 +1954,19 @@ msgstr "" msgid "Skipping platform configuration." msgstr "" -#: legacy/builder/recipe_runner.go:59 -msgid "Skipping: {0}" +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" msgstr "" #: arduino/serialutils/serialutils.go:133 msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:61 +#: cli/daemon/daemon.go:62 msgid "The TCP port the daemon will listen to" msgstr "" -#: cli/cli.go:123 +#: cli/cli.go:124 msgid "The custom config file (if not specified the default will be used)." msgstr "" @@ -1979,12 +1982,12 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/cli.go:115 cli/cli.go:119 +#: cli/cli.go:115 cli/cli.go:120 msgid "The output format for the logs, can be: %s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:151 -msgid "The platform does not support '{0}' for precompiled libraries." +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" #: cli/lib/upgrade.go:34 @@ -2046,8 +2049,9 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:132 -msgid "Unable to cache built core, please tell {0} maintainers to follow %s" +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" #: configuration/configuration.go:126 @@ -2062,7 +2066,7 @@ msgstr "" msgid "Unable to get user home dir: %v" msgstr "" -#: cli/cli.go:212 +#: cli/cli.go:215 msgid "Unable to open file for logging: %s" msgstr "" @@ -2092,7 +2096,7 @@ msgstr "" msgid "Unknown" msgstr "" -#: arduino/errors.go:144 +#: arduino/errors.go:166 msgid "Unknown FQBN" msgstr "" @@ -2174,7 +2178,7 @@ msgstr "" msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:409 +#: commands/upload/upload.go:494 msgid "Upload port found on %s" msgstr "" @@ -2182,7 +2186,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:98 +#: cli/compile/compile.go:101 msgid "Upload the binary after the compilation." msgstr "" @@ -2194,7 +2198,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:201 cli/upload/upload.go:116 +#: cli/compile/compile.go:228 cli/upload/upload.go:117 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2207,8 +2211,8 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:51 -msgid "Used: {0}" +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" msgstr "" #: arduino/libraries/librariesmanager/install.go:68 @@ -2218,38 +2222,38 @@ msgstr "" msgid "User directory not set" msgstr "" -#: legacy/builder/target_board_resolver.go:47 -msgid "Using board '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:345 -msgid "Using cached library dependencies for file: {0}" +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: legacy/builder/target_board_resolver.go:51 -msgid "Using core '{0}' from platform in folder: {1}" +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:48 -msgid "Using library {0} at version {1} in folder: {2} {3}" +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" msgstr "" -#: legacy/builder/print_used_libraries_if_verbose.go:42 -msgid "Using library {0} in folder: {1} {2}" +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" -#: legacy/builder/phases/core_builder.go:107 -msgid "Using precompiled core: {0}" +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:98 -#: legacy/builder/phases/libraries_builder.go:106 -msgid "Using precompiled library in {0}" +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:267 -#: legacy/builder/builder_utils/utils.go:499 -msgid "Using previously compiled file: {0}" +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" msgstr "" #: cli/core/download.go:36 cli/core/install.go:40 @@ -2264,7 +2268,7 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:100 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 #: cli/upload/upload.go:64 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2285,28 +2289,28 @@ msgstr "" msgid "WARNING: cannot run post install: %s" msgstr "" -#: legacy/builder/warn_about_arch_incompatible_libraries.go:46 +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 msgid "" -"WARNING: library {0} claims to run on {1} architecture(s) and may be " -"incompatible with your current board which runs on {2} architecture(s)." +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -#: commands/upload/upload.go:398 +#: commands/upload/upload.go:483 msgid "Waiting for upload port..." msgstr "" -#: legacy/builder/add_build_board_property_if_missing.go:41 +#: legacy/builder/add_build_board_property_if_missing.go:36 msgid "" -"Warning: Board {0}:{1}:{2} doesn''t define a %s preference. Auto-set to: {3}" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" -#: legacy/builder/warn_about_platform_rewrites.go:47 +#: legacy/builder/warn_about_platform_rewrites.go:40 msgid "" -"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically" -" converted to {2}. Consider upgrading this core." +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." msgstr "" -#: commands/upload/upload.go:294 +#: commands/upload/upload.go:379 msgid "" "Warning: tool '%s' is not installed. It might not be available for your OS." msgstr "" @@ -2315,7 +2319,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:104 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2355,11 +2359,11 @@ msgstr "" msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:555 +#: commands/upload/upload.go:640 msgid "autodetect build artifact: %s" msgstr "" -#: commands/upload/upload.go:540 +#: commands/upload/upload.go:625 msgid "binary file not found in %s" msgstr "" @@ -2405,11 +2409,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/resolve_library.go:36 +#: legacy/builder/resolve_library.go:34 msgid "candidates" msgstr "" -#: commands/upload/upload.go:497 commands/upload/upload.go:504 +#: commands/upload/upload.go:582 commands/upload/upload.go:589 msgid "cannot execute upload tool: %s" msgstr "" @@ -2468,7 +2472,7 @@ msgstr "" msgid "computing hash: %s" msgstr "" -#: commands/upload/upload.go:612 +#: commands/upload/upload.go:697 msgid "could not find a valid build artifact" msgstr "" @@ -2484,7 +2488,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:128 +#: legacy/builder/phases/sizer.go:121 msgid "data section exceeds available space in board" msgstr "" @@ -2496,7 +2500,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:471 +#: legacy/builder/utils/utils.go:474 msgid "destination already exists" msgstr "" @@ -2682,23 +2686,23 @@ msgstr "" msgid "invalid config option: %s" msgstr "" -#: cli/arguments/reference.go:82 +#: cli/arguments/reference.go:90 msgid "invalid empty core architecture '%s'" msgstr "" -#: cli/arguments/reference.go:58 +#: cli/arguments/reference.go:67 msgid "invalid empty core argument" msgstr "" -#: cli/arguments/reference.go:78 +#: cli/arguments/reference.go:86 msgid "invalid empty core name '%s'" msgstr "" -#: cli/arguments/reference.go:62 +#: cli/arguments/reference.go:71 msgid "invalid empty core reference '%s'" msgstr "" -#: cli/arguments/reference.go:67 +#: cli/arguments/reference.go:76 msgid "invalid empty core version: '%s'" msgstr "" @@ -2722,7 +2726,7 @@ msgstr "" msgid "invalid hash '%[1]s': %[2]s" msgstr "" -#: cli/arguments/reference.go:75 +#: cli/arguments/reference.go:83 msgid "invalid item %s" msgstr "" @@ -2770,7 +2774,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:484 +#: commands/upload/upload.go:569 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -2860,7 +2864,7 @@ msgstr "" msgid "looking for boards.txt in %[1]s: %[2]s" msgstr "" -#: legacy/builder/container_setup.go:74 +#: legacy/builder/container_setup.go:73 msgid "main file missing from sketch" msgstr "" @@ -2889,7 +2893,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:607 +#: commands/upload/upload.go:692 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -2909,7 +2913,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:562 +#: commands/upload/upload.go:647 msgid "no sketch or build directory/file specified" msgstr "" @@ -2917,7 +2921,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:479 +#: commands/upload/upload.go:564 msgid "no upload port provided" msgstr "" @@ -2993,11 +2997,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:65 #: arduino/cores/packagemanager/install_uninstall.go:108 -#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:128 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:119 +#: cli/compile/compile.go:122 msgid "please use --build-property instead." msgstr "" @@ -3083,7 +3087,7 @@ msgstr "" msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/upload/upload.go:473 +#: commands/upload/upload.go:558 msgid "recipe not found '%s'" msgstr "" @@ -3152,7 +3156,7 @@ msgstr "" msgid "skipping loading of boards %s: malformed custom board options" msgstr "" -#: legacy/builder/utils/utils.go:463 +#: legacy/builder/utils/utils.go:466 msgid "source is not a directory" msgstr "" @@ -3188,12 +3192,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:122 +#: legacy/builder/phases/sizer.go:116 msgid "text section exceeds available space in board" msgstr "" -#: legacy/builder/container_add_prototypes.go:42 -#: legacy/builder/container_find_includes.go:115 +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3312,7 +3316,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:593 msgid "uploading error: %s" msgstr "" @@ -3323,13 +3327,3 @@ msgstr "" #: commands/board/list.go:95 msgid "wrong format in server response" msgstr "" - -#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 -msgid "{0} invalid, rebuilding all" -msgstr "" - -#: legacy/builder/builder_utils/utils.go:323 -#: legacy/builder/builder_utils/utils.go:329 -#: legacy/builder/builder_utils/utils.go:393 -msgid "{0} newer than {1}" -msgstr "" diff --git a/i18n/data/ru.po b/i18n/data/ru.po new file mode 100644 index 00000000000..501f339b0e3 --- /dev/null +++ b/i18n/data/ru.po @@ -0,0 +1,3329 @@ +# +# Translators: +# Dmitrij, 2022 +# +msgid "" +msgstr "" +"Last-Translator: Dmitrij, 2022\n" +"Language-Team: Russian (https://www.transifex.com/arduino-1/teams/108174/ru/)\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: version/version.go:53 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: cli/lib/check_deps.go:102 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:75 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:84 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:81 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:78 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: cli/output/rpc_progress.go:64 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:615 +msgid "%s and %s cannot be used together" +msgstr "" + +#: cli/output/rpc_progress.go:76 +msgid "%s downloaded" +msgstr "" + +#: commands/bundled_tools.go:56 +msgid "%s installed" +msgstr "" + +#: cli/lib/check_deps.go:99 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:72 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:113 +msgid "%s is not managed by package manager" +msgstr "" + +#: cli/lib/check_deps.go:96 +msgid "%s must be installed." +msgstr "" + +#: legacy/builder/ctags_runner.go:41 +msgid "%s pattern is missing" +msgstr "" + +#: commands/instances.go:846 +msgid "%s uninstalled" +msgstr "" + +#: arduino/errors.go:708 +msgid "'%s' has an invalid signature" +msgstr "" + +#: cli/board/listall.go:91 cli/board/search.go:89 +msgid "(hidden)" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: cli/lib/install.go:79 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: cli/lib/install.go:82 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: cli/updater/updater.go:70 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:244 +msgid "A programmer is required to upload" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "ARCH" +msgstr "" + +#: cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: cli/config/add.go:32 cli/config/add.go:33 +msgid "Adds one or more values to a setting." +msgstr "" + +#: cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: cli/core/upgrade.go:68 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/instances.go:715 commands/lib/install.go:97 +msgid "Already installed %s" +msgstr "" + +#: legacy/builder/resolve_library.go:32 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:46 +msgid "An error occurred adding prototypes" +msgstr "" + +#: legacy/builder/container_find_includes.go:116 +msgid "An error occurred detecting libraries" +msgstr "" + +#: cli/lib/search.go:172 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:70 +msgid "Archive already exists" +msgstr "" + +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: cli/cli.go:72 +msgid "Arduino CLI." +msgstr "" + +#: cli/cli.go:73 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: cli/board/board.go:31 cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: cli/cache/cache.go:31 cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: cli/lib/lib.go:31 cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: cli/core/core.go:31 cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: cli/lib/check_deps.go:56 cli/lib/install.go:125 +msgid "Arguments error: %v" +msgstr "" + +#: cli/board/attach.go:81 +msgid "Attach board error: %v" +msgstr "" + +#: cli/board/attach.go:41 cli/board/attach.go:42 cli/board/board.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: cli/lib/search.go:163 +msgid "Author: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Available" +msgstr "" + +#: cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: cli/upload/upload.go:63 +msgid "Binary file to upload." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 cli/board/listall.go:87 +#: cli/board/search.go:85 +msgid "Board Name" +msgstr "" + +#: commands/board/attach.go:94 +msgid "Board found: %s" +msgstr "" + +#: cli/board/details.go:119 +msgid "Board name:" +msgstr "" + +#: cli/board/details.go:121 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:69 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: cli/compile/compile.go:89 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: commands/instances.go:528 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:414 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:61 commands/lib/download.go:64 +#: commands/lib/download.go:66 +msgid "Can't download library" +msgstr "" + +#: commands/core/install.go:127 commands/core/uninstall.go:53 +#: commands/instances.go:754 commands/instances.go:766 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:427 +msgid "Can't open sketch" +msgstr "" + +#: cli/config/set.go:55 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "Can't use %s flags at the same time." +msgstr "" + +#: cli/config/add.go:61 cli/config/delete.go:72 cli/config/remove.go:70 +msgid "Can't write config file: %v" +msgstr "" + +#: commands/compile/compile.go:175 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:151 +msgid "Cannot create build directory" +msgstr "" + +#: cli/config/init.go:97 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: cli/config/init.go:106 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:671 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:689 +msgid "Cannot create temp file" +msgstr "" + +#: commands/debug/debug.go:67 +msgid "Cannot execute debug tool" +msgstr "" + +#: commands/board/attach.go:107 +msgid "Cannot export sketch metadata" +msgstr "" + +#: cli/config/init.go:72 cli/config/init.go:83 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: configuration/configuration.go:148 configuration/configuration.go:154 +msgid "Cannot get executable path: %v" +msgstr "" + +#: commands/core/install.go:134 +msgid "Cannot install platform" +msgstr "" + +#: commands/bundled_tools.go:53 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:506 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: commands/core/install.go:152 +msgid "Cannot upgrade platform" +msgstr "" + +#: cli/lib/search.go:171 +msgid "Category: %s" +msgstr "" + +#: cli/lib/check_deps.go:37 cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: commands/lib/install.go:102 +msgid "Checking lib install prerequisites" +msgstr "" + +#: arduino/resources/checksums.go:182 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: cli/board/details.go:167 +msgid "Checksum:" +msgstr "" + +#: cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: cli/cli.go:125 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: cli/board/list.go:51 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: cli/compile/compile.go:75 cli/compile/compile.go:76 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:78 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:72 +msgid "Compiling libraries..." +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:67 +msgid "Compiling sketch..." +msgstr "" + +#: cli/config/init.go:90 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: cli/config/init.go:110 +msgid "Config file written to: %s" +msgstr "" + +#: cli/monitor/monitor.go:63 +msgid "Configuration of the port." +msgstr "" + +#: cli/debug/debug.go:146 +msgid "Configuration options for %s" +msgstr "" + +#: commands/instances.go:853 +msgid "Configuring platform" +msgstr "" + +#: commands/core/install.go:167 +msgid "Configuring platform." +msgstr "" + +#: cli/board/list.go:184 +msgid "Connected" +msgstr "" + +#: cli/monitor/monitor.go:177 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Core" +msgstr "" + +#: cli/update/update.go:82 +msgid "Core name" +msgstr "" + +#: commands/download.go:32 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:369 +msgid "Could not create index directory" +msgstr "" + +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:79 +msgid "Couldn't determine program size" +msgstr "" + +#: cli/arguments/sketch.go:37 cli/lib/install.go:105 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: cli/sketch/new.go:36 cli/sketch/new.go:37 +msgid "Create a new Sketch" +msgstr "" + +#: cli/sketch/archive.go:39 cli/sketch/archive.go:40 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: cli/core/list.go:88 cli/core/search.go:118 +msgid "DEPRECATED" +msgstr "" + +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: cli/debug/debug.go:52 +msgid "Debug Arduino sketches." +msgstr "" + +#: cli/debug/debug.go:53 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: cli/debug/debug.go:62 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:142 +msgid "Debugging not supported for board %s" +msgstr "" + +#: cli/board/details.go:123 +msgid "Debugging supported:" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Default" +msgstr "" + +#: cli/cache/clean.go:31 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: cli/cache/clean.go:32 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: cli/config/delete.go:33 cli/config/delete.go:34 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: cli/lib/search.go:179 +msgid "Dependencies: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:59 +msgid "Detecting libraries used..." +msgstr "" + +#: cli/board/list.go:44 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: cli/debug/debug.go:63 +msgid "Directory containing binaries for debug." +msgstr "" + +#: cli/upload/upload.go:62 +msgid "Directory containing binaries to upload." +msgstr "" + +#: cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: cli/completion/completion.go:45 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: cli/board/list.go:185 +msgid "Disconnected" +msgstr "" + +#: cli/daemon/daemon.go:66 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:67 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: cli/daemon/daemon.go:64 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/instances.go:704 commands/instances.go:763 +#: commands/lib/download.go:58 +msgid "Downloading %s" +msgstr "" + +#: commands/instances.go:97 +msgid "Downloading missing tool %s" +msgstr "" + +#: commands/core/install.go:87 +msgid "Downloading packages" +msgstr "" + +#: cli/core/download.go:37 cli/core/download.go:38 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/download.go:37 cli/lib/download.go:38 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: cli/daemon/daemon.go:65 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: cli/lib/install.go:63 +msgid "Enter a path to zip file" +msgstr "" + +#: cli/lib/install.go:62 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:105 +msgid "Error adding file to sketch archive" +msgstr "" + +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: cli/sketch/archive.go:79 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:93 +msgid "Error calculating relative file path" +msgstr "" + +#: cli/cache/clean.go:46 +msgid "Error cleaning caches: %v" +msgstr "" + +#: commands/compile/compile.go:280 +msgid "Error copying output file %s" +msgstr "" + +#: cli/core/search.go:66 cli/instance/instance.go:42 +#: cli/instance/instance.go:153 cli/lib/search.go:59 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:260 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:81 +msgid "Error creating sketch archive" +msgstr "" + +#: cli/arguments/sketch.go:51 cli/sketch/new.go:52 cli/sketch/new.go:61 +msgid "Error creating sketch: %v" +msgstr "" + +#: cli/board/list.go:72 cli/board/list.go:81 +msgid "Error detecting boards: %v" +msgstr "" + +#: cli/arguments/port.go:159 +msgid "Error discovering port: %v" +msgstr "" + +#: cli/core/download.go:71 cli/lib/download.go:68 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: commands/instances.go:474 commands/instances.go:478 +#: commands/instances.go:483 +msgid "Error downloading index '%s'" +msgstr "" + +#: commands/instances.go:507 commands/instances.go:513 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:706 commands/instances.go:708 +msgid "Error downloading library" +msgstr "" + +#: commands/instances.go:383 commands/instances.go:386 +msgid "Error downloading library_index.json.gz" +msgstr "" + +#: commands/instances.go:393 commands/instances.go:396 +msgid "Error downloading library_index.json.sig" +msgstr "" + +#: commands/core/download.go:71 commands/core/download.go:75 +#: commands/instances.go:789 commands/instances.go:791 +msgid "Error downloading platform %s" +msgstr "" + +#: commands/core/download.go:84 commands/core/download.go:89 +#: commands/instances.go:782 commands/instances.go:783 +msgid "Error downloading tool %s" +msgstr "" + +#: cli/debug/debug.go:108 +msgid "Error during Debug: %v" +msgstr "" + +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:73 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 +msgid "Error during Upload: %v" +msgstr "" + +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 +msgid "Error during build: %v" +msgstr "" + +#: cli/core/install.go:80 +msgid "Error during install: %v" +msgstr "" + +#: cli/core/uninstall.go:72 +msgid "Error during uninstall: %v" +msgstr "" + +#: cli/core/upgrade.go:105 +msgid "Error during upgrade: %v" +msgstr "" + +#: commands/instances.go:402 +msgid "Error extracting library_index.json.gz" +msgstr "" + +#: commands/upload/upload.go:441 +msgid "Error finding build artifacts" +msgstr "" + +#: cli/debug/debug.go:95 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: cli/board/details.go:70 +msgid "Error getting board details: %v" +msgstr "" + +#: commands/board/list.go:147 +msgid "Error getting board info from Arduino Cloud" +msgstr "" + +#: commands/board/list.go:212 +msgid "Error getting board list" +msgstr "" + +#: arduino/builder/compilation_database.go:78 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:289 commands/lib/list.go:107 +msgid "Error getting information for library %s" +msgstr "" + +#: cli/lib/examples.go:73 +msgid "Error getting libraries info: %v" +msgstr "" + +#: cli/monitor/monitor.go:90 +msgid "Error getting port settings details: %s" +msgstr "" + +#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/update/update.go:70 +msgid "Error initializing instance: %v" +msgstr "" + +#: cli/lib/install.go:138 +msgid "Error installing %s: %v" +msgstr "" + +#: cli/lib/install.go:116 +msgid "Error installing Git Library: %v" +msgstr "" + +#: cli/lib/install.go:93 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:810 +msgid "Error installing platform %s" +msgstr "" + +#: commands/instances.go:800 +msgid "Error installing tool %s" +msgstr "" + +#: cli/lib/list.go:76 +msgid "Error listing Libraries: %v" +msgstr "" + +#: cli/board/listall.go:64 +msgid "Error listing boards: %v" +msgstr "" + +#: cli/core/list.go:61 +msgid "Error listing platforms: %v" +msgstr "" + +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: commands/compile/compile.go:270 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:69 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:75 +msgid "Error reading sketch files" +msgstr "" + +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" +msgstr "" + +#: cli/lib/check_deps.go:66 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: cli/core/upgrade.go:63 +msgid "Error retrieving core list: %v" +msgstr "" + +#: cli/outdated/outdated.go:57 cli/update/update.go:77 +msgid "Error retrieving outdated cores and libraries: %v" +msgstr "" + +#: commands/instances.go:826 +msgid "Error rolling-back changes" +msgstr "" + +#: commands/core/install.go:149 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: commands/instances.go:532 +msgid "Error saving downloaded index %s" +msgstr "" + +#: commands/instances.go:536 +msgid "Error saving downloaded index signature" +msgstr "" + +#: cli/board/search.go:62 +msgid "Error searching boards: %v" +msgstr "" + +#: cli/lib/search.go:81 +msgid "Error searching for Library: %v" +msgstr "" + +#: cli/core/search.go:93 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation_database.go:63 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: commands/board/list.go:197 commands/board/list.go:200 +#: commands/board/list.go:241 +msgid "Error starting board discoveries" +msgstr "" + +#: cli/lib/uninstall.go:66 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: commands/core/uninstall.go:81 +msgid "Error uninstalling platform %s" +msgstr "" + +#: commands/core/uninstall.go:97 commands/instances.go:842 +msgid "Error uninstalling tool %s" +msgstr "" + +#: cli/update/update.go:62 +msgid "Error updating core and libraries index: %v" +msgstr "" + +#: cli/core/search.go:75 cli/core/update_index.go:52 +msgid "Error updating index: %v" +msgstr "" + +#: cli/instance/instance.go:162 +msgid "Error updating indexes: %v" +msgstr "" + +#: cli/lib/search.go:68 cli/lib/update_index.go:52 +msgid "Error updating library index: %v" +msgstr "" + +#: cli/lib/upgrade.go:51 cli/lib/upgrade.go:57 +msgid "Error upgrading libraries: %v" +msgstr "" + +#: commands/core/install.go:144 commands/instances.go:821 +msgid "Error upgrading platform: %s" +msgstr "" + +#: cli/upgrade/upgrade.go:63 +msgid "Error upgrading: %v" +msgstr "" + +#: commands/instances.go:407 commands/instances.go:517 +msgid "Error verifying signature" +msgstr "" + +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation_database.go:66 +msgid "Error writing compilation database: %s" +msgstr "" + +#: commands/instances.go:416 +msgid "Error writing library_index.json" +msgstr "" + +#: commands/instances.go:419 +msgid "Error writing library_index.json.sig" +msgstr "" + +#: cli/completion/completion.go:53 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: cli/compile/compile.go:150 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: cli/board/list.go:88 +msgid "Event" +msgstr "" + +#: cli/lib/examples.go:122 +msgid "Examples for library %s" +msgstr "" + +#: cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: cli/debug/debug.go:127 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: cli/board/attach.go:40 cli/board/details.go:43 cli/board/list.go:88 +#: cli/board/list.go:126 cli/board/listall.go:87 cli/board/search.go:85 +msgid "FQBN" +msgstr "" + +#: cli/board/details.go:120 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:536 +msgid "Failed chip erase" +msgstr "" + +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:539 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:127 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:117 +msgid "Failed to create downloads directory" +msgstr "" + +#: cli/daemon/daemon.go:127 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: cli/daemon/daemon.go:121 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: cli/daemon/daemon.go:136 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:547 +msgid "Failed uploading" +msgstr "" + +#: cli/board/details.go:165 +msgid "File:" +msgstr "" + +#: commands/daemon/debug.go:47 +msgid "First message must contain debug request, not data" +msgstr "" + +#: cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + +#: cli/arguments/fqbn.go:29 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: cli/debug/debug.go:141 +msgid "GDB Server path" +msgstr "" + +#: cli/debug/debug.go:140 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:173 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: cli/generatedocs/generatedocs.go:38 cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: cli/completion/completion.go:39 +msgid "Generates completion scripts" +msgstr "" + +#: cli/completion/completion.go:40 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:64 +msgid "Generating function prototypes..." +msgstr "" + +#: cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: legacy/builder/phases/sizer.go:89 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 +#: cli/outdated/outdated.go:62 +msgid "ID" +msgstr "" + +#: cli/board/details.go:92 cli/board/details.go:193 +msgid "Id" +msgstr "" + +#: cli/board/details.go:134 +msgid "Identification properties:" +msgstr "" + +#: cli/compile/compile.go:116 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: cli/core/list.go:47 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: cli/sketch/archive.go:51 +msgid "Includes %s directory in the archive." +msgstr "" + +#: cli/core/list.go:84 cli/lib/list.go:124 +msgid "Installed" +msgstr "" + +#: commands/instances.go:729 commands/lib/install.go:113 +msgid "Installed %s" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "Installed version" +msgstr "" + +#: commands/bundled_tools.go:49 commands/instances.go:712 +#: commands/lib/install.go:93 +msgid "Installing %s" +msgstr "" + +#: commands/core/install.go:110 +msgid "Installing platform %s" +msgstr "" + +#: cli/core/install.go:41 cli/core/install.go:42 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/install.go:48 cli/lib/install.go:49 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: legacy/builder/container_find_includes.go:388 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:300 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: cli/cli.go:268 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: commands/board/attach.go:66 +msgid "Invalid Device URL format" +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:193 +msgid "Invalid additional URL: %v" +msgstr "" + +#: cli/core/download.go:58 cli/core/install.go:66 cli/core/uninstall.go:55 +#: cli/core/upgrade.go:81 cli/lib/download.go:56 cli/lib/uninstall.go:55 +msgid "Invalid argument passed: %v" +msgstr "" + +#: legacy/builder/phases/sizer.go:165 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: commands/board/attach.go:76 +msgid "Invalid device port type provided" +msgstr "" + +#: legacy/builder/phases/sizer.go:171 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: cli/core/upgrade.go:87 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: httpclient/httpclient_config.go:44 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: cli/cli.go:229 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: cli/cli.go:246 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:450 commands/instances.go:524 +msgid "Invalid package index in %s" +msgstr "" + +#: cli/core/uninstall.go:61 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:58 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: commands/monitor/monitor.go:127 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: legacy/builder/phases/sizer.go:155 +msgid "Invalid size regexp: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:55 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: cli/compile/compile.go:111 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: cli/lib/list.go:42 +msgid "LIBNAME" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "LIBRARY" +msgstr "" + +#: cli/lib/download.go:36 cli/lib/examples.go:43 cli/lib/search.go:43 +#: cli/lib/uninstall.go:36 +msgid "LIBRARY_NAME" +msgstr "" + +#: cli/core/list.go:84 +msgid "Latest" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: commands/lib/uninstall.go:37 +msgid "Library %s is not installed" +msgstr "" + +#: arduino/errors.go:348 +msgid "Library '%s' not found" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:464 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:123 commands/lib/install.go:133 +msgid "Library installed" +msgstr "" + +#: cli/outdated/outdated.go:72 cli/update/update.go:92 +msgid "Library name" +msgstr "" + +#: cli/lib/search.go:169 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:83 +msgid "Linking everything together..." +msgstr "" + +#: cli/board/listall.go:40 cli/board/search.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: cli/board/listall.go:39 cli/board/search.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: cli/board/list.go:43 +msgid "List connected boards." +msgstr "" + +#: cli/compile/compile.go:94 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: cli/compile/compile.go:108 +msgid "" +"List of custom libraries dir paths separated by commas. Or can be used " +"multiple times for multiple libraries dir paths." +msgstr "" + +#: cli/compile/compile.go:106 +msgid "" +"List of paths to libraries root folders. Libraries set this way have top " +"priority in case of conflicts. Can be used multiple times for different " +"libraries." +msgstr "" + +#: cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: cli/core/list.go:46 +msgid "List updatable platforms." +msgstr "" + +#: cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: cli/outdated/outdated.go:38 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:207 commands/instances.go:218 +#: commands/instances.go:320 +msgid "Loading index file: %v" +msgstr "" + +#: commands/instances.go:329 +msgid "Loading libraries: %v" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Location" +msgstr "" + +#: legacy/builder/phases/sizer.go:130 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: cli/lib/search.go:164 +msgid "Maintainer: %s" +msgstr "" + +#: cli/arguments/port.go:54 cli/board/list.go:50 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: cli/cli.go:109 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:152 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:206 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:182 arduino/errors.go:194 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:232 +msgid "Missing programmer" +msgstr "" + +#: legacy/builder/phases/sizer.go:159 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:400 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:281 +msgid "Monitor '%s' not found" +msgstr "" + +#: cli/monitor/monitor.go:143 +msgid "Monitor port settings:" +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 +#: cli/lib/list.go:124 cli/outdated/outdated.go:62 +msgid "Name" +msgstr "" + +#: cli/lib/search.go:143 +msgid "Name: \"%s\"" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "New version" +msgstr "" + +#: cli/board/list.go:116 +msgid "No boards found." +msgstr "" + +#: cli/lib/examples.go:107 +msgid "No libraries found." +msgstr "" + +#: cli/lib/list.go:116 +msgid "No libraries installed." +msgstr "" + +#: cli/lib/search.go:127 +msgid "No libraries matching your search." +msgstr "" + +#: cli/lib/search.go:138 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: arduino/errors.go:220 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: cli/core/search.go:124 +msgid "No platforms matching your search." +msgstr "" + +#: commands/board/attach.go:92 +msgid "No supported board found at %s" +msgstr "" + +#: cli/lib/list.go:114 +msgid "No updates available." +msgstr "" + +#: commands/upload/upload.go:496 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:367 +msgid "No valid dependencies solution found" +msgstr "" + +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" +msgstr "" + +#: cli/board/details.go:164 +msgid "OS:" +msgstr "" + +#: cli/board/details.go:128 +msgid "Official Arduino board:" +msgstr "" + +#: cli/monitor/monitor.go:54 cli/monitor/monitor.go:55 +msgid "Open a communication port with a board." +msgstr "" + +#: cli/board/details.go:176 +msgid "Option:" +msgstr "" + +#: cli/compile/compile.go:98 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: cli/compile/compile.go:112 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: cli/compile/compile.go:109 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: cli/compile/compile.go:100 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: cli/compile/compile.go:99 cli/upload/upload.go:65 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: cli/compile/compile.go:117 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: commands/daemon/monitor.go:72 +msgid "OutputRate in Null monitor must be a float64" +msgstr "" + +#: cli/compile/compile.go:96 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "PACKAGER" +msgstr "" + +#: cli/board/details.go:144 +msgid "Package URL:" +msgstr "" + +#: cli/board/details.go:143 +msgid "Package maintainer:" +msgstr "" + +#: cli/board/details.go:142 +msgid "Package name:" +msgstr "" + +#: cli/board/details.go:146 +msgid "Package online help:" +msgstr "" + +#: cli/board/details.go:145 +msgid "Package website:" +msgstr "" + +#: cli/lib/search.go:166 +msgid "Paragraph: %s" +msgstr "" + +#: cli/cli.go:113 +msgid "Path to the file where logs will be written." +msgstr "" + +#: cli/compile/compile.go:92 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:477 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:73 +msgid "Platform %s already installed" +msgstr "" + +#: commands/core/install.go:177 +msgid "Platform %s installed" +msgstr "" + +#: commands/core/uninstall.go:85 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:385 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:329 +msgid "Platform '%s' not found" +msgstr "" + +#: cli/board/search.go:85 +msgid "Platform ID" +msgstr "" + +#: cli/board/details.go:152 +msgid "Platform URL:" +msgstr "" + +#: cli/board/details.go:151 +msgid "Platform architecture:" +msgstr "" + +#: cli/board/details.go:150 +msgid "Platform category:" +msgstr "" + +#: cli/board/details.go:157 +msgid "Platform checksum:" +msgstr "" + +#: cli/board/details.go:153 +msgid "Platform file name:" +msgstr "" + +#: cli/board/details.go:149 +msgid "Platform name:" +msgstr "" + +#: cli/board/details.go:155 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Port" +msgstr "" + +#: cli/monitor/monitor.go:164 cli/monitor/monitor.go:171 +msgid "Port closed:" +msgstr "" + +#: arduino/errors.go:558 +msgid "Port monitor error" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: cli/board/details.go:44 +msgid "Print details about a board." +msgstr "" + +#: cli/compile/compile.go:88 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: cli/cli.go:107 +msgid "Print the logs on the standard output." +msgstr "" + +#: cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:262 +msgid "Programmer '%s' not found" +msgstr "" + +#: cli/board/details.go:92 +msgid "Programmer name" +msgstr "" + +#: cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: cli/board/details.go:193 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:314 +msgid "Property '%s' is undefined" +msgstr "" + +#: cli/board/list.go:126 +msgid "Protocol" +msgstr "" + +#: cli/lib/search.go:176 +msgid "Provides includes: %s" +msgstr "" + +#: cli/config/remove.go:32 cli/config/remove.go:33 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/instances.go:722 commands/lib/install.go:106 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: cli/board/details.go:161 +msgid "Required tool:" +msgstr "" + +#: cli/daemon/daemon.go:56 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: cli/monitor/monitor.go:64 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: cli/daemon/daemon.go:57 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: legacy/builder/phases/core_builder.go:48 +msgid "Running normal build of the core..." +msgstr "" + +#: cli/compile/compile.go:90 +msgid "Save build artifacts in this directory." +msgstr "" + +#: cli/core/search.go:50 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: cli/core/search.go:49 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: cli/lib/search.go:45 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: cli/lib/search.go:44 +msgid "Searches for one or more libraries data." +msgstr "" + +#: commands/board/attach.go:109 +msgid "Selected fqbn: %s" +msgstr "" + +#: cli/lib/search.go:165 +msgid "Sentence: %s" +msgstr "" + +#: commands/download.go:63 +msgid "Server responded with: %s" +msgstr "" + +#: cli/config/set.go:33 cli/config/set.go:34 +msgid "Sets a setting value." +msgstr "" + +#: cli/config/init.go:55 cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Setting" +msgstr "" + +#: cli/config/delete.go:62 cli/config/validate.go:49 +msgid "Settings key doesn't exist" +msgstr "" + +#: cli/core/search.go:55 +msgid "Show all available core versions." +msgstr "" + +#: cli/compile/compile.go:87 +msgid "Show all build properties used instead of compiling." +msgstr "" + +#: cli/monitor/monitor.go:62 +msgid "Show all the settings of the communication port." +msgstr "" + +#: cli/board/listall.go:48 cli/board/search.go:47 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: cli/board/details.go:52 +msgid "Show full board details" +msgstr "" + +#: cli/board/details.go:45 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: cli/lib/search.go:50 +msgid "Show library names only." +msgstr "" + +#: cli/board/details.go:53 +msgid "Show list of available programmers" +msgstr "" + +#: cli/debug/debug.go:64 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: cli/update/update.go:46 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: cli/lib/list.go:43 +msgid "Shows a list of installed libraries." +msgstr "" + +#: cli/lib/list.go:44 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: cli/core/list.go:40 cli/core/list.go:41 +msgid "Shows the list of installed platforms." +msgstr "" + +#: cli/lib/examples.go:44 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: cli/lib/examples.go:45 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: cli/board/details.go:166 +msgid "Size (bytes):" +msgstr "" + +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: cli/sketch/new.go:65 +msgid "Sketch created in: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: legacy/builder/phases/sizer.go:83 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: cli/arguments/sketch.go:61 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: legacy/builder/phases/linker.go:35 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:470 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: commands/instances.go:859 +msgid "Skipping platform configuration" +msgstr "" + +#: commands/core/install.go:173 +msgid "Skipping platform configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: arduino/serialutils/serialutils.go:133 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: cli/daemon/daemon.go:62 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: cli/cli.go:124 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: cli/config/add.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/config/remove.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/cli.go:115 cli/cli.go:120 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: cli/lib/upgrade.go:34 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: cli/outdated/outdated.go:39 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: commands/bundled_tools.go:44 commands/core/install.go:80 +#: commands/instances.go:773 +msgid "Tool %s already installed" +msgstr "" + +#: commands/core/uninstall.go:101 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:134 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: cli/debug/debug.go:135 +msgid "Toolchain custom configurations" +msgstr "" + +#: cli/debug/debug.go:129 +msgid "Toolchain path" +msgstr "" + +#: cli/debug/debug.go:130 +msgid "Toolchain prefix" +msgstr "" + +#: cli/debug/debug.go:128 +msgid "Toolchain type" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:58 +msgid "Turns on verbose mode." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Type" +msgstr "" + +#: cli/lib/search.go:173 +msgid "Types: %s" +msgstr "" + +#: cli/board/details.go:168 +msgid "URL:" +msgstr "" + +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:126 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:101 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:89 configuration/configuration.go:114 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: cli/cli.go:215 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/core/uninstall.go:77 commands/lib/uninstall.go:39 +msgid "Uninstalling %s" +msgstr "" + +#: commands/core/uninstall.go:93 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: commands/instances.go:838 +msgid "Uninstalling %s: tool is no more required" +msgstr "" + +#: cli/core/uninstall.go:37 cli/core/uninstall.go:38 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: cli/lib/uninstall.go:37 cli/lib/uninstall.go:38 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: cli/board/list.go:158 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:166 +msgid "Unknown FQBN" +msgstr "" + +#: cli/update/update.go:40 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: cli/update/update.go:41 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: cli/core/update_index.go:36 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: cli/core/update_index.go:35 +msgid "Updates the index of cores." +msgstr "" + +#: cli/lib/update_index.go:36 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: cli/lib/update_index.go:35 +msgid "Updates the libraries index." +msgstr "" + +#: commands/instances.go:455 commands/instances.go:481 +#: commands/instances.go:511 +msgid "Updating index: %s" +msgstr "" + +#: commands/instances.go:382 +msgid "Updating index: library_index.json.gz" +msgstr "" + +#: commands/instances.go:392 +msgid "Updating index: library_index.json.sig" +msgstr "" + +#: commands/instances.go:795 +msgid "Updating platform %s" +msgstr "" + +#: commands/core/upgrade.go:55 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: cli/upgrade/upgrade.go:43 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: cli/upgrade/upgrade.go:42 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: cli/lib/upgrade.go:33 +msgid "Upgrades installed libraries." +msgstr "" + +#: cli/core/upgrade.go:39 cli/core/upgrade.go:40 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: commands/core/install.go:114 +msgid "Upgrading platform %[1]s with %[2]s" +msgstr "" + +#: cli/upload/upload.go:50 +msgid "Upload Arduino sketches." +msgstr "" + +#: cli/upload/upload.go:51 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: cli/arguments/port.go:46 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:494 +msgid "Upload port found on %s" +msgstr "" + +#: cli/arguments/port.go:50 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: cli/compile/compile.go:101 +msgid "Upload the binary after the compilation." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:48 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader." +msgstr "" + +#: cli/compile/compile.go:228 cli/upload/upload.go:117 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:68 +#: arduino/libraries/librariesmanager/install.go:84 +#: arduino/libraries/librariesmanager/install.go:106 +#: arduino/libraries/librariesmanager/install.go:190 +msgid "User directory not set" +msgstr "" + +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 +msgid "VERSION" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "VERSION_NUMBER" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Values" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 +#: cli/upload/upload.go:64 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: cli/core/search.go:114 +msgid "Version" +msgstr "" + +#: cli/lib/search.go:174 +msgid "Versions: %s" +msgstr "" + +#: commands/core/install.go:169 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: commands/instances.go:855 +msgid "WARNING: cannot run post install: %s" +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:483 +msgid "Waiting for upload port..." +msgstr "" + +#: legacy/builder/add_build_board_property_if_missing.go:36 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: legacy/builder/warn_about_platform_rewrites.go:40 +msgid "" +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." +msgstr "" + +#: commands/upload/upload.go:379 +msgid "" +"Warning: tool '%s' is not installed. It might not be available for your OS." +msgstr "" + +#: cli/lib/search.go:167 +msgid "Website: %s" +msgstr "" + +#: cli/compile/compile.go:104 +msgid "" +"When specified, VID/PID specific build properties are used, if board " +"supports them." +msgstr "" + +#: cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: cli/config/set.go:77 +msgid "Writing config file: %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "and" +msgstr "" + +#: arduino/resources/checksums.go:80 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:137 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: cli/sketch/archive.go:38 +msgid "archivePath" +msgstr "" + +#: legacy/builder/preprocess_sketch.go:103 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:640 +msgid "autodetect build artifact: %s" +msgstr "" + +#: commands/upload/upload.go:625 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:189 +msgid "board %s not found" +msgstr "" + +#: commands/board/list.go:42 +msgid "board not found" +msgstr "" + +#: cli/board/listall.go:38 cli/board/search.go:37 +msgid "boardname" +msgstr "" + +#: arduino/discovery/discovery.go:312 arduino/discovery/discovery.go:333 +#: arduino/discovery/discovery.go:353 arduino/discovery/discovery.go:376 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:416 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:123 arduino/cores/status.go:150 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:263 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:105 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:803 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: legacy/builder/resolve_library.go:34 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:582 commands/upload/upload.go:589 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: cli/cli.go:74 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:149 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:316 arduino/discovery/discovery.go:337 +#: arduino/discovery/discovery.go:357 arduino/discovery/discovery.go:380 +#: arduino/discovery/discovery.go:397 arduino/discovery/discovery.go:420 +msgid "command failed: %s" +msgstr "" + +#: arduino/monitor/monitor.go:146 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/discovery/discovery.go:314 +msgid "communication out of sync, expected 'hello', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:395 +msgid "communication out of sync, expected 'list', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:378 +msgid "communication out of sync, expected 'quit', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:335 +msgid "communication out of sync, expected 'start', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:418 +msgid "communication out of sync, expected 'start_sync', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:355 +msgid "communication out of sync, expected 'stop', received '%s'" +msgstr "" + +#: arduino/resources/checksums.go:76 +msgid "computing hash: %s" +msgstr "" + +#: commands/upload/upload.go:697 +msgid "could not find a valid build artifact" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:740 +msgid "creating discovery: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:45 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:121 +msgid "data section exceeds available space in board" +msgstr "" + +#: arduino/sketch/sketch.go:211 +msgid "decoding sketch metadata: %s" +msgstr "" + +#: commands/lib/resolve_deps.go:55 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/utils/utils.go:474 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:75 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:268 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:106 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:731 +msgid "discovery not found: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:735 +msgid "discovery not installed: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:478 +msgid "discovery release not found: %s" +msgstr "" + +#: cli/core/download.go:41 cli/core/install.go:45 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: cli/core/download.go:40 cli/core/install.go:43 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: commands/instances.go:99 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:200 +msgid "encoding sketch metadata: %s" +msgstr "" + +#: arduino/monitors/serial.go:44 +msgid "error opening serial monitor" +msgstr "" + +#: cli/config/set.go:69 +msgid "error parsing value: %v" +msgstr "" + +#: commands/board/list.go:88 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:103 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:125 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:145 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:71 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:97 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:132 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:67 +msgid "find abs path: %s" +msgstr "" + +#: commands/daemon/monitor.go:45 +msgid "first message must contain monitor configuration, not data" +msgstr "" + +#: cli/cli.go:74 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:109 +msgid "following possible symlink %[1]s: %[2]s" +msgstr "" + +#: cli/lib/download.go:41 +msgid "for a specific version." +msgstr "" + +#: cli/lib/check_deps.go:40 cli/lib/download.go:40 cli/lib/install.go:51 +msgid "for the latest version." +msgstr "" + +#: cli/lib/check_deps.go:41 cli/lib/install.go:52 +msgid "for the specific version." +msgstr "" + +#: inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/helpers.go:68 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:94 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:67 arduino/resources/checksums.go:90 +#: arduino/resources/helpers.go:40 arduino/resources/helpers.go:49 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:195 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:103 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:684 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:96 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:155 +msgid "importing sketch metadata: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:92 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:103 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:37 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:176 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:187 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:45 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:123 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:258 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:49 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/libraries/libraries_layout.go:53 +msgid "invalid library layout value: %d" +msgstr "" + +#: arduino/libraries/libraries_layout.go:68 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:73 +msgid "invalid library location value: %d" +msgstr "" + +#: arduino/libraries/libraries_location.go:94 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/cores/board.go:125 +msgid "invalid option '%s'" +msgstr "" + +#: inventory/inventory.go:88 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: inventory/inventory.go:94 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:255 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:374 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: cli/monitor/monitor.go:126 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: cli/monitor/monitor.go:135 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:569 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: arduino/cores/board.go:109 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:284 +msgid "invalid version dir %[1]s: %[2]s" +msgstr "" + +#: commands/daemon/settings.go:108 +msgid "key not found in settings" +msgstr "" + +#: cli/core/search.go:48 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:163 +#: arduino/libraries/librariesmanager/install.go:206 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:38 +msgid "library already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:305 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:226 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:217 +msgid "listing ports from discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/serialutils/serialutils.go:61 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:312 +#: arduino/cores/packagemanager/loader.go:321 +#: arduino/cores/packagemanager/loader.go:326 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:362 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:639 +msgid "loading bundled tools from %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:230 +#: arduino/cores/packagemanager/package_manager.go:245 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:205 +#: arduino/libraries/librariesmanager/librariesmanager.go:231 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:47 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:261 +#: arduino/cores/packagemanager/loader.go:289 +msgid "loading platform release %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:212 +msgid "loading platform.txt: %v" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:606 +msgid "loading tool release in %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:205 +msgid "looking for boards.txt in %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_setup.go:73 +msgid "main file missing from sketch" +msgstr "" + +#: arduino/resources/checksums.go:41 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:207 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:212 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:217 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:489 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:180 +#: arduino/resources/install.go:94 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:692 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:77 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:127 +msgid "no compatible version of %s tools found for the current os" +msgstr "" + +#: executils/process.go:38 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:101 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:647 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:564 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:263 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: commands/core/download.go:85 +msgid "no versions available for the current OS" +msgstr "" + +#: arduino/resources/checksums.go:72 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:277 +msgid "opening boards.txt: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:37 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:80 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:75 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:73 arduino/cores/status.go:88 +#: arduino/cores/status.go:113 arduino/cores/status.go:140 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:259 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/status.go:194 +msgid "package not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:232 +msgid "parsing IDE bundled index: %s" +msgstr "" + +#: arduino/cores/board.go:139 +#: arduino/cores/packagemanager/package_manager.go:136 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:69 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:194 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:77 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:89 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:182 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:65 +#: arduino/cores/packagemanager/install_uninstall.go:108 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 +msgid "platform not installed" +msgstr "" + +#: cli/compile/compile.go:122 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:61 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: cli/board/attach.go:40 +msgid "port" +msgstr "" + +#: cli/arguments/port.go:145 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:238 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:318 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:189 +msgid "quitting discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:79 +msgid "reading %[1]s directory: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:689 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:271 +#: arduino/libraries/librariesmanager/librariesmanager.go:196 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:167 +#: arduino/cores/packagemanager/loader.go:597 +msgid "reading directory %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:278 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:76 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:233 +msgid "reading files: %v" +msgstr "" + +#: inventory/inventory.go:58 +msgid "reading inventory file: %w" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:60 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:235 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:115 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:63 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:118 +msgid "reading package root dir: %s" +msgstr "" + +#: arduino/sketch/sketch.go:192 +msgid "reading sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/upload/upload.go:558 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:335 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:82 arduino/cores/status.go:106 +#: arduino/cores/status.go:133 +msgid "release cannot be nil" +msgstr "" + +#: arduino/cores/status.go:210 +msgid "release not found" +msgstr "" + +#: arduino/resources/helpers.go:59 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:95 +msgid "removing lib directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:117 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:169 +msgid "removing tool files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:84 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:71 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:109 arduino/libraries/loader.go:140 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:675 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:43 +msgid "setting DTR to OFF" +msgstr "" + +#: arduino/sketch/sketch.go:62 +msgid "sketch path is not valid" +msgstr "" + +#: cli/board/attach.go:40 cli/sketch/archive.go:38 +msgid "sketchPath" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:531 +msgid "skipping loading of boards %s: malformed custom board options" +msgstr "" + +#: legacy/builder/utils/utils.go:466 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:142 +msgid "start syncing discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:122 +msgid "starting discovery %[1]s: %[2]w" +msgstr "" + +#: commands/board/list.go:303 +msgid "stopping discoveries: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:173 +msgid "stopping discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/resources/checksums.go:119 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:112 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:106 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:116 +msgid "text section exceeds available space in board" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:62 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:79 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:139 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:217 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:165 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:92 arduino/cores/status.go:117 +#: arduino/cores/status.go:144 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:285 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "tool not available for your OS" +msgstr "" + +#: arduino/cores/status.go:198 +msgid "tool not found" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:160 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:467 +#: arduino/cores/packagemanager/package_manager.go:544 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:96 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:59 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:69 arduino/builder/sketch.go:117 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:49 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:111 +msgid "unable to create a folder to save the sketch files" +msgstr "" + +#: arduino/builder/sketch.go:123 +msgid "unable to create the folder containing the item" +msgstr "" + +#: cli/config/dump.go:58 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:161 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:134 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:55 +msgid "unable to save the sketch on disk" +msgstr "" + +#: arduino/builder/sketch.go:144 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:170 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:177 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:146 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:62 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: cli/core/upgrade.go:44 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: cli/core/upgrade.go:42 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:593 +msgid "uploading error: %s" +msgstr "" + +#: arduino/sketch/sketch.go:216 +msgid "writing sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/board/list.go:95 +msgid "wrong format in server response" +msgstr "" diff --git a/i18n/data/zh.po b/i18n/data/zh.po new file mode 100644 index 00000000000..5c6a0bbf9d6 --- /dev/null +++ b/i18n/data/zh.po @@ -0,0 +1,3329 @@ +# +# Translators: +# 江 江, 2021 +# +msgid "" +msgstr "" +"Last-Translator: 江 江, 2021\n" +"Language-Team: Chinese (https://www.transifex.com/arduino-1/teams/108174/zh/)\n" +"Language: zh\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: version/version.go:53 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: cli/lib/check_deps.go:102 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: legacy/builder/builder_utils/utils.go:491 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:75 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:84 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:81 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:78 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: cli/output/rpc_progress.go:64 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:615 +msgid "%s and %s cannot be used together" +msgstr "" + +#: cli/output/rpc_progress.go:76 +msgid "%s downloaded" +msgstr "" + +#: commands/bundled_tools.go:56 +msgid "%s installed" +msgstr "" + +#: cli/lib/check_deps.go:99 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:72 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:113 +msgid "%s is not managed by package manager" +msgstr "" + +#: cli/lib/check_deps.go:96 +msgid "%s must be installed." +msgstr "" + +#: legacy/builder/ctags_runner.go:41 +msgid "%s pattern is missing" +msgstr "" + +#: commands/instances.go:846 +msgid "%s uninstalled" +msgstr "" + +#: arduino/errors.go:708 +msgid "'%s' has an invalid signature" +msgstr "" + +#: cli/board/listall.go:91 cli/board/search.go:89 +msgid "(hidden)" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: cli/lib/install.go:79 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: cli/lib/install.go:82 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: cli/updater/updater.go:70 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:244 +msgid "A programmer is required to upload" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "ARCH" +msgstr "" + +#: cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: cli/config/add.go:32 cli/config/add.go:33 +msgid "Adds one or more values to a setting." +msgstr "" + +#: cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: cli/core/upgrade.go:68 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/instances.go:715 commands/lib/install.go:97 +msgid "Already installed %s" +msgstr "" + +#: legacy/builder/resolve_library.go:32 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:46 +msgid "An error occurred adding prototypes" +msgstr "" + +#: legacy/builder/container_find_includes.go:116 +msgid "An error occurred detecting libraries" +msgstr "" + +#: cli/lib/search.go:172 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:70 +msgid "Archive already exists" +msgstr "" + +#: legacy/builder/phases/core_builder.go:126 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: cli/sketch/sketch.go:31 cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: cli/cli.go:72 +msgid "Arduino CLI." +msgstr "" + +#: cli/cli.go:73 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: cli/board/board.go:31 cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: cli/cache/cache.go:31 cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: cli/lib/lib.go:31 cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: cli/core/core.go:31 cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: cli/lib/check_deps.go:56 cli/lib/install.go:125 +msgid "Arguments error: %v" +msgstr "" + +#: cli/board/attach.go:81 +msgid "Attach board error: %v" +msgstr "" + +#: cli/board/attach.go:41 cli/board/attach.go:42 cli/board/board.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: cli/lib/search.go:163 +msgid "Author: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Available" +msgstr "" + +#: cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: cli/upload/upload.go:63 +msgid "Binary file to upload." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 cli/board/listall.go:87 +#: cli/board/search.go:85 +msgid "Board Name" +msgstr "" + +#: commands/board/attach.go:94 +msgid "Board found: %s" +msgstr "" + +#: cli/board/details.go:119 +msgid "Board name:" +msgstr "" + +#: cli/board/details.go:121 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:69 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: cli/compile/compile.go:89 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: commands/instances.go:528 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:414 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:61 commands/lib/download.go:64 +#: commands/lib/download.go:66 +msgid "Can't download library" +msgstr "" + +#: commands/core/install.go:127 commands/core/uninstall.go:53 +#: commands/instances.go:754 commands/instances.go:766 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:427 +msgid "Can't open sketch" +msgstr "" + +#: cli/config/set.go:55 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "Can't use %s flags at the same time." +msgstr "" + +#: cli/config/add.go:61 cli/config/delete.go:72 cli/config/remove.go:70 +msgid "Can't write config file: %v" +msgstr "" + +#: commands/compile/compile.go:175 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:151 +msgid "Cannot create build directory" +msgstr "" + +#: cli/config/init.go:97 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: cli/config/init.go:106 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:671 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:689 +msgid "Cannot create temp file" +msgstr "" + +#: commands/debug/debug.go:67 +msgid "Cannot execute debug tool" +msgstr "" + +#: commands/board/attach.go:107 +msgid "Cannot export sketch metadata" +msgstr "" + +#: cli/config/init.go:72 cli/config/init.go:83 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: configuration/configuration.go:148 configuration/configuration.go:154 +msgid "Cannot get executable path: %v" +msgstr "" + +#: commands/core/install.go:134 +msgid "Cannot install platform" +msgstr "" + +#: commands/bundled_tools.go:53 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:506 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: commands/core/install.go:152 +msgid "Cannot upgrade platform" +msgstr "" + +#: cli/lib/search.go:171 +msgid "Category: %s" +msgstr "" + +#: cli/lib/check_deps.go:37 cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: commands/lib/install.go:102 +msgid "Checking lib install prerequisites" +msgstr "" + +#: arduino/resources/checksums.go:182 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: cli/board/details.go:167 +msgid "Checksum:" +msgstr "" + +#: cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: cli/cli.go:125 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: cli/board/list.go:51 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:119 commands/upload/upload.go:444 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: cli/compile/compile.go:75 cli/compile/compile.go:76 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:78 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:72 +msgid "Compiling libraries..." +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:132 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:67 +msgid "Compiling sketch..." +msgstr "" + +#: cli/config/init.go:90 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: cli/config/init.go:110 +msgid "Config file written to: %s" +msgstr "" + +#: cli/monitor/monitor.go:63 +msgid "Configuration of the port." +msgstr "" + +#: cli/debug/debug.go:146 +msgid "Configuration options for %s" +msgstr "" + +#: commands/instances.go:853 +msgid "Configuring platform" +msgstr "" + +#: commands/core/install.go:167 +msgid "Configuring platform." +msgstr "" + +#: cli/board/list.go:184 +msgid "Connected" +msgstr "" + +#: cli/monitor/monitor.go:177 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Core" +msgstr "" + +#: cli/update/update.go:82 +msgid "Core name" +msgstr "" + +#: commands/download.go:32 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:369 +msgid "Could not create index directory" +msgstr "" + +#: legacy/builder/phases/core_builder.go:47 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:79 +msgid "Couldn't determine program size" +msgstr "" + +#: cli/arguments/sketch.go:37 cli/lib/install.go:105 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: cli/sketch/new.go:36 cli/sketch/new.go:37 +msgid "Create a new Sketch" +msgstr "" + +#: cli/sketch/archive.go:39 cli/sketch/archive.go:40 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: cli/core/list.go:88 cli/core/search.go:118 +msgid "DEPRECATED" +msgstr "" + +#: cli/daemon/daemon.go:174 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: cli/debug/debug.go:52 +msgid "Debug Arduino sketches." +msgstr "" + +#: cli/debug/debug.go:53 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: cli/debug/debug.go:62 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:142 +msgid "Debugging not supported for board %s" +msgstr "" + +#: cli/board/details.go:123 +msgid "Debugging supported:" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Default" +msgstr "" + +#: cli/cache/clean.go:31 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: cli/cache/clean.go:32 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: cli/config/delete.go:33 cli/config/delete.go:34 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: cli/lib/search.go:179 +msgid "Dependencies: %s" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:59 +msgid "Detecting libraries used..." +msgstr "" + +#: cli/board/list.go:44 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: cli/debug/debug.go:63 +msgid "Directory containing binaries for debug." +msgstr "" + +#: cli/upload/upload.go:62 +msgid "Directory containing binaries to upload." +msgstr "" + +#: cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: cli/completion/completion.go:45 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: cli/board/list.go:185 +msgid "Disconnected" +msgstr "" + +#: cli/daemon/daemon.go:66 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:67 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: cli/daemon/daemon.go:64 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/instances.go:704 commands/instances.go:763 +#: commands/lib/download.go:58 +msgid "Downloading %s" +msgstr "" + +#: commands/instances.go:97 +msgid "Downloading missing tool %s" +msgstr "" + +#: commands/core/install.go:87 +msgid "Downloading packages" +msgstr "" + +#: cli/core/download.go:37 cli/core/download.go:38 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/download.go:37 cli/lib/download.go:38 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: cli/daemon/daemon.go:65 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: cli/lib/install.go:63 +msgid "Enter a path to zip file" +msgstr "" + +#: cli/lib/install.go:62 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:105 +msgid "Error adding file to sketch archive" +msgstr "" + +#: legacy/builder/phases/core_builder.go:132 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: cli/sketch/archive.go:79 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:93 +msgid "Error calculating relative file path" +msgstr "" + +#: cli/cache/clean.go:46 +msgid "Error cleaning caches: %v" +msgstr "" + +#: commands/compile/compile.go:280 +msgid "Error copying output file %s" +msgstr "" + +#: cli/core/search.go:66 cli/instance/instance.go:42 +#: cli/instance/instance.go:153 cli/lib/search.go:59 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:260 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:81 +msgid "Error creating sketch archive" +msgstr "" + +#: cli/arguments/sketch.go:51 cli/sketch/new.go:52 cli/sketch/new.go:61 +msgid "Error creating sketch: %v" +msgstr "" + +#: cli/board/list.go:72 cli/board/list.go:81 +msgid "Error detecting boards: %v" +msgstr "" + +#: cli/arguments/port.go:159 +msgid "Error discovering port: %v" +msgstr "" + +#: cli/core/download.go:71 cli/lib/download.go:68 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: commands/instances.go:474 commands/instances.go:478 +#: commands/instances.go:483 +msgid "Error downloading index '%s'" +msgstr "" + +#: commands/instances.go:507 commands/instances.go:513 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:706 commands/instances.go:708 +msgid "Error downloading library" +msgstr "" + +#: commands/instances.go:383 commands/instances.go:386 +msgid "Error downloading library_index.json.gz" +msgstr "" + +#: commands/instances.go:393 commands/instances.go:396 +msgid "Error downloading library_index.json.sig" +msgstr "" + +#: commands/core/download.go:71 commands/core/download.go:75 +#: commands/instances.go:789 commands/instances.go:791 +msgid "Error downloading platform %s" +msgstr "" + +#: commands/core/download.go:84 commands/core/download.go:89 +#: commands/instances.go:782 commands/instances.go:783 +msgid "Error downloading tool %s" +msgstr "" + +#: cli/debug/debug.go:108 +msgid "Error during Debug: %v" +msgstr "" + +#: cli/compile/compile.go:170 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: cli/feedback/feedback.go:160 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:73 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:222 +#: cli/compile/compile.go:254 cli/upload/upload.go:88 cli/upload/upload.go:94 +#: cli/upload/upload.go:111 cli/upload/upload.go:138 +msgid "Error during Upload: %v" +msgstr "" + +#: cli/feedback/feedback.go:171 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: cli/compile/compile.go:266 +msgid "Error during build: %v" +msgstr "" + +#: cli/core/install.go:80 +msgid "Error during install: %v" +msgstr "" + +#: cli/core/uninstall.go:72 +msgid "Error during uninstall: %v" +msgstr "" + +#: cli/core/upgrade.go:105 +msgid "Error during upgrade: %v" +msgstr "" + +#: commands/instances.go:402 +msgid "Error extracting library_index.json.gz" +msgstr "" + +#: commands/upload/upload.go:441 +msgid "Error finding build artifacts" +msgstr "" + +#: cli/debug/debug.go:95 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: cli/board/details.go:70 +msgid "Error getting board details: %v" +msgstr "" + +#: commands/board/list.go:147 +msgid "Error getting board info from Arduino Cloud" +msgstr "" + +#: commands/board/list.go:212 +msgid "Error getting board list" +msgstr "" + +#: arduino/builder/compilation_database.go:78 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:289 commands/lib/list.go:107 +msgid "Error getting information for library %s" +msgstr "" + +#: cli/lib/examples.go:73 +msgid "Error getting libraries info: %v" +msgstr "" + +#: cli/monitor/monitor.go:90 +msgid "Error getting port settings details: %s" +msgstr "" + +#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/update/update.go:70 +msgid "Error initializing instance: %v" +msgstr "" + +#: cli/lib/install.go:138 +msgid "Error installing %s: %v" +msgstr "" + +#: cli/lib/install.go:116 +msgid "Error installing Git Library: %v" +msgstr "" + +#: cli/lib/install.go:93 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:810 +msgid "Error installing platform %s" +msgstr "" + +#: commands/instances.go:800 +msgid "Error installing tool %s" +msgstr "" + +#: cli/lib/list.go:76 +msgid "Error listing Libraries: %v" +msgstr "" + +#: cli/board/listall.go:64 +msgid "Error listing boards: %v" +msgstr "" + +#: cli/core/list.go:61 +msgid "Error listing platforms: %v" +msgstr "" + +#: legacy/builder/hardware_loader.go:38 +msgid "Error loading hardware platform: %[1]s" +msgstr "" + +#: cli/compile/compile.go:143 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: commands/compile/compile.go:270 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:69 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:75 +msgid "Error reading sketch files" +msgstr "" + +#: legacy/builder/target_board_resolver.go:30 +msgid "Error resolving FQBN" +msgstr "" + +#: cli/lib/check_deps.go:66 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: cli/core/upgrade.go:63 +msgid "Error retrieving core list: %v" +msgstr "" + +#: cli/outdated/outdated.go:57 cli/update/update.go:77 +msgid "Error retrieving outdated cores and libraries: %v" +msgstr "" + +#: commands/instances.go:826 +msgid "Error rolling-back changes" +msgstr "" + +#: commands/core/install.go:149 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: commands/instances.go:532 +msgid "Error saving downloaded index %s" +msgstr "" + +#: commands/instances.go:536 +msgid "Error saving downloaded index signature" +msgstr "" + +#: cli/board/search.go:62 +msgid "Error searching boards: %v" +msgstr "" + +#: cli/lib/search.go:81 +msgid "Error searching for Library: %v" +msgstr "" + +#: cli/core/search.go:93 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation_database.go:63 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: commands/board/list.go:197 commands/board/list.go:200 +#: commands/board/list.go:241 +msgid "Error starting board discoveries" +msgstr "" + +#: cli/lib/uninstall.go:66 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: commands/core/uninstall.go:81 +msgid "Error uninstalling platform %s" +msgstr "" + +#: commands/core/uninstall.go:97 commands/instances.go:842 +msgid "Error uninstalling tool %s" +msgstr "" + +#: cli/update/update.go:62 +msgid "Error updating core and libraries index: %v" +msgstr "" + +#: cli/core/search.go:75 cli/core/update_index.go:52 +msgid "Error updating index: %v" +msgstr "" + +#: cli/instance/instance.go:162 +msgid "Error updating indexes: %v" +msgstr "" + +#: cli/lib/search.go:68 cli/lib/update_index.go:52 +msgid "Error updating library index: %v" +msgstr "" + +#: cli/lib/upgrade.go:51 cli/lib/upgrade.go:57 +msgid "Error upgrading libraries: %v" +msgstr "" + +#: commands/core/install.go:144 commands/instances.go:821 +msgid "Error upgrading platform: %s" +msgstr "" + +#: cli/upgrade/upgrade.go:63 +msgid "Error upgrading: %v" +msgstr "" + +#: commands/instances.go:407 commands/instances.go:517 +msgid "Error verifying signature" +msgstr "" + +#: legacy/builder/container_find_includes.go:364 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: legacy/builder/phases/sizer.go:140 legacy/builder/phases/sizer.go:146 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation_database.go:66 +msgid "Error writing compilation database: %s" +msgstr "" + +#: commands/instances.go:416 +msgid "Error writing library_index.json" +msgstr "" + +#: commands/instances.go:419 +msgid "Error writing library_index.json.sig" +msgstr "" + +#: cli/completion/completion.go:53 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: cli/compile/compile.go:150 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: cli/board/list.go:88 +msgid "Event" +msgstr "" + +#: cli/lib/examples.go:122 +msgid "Examples for library %s" +msgstr "" + +#: cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: cli/debug/debug.go:127 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:122 commands/upload/upload.go:447 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: cli/board/attach.go:40 cli/board/details.go:43 cli/board/list.go:88 +#: cli/board/list.go:126 cli/board/listall.go:87 cli/board/search.go:85 +msgid "FQBN" +msgstr "" + +#: cli/board/details.go:120 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:536 +msgid "Failed chip erase" +msgstr "" + +#: cli/daemon/daemon.go:148 +msgid "Failed choosing port, address: %s" +msgstr "" + +#: commands/upload/upload.go:543 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:539 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:127 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:117 +msgid "Failed to create downloads directory" +msgstr "" + +#: cli/daemon/daemon.go:127 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: cli/daemon/daemon.go:121 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: cli/daemon/daemon.go:136 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:547 +msgid "Failed uploading" +msgstr "" + +#: cli/board/details.go:165 +msgid "File:" +msgstr "" + +#: commands/daemon/debug.go:47 +msgid "First message must contain debug request, not data" +msgstr "" + +#: cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:729 +msgid "" +"Found %d platform for reference \"%s\":\n" +"%s" +msgstr "" + +#: cli/arguments/fqbn.go:29 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: cli/debug/debug.go:141 +msgid "GDB Server path" +msgstr "" + +#: cli/debug/debug.go:140 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:173 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: cli/generatedocs/generatedocs.go:38 cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: cli/completion/completion.go:39 +msgid "Generates completion scripts" +msgstr "" + +#: cli/completion/completion.go:40 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:64 +msgid "Generating function prototypes..." +msgstr "" + +#: cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: legacy/builder/phases/sizer.go:89 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: legacy/builder/phases/sizer.go:95 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: cli/core/list.go:84 cli/core/search.go:114 cli/monitor/monitor.go:195 +#: cli/outdated/outdated.go:62 +msgid "ID" +msgstr "" + +#: cli/board/details.go:92 cli/board/details.go:193 +msgid "Id" +msgstr "" + +#: cli/board/details.go:134 +msgid "Identification properties:" +msgstr "" + +#: cli/compile/compile.go:116 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: cli/core/list.go:47 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: cli/sketch/archive.go:51 +msgid "Includes %s directory in the archive." +msgstr "" + +#: cli/core/list.go:84 cli/lib/list.go:124 +msgid "Installed" +msgstr "" + +#: commands/instances.go:729 commands/lib/install.go:113 +msgid "Installed %s" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "Installed version" +msgstr "" + +#: commands/bundled_tools.go:49 commands/instances.go:712 +#: commands/lib/install.go:93 +msgid "Installing %s" +msgstr "" + +#: commands/core/install.go:110 +msgid "Installing platform %s" +msgstr "" + +#: cli/core/install.go:41 cli/core/install.go:42 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: cli/lib/install.go:48 cli/lib/install.go:49 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: legacy/builder/container_find_includes.go:388 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:300 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: cli/cli.go:268 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: commands/board/attach.go:66 +msgid "Invalid Device URL format" +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:193 +msgid "Invalid additional URL: %v" +msgstr "" + +#: cli/core/download.go:58 cli/core/install.go:66 cli/core/uninstall.go:55 +#: cli/core/upgrade.go:81 cli/lib/download.go:56 cli/lib/uninstall.go:55 +msgid "Invalid argument passed: %v" +msgstr "" + +#: legacy/builder/phases/sizer.go:165 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: commands/board/attach.go:76 +msgid "Invalid device port type provided" +msgstr "" + +#: legacy/builder/phases/sizer.go:171 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: cli/core/upgrade.go:87 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: httpclient/httpclient_config.go:44 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: cli/cli.go:229 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: cli/cli.go:246 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:450 commands/instances.go:524 +msgid "Invalid package index in %s" +msgstr "" + +#: cli/core/uninstall.go:61 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:58 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: commands/monitor/monitor.go:127 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: legacy/builder/phases/sizer.go:155 +msgid "Invalid size regexp: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:55 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: cli/compile/compile.go:111 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: cli/lib/list.go:42 +msgid "LIBNAME" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "LIBRARY" +msgstr "" + +#: cli/lib/download.go:36 cli/lib/examples.go:43 cli/lib/search.go:43 +#: cli/lib/uninstall.go:36 +msgid "LIBRARY_NAME" +msgstr "" + +#: cli/core/list.go:84 +msgid "Latest" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:89 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: commands/lib/uninstall.go:37 +msgid "Library %s is not installed" +msgstr "" + +#: arduino/errors.go:348 +msgid "Library '%s' not found" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:464 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:123 commands/lib/install.go:133 +msgid "Library installed" +msgstr "" + +#: cli/outdated/outdated.go:72 cli/update/update.go:92 +msgid "Library name" +msgstr "" + +#: cli/lib/search.go:169 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:83 +msgid "Linking everything together..." +msgstr "" + +#: cli/board/listall.go:40 cli/board/search.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: cli/board/listall.go:39 cli/board/search.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: cli/board/list.go:43 +msgid "List connected boards." +msgstr "" + +#: cli/compile/compile.go:94 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: cli/compile/compile.go:108 +msgid "" +"List of custom libraries dir paths separated by commas. Or can be used " +"multiple times for multiple libraries dir paths." +msgstr "" + +#: cli/compile/compile.go:106 +msgid "" +"List of paths to libraries root folders. Libraries set this way have top " +"priority in case of conflicts. Can be used multiple times for different " +"libraries." +msgstr "" + +#: cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: cli/core/list.go:46 +msgid "List updatable platforms." +msgstr "" + +#: cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: cli/outdated/outdated.go:38 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:207 commands/instances.go:218 +#: commands/instances.go:320 +msgid "Loading index file: %v" +msgstr "" + +#: commands/instances.go:329 +msgid "Loading libraries: %v" +msgstr "" + +#: cli/lib/list.go:124 +msgid "Location" +msgstr "" + +#: legacy/builder/phases/sizer.go:130 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: cli/lib/search.go:164 +msgid "Maintainer: %s" +msgstr "" + +#: cli/arguments/port.go:54 cli/board/list.go:50 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: cli/cli.go:109 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:152 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:206 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:182 arduino/errors.go:194 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:232 +msgid "Missing programmer" +msgstr "" + +#: legacy/builder/phases/sizer.go:159 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:400 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:281 +msgid "Monitor '%s' not found" +msgstr "" + +#: cli/monitor/monitor.go:143 +msgid "Monitor port settings:" +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:45 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: cli/board/details.go:193 cli/core/list.go:84 cli/core/search.go:114 +#: cli/lib/list.go:124 cli/outdated/outdated.go:62 +msgid "Name" +msgstr "" + +#: cli/lib/search.go:143 +msgid "Name: \"%s\"" +msgstr "" + +#: cli/outdated/outdated.go:62 cli/outdated/outdated.go:72 +#: cli/update/update.go:82 cli/update/update.go:92 +msgid "New version" +msgstr "" + +#: cli/board/list.go:116 +msgid "No boards found." +msgstr "" + +#: cli/lib/examples.go:107 +msgid "No libraries found." +msgstr "" + +#: cli/lib/list.go:116 +msgid "No libraries installed." +msgstr "" + +#: cli/lib/search.go:127 +msgid "No libraries matching your search." +msgstr "" + +#: cli/lib/search.go:138 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: arduino/errors.go:220 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: cli/core/search.go:124 +msgid "No platforms matching your search." +msgstr "" + +#: commands/board/attach.go:92 +msgid "No supported board found at %s" +msgstr "" + +#: cli/lib/list.go:114 +msgid "No updates available." +msgstr "" + +#: commands/upload/upload.go:496 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:367 +msgid "No valid dependencies solution found" +msgstr "" + +#: legacy/builder/phases/sizer.go:120 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:48 +msgid "Not used: %[1]s" +msgstr "" + +#: cli/board/details.go:164 +msgid "OS:" +msgstr "" + +#: cli/board/details.go:128 +msgid "Official Arduino board:" +msgstr "" + +#: cli/monitor/monitor.go:54 cli/monitor/monitor.go:55 +msgid "Open a communication port with a board." +msgstr "" + +#: cli/board/details.go:176 +msgid "Option:" +msgstr "" + +#: cli/compile/compile.go:98 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: cli/compile/compile.go:112 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: cli/compile/compile.go:109 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: cli/compile/compile.go:100 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: cli/compile/compile.go:99 cli/upload/upload.go:65 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: cli/compile/compile.go:117 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: commands/daemon/monitor.go:72 +msgid "OutputRate in Null monitor must be a float64" +msgstr "" + +#: cli/compile/compile.go:96 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 cli/core/uninstall.go:36 +#: cli/core/upgrade.go:38 +msgid "PACKAGER" +msgstr "" + +#: cli/board/details.go:144 +msgid "Package URL:" +msgstr "" + +#: cli/board/details.go:143 +msgid "Package maintainer:" +msgstr "" + +#: cli/board/details.go:142 +msgid "Package name:" +msgstr "" + +#: cli/board/details.go:146 +msgid "Package online help:" +msgstr "" + +#: cli/board/details.go:145 +msgid "Package website:" +msgstr "" + +#: cli/lib/search.go:166 +msgid "Paragraph: %s" +msgstr "" + +#: cli/cli.go:113 +msgid "Path to the file where logs will be written." +msgstr "" + +#: cli/compile/compile.go:92 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:477 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:73 +msgid "Platform %s already installed" +msgstr "" + +#: commands/core/install.go:177 +msgid "Platform %s installed" +msgstr "" + +#: commands/core/uninstall.go:85 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:385 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:329 +msgid "Platform '%s' not found" +msgstr "" + +#: cli/board/search.go:85 +msgid "Platform ID" +msgstr "" + +#: cli/board/details.go:152 +msgid "Platform URL:" +msgstr "" + +#: cli/board/details.go:151 +msgid "Platform architecture:" +msgstr "" + +#: cli/board/details.go:150 +msgid "Platform category:" +msgstr "" + +#: cli/board/details.go:157 +msgid "Platform checksum:" +msgstr "" + +#: cli/board/details.go:153 +msgid "Platform file name:" +msgstr "" + +#: cli/board/details.go:149 +msgid "Platform name:" +msgstr "" + +#: cli/board/details.go:155 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:136 +msgid "" +"Please specify an FQBN. Multiple possible ports detected on port %s with " +"protocol %s" +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Port" +msgstr "" + +#: cli/monitor/monitor.go:164 cli/monitor/monitor.go:171 +msgid "Port closed:" +msgstr "" + +#: arduino/errors.go:558 +msgid "Port monitor error" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:99 +#: legacy/builder/phases/libraries_builder.go:107 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: cli/board/details.go:44 +msgid "Print details about a board." +msgstr "" + +#: cli/compile/compile.go:88 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: cli/cli.go:107 +msgid "Print the logs on the standard output." +msgstr "" + +#: cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:262 +msgid "Programmer '%s' not found" +msgstr "" + +#: cli/board/details.go:92 +msgid "Programmer name" +msgstr "" + +#: cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: cli/board/details.go:193 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:314 +msgid "Property '%s' is undefined" +msgstr "" + +#: cli/board/list.go:126 +msgid "Protocol" +msgstr "" + +#: cli/lib/search.go:176 +msgid "Provides includes: %s" +msgstr "" + +#: cli/config/remove.go:32 cli/config/remove.go:33 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/instances.go:722 commands/lib/install.go:106 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: cli/board/details.go:161 +msgid "Required tool:" +msgstr "" + +#: cli/daemon/daemon.go:56 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: cli/monitor/monitor.go:64 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: cli/daemon/daemon.go:57 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: legacy/builder/phases/core_builder.go:48 +msgid "Running normal build of the core..." +msgstr "" + +#: cli/compile/compile.go:90 +msgid "Save build artifacts in this directory." +msgstr "" + +#: cli/core/search.go:50 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: cli/core/search.go:49 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: cli/lib/search.go:45 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: cli/lib/search.go:44 +msgid "Searches for one or more libraries data." +msgstr "" + +#: commands/board/attach.go:109 +msgid "Selected fqbn: %s" +msgstr "" + +#: cli/lib/search.go:165 +msgid "Sentence: %s" +msgstr "" + +#: commands/download.go:63 +msgid "Server responded with: %s" +msgstr "" + +#: cli/config/set.go:33 cli/config/set.go:34 +msgid "Sets a setting value." +msgstr "" + +#: cli/config/init.go:55 cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Setting" +msgstr "" + +#: cli/config/delete.go:62 cli/config/validate.go:49 +msgid "Settings key doesn't exist" +msgstr "" + +#: cli/core/search.go:55 +msgid "Show all available core versions." +msgstr "" + +#: cli/compile/compile.go:87 +msgid "Show all build properties used instead of compiling." +msgstr "" + +#: cli/monitor/monitor.go:62 +msgid "Show all the settings of the communication port." +msgstr "" + +#: cli/board/listall.go:48 cli/board/search.go:47 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: cli/board/details.go:52 +msgid "Show full board details" +msgstr "" + +#: cli/board/details.go:45 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: cli/lib/search.go:50 +msgid "Show library names only." +msgstr "" + +#: cli/board/details.go:53 +msgid "Show list of available programmers" +msgstr "" + +#: cli/debug/debug.go:64 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: cli/update/update.go:46 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: cli/lib/list.go:43 +msgid "Shows a list of installed libraries." +msgstr "" + +#: cli/lib/list.go:44 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: cli/core/list.go:40 cli/core/list.go:41 +msgid "Shows the list of installed platforms." +msgstr "" + +#: cli/lib/examples.go:44 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: cli/lib/examples.go:45 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: cli/board/details.go:166 +msgid "Size (bytes):" +msgstr "" + +#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:42 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: cli/sketch/new.go:65 +msgid "Sketch created in: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:115 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: legacy/builder/phases/sizer.go:83 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: cli/arguments/sketch.go:61 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: legacy/builder/phases/linker.go:35 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:470 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:437 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:256 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:335 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: commands/instances.go:859 +msgid "Skipping platform configuration" +msgstr "" + +#: commands/core/install.go:173 +msgid "Skipping platform configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: arduino/serialutils/serialutils.go:133 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: cli/daemon/daemon.go:62 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: cli/cli.go:124 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: cli/config/add.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/config/remove.go:52 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: cli/cli.go:115 cli/cli.go:120 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:147 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: cli/lib/upgrade.go:34 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: cli/outdated/outdated.go:39 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: commands/bundled_tools.go:44 commands/core/install.go:80 +#: commands/instances.go:773 +msgid "Tool %s already installed" +msgstr "" + +#: commands/core/uninstall.go:101 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:134 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: cli/debug/debug.go:135 +msgid "Toolchain custom configurations" +msgstr "" + +#: cli/debug/debug.go:129 +msgid "Toolchain path" +msgstr "" + +#: cli/debug/debug.go:130 +msgid "Toolchain prefix" +msgstr "" + +#: cli/debug/debug.go:128 +msgid "Toolchain type" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:58 +msgid "Turns on verbose mode." +msgstr "" + +#: cli/board/list.go:88 cli/board/list.go:126 +msgid "Type" +msgstr "" + +#: cli/lib/search.go:173 +msgid "Types: %s" +msgstr "" + +#: cli/board/details.go:168 +msgid "URL:" +msgstr "" + +#: legacy/builder/phases/core_builder.go:128 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:126 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:101 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:89 configuration/configuration.go:114 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: cli/cli.go:215 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/core/uninstall.go:77 commands/lib/uninstall.go:39 +msgid "Uninstalling %s" +msgstr "" + +#: commands/core/uninstall.go:93 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: commands/instances.go:838 +msgid "Uninstalling %s: tool is no more required" +msgstr "" + +#: cli/core/uninstall.go:37 cli/core/uninstall.go:38 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: cli/lib/uninstall.go:37 cli/lib/uninstall.go:38 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: cli/board/list.go:158 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:166 +msgid "Unknown FQBN" +msgstr "" + +#: cli/update/update.go:40 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: cli/update/update.go:41 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: cli/core/update_index.go:36 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: cli/core/update_index.go:35 +msgid "Updates the index of cores." +msgstr "" + +#: cli/lib/update_index.go:36 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: cli/lib/update_index.go:35 +msgid "Updates the libraries index." +msgstr "" + +#: commands/instances.go:455 commands/instances.go:481 +#: commands/instances.go:511 +msgid "Updating index: %s" +msgstr "" + +#: commands/instances.go:382 +msgid "Updating index: library_index.json.gz" +msgstr "" + +#: commands/instances.go:392 +msgid "Updating index: library_index.json.sig" +msgstr "" + +#: commands/instances.go:795 +msgid "Updating platform %s" +msgstr "" + +#: commands/core/upgrade.go:55 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: cli/upgrade/upgrade.go:43 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: cli/upgrade/upgrade.go:42 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: cli/lib/upgrade.go:33 +msgid "Upgrades installed libraries." +msgstr "" + +#: cli/core/upgrade.go:39 cli/core/upgrade.go:40 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: commands/core/install.go:114 +msgid "Upgrading platform %[1]s with %[2]s" +msgstr "" + +#: cli/upload/upload.go:50 +msgid "Upload Arduino sketches." +msgstr "" + +#: cli/upload/upload.go:51 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: cli/arguments/port.go:46 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:494 +msgid "Upload port found on %s" +msgstr "" + +#: cli/arguments/port.go:50 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: cli/compile/compile.go:101 +msgid "Upload the binary after the compilation." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:48 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader." +msgstr "" + +#: cli/compile/compile.go:228 cli/upload/upload.go:117 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: legacy/builder/print_used_and_not_used_libraries.go:46 +msgid "Used: %[1]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:68 +#: arduino/libraries/librariesmanager/install.go:84 +#: arduino/libraries/librariesmanager/install.go:106 +#: arduino/libraries/librariesmanager/install.go:190 +msgid "User directory not set" +msgstr "" + +#: legacy/builder/target_board_resolver.go:43 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/container_find_includes.go:347 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: legacy/builder/target_board_resolver.go:44 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: legacy/builder/phases/core_builder.go:105 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: legacy/builder/phases/libraries_builder.go:96 +#: legacy/builder/phases/libraries_builder.go:104 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: legacy/builder/builder_utils/utils.go:254 +#: legacy/builder/builder_utils/utils.go:460 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: cli/core/download.go:36 cli/core/install.go:40 +msgid "VERSION" +msgstr "" + +#: cli/lib/check_deps.go:36 cli/lib/install.go:47 +msgid "VERSION_NUMBER" +msgstr "" + +#: cli/monitor/monitor.go:195 +msgid "Values" +msgstr "" + +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:103 +#: cli/upload/upload.go:64 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: cli/core/search.go:114 +msgid "Version" +msgstr "" + +#: cli/lib/search.go:174 +msgid "Versions: %s" +msgstr "" + +#: commands/core/install.go:169 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: commands/instances.go:855 +msgid "WARNING: cannot run post install: %s" +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:483 +msgid "Waiting for upload port..." +msgstr "" + +#: legacy/builder/add_build_board_property_if_missing.go:36 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: legacy/builder/warn_about_platform_rewrites.go:40 +msgid "" +"Warning: platform.txt from core '%[1]s' contains deprecated %[2]s, " +"automatically converted to %[3]s. Consider upgrading this core." +msgstr "" + +#: commands/upload/upload.go:379 +msgid "" +"Warning: tool '%s' is not installed. It might not be available for your OS." +msgstr "" + +#: cli/lib/search.go:167 +msgid "Website: %s" +msgstr "" + +#: cli/compile/compile.go:104 +msgid "" +"When specified, VID/PID specific build properties are used, if board " +"supports them." +msgstr "" + +#: cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: cli/config/set.go:77 +msgid "Writing config file: %v" +msgstr "" + +#: cli/arguments/arguments.go:37 +msgid "and" +msgstr "" + +#: arduino/resources/checksums.go:80 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:137 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: cli/sketch/archive.go:38 +msgid "archivePath" +msgstr "" + +#: legacy/builder/preprocess_sketch.go:103 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:640 +msgid "autodetect build artifact: %s" +msgstr "" + +#: commands/upload/upload.go:625 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:189 +msgid "board %s not found" +msgstr "" + +#: commands/board/list.go:42 +msgid "board not found" +msgstr "" + +#: cli/board/listall.go:38 cli/board/search.go:37 +msgid "boardname" +msgstr "" + +#: arduino/discovery/discovery.go:312 arduino/discovery/discovery.go:333 +#: arduino/discovery/discovery.go:353 arduino/discovery/discovery.go:376 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:416 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:123 arduino/cores/status.go:150 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:263 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:105 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:803 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: legacy/builder/resolve_library.go:34 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:582 commands/upload/upload.go:589 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: cli/cli.go:74 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:149 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:316 arduino/discovery/discovery.go:337 +#: arduino/discovery/discovery.go:357 arduino/discovery/discovery.go:380 +#: arduino/discovery/discovery.go:397 arduino/discovery/discovery.go:420 +msgid "command failed: %s" +msgstr "" + +#: arduino/monitor/monitor.go:146 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/discovery/discovery.go:314 +msgid "communication out of sync, expected 'hello', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:395 +msgid "communication out of sync, expected 'list', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:378 +msgid "communication out of sync, expected 'quit', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:335 +msgid "communication out of sync, expected 'start', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:418 +msgid "communication out of sync, expected 'start_sync', received '%s'" +msgstr "" + +#: arduino/discovery/discovery.go:355 +msgid "communication out of sync, expected 'stop', received '%s'" +msgstr "" + +#: arduino/resources/checksums.go:76 +msgid "computing hash: %s" +msgstr "" + +#: commands/upload/upload.go:697 +msgid "could not find a valid build artifact" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:740 +msgid "creating discovery: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:45 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:121 +msgid "data section exceeds available space in board" +msgstr "" + +#: arduino/sketch/sketch.go:211 +msgid "decoding sketch metadata: %s" +msgstr "" + +#: commands/lib/resolve_deps.go:55 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/utils/utils.go:474 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:75 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:268 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:106 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:731 +msgid "discovery not found: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:735 +msgid "discovery not installed: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:478 +msgid "discovery release not found: %s" +msgstr "" + +#: cli/core/download.go:41 cli/core/install.go:45 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: cli/core/download.go:40 cli/core/install.go:43 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: commands/instances.go:99 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:200 +msgid "encoding sketch metadata: %s" +msgstr "" + +#: arduino/monitors/serial.go:44 +msgid "error opening serial monitor" +msgstr "" + +#: cli/config/set.go:69 +msgid "error parsing value: %v" +msgstr "" + +#: commands/board/list.go:88 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:103 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:125 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:145 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:71 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:97 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:132 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:67 +msgid "find abs path: %s" +msgstr "" + +#: commands/daemon/monitor.go:45 +msgid "first message must contain monitor configuration, not data" +msgstr "" + +#: cli/cli.go:74 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:109 +msgid "following possible symlink %[1]s: %[2]s" +msgstr "" + +#: cli/lib/download.go:41 +msgid "for a specific version." +msgstr "" + +#: cli/lib/check_deps.go:40 cli/lib/download.go:40 cli/lib/install.go:51 +msgid "for the latest version." +msgstr "" + +#: cli/lib/check_deps.go:41 cli/lib/install.go:52 +msgid "for the specific version." +msgstr "" + +#: inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/helpers.go:68 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:94 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:67 arduino/resources/checksums.go:90 +#: arduino/resources/helpers.go:40 arduino/resources/helpers.go:49 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:195 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:103 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:684 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:96 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:155 +msgid "importing sketch metadata: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:92 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:103 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:37 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:176 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:187 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:45 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:123 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:258 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:49 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/libraries/libraries_layout.go:53 +msgid "invalid library layout value: %d" +msgstr "" + +#: arduino/libraries/libraries_layout.go:68 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:73 +msgid "invalid library location value: %d" +msgstr "" + +#: arduino/libraries/libraries_location.go:94 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/cores/board.go:125 +msgid "invalid option '%s'" +msgstr "" + +#: inventory/inventory.go:88 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: inventory/inventory.go:94 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:255 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:374 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: cli/monitor/monitor.go:126 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: cli/monitor/monitor.go:135 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:569 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: arduino/cores/board.go:109 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:284 +msgid "invalid version dir %[1]s: %[2]s" +msgstr "" + +#: commands/daemon/settings.go:108 +msgid "key not found in settings" +msgstr "" + +#: cli/core/search.go:48 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:163 +#: arduino/libraries/librariesmanager/install.go:206 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:38 +msgid "library already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:305 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:226 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:217 +msgid "listing ports from discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/serialutils/serialutils.go:61 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:312 +#: arduino/cores/packagemanager/loader.go:321 +#: arduino/cores/packagemanager/loader.go:326 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:362 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:639 +msgid "loading bundled tools from %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:230 +#: arduino/cores/packagemanager/package_manager.go:245 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:205 +#: arduino/libraries/librariesmanager/librariesmanager.go:231 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:47 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:261 +#: arduino/cores/packagemanager/loader.go:289 +msgid "loading platform release %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:212 +msgid "loading platform.txt: %v" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:606 +msgid "loading tool release in %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:205 +msgid "looking for boards.txt in %[1]s: %[2]s" +msgstr "" + +#: legacy/builder/container_setup.go:73 +msgid "main file missing from sketch" +msgstr "" + +#: arduino/resources/checksums.go:41 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:207 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:212 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:217 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:489 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:180 +#: arduino/resources/install.go:94 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:692 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:77 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:127 +msgid "no compatible version of %s tools found for the current os" +msgstr "" + +#: executils/process.go:38 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:101 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:647 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:564 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:263 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: commands/core/download.go:85 +msgid "no versions available for the current OS" +msgstr "" + +#: arduino/resources/checksums.go:72 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:277 +msgid "opening boards.txt: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:37 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:80 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:75 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:73 arduino/cores/status.go:88 +#: arduino/cores/status.go:113 arduino/cores/status.go:140 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:259 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/status.go:194 +msgid "package not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:232 +msgid "parsing IDE bundled index: %s" +msgstr "" + +#: arduino/cores/board.go:139 +#: arduino/cores/packagemanager/package_manager.go:136 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:69 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:194 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:77 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:89 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:182 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:65 +#: arduino/cores/packagemanager/install_uninstall.go:108 +#: arduino/cores/packagemanager/loader.go:468 commands/compile/compile.go:127 +msgid "platform not installed" +msgstr "" + +#: cli/compile/compile.go:122 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:61 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: cli/board/attach.go:40 +msgid "port" +msgstr "" + +#: cli/arguments/port.go:145 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:238 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:318 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:189 +msgid "quitting discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:79 +msgid "reading %[1]s directory: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:689 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:271 +#: arduino/libraries/librariesmanager/librariesmanager.go:196 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:167 +#: arduino/cores/packagemanager/loader.go:597 +msgid "reading directory %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:278 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:76 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:233 +msgid "reading files: %v" +msgstr "" + +#: inventory/inventory.go:58 +msgid "reading inventory file: %w" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:60 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:235 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:115 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:63 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:118 +msgid "reading package root dir: %s" +msgstr "" + +#: arduino/sketch/sketch.go:192 +msgid "reading sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/upload/upload.go:558 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:335 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:82 arduino/cores/status.go:106 +#: arduino/cores/status.go:133 +msgid "release cannot be nil" +msgstr "" + +#: arduino/cores/status.go:210 +msgid "release not found" +msgstr "" + +#: arduino/resources/helpers.go:59 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:95 +msgid "removing lib directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:117 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:169 +msgid "removing tool files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:84 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:71 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:109 arduino/libraries/loader.go:140 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:675 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:43 +msgid "setting DTR to OFF" +msgstr "" + +#: arduino/sketch/sketch.go:62 +msgid "sketch path is not valid" +msgstr "" + +#: cli/board/attach.go:40 cli/sketch/archive.go:38 +msgid "sketchPath" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:531 +msgid "skipping loading of boards %s: malformed custom board options" +msgstr "" + +#: legacy/builder/utils/utils.go:466 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:142 +msgid "start syncing discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:122 +msgid "starting discovery %[1]s: %[2]w" +msgstr "" + +#: commands/board/list.go:303 +msgid "stopping discoveries: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:173 +msgid "stopping discovery %[1]s: %[2]w" +msgstr "" + +#: arduino/resources/checksums.go:119 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:112 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:106 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: legacy/builder/phases/sizer.go:116 +msgid "text section exceeds available space in board" +msgstr "" + +#: legacy/builder/container_add_prototypes.go:47 +#: legacy/builder/container_find_includes.go:117 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:62 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:79 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:139 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:217 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:165 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:92 arduino/cores/status.go:117 +#: arduino/cores/status.go:144 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:285 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "tool not available for your OS" +msgstr "" + +#: arduino/cores/status.go:198 +msgid "tool not found" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:160 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:467 +#: arduino/cores/packagemanager/package_manager.go:544 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:96 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:59 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:69 arduino/builder/sketch.go:117 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:49 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:111 +msgid "unable to create a folder to save the sketch files" +msgstr "" + +#: arduino/builder/sketch.go:123 +msgid "unable to create the folder containing the item" +msgstr "" + +#: cli/config/dump.go:58 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:161 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:134 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:55 +msgid "unable to save the sketch on disk" +msgstr "" + +#: arduino/builder/sketch.go:144 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:170 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:177 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:146 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:62 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: cli/core/upgrade.go:44 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: cli/core/upgrade.go:42 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:593 +msgid "uploading error: %s" +msgstr "" + +#: arduino/sketch/sketch.go:216 +msgid "writing sketch metadata %[1]s: %[2]s" +msgstr "" + +#: commands/board/list.go:95 +msgid "wrong format in server response" +msgstr ""