diff --git a/i18n/data/ar.po b/i18n/data/ar.po index e6a99c363d4..2b9922216d2 100644 --- a/i18n/data/ar.po +++ b/i18n/data/ar.po @@ -67,7 +67,7 @@ msgid "%s is already installed." msgstr "%s مثبت مسبقا" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%s ليس مسارا صحيحا" @@ -83,11 +83,11 @@ msgstr "يجب تثبيت %s" msgid "%s pattern is missing" msgstr "%s النسق مفقود" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s غير مثبت" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "'%s' لديه توقيع غير صحيح" @@ -117,7 +117,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "نسخة جديدة من CLI متوافرة " -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "عليك وصل مبرمجة للرفع" @@ -146,7 +146,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "كل الانوية محدثة باخر اصدار مسبقا" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "%s مثبت مسبقا" @@ -162,7 +162,7 @@ msgstr "حدث خطأ اثناء اضافة النماذج الاولية" msgid "An error occurred detecting libraries" msgstr "حدث خطأ اثناء الكشف عن المكتبات" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "الحاق سجل التصحيح الى الملف المحدد" @@ -234,7 +234,7 @@ msgstr "متوفر" msgid "Available Commands:" msgstr "الاوامر المتوفرة" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "الملف الثنائي الذي تريد رفعه" @@ -259,15 +259,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "ملف محمل الإقلاع تم تحدديده لكن مفقود: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "تعذر انشاء مسار البيانات %s" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "تعذر انشاء المشروع" @@ -275,12 +275,12 @@ msgstr "تعذر انشاء المشروع" msgid "Can't download library" msgstr "تعذر تنزيل المكتبة" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "تعذر ايجاد التبعيات للمنصة %s" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "تعذر فتح المشروع" @@ -296,11 +296,11 @@ msgstr "تعذر استخدام اعلام %s في نفس الوقت" msgid "Can't write config file: %v" msgstr "تعذر كتابة ملف التهيئة : %v" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "تعذر انشاء مسار البناء" @@ -312,11 +312,11 @@ msgstr "تعذر انشاء مسار ملف التهيئة : %v" msgid "Cannot create config file: %v" msgstr "تعذر انشاء ملف التهيئة : %v" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "تعذر انشاء مسار مؤقت" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -336,7 +336,7 @@ msgstr "تعذر ايجاد المسار المطلق : %v" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "تعذر تثبيت المنصة" @@ -348,7 +348,7 @@ msgstr "تعذر تثبيت الاداة %s" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -360,7 +360,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "التحقق من حالة التوابع للمكتبة المختارة" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -390,7 +390,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -427,11 +427,11 @@ msgstr "تهيئة المنفذ" msgid "Configuration options for %s" msgstr "اعدادات التهيئة ل %s" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "تهيئة المنصة" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -455,7 +455,7 @@ msgstr "اسم النواة" msgid "Could not connect via HTTP" msgstr "تعذر الاتصال بواسطة HTTP" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "تعذر انشاء فهرس داخل المسار" @@ -491,7 +491,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -555,7 +555,7 @@ msgstr "تكتشف و تعرض قائمة اللوحات المتصلة الى msgid "Directory containing binaries for debug." msgstr "المسار الذي يحوي الملفات الثنائية للتصحيح" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -573,7 +573,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -581,35 +581,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "يتم تنزيل %s" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "جار تنزيل فهرس التوقيعات %s" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "جار تنزيل الفهرس : %s" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "جار تنزيل الاداة الناقصة" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "جار تنزيل الحزم" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "يقوم بتنزيل نواة او اكثر و ادواتها التابعة لها" @@ -618,7 +630,7 @@ msgstr "يقوم بتنزيل نواة او اكثر و ادواتها التا msgid "Downloads one or more libraries without installing them." msgstr "يقوم بتنزيل مكتبة او اكثر بدون تثبيتها" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -650,16 +662,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 msgid "Error copying output file %s" msgstr "خطا اثناء نسخ ملف الخرج %s" -#: cli/core/search.go:66 cli/instance/instance.go:42 -#: cli/instance/instance.go:153 cli/lib/search.go:59 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "خطا اثناء انشاء النسخة %v" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "خطا اثناء انشاء مسار الخرج" @@ -679,24 +691,38 @@ msgstr "خطا اثناء البحث عن اللوحات : %v" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "خطا اثناء تنزيل المكتبة" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "خطأ اثناء تنزيل المنصة %s" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "خطا اثناء تنزيل الاداة %s" @@ -713,9 +739,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "خطا اثناء ترميز JSON الخاص بالخرج : %v" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "خطا اثناء الرفع : %v" @@ -723,7 +749,7 @@ msgstr "خطا اثناء الرفع : %v" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "خطأ اثناء بناء : %v" @@ -739,7 +765,7 @@ msgstr "خطأ اثناء الغاء تثبيت : %v" msgid "Error during upgrade: %v" msgstr "خطا اثناء تطوير : %v" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "خطأ اثناء استخراج %s" @@ -759,11 +785,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "خطأ اثناء الحصول على معلومات اللوحة %v" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "خطأ اثناء الحصول من Arduino CLOUD" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "خطأ اثناء الحصول على قائمة اللوحات" @@ -771,7 +797,7 @@ msgstr "خطأ اثناء الحصول على قائمة اللوحات" msgid "Error getting current directory for compilation database: %s" msgstr "خطأ اثناء الحصول على المسار الحالي من اجل قاعدة بيانات الترجمة %s" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "خطأ اثناء الحصول على المعلومات للمكتبة %s" @@ -787,7 +813,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -804,11 +830,18 @@ msgstr "خطأ اثناء تثبيت مكتبة GIT : %v" msgid "Error installing Zip Library: %v" msgstr "خطأ اثناء تثبيت مكتبة ZIP : %v" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -824,7 +857,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -832,7 +865,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -840,11 +882,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "خطا اثناء فتح الكود المصدر الذي يتجاوز ملف البيانات : %v" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "خطا اثناء قراءة مسار البناء" @@ -872,19 +914,19 @@ msgstr "خطا اثناء استعادة قائمة النواة : %v" msgid "Error retrieving outdated cores and libraries: %v" msgstr "خطا اثناء استعادة الانوية و المكتبات القديمة : %v" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "خطا اثناء التراجع عن التغييرات" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "خطا اثناء التراجع عن التغييرات : %s" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "خطا اثناء حفظ فهرس التنزيلات" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -904,8 +946,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -917,7 +959,7 @@ msgstr "خطا اثناء الغاء تثبيت %[1]s: %[2]v" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -929,7 +971,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -941,7 +983,7 @@ msgstr "خطا اثناء تحديث فهرس المكتبات : %v" msgid "Error upgrading libraries: %v" msgstr "خطأ اثناء تطوير المكتبات : %v" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "خطا اثناء تطوير المنصة : %s" @@ -949,7 +991,7 @@ msgstr "خطا اثناء تطوير المنصة : %s" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -971,7 +1013,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1008,7 +1050,7 @@ msgstr "" msgid "Failed chip erase" msgstr "فشل محي الشريحة" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "خطا اثناء اختيار المنفذ . عنوانه : %s" @@ -1028,19 +1070,19 @@ msgstr "فشل انشاء مسار البيانات" msgid "Failed to create downloads directory" msgstr "فشل انشاء مسار التنزيلات" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "تعذر الاستماع على منفذ TCP : %[1]s . %[2]s منفذ غير صالح" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1074,7 +1116,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1141,7 +1183,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1163,7 +1205,7 @@ msgstr "" msgid "Installed" msgstr "تم التنصيب" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1172,15 +1214,23 @@ msgstr "" msgid "Installed version" msgstr "النسخة المثبتة " -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "جار تثبيت %s" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "جار تثبيت المنصة %s" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1193,7 +1243,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1214,10 +1264,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1247,7 +1301,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1259,7 +1313,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1267,10 +1321,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1279,15 +1337,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1318,7 +1380,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "المكتبة %s غير مثبتة" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "المكتبة '%s' غير موجودة" @@ -1329,11 +1395,11 @@ msgstr "" "المكتبة لا تستطيع استخدام الملفين '%[1]s' 'و' '%[2]s' معا . تحقق مرة اخرى في" " '%[3]s'." -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "فشل تثبيت المكتبة" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "المكتبة مثبتة" @@ -1373,25 +1439,12 @@ msgstr "" "اعرض كل خيارات اللوحات مفصولة عن بعضها بفواصل . او يمكن استخدامها عدة مرات " "من اجل عدة خيارات" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1408,12 +1461,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1447,15 +1500,15 @@ msgstr "'%[1]s' مفقود من المكتبة في %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1463,11 +1516,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "المراقب '%s' غير موجود" @@ -1517,7 +1570,7 @@ msgstr "" "لا توجد مكتبات متطابقة مع بحثك\n" "هل تقصد...\n" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "لا يوجد مراقب متاح لبرتوكول المنفذ %s" @@ -1537,7 +1590,7 @@ msgstr "لا يوجد تحديثات متاحة" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1565,29 +1618,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1597,7 +1650,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1636,11 +1689,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1650,15 +1715,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1668,11 +1733,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1680,7 +1745,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1732,7 +1797,7 @@ msgstr "منفذ" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1745,7 +1810,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1761,7 +1826,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1777,7 +1846,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1793,7 +1862,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1801,7 +1870,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1809,7 +1878,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1819,7 +1888,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1871,7 +1940,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1960,6 +2029,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" @@ -2000,11 +2073,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2016,11 +2089,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2028,7 +2101,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2044,13 +2117,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2060,7 +2133,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2084,8 +2157,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2113,7 +2186,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2162,7 +2235,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2208,7 +2281,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2232,15 +2305,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2257,7 +2330,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2269,7 +2342,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2339,8 +2412,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2352,11 +2425,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2394,7 +2467,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2414,6 +2487,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2446,7 +2523,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2464,15 +2541,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2544,7 +2621,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2568,15 +2645,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2596,11 +2673,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2612,11 +2693,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2632,7 +2717,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2698,23 +2783,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2730,6 +2815,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2790,6 +2879,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2818,10 +2911,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2846,6 +2947,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2889,12 +2994,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2916,7 +3021,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2928,6 +3041,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2944,7 +3061,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2957,7 +3074,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2985,7 +3102,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3013,12 +3130,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3031,7 +3148,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3039,11 +3156,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3053,11 +3170,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3081,7 +3198,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3092,7 +3209,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3104,7 +3221,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3124,7 +3241,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3132,7 +3249,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3140,7 +3257,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3165,7 +3282,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3177,7 +3294,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3189,7 +3306,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3213,7 +3330,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3250,7 +3367,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3271,11 +3388,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3283,8 +3400,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3341,7 +3458,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3361,10 +3478,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/de.po b/i18n/data/de.po index 80668c91a63..c92538be018 100644 --- a/i18n/data/de.po +++ b/i18n/data/de.po @@ -70,7 +70,7 @@ msgid "%s is already installed." msgstr "%s ist bereits installiert." #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%s ist kein Verzeichnis" @@ -86,11 +86,11 @@ msgstr "%s muss installiert sein." msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s deinstalliert" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "'%s' hat eine ungültige Signatur" @@ -120,7 +120,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "Eine neue Version von Arduino CLI ist verfügbar:" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "Zum Hochladen ist ein Programmer benötigt" @@ -149,7 +149,7 @@ msgstr "Decknamen:" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "Bereits installiert %s" @@ -165,7 +165,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "Ein Fehler trat beim erkennen der Bibliotheken auf" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -237,7 +237,7 @@ msgstr "Verfügbar" msgid "Available Commands:" msgstr "Verfügbare Befehle:" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "Binärdatei zum Hochladen." @@ -262,15 +262,15 @@ msgstr "Board Version:" msgid "Bootloader file specified but missing: %[1]s" msgstr "Bootloader-Datei angegeben, aber nicht vorhanden: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "Sketch kann nicht erstellt werden" @@ -278,12 +278,12 @@ msgstr "Sketch kann nicht erstellt werden" msgid "Can't download library" msgstr "Bibliothek kann nicht heruntergeladen werden" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "Abhängigkeiten für die Plattform %s können nicht gefunden werden" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "Sketch kann nicht geöffnet werden" @@ -299,11 +299,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "Konfigurationsdatei kann nicht geschrieben werden: %v" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -315,11 +315,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "Temporärer Ordner kann nicht erstellt werden" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "Temporäre Datei kann nicht erstellt werden" @@ -339,7 +339,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "Plattform konnte nicht installiert werden" @@ -351,7 +351,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -363,7 +363,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -393,7 +393,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "Kompiliert Arduino Sketche" @@ -430,11 +430,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -458,7 +458,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "Konnte nicht über HTTP verbinden" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -492,7 +492,7 @@ msgstr "" msgid "DEPRECATED" msgstr "VERALTET" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -558,7 +558,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "Verzeichnis, welche die Binärdateien zum Hochladen enthält." @@ -576,7 +576,7 @@ msgstr "" msgid "Disconnected" msgstr "Verbindung getrennt" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -584,35 +584,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "Abhängigkeiten nicht installieren." -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "wird heruntergeladen %s" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "Fehlende Werkzeuge werden heruntergeladen %s" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "Pakete werden heruntergeladen" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -621,7 +633,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -653,16 +665,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -682,24 +694,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -716,9 +742,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -726,7 +752,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -742,7 +768,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -762,11 +788,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -774,7 +800,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -790,7 +816,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -807,11 +833,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -827,7 +860,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -835,7 +868,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -843,11 +885,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -875,19 +917,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -907,8 +949,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -920,7 +962,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -932,7 +974,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -944,7 +986,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -952,7 +994,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -974,7 +1016,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1011,7 +1053,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1031,19 +1073,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1077,7 +1119,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1144,7 +1186,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1166,7 +1208,7 @@ msgstr "" msgid "Installed" msgstr "Installiert" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1175,15 +1217,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1196,7 +1246,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1217,10 +1267,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1250,7 +1304,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1262,7 +1316,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1270,10 +1324,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1282,15 +1340,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1321,7 +1383,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1330,11 +1396,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1370,25 +1436,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1405,12 +1458,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1444,15 +1497,15 @@ msgstr "'%[1]s' aus der Bibliothek in %[2]s fehlt" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1460,11 +1513,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1512,7 +1565,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1532,7 +1585,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1562,29 +1615,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1594,7 +1647,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1633,11 +1686,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1647,15 +1712,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1665,11 +1730,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1677,7 +1742,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1729,7 +1794,7 @@ msgstr "Port" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1742,7 +1807,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1758,7 +1823,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1774,7 +1843,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1790,7 +1859,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1798,7 +1867,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1806,7 +1875,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1816,7 +1885,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1868,7 +1937,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1957,6 +2026,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" @@ -1997,11 +2070,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2013,11 +2086,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2025,7 +2098,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2041,13 +2114,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2057,7 +2130,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2081,8 +2154,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2110,7 +2183,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2159,7 +2232,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2205,7 +2278,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2229,15 +2302,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2254,7 +2327,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2266,7 +2339,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2337,8 +2410,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2350,11 +2423,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2394,7 +2467,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2414,6 +2487,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2446,7 +2523,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2464,15 +2541,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2544,7 +2621,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2568,15 +2645,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2596,11 +2673,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2612,11 +2693,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2632,7 +2717,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2698,23 +2783,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2730,6 +2815,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2790,6 +2879,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2818,10 +2911,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2846,6 +2947,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2889,12 +2994,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2916,7 +3021,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2928,6 +3041,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2944,7 +3061,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2957,7 +3074,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2985,7 +3102,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3013,12 +3130,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3031,7 +3148,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3039,11 +3156,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3053,11 +3170,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3081,7 +3198,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3092,7 +3209,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3104,7 +3221,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3124,7 +3241,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3132,7 +3249,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3140,7 +3257,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3165,7 +3282,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3177,7 +3294,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3189,7 +3306,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3213,7 +3330,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3250,7 +3367,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3271,11 +3388,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3283,8 +3400,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3341,7 +3458,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3361,10 +3478,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/es.po b/i18n/data/es.po index 57498c28e9b..69923d26783 100644 --- a/i18n/data/es.po +++ b/i18n/data/es.po @@ -10,7 +10,7 @@ msgstr "" "Last-Translator: CLI team , 2022\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" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: version/version.go:53 msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" @@ -69,7 +69,7 @@ msgid "%s is already installed." msgstr "%s ya está instalado." #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%s no es un directorio" @@ -85,11 +85,11 @@ msgstr "%s debe ser instalado." msgid "%s pattern is missing" msgstr "Falta el patrón %s " -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s desinstalado" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "'%s' tiene una firma inválida" @@ -121,7 +121,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "Una nueva versión de Arduino CLI está disponible:" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "Se requiere un programador para subir." @@ -150,7 +150,7 @@ msgstr "Alias:" msgid "All the cores are already at the latest version" msgstr "Todos los núcleos están en su última versión" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "Ya está instalado %s" @@ -166,7 +166,7 @@ msgstr "Ocurrió un error añadiendo prototipos" msgid "An error occurred detecting libraries" msgstr "Ocurrió un error detectando librerías" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -238,7 +238,7 @@ msgstr "Disponible" msgid "Available Commands:" msgstr "Comandos disponibles:" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -263,15 +263,15 @@ msgstr "Versión de la placa:" msgid "Bootloader file specified but missing: %[1]s" msgstr "Fichero Bootloader especificado pero ausente: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "No se puede crear el directorio de datos %s" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -279,12 +279,12 @@ msgstr "" msgid "Can't download library" msgstr "No fue posible descargar la librería" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "No puedo encontrar las dependencias para la plataforma %s" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "No es posible abrir el sketch" @@ -300,11 +300,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -316,11 +316,11 @@ msgstr "No se puede crear el directorio de archivos de configuración: %v" msgid "Cannot create config file: %v" msgstr "No se puede crear el archivo de configuración: %v" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "No se puede crear un directorio temporal" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "No se puede crear un archivo temporal" @@ -340,7 +340,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "No se puede instalar la plataforma" @@ -352,7 +352,7 @@ msgstr "No se puede instalar la herramienta %s" msgid "Cannot perform port reset: %s" msgstr "No se puede realizar el reinicio del puerto: %s" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "No se puede actualizar la plataforma" @@ -364,7 +364,7 @@ msgstr "Categoría: %s" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "Revisando los pre requisitos de instalación de la librería" @@ -396,7 +396,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -435,11 +435,11 @@ msgstr "Configuración del puerto." msgid "Configuration options for %s" msgstr "Opciones de configuración para %s" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "Configurando plataforma" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "Configurando plataforma." @@ -463,7 +463,7 @@ msgstr "Nombre del núcleo" msgid "Could not connect via HTTP" msgstr "No se pudo conectar vía HTTP" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -497,7 +497,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -562,7 +562,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Disconnected" msgstr "Desconectado" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -588,35 +588,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "No instale dependencias." -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "Descargando %s" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "Descargando herramienta perdida %s" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "Descargando paquetes" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -625,7 +637,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -657,16 +669,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "Error limpiando caches: %v" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "Error al crear el directorio de salida" @@ -686,24 +698,38 @@ msgstr "Error detectando placas: %v" msgid "Error downloading %[1]s: %[2]v" msgstr "Error al descargar %[1]s: %[2]v" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "Error descargando la librería" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -720,9 +746,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "Error durante la carga: %v" @@ -730,7 +756,7 @@ msgstr "Error durante la carga: %v" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -746,7 +772,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -766,11 +792,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "Error obteniendo la lista de placas" @@ -778,7 +804,7 @@ msgstr "Error obteniendo la lista de placas" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -794,7 +820,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -811,11 +837,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "Error instalando la plataforma %s" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "Error instalando la herramienta %s" @@ -831,7 +864,7 @@ msgstr "Error listando las placas: %v" msgid "Error listing platforms: %v" msgstr "Error listando las plataformas: %v" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -839,7 +872,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -847,11 +889,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -879,19 +921,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "Error al revertir los cambios" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "Error al revertir los cambios: %s" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -911,8 +953,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -924,7 +966,7 @@ msgstr "Error al desinstalar %[1]s: %[2]v" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "Error al desinstalar la herramienta %s" @@ -936,7 +978,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -948,7 +990,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -956,7 +998,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "Error al actualizar: %v" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -978,7 +1020,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1015,7 +1057,7 @@ msgstr "FQBN:" msgid "Failed chip erase" msgstr "Borrado del chip fallida" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1035,19 +1077,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1081,7 +1123,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1148,7 +1190,7 @@ msgstr "Id" msgid "Identification properties:" msgstr "Propiedades de identificación:" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1170,7 +1212,7 @@ msgstr "" msgid "Installed" msgstr "Instalado" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "Instalado %s" @@ -1179,15 +1221,23 @@ msgstr "Instalado %s" msgid "Installed version" msgstr "Versión instalada" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "Instalando %s" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "Instalando la plataforma %s" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1200,7 +1250,7 @@ msgstr "" msgid "Internal error in cache" msgstr "Error interno en la cache" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1221,10 +1271,14 @@ msgstr "FQBN inválido" msgid "Invalid URL" msgstr "URL inválida" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "URL adicional inválida: %v" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1254,7 +1308,7 @@ msgstr "" msgid "Invalid library" msgstr "Librería inválida" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1266,7 +1320,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1274,10 +1328,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1286,15 +1344,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "Versión inválida" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1325,7 +1387,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "La librería %s no está instalada" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "La librería '%s' no fue encontrada" @@ -1334,11 +1400,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "Librería instalada" @@ -1374,25 +1440,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "Enumera las librerías actualizables." @@ -1409,12 +1462,12 @@ msgstr "Enumera todas las placas conectadas." msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1448,15 +1501,15 @@ msgstr "Falta '%[1]s' de la biblioteca en %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "Falta el puerto" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "Falta el protocolo del puerto" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1464,11 +1517,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1518,7 +1571,7 @@ msgstr "" "Ninguna librería concuerda con tu búsqueda.\n" "Querías decir...\n" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1538,7 +1591,7 @@ msgstr "No hay actualizaciones disponibles." msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1568,29 +1621,29 @@ msgstr "" msgid "Option:" msgstr "Opción:" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1600,7 +1653,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1639,11 +1692,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1653,15 +1718,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1671,11 +1736,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1683,7 +1748,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1735,7 +1800,7 @@ msgstr "Puerto" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1748,7 +1813,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1764,7 +1829,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1780,7 +1849,7 @@ msgstr "" msgid "Programmers:" msgstr "Programadores:" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1796,7 +1865,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1804,7 +1873,7 @@ msgstr "" msgid "Required tool:" msgstr "Herramienta requerida:" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1812,7 +1881,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1822,7 +1891,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1876,7 +1945,7 @@ msgstr "" msgid "Show all available core versions." msgstr "Muestra todos los núcleos disponibles." -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1967,6 +2036,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Programa muy grando: visite %[1]s para ver cómo reducirlo." @@ -2005,11 +2078,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2021,11 +2094,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2033,7 +2106,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2049,13 +2122,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2065,7 +2138,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2091,8 +2164,8 @@ msgstr "" "Este comando muestra una lista de los núcleos o librerías instaladas\n" "que pueden ser actualizadas. Si ninguno necesita ser actualizado no se mostrará nada." -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "La herramienta %s ya está instalada" @@ -2120,7 +2193,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2169,7 +2242,7 @@ msgstr "Desinstalando %s" msgid "Uninstalling %s, tool is no more required" msgstr "Desinstalando %s, la herramienta ya no es requerida" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "Desinstalando %s: La herramienta ya no es requerida" @@ -2217,7 +2290,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2241,15 +2314,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2266,7 +2339,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "Subir el binario después de la compilación." @@ -2278,7 +2351,7 @@ msgstr "Cargar el bootloader en la placa usando un programador externo." msgid "Upload the bootloader." msgstr "Cargar el bootloader." -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2348,8 +2421,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2361,11 +2434,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2404,7 +2477,7 @@ msgstr "" msgid "Website: %s" msgstr "Sitio web: %s" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2424,6 +2497,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2456,7 +2533,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "Placa no encontrada" @@ -2474,15 +2551,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2554,7 +2631,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2578,15 +2655,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2606,11 +2683,15 @@ msgstr "" msgid "empty board identifier" msgstr "identificador de placa vacío" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2622,11 +2703,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2642,7 +2727,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2708,23 +2793,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2740,6 +2825,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2800,6 +2889,10 @@ msgstr "" msgid "invalid item %s" msgstr "ítem inválido %s" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2828,10 +2921,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2856,6 +2957,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2899,12 +3004,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2926,7 +3031,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2938,6 +3051,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2954,7 +3071,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2967,7 +3084,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2995,7 +3112,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3023,12 +3140,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3041,7 +3158,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3049,11 +3166,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3063,11 +3180,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3091,7 +3208,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3102,7 +3219,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3114,7 +3231,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3134,7 +3251,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3142,7 +3259,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3150,7 +3267,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3175,7 +3292,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3187,7 +3304,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3199,7 +3316,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3223,7 +3340,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3260,7 +3377,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3281,11 +3398,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3293,8 +3410,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3351,7 +3468,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3371,10 +3488,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/fr.po b/i18n/data/fr.po index 3f70f761801..98fc404f311 100644 --- a/i18n/data/fr.po +++ b/i18n/data/fr.po @@ -8,7 +8,7 @@ msgstr "" "Last-Translator: CLI team , 2022\n" "Language-Team: French (https://www.transifex.com/arduino-1/teams/108174/fr/)\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: version/version.go:53 msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" @@ -67,7 +67,7 @@ msgid "%s is already installed." msgstr "" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -83,11 +83,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -115,7 +115,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -144,7 +144,7 @@ msgstr "Alias :" msgid "All the cores are already at the latest version" msgstr "Tous les cœurs sont à jours vers la dernière version." -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "Déjà installé %s" @@ -160,7 +160,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -257,15 +257,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "Fichier du bootloader spécifié mais absent: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -273,12 +273,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -294,11 +294,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -310,11 +310,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "Impossible de créer le dossier temporaire" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "Impossible de créer le fichier temporaire" @@ -334,7 +334,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -388,7 +388,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "Croquis compilé introuvable %s" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "Compilation des croquis Arduino." @@ -425,11 +425,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "Configuration de la plateforme" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "Configuration de la plateforme." @@ -453,7 +453,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -487,7 +487,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -569,7 +569,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -577,35 +577,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "Téléchargement %s" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "Téléchargement des paquets" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -614,7 +626,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -646,16 +658,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -675,24 +687,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -709,9 +735,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -719,7 +745,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -735,7 +761,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -755,11 +781,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -767,7 +793,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -783,7 +809,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -800,11 +826,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "Erreur lors de l'installation de la librairie Zip : %v" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "Erreur lors de l'installation de la plateforme %s" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "Erreur lors de l’installation de l'outil %s." @@ -820,7 +853,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -828,7 +861,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -836,11 +878,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -868,19 +910,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -900,8 +942,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -913,7 +955,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -925,7 +967,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -937,7 +979,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -945,7 +987,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -967,7 +1009,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1004,7 +1046,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1024,19 +1066,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1070,7 +1112,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1138,7 +1180,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1160,7 +1202,7 @@ msgstr "" msgid "Installed" msgstr "Installé" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1169,15 +1211,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1190,7 +1240,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1211,10 +1261,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1244,7 +1298,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1256,7 +1310,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1264,10 +1318,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1276,15 +1334,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1315,7 +1377,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1324,11 +1390,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1364,25 +1430,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1399,12 +1452,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1439,15 +1492,15 @@ msgstr "Fichier manquant '%[1]s' de la bibliothèque dans %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1455,11 +1508,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1507,7 +1560,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1527,7 +1580,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1557,29 +1610,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1589,7 +1642,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1628,11 +1681,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1642,15 +1707,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1660,11 +1725,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1672,7 +1737,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1724,7 +1789,7 @@ msgstr "Port" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1737,7 +1802,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1753,7 +1818,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1769,7 +1838,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1785,7 +1854,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1793,7 +1862,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1801,7 +1870,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1811,7 +1880,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1863,7 +1932,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1952,6 +2021,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Croquis trop gros; vois %[1]s pour des conseils de réduction." @@ -1990,11 +2063,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2006,11 +2079,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2018,7 +2091,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2034,13 +2107,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2050,7 +2123,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2074,8 +2147,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2103,7 +2176,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2152,7 +2225,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2198,7 +2271,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2222,15 +2295,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2247,7 +2320,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2259,7 +2332,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2332,8 +2405,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2345,11 +2418,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2388,7 +2461,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2408,6 +2481,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2440,7 +2517,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2458,15 +2535,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2538,7 +2615,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2562,15 +2639,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2590,11 +2667,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2606,11 +2687,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2626,7 +2711,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2692,23 +2777,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2724,6 +2809,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2784,6 +2873,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2812,10 +2905,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2840,6 +2941,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2883,12 +2988,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2910,7 +3015,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2922,6 +3035,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2938,7 +3055,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2951,7 +3068,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2979,7 +3096,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3007,12 +3124,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3025,7 +3142,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3033,11 +3150,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3047,11 +3164,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3075,7 +3192,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3086,7 +3203,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3098,7 +3215,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3118,7 +3235,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3126,7 +3243,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3134,7 +3251,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3159,7 +3276,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3171,7 +3288,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3183,7 +3300,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3207,7 +3324,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3244,7 +3361,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3265,11 +3382,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3277,8 +3394,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3335,7 +3452,7 @@ msgstr "paquet inconnu %s" msgid "unknown platform %s:%s" msgstr "plateforme inconnue %s:%s" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "extension de croquis inconnue '%s' " @@ -3355,10 +3472,18 @@ msgstr "tout mettre à jour tout vers la dernière version" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/it_IT.po b/i18n/data/it_IT.po index 5b64557766a..d7a591e282c 100644 --- a/i18n/data/it_IT.po +++ b/i18n/data/it_IT.po @@ -11,7 +11,7 @@ msgstr "" "Last-Translator: Gaia Castronovo , 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" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: version/version.go:53 msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" @@ -72,7 +72,7 @@ msgid "%s is already installed." msgstr "%s è già installato." #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%s non è una cartella" @@ -88,11 +88,11 @@ msgstr "%s deve essere installato." msgid "%s pattern is missing" msgstr "Modello mancante" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s disinstallato" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "'%s' ha una firma invalida" @@ -122,7 +122,7 @@ msgstr "File non attendibile, utilizzare a proprio rischio" msgid "A new release of Arduino CLI is available:" msgstr "È disponibile una nuova versione di Arduino CLI" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "Per caricare è necessario un programmatore" @@ -151,7 +151,7 @@ msgstr "Alias:" msgid "All the cores are already at the latest version" msgstr "Tutti i core sono già all'ultima versione" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "Già installato %s" @@ -167,7 +167,7 @@ msgstr "Si è verificato un errore durante l'aggiunta di un prototipo" msgid "An error occurred detecting libraries" msgstr "Si è verificato un errore durante il rilevamento delle librerie" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -239,7 +239,7 @@ msgstr "Disponibile" msgid "Available Commands:" msgstr "Comandi disponibili:" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "File binario da caricare." @@ -264,17 +264,17 @@ msgstr "Versione scheda:" msgid "Bootloader file specified but missing: %[1]s" msgstr "Il file del bootloader è specificato ma mancante: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" "Le build di 'core.a' vengono salvate in questo percorso per essere " "memorizzate nella cache e riutilizzate." -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "Non è possibile creare la cartella dati %s" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "Non è possibile creare lo sketch" @@ -282,12 +282,12 @@ msgstr "Non è possibile creare lo sketch" msgid "Can't download library" msgstr "Non è possibile scaricare la libreria" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "Dipendenze per la piattaforma %s non trovate" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "Non è possibile aprire lo sketch" @@ -303,11 +303,11 @@ msgstr "Impossibile utilizzare i flag %s contemporaneamente." msgid "Can't write config file: %v" msgstr "Non è possibile salvare il file di configurazione: %v" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "Non è possibile creare la cartella di build della cache." -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "Non è possibile creare la cartella per la build" @@ -319,11 +319,11 @@ msgstr "Non è stato possibile creare la cartella di configurazione file: %v" msgid "Cannot create config file: %v" msgstr "Non è possibile creare il file di configurazione: %v" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "Non è possibile creare la cartella temporanea" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "Non è possibile creare il file temporaneo" @@ -343,7 +343,7 @@ msgstr "Percorso assoluto non trovato: %v" msgid "Cannot get executable path: %v" msgstr "Non è possibile ottenere il percorso all'eseguibile: %v" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "Non è possibile installare la piattaforma" @@ -355,7 +355,7 @@ msgstr "Non è possibile installare lo strumento %s" msgid "Cannot perform port reset: %s" msgstr "Non è possibile effettuare il reset della porta: %s" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "Non è possibile aggiornare la piattaforma" @@ -367,7 +367,7 @@ msgstr "Categoria: %s" msgid "Check dependencies status for the specified library." msgstr "Controllare lo stato delle dipendenze per la libreria specificata." -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "Controllo dei prerequisiti per installazione della lib" @@ -400,7 +400,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "Sketch compilato non trovato in %s" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "Compilazione sketch Arduino" @@ -439,11 +439,11 @@ msgstr "Configurazione della porta." msgid "Configuration options for %s" msgstr "Opzioni di configurazione per %s" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "Configurazione della piattaforma" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "Configurazione della piattaforma." @@ -467,7 +467,7 @@ msgstr "Nome core" msgid "Could not connect via HTTP" msgstr "Non è possibile connettersi via HTTP" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "Impossibile creare la cartella dell'indice" @@ -503,7 +503,7 @@ msgstr "" msgid "DEPRECATED" msgstr "DEPRECATO" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "Deamon è ora in ascolto su %s:%s" @@ -573,7 +573,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "Cartella contenente i file binari da caricare." @@ -591,7 +591,7 @@ msgstr "" msgid "Disconnected" msgstr "Disconnesso" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -599,35 +599,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "Non installare le dipendenze." -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -636,7 +648,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "Scarica uno o più librerie, senza installarle." -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -668,16 +680,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -697,24 +709,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "Errore durante il download della libreria" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "Errore durante il download della piattaforma %s" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "Errore durante il download dello strumento %s" @@ -731,9 +757,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "Errore durante il caricamento di: %v" @@ -741,7 +767,7 @@ msgstr "Errore durante il caricamento di: %v" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -757,7 +783,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -777,11 +803,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "Impossibile ottenere i dettagli della scheda: %v" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "Impossibile ottenere la lista delle schede" @@ -789,7 +815,7 @@ msgstr "Impossibile ottenere la lista delle schede" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -805,7 +831,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -822,11 +848,18 @@ msgstr "Errore durante l'installazione della libreria Git: %v" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -842,7 +875,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -850,7 +883,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -858,11 +900,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -890,19 +932,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -922,8 +964,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -935,7 +977,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -947,7 +989,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -959,7 +1001,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -967,7 +1009,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -989,7 +1031,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1026,7 +1068,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1046,19 +1088,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1092,7 +1134,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1160,7 +1202,7 @@ msgstr "Id" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1182,7 +1224,7 @@ msgstr "" msgid "Installed" msgstr "Installato" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "Installato %s" @@ -1191,15 +1233,23 @@ msgstr "Installato %s" msgid "Installed version" msgstr "Versione installata" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "Installazione %s" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1212,7 +1262,7 @@ msgstr "" msgid "Internal error in cache" msgstr "Errore interno alla cache" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1233,10 +1283,14 @@ msgstr "" msgid "Invalid URL" msgstr "URL non è valido" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1266,7 +1320,7 @@ msgstr "Oggetto invalido %s" msgid "Invalid library" msgstr "Libreria non è valida" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1278,7 +1332,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1286,10 +1340,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1298,15 +1356,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "Versione non è valida" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1337,7 +1399,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1346,11 +1412,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "La libreria è stata installata" @@ -1386,25 +1452,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "Lista delle libreria con update disponibili." @@ -1421,12 +1474,12 @@ msgstr "Lista di tutte le schede connesse." msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "Caricamento librerie: %v" @@ -1460,15 +1513,15 @@ msgstr "Manca '%[1]s' nella libreria %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "Porta mancante" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1476,11 +1529,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1528,7 +1581,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1548,7 +1601,7 @@ msgstr "Nessun aggiornamento disponibile." msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1577,29 +1630,29 @@ msgstr "" msgid "Option:" msgstr "Opzione:" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1609,7 +1662,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1648,11 +1701,23 @@ msgstr "Website pacchetto:" msgid "Paragraph: %s" msgstr "Paragrafo: %s" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1662,15 +1727,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "La piattaforma %s è già installata" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "La piattaforma %s è installata" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1680,11 +1745,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1692,7 +1757,7 @@ msgstr "" msgid "Platform ID" msgstr "ID piattaforma" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1744,7 +1809,7 @@ msgstr "Porta" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1757,7 +1822,7 @@ msgstr "" msgid "Print details about a board." msgstr "Visualizza i dettagli di una scheda." -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1773,7 +1838,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1789,7 +1858,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1805,7 +1874,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "Rimuove uno o più valori da un'impostazione." -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "Sostituire %[1]s con %[2]s" @@ -1813,7 +1882,7 @@ msgstr "Sostituire %[1]s con %[2]s" msgid "Required tool:" msgstr "Strumento richiesto:" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1821,7 +1890,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1831,7 +1900,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1883,7 +1952,7 @@ msgstr "" msgid "Show all available core versions." msgstr "Mostra tutte le versioni del core disponibili." -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1974,6 +2043,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "Sketch è stato creato in: %s" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" @@ -2014,11 +2087,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2030,11 +2103,11 @@ msgstr "Salta: %[1]s" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2042,7 +2115,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2058,13 +2131,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2074,7 +2147,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2098,8 +2171,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2127,7 +2200,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2176,7 +2249,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2222,7 +2295,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "Aggiorna l'indice delle librerie." -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2246,15 +2319,15 @@ msgstr "Aggiorna le librerie installate." msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2271,7 +2344,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2283,7 +2356,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2353,8 +2426,8 @@ msgstr "" msgid "Values" msgstr "Valori" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2366,11 +2439,11 @@ msgstr "Versione" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2410,7 +2483,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2430,6 +2503,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "e" @@ -2462,7 +2539,7 @@ msgstr "" msgid "board %s not found" msgstr "la scheda %s non è stata trovata" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "scheda non trovata" @@ -2480,15 +2557,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2560,7 +2637,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2584,15 +2661,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2612,11 +2689,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2628,11 +2709,15 @@ msgstr "errore durante l'apertura del monitor seriale" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2648,7 +2733,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2714,23 +2799,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2746,6 +2831,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2806,6 +2895,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2834,10 +2927,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2862,6 +2963,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2905,12 +3010,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2932,7 +3037,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2944,6 +3057,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2960,7 +3077,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2973,7 +3090,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -3001,7 +3118,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3029,12 +3146,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3047,7 +3164,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3055,11 +3172,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3069,11 +3186,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "piattaforma non installata" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3097,7 +3214,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3108,7 +3225,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "lettura cartella %s" @@ -3120,7 +3237,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "Lettura dei file: %v" @@ -3140,7 +3257,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3148,7 +3265,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3156,7 +3273,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3181,7 +3298,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3193,7 +3310,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3205,7 +3322,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3229,7 +3346,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3266,7 +3383,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3287,11 +3404,11 @@ msgstr "" msgid "tool %s not found" msgstr "lo strumento %s non è stato trovato" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3299,8 +3416,8 @@ msgstr "" msgid "tool not installed" msgstr "strumento non installato" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3357,7 +3474,7 @@ msgstr "pacchetto sconosciuto %s" msgid "unknown platform %s:%s" msgstr "piattaforma sconosciuta %s:%s" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "estensione sconosciuta per il file sketch \"%s\"" @@ -3377,10 +3494,18 @@ msgstr "aggiornare tutto con l'ultima versione disponibile" msgid "uploading error: %s" msgstr "errore durante il caricamento: %s" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "scrittura dei metadata dello sketch %[1]s: %[2]s" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "formato errato nella risposta del server" diff --git a/i18n/data/ja.po b/i18n/data/ja.po index 0edbc7c4ce8..829ed363a4a 100644 --- a/i18n/data/ja.po +++ b/i18n/data/ja.po @@ -67,7 +67,7 @@ msgid "%s is already installed." msgstr "%sはすでにインストールされています。" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%sはディレクトリではありません" @@ -83,11 +83,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -115,7 +115,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -144,7 +144,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -160,7 +160,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -257,15 +257,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "ブートローダのファイルが指定されましたが次が不足しています:%[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -273,12 +273,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -294,11 +294,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -310,11 +310,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -334,7 +334,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -388,7 +388,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -425,11 +425,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -453,7 +453,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -487,7 +487,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -569,7 +569,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -577,35 +577,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -614,7 +626,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -646,16 +658,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -675,24 +687,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -709,9 +735,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -719,7 +745,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -735,7 +761,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -755,11 +781,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -767,7 +793,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -783,7 +809,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -800,11 +826,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -820,7 +853,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -828,7 +861,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -836,11 +878,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -868,19 +910,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -900,8 +942,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -913,7 +955,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -925,7 +967,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -937,7 +979,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -945,7 +987,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -967,7 +1009,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1004,7 +1046,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1024,19 +1066,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1070,7 +1112,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1136,7 +1178,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1158,7 +1200,7 @@ msgstr "" msgid "Installed" msgstr "インストール済" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1167,15 +1209,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1188,7 +1238,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1209,10 +1259,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1242,7 +1296,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1254,7 +1308,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1262,10 +1316,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1274,15 +1332,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1313,7 +1375,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1322,11 +1388,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1362,25 +1428,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1397,12 +1450,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1435,15 +1488,15 @@ msgstr "%[2]sのライブラリに「%[1]s」がありません" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1451,11 +1504,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1503,7 +1556,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1523,7 +1576,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1551,29 +1604,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1583,7 +1636,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1622,11 +1675,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1636,15 +1701,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1654,11 +1719,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1666,7 +1731,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1718,7 +1783,7 @@ msgstr "シリアルポート" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1731,7 +1796,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1747,7 +1812,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1763,7 +1832,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1779,7 +1848,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1787,7 +1856,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1795,7 +1864,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1805,7 +1874,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1857,7 +1926,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1946,6 +2015,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "スケッチが大きすぎます。%[1]s には、小さくするコツが書いてあります。" @@ -1982,11 +2055,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -1998,11 +2071,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2010,7 +2083,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2026,13 +2099,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2042,7 +2115,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2066,8 +2139,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2095,7 +2168,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2144,7 +2217,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2190,7 +2263,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2214,15 +2287,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2239,7 +2312,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2251,7 +2324,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2321,8 +2394,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2334,11 +2407,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2374,7 +2447,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2394,6 +2467,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2426,7 +2503,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2444,15 +2521,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2524,7 +2601,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2548,15 +2625,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2576,11 +2653,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2592,11 +2673,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2612,7 +2697,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2678,23 +2763,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2710,6 +2795,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2770,6 +2859,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2798,10 +2891,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2826,6 +2927,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2869,12 +2974,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2896,7 +3001,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2908,6 +3021,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2924,7 +3041,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2937,7 +3054,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2965,7 +3082,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -2993,12 +3110,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3011,7 +3128,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3019,11 +3136,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3033,11 +3150,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3061,7 +3178,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3072,7 +3189,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3084,7 +3201,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3104,7 +3221,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3112,7 +3229,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3120,7 +3237,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3145,7 +3262,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3157,7 +3274,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3169,7 +3286,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3193,7 +3310,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3230,7 +3347,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3251,11 +3368,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3263,8 +3380,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3321,7 +3438,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3341,10 +3458,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/ko.po b/i18n/data/ko.po index 2fe6824d569..886f0e353c2 100644 --- a/i18n/data/ko.po +++ b/i18n/data/ko.po @@ -66,7 +66,7 @@ msgid "%s is already installed." msgstr "" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -82,11 +82,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -256,15 +256,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "부트로더 파일이 지정되었으나 누락됨: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -272,12 +272,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -293,11 +293,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -309,11 +309,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -333,7 +333,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -345,7 +345,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -357,7 +357,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -387,7 +387,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -424,11 +424,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -452,7 +452,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -486,7 +486,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -550,7 +550,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -568,7 +568,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -576,35 +576,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -613,7 +625,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -645,16 +657,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -674,24 +686,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -708,9 +734,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -718,7 +744,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -734,7 +760,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -754,11 +780,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -766,7 +792,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -782,7 +808,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -799,11 +825,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -819,7 +852,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -827,7 +860,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -835,11 +877,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -867,19 +909,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -899,8 +941,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -912,7 +954,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -924,7 +966,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -936,7 +978,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -944,7 +986,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -966,7 +1008,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1003,7 +1045,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1023,19 +1065,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1069,7 +1111,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1135,7 +1177,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1157,7 +1199,7 @@ msgstr "" msgid "Installed" msgstr "설치됨" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1166,15 +1208,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1187,7 +1237,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1208,10 +1258,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1241,7 +1295,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1253,7 +1307,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1261,10 +1315,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1273,15 +1331,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1312,7 +1374,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1321,11 +1387,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1361,25 +1427,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1396,12 +1449,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1434,15 +1487,15 @@ msgstr "라이브러리 %[2]s에서 '%[1]s'가 없음" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1450,11 +1503,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1502,7 +1555,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1522,7 +1575,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1550,29 +1603,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1582,7 +1635,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1621,11 +1674,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1635,15 +1700,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1653,11 +1718,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1665,7 +1730,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1717,7 +1782,7 @@ msgstr "포트" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1730,7 +1795,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1746,7 +1811,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1762,7 +1831,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1778,7 +1847,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1786,7 +1855,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1794,7 +1863,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1804,7 +1873,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1856,7 +1925,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1945,6 +2014,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "스케치가 너무 큼; 이것을 줄이기 위해 다음을 참고하세요. %[1]s" @@ -1981,11 +2054,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -1997,11 +2070,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2009,7 +2082,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2025,13 +2098,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2041,7 +2114,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2065,8 +2138,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2094,7 +2167,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2143,7 +2216,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2189,7 +2262,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2213,15 +2286,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2238,7 +2311,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2250,7 +2323,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2320,8 +2393,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2333,11 +2406,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2374,7 +2447,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2394,6 +2467,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2426,7 +2503,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2444,15 +2521,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2524,7 +2601,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2548,15 +2625,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2576,11 +2653,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2592,11 +2673,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2612,7 +2697,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2678,23 +2763,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2710,6 +2795,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2770,6 +2859,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2798,10 +2891,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2826,6 +2927,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2869,12 +2974,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2896,7 +3001,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2908,6 +3021,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2924,7 +3041,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2937,7 +3054,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2965,7 +3082,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -2993,12 +3110,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3011,7 +3128,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3019,11 +3136,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3033,11 +3150,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3061,7 +3178,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3072,7 +3189,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3084,7 +3201,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3104,7 +3221,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3112,7 +3229,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3120,7 +3237,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3145,7 +3262,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3157,7 +3274,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3169,7 +3286,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3193,7 +3310,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3230,7 +3347,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3251,11 +3368,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3263,8 +3380,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3321,7 +3438,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3341,10 +3458,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/mn.po b/i18n/data/mn.po index a1804b01a3a..1db0dd8f99d 100644 --- a/i18n/data/mn.po +++ b/i18n/data/mn.po @@ -62,7 +62,7 @@ msgid "%s is already installed." msgstr "" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -78,11 +78,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -110,7 +110,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -139,7 +139,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -155,7 +155,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -227,7 +227,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -252,15 +252,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -268,12 +268,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -289,11 +289,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -305,11 +305,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -329,7 +329,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -353,7 +353,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -383,7 +383,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -420,11 +420,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -448,7 +448,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -482,7 +482,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -546,7 +546,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -564,7 +564,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -572,35 +572,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -609,7 +621,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -641,16 +653,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -670,24 +682,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -704,9 +730,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -714,7 +740,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -730,7 +756,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -750,11 +776,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -762,7 +788,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -778,7 +804,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -795,11 +821,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -815,7 +848,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -823,7 +856,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -831,11 +873,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -863,19 +905,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -895,8 +937,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -908,7 +950,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -920,7 +962,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -932,7 +974,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -940,7 +982,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -962,7 +1004,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -999,7 +1041,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1019,19 +1061,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1065,7 +1107,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1130,7 +1172,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1152,7 +1194,7 @@ msgstr "" msgid "Installed" msgstr "" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1161,15 +1203,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1182,7 +1232,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1203,10 +1253,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1236,7 +1290,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1248,7 +1302,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1256,10 +1310,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1268,15 +1326,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1307,7 +1369,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1316,11 +1382,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1356,25 +1422,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1391,12 +1444,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1429,15 +1482,15 @@ msgstr "" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1445,11 +1498,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1497,7 +1550,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1517,7 +1570,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1545,29 +1598,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1577,7 +1630,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1616,11 +1669,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1630,15 +1695,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1648,11 +1713,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1660,7 +1725,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1712,7 +1777,7 @@ msgstr "" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1725,7 +1790,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1741,7 +1806,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1757,7 +1826,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1773,7 +1842,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1781,7 +1850,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1789,7 +1858,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1799,7 +1868,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1851,7 +1920,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1940,6 +2009,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" @@ -1976,11 +2049,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -1992,11 +2065,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2004,7 +2077,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2020,13 +2093,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2036,7 +2109,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2060,8 +2133,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2089,7 +2162,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2138,7 +2211,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2184,7 +2257,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2208,15 +2281,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2233,7 +2306,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2245,7 +2318,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2315,8 +2388,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2328,11 +2401,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2366,7 +2439,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2386,6 +2459,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2418,7 +2495,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2436,15 +2513,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2516,7 +2593,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2540,15 +2617,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2568,11 +2645,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2584,11 +2665,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2604,7 +2689,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2670,23 +2755,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2702,6 +2787,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2762,6 +2851,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2790,10 +2883,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2818,6 +2919,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2861,12 +2966,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2888,7 +2993,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2900,6 +3013,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2916,7 +3033,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2929,7 +3046,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2957,7 +3074,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -2985,12 +3102,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3003,7 +3120,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3011,11 +3128,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3025,11 +3142,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3053,7 +3170,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3064,7 +3181,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3076,7 +3193,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3096,7 +3213,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3104,7 +3221,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3112,7 +3229,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3137,7 +3254,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3149,7 +3266,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3161,7 +3278,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3185,7 +3302,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3222,7 +3339,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3243,11 +3360,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3255,8 +3372,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3313,7 +3430,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3333,10 +3450,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/pl.po b/i18n/data/pl.po index 44bb3018afd..7cdef046b07 100644 --- a/i18n/data/pl.po +++ b/i18n/data/pl.po @@ -67,7 +67,7 @@ msgid "%s is already installed." msgstr "" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -83,11 +83,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s odinstalowane" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -115,7 +115,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -144,7 +144,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -160,7 +160,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -232,7 +232,7 @@ msgstr "Dostępne" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -257,15 +257,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "Podany nieistniejący plik programu rozruchowego: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -273,12 +273,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -294,11 +294,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -310,11 +310,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -334,7 +334,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -388,7 +388,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -425,11 +425,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -453,7 +453,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -487,7 +487,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -569,7 +569,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -577,35 +577,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -614,7 +626,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -646,16 +658,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -675,24 +687,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -709,9 +735,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -719,7 +745,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -735,7 +761,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -755,11 +781,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -767,7 +793,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -783,7 +809,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -800,11 +826,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -820,7 +853,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -828,7 +861,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -836,11 +878,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -868,19 +910,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -900,8 +942,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -913,7 +955,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -925,7 +967,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -937,7 +979,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -945,7 +987,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -967,7 +1009,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1004,7 +1046,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1024,19 +1066,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1070,7 +1112,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1138,7 +1180,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1160,7 +1202,7 @@ msgstr "" msgid "Installed" msgstr "Zainstalowany" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1169,15 +1211,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1190,7 +1240,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1211,10 +1261,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1244,7 +1298,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1256,7 +1310,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1264,10 +1318,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1276,15 +1334,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1315,7 +1377,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1324,11 +1390,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1364,25 +1430,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1399,12 +1452,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1438,15 +1491,15 @@ msgstr "Brakuje '%[1]s' z biblioteki w %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1454,11 +1507,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1506,7 +1559,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1526,7 +1579,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1556,29 +1609,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1588,7 +1641,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1627,11 +1680,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1641,15 +1706,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1659,11 +1724,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1671,7 +1736,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1723,7 +1788,7 @@ msgstr "Port" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1736,7 +1801,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1752,7 +1817,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1768,7 +1837,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1784,7 +1853,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1792,7 +1861,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1800,7 +1869,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1810,7 +1879,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1862,7 +1931,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1951,6 +2020,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Szkic za duży, zobacz porady na %[1]s w celu zmiejszenia go." @@ -1989,11 +2062,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2005,11 +2078,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2017,7 +2090,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2033,13 +2106,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2049,7 +2122,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2073,8 +2146,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2102,7 +2175,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2151,7 +2224,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2197,7 +2270,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2221,15 +2294,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2246,7 +2319,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2258,7 +2331,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2328,8 +2401,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2341,11 +2414,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2384,7 +2457,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2404,6 +2477,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2436,7 +2513,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2454,15 +2531,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2534,7 +2611,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2558,15 +2635,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2586,11 +2663,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2602,11 +2683,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2622,7 +2707,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2688,23 +2773,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2720,6 +2805,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2780,6 +2869,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2808,10 +2901,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2836,6 +2937,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2879,12 +2984,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2906,7 +3011,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2918,6 +3031,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2934,7 +3051,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2947,7 +3064,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2975,7 +3092,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3003,12 +3120,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3021,7 +3138,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3029,11 +3146,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3043,11 +3160,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3071,7 +3188,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3082,7 +3199,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3094,7 +3211,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3114,7 +3231,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3122,7 +3239,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3130,7 +3247,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3155,7 +3272,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3167,7 +3284,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3179,7 +3296,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3203,7 +3320,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3240,7 +3357,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3261,11 +3378,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3273,8 +3390,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3331,7 +3448,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3351,10 +3468,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/pt.po b/i18n/data/pt.po index ba983793fc1..36a3f5821ee 100644 --- a/i18n/data/pt.po +++ b/i18n/data/pt.po @@ -7,7 +7,7 @@ msgstr "" "Last-Translator: CLI team , 2022\n" "Language-Team: Portuguese (https://www.transifex.com/arduino-1/teams/108174/pt/)\n" "Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: version/version.go:53 msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" @@ -66,7 +66,7 @@ msgid "%s is already installed." msgstr "" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -82,11 +82,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -256,15 +256,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -272,12 +272,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -293,11 +293,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -309,11 +309,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -333,7 +333,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -345,7 +345,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -357,7 +357,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -387,7 +387,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -424,11 +424,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -452,7 +452,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -486,7 +486,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -550,7 +550,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -568,7 +568,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -576,35 +576,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -613,7 +625,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -645,16 +657,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -674,24 +686,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -708,9 +734,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -718,7 +744,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -734,7 +760,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -754,11 +780,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -766,7 +792,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -782,7 +808,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -799,11 +825,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -819,7 +852,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -827,7 +860,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -835,11 +877,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -867,19 +909,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -899,8 +941,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -912,7 +954,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -924,7 +966,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -936,7 +978,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -944,7 +986,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -966,7 +1008,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1003,7 +1045,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1023,19 +1065,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1069,7 +1111,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1136,7 +1178,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1158,7 +1200,7 @@ msgstr "" msgid "Installed" msgstr "" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1167,15 +1209,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1188,7 +1238,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1209,10 +1259,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1242,7 +1296,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1254,7 +1308,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1262,10 +1316,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1274,15 +1332,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1313,7 +1375,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1322,11 +1388,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1362,25 +1428,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1397,12 +1450,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1435,15 +1488,15 @@ msgstr "" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1451,11 +1504,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1503,7 +1556,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1523,7 +1576,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1553,29 +1606,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1585,7 +1638,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1624,11 +1677,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1638,15 +1703,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1656,11 +1721,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1668,7 +1733,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1720,7 +1785,7 @@ msgstr "Porta" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1733,7 +1798,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1749,7 +1814,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1765,7 +1834,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1781,7 +1850,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1789,7 +1858,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1797,7 +1866,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1807,7 +1876,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1859,7 +1928,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1948,6 +2017,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" @@ -1988,11 +2061,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2004,11 +2077,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2016,7 +2089,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2032,13 +2105,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2048,7 +2121,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2072,8 +2145,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2101,7 +2174,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2150,7 +2223,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2196,7 +2269,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2220,15 +2293,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2245,7 +2318,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2257,7 +2330,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2327,8 +2400,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2340,11 +2413,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2381,7 +2454,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2401,6 +2474,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2433,7 +2510,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2451,15 +2528,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2531,7 +2608,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2555,15 +2632,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2583,11 +2660,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2599,11 +2680,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2619,7 +2704,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2685,23 +2770,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2717,6 +2802,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2777,6 +2866,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2805,10 +2898,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2833,6 +2934,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2876,12 +2981,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2903,7 +3008,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2915,6 +3028,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2931,7 +3048,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2944,7 +3061,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2972,7 +3089,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -3000,12 +3117,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3018,7 +3135,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3026,11 +3143,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3040,11 +3157,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3068,7 +3185,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3079,7 +3196,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3091,7 +3208,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3111,7 +3228,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3119,7 +3236,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3127,7 +3244,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3152,7 +3269,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3164,7 +3281,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3176,7 +3293,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3200,7 +3317,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3237,7 +3354,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3258,11 +3375,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3270,8 +3387,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3328,7 +3445,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3348,10 +3465,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/ru.po b/i18n/data/ru.po index d7867ecb538..d550865f050 100644 --- a/i18n/data/ru.po +++ b/i18n/data/ru.po @@ -67,7 +67,7 @@ msgid "%s is already installed." msgstr "%s уже установлено." #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "" @@ -83,11 +83,11 @@ msgstr "" msgid "%s pattern is missing" msgstr "" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "" @@ -115,7 +115,7 @@ msgstr "" msgid "A new release of Arduino CLI is available:" msgstr "" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "" @@ -144,7 +144,7 @@ msgstr "" msgid "All the cores are already at the latest version" msgstr "" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "" @@ -160,7 +160,7 @@ msgstr "" msgid "An error occurred detecting libraries" msgstr "" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Available Commands:" msgstr "" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "" @@ -257,15 +257,15 @@ msgstr "" msgid "Bootloader file specified but missing: %[1]s" msgstr "Файл загрузчика указан но не существует: %[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "" @@ -273,12 +273,12 @@ msgstr "" msgid "Can't download library" msgstr "" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "" @@ -294,11 +294,11 @@ msgstr "" msgid "Can't write config file: %v" msgstr "" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "" @@ -310,11 +310,11 @@ msgstr "" msgid "Cannot create config file: %v" msgstr "" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "" @@ -334,7 +334,7 @@ msgstr "" msgid "Cannot get executable path: %v" msgstr "" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Cannot perform port reset: %s" msgstr "" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Check dependencies status for the specified library." msgstr "" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "" @@ -388,7 +388,7 @@ msgstr "" msgid "Compiled sketch not found in %s" msgstr "" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "" @@ -425,11 +425,11 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "" @@ -453,7 +453,7 @@ msgstr "" msgid "Could not connect via HTTP" msgstr "" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "" @@ -487,7 +487,7 @@ msgstr "" msgid "DEPRECATED" msgstr "" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "Directory containing binaries for debug." msgstr "" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "" @@ -569,7 +569,7 @@ msgstr "" msgid "Disconnected" msgstr "" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "" @@ -577,35 +577,47 @@ msgstr "" msgid "Do not install dependencies." msgstr "" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" msgstr "" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" msgstr "" +#: commands/instances.go:366 +msgid "Downloading library %s" +msgstr "" + #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "" @@ -614,7 +626,7 @@ msgstr "" msgid "Downloads one or more libraries without installing them." msgstr "" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "" @@ -646,16 +658,16 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 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 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "" @@ -675,24 +687,38 @@ msgstr "" msgid "Error downloading %[1]s: %[2]v" msgstr "" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "" @@ -709,9 +735,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "" @@ -719,7 +745,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "" @@ -735,7 +761,7 @@ msgstr "" msgid "Error during upgrade: %v" msgstr "" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -755,11 +781,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "" @@ -767,7 +793,7 @@ msgstr "" msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "" @@ -783,7 +809,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "" @@ -800,11 +826,18 @@ msgstr "" msgid "Error installing Zip Library: %v" msgstr "" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "" @@ -820,7 +853,7 @@ msgstr "" msgid "Error listing platforms: %v" msgstr "" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "" @@ -828,7 +861,16 @@ msgstr "" msgid "Error loading hardware platform: %[1]s" msgstr "" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -836,11 +878,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "" @@ -868,19 +910,19 @@ msgstr "" msgid "Error retrieving outdated cores and libraries: %v" msgstr "" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "" @@ -900,8 +942,8 @@ msgstr "" msgid "Error serializing compilation database: %s" msgstr "" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "" @@ -913,7 +955,7 @@ msgstr "" msgid "Error uninstalling platform %s" msgstr "" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "" @@ -925,7 +967,7 @@ msgstr "" msgid "Error updating index: %v" msgstr "" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "" @@ -937,7 +979,7 @@ msgstr "" msgid "Error upgrading libraries: %v" msgstr "" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "" @@ -945,7 +987,7 @@ msgstr "" msgid "Error upgrading: %v" msgstr "" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "" @@ -967,7 +1009,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1004,7 +1046,7 @@ msgstr "" msgid "Failed chip erase" msgstr "" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "" @@ -1024,19 +1066,19 @@ msgstr "" msgid "Failed to create downloads directory" msgstr "" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" @@ -1070,7 +1112,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1137,7 +1179,7 @@ msgstr "" msgid "Identification properties:" msgstr "" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "" @@ -1159,7 +1201,7 @@ msgstr "" msgid "Installed" msgstr "Установлено" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "" @@ -1168,15 +1210,23 @@ msgstr "" msgid "Installed version" msgstr "" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "" @@ -1189,7 +1239,7 @@ msgstr "" msgid "Internal error in cache" msgstr "" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "" @@ -1210,10 +1260,14 @@ msgstr "" msgid "Invalid URL" msgstr "" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1243,7 +1297,7 @@ msgstr "" msgid "Invalid library" msgstr "" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "" @@ -1255,7 +1309,7 @@ msgstr "" msgid "Invalid output format: %s" msgstr "" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "" @@ -1263,10 +1317,14 @@ msgstr "" msgid "Invalid parameter %s: version not allowed" msgstr "" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "" @@ -1275,15 +1333,19 @@ msgstr "" msgid "Invalid size regexp: %s" msgstr "" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1314,7 +1376,11 @@ msgstr "" msgid "Library %s is not installed" msgstr "" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "" @@ -1323,11 +1389,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "" @@ -1363,25 +1429,12 @@ msgid "" " multiple options." msgstr "" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "" -#: cli/compile/compile.go:121 -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:119 -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 "" @@ -1398,12 +1451,12 @@ msgstr "" msgid "Lists cores and libraries that can be upgraded" msgstr "" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "" @@ -1436,15 +1489,15 @@ msgstr "Пропущен '%[1]s' из библиотеки в %[2]s" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "" @@ -1452,11 +1505,11 @@ msgstr "" msgid "Missing size regexp" msgstr "" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "" @@ -1504,7 +1557,7 @@ msgid "" "Did you mean...\n" msgstr "" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "" @@ -1524,7 +1577,7 @@ msgstr "" msgid "No upload port found, using %s as fallback" msgstr "" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "" @@ -1552,29 +1605,29 @@ msgstr "" msgid "Option:" msgstr "" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1584,7 +1637,7 @@ msgstr "" msgid "OutputRate in Null monitor must be a float64" msgstr "" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1623,11 +1676,23 @@ msgstr "" msgid "Paragraph: %s" msgstr "" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1637,15 +1702,15 @@ msgstr "" msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1655,11 +1720,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "" @@ -1667,7 +1732,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "" @@ -1719,7 +1784,7 @@ msgstr "Порт" msgid "Port closed:" msgstr "" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "" @@ -1732,7 +1797,7 @@ msgstr "" msgid "Print details about a board." msgstr "" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "" @@ -1748,7 +1813,11 @@ msgstr "" msgid "Prints the current configuration." msgstr "" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "" @@ -1764,7 +1833,7 @@ msgstr "" msgid "Programmers:" msgstr "" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "" @@ -1780,7 +1849,7 @@ msgstr "" msgid "Removes one or more values from a setting." msgstr "" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "" @@ -1788,7 +1857,7 @@ msgstr "" msgid "Required tool:" msgstr "" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "" @@ -1796,7 +1865,7 @@ msgstr "" msgid "Run in silent mode, show only monitor input and output." msgstr "" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1806,7 +1875,7 @@ msgstr "" msgid "Running normal build of the core..." msgstr "" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "" @@ -1858,7 +1927,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "" @@ -1947,6 +2016,10 @@ msgstr "" msgid "Sketch created in: %s" msgstr "" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Скетч слишком большой; прочитайте %[1]s" @@ -1985,11 +2058,11 @@ msgstr "" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "" @@ -2001,11 +2074,11 @@ msgstr "" msgid "TOUCH: error during reset: %s" msgstr "" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "" @@ -2013,7 +2086,7 @@ msgstr "" msgid "The custom config file (if not specified the default will be used)." msgstr "" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2029,13 +2102,13 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2045,7 +2118,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2069,8 +2142,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "" @@ -2098,7 +2171,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "" @@ -2147,7 +2220,7 @@ msgstr "" msgid "Uninstalling %s, tool is no more required" msgstr "" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "" @@ -2193,7 +2266,7 @@ msgstr "" msgid "Updates the libraries index." msgstr "" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "" @@ -2217,15 +2290,15 @@ msgstr "" msgid "Upgrades one or all installed platforms to the latest version." msgstr "" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" @@ -2242,7 +2315,7 @@ msgstr "" msgid "Upload port protocol, e.g: serial" msgstr "" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "" @@ -2254,7 +2327,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2324,8 +2397,8 @@ msgstr "" msgid "Values" msgstr "" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "" @@ -2337,11 +2410,11 @@ msgstr "" msgid "Versions: %s" msgstr "" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "" @@ -2379,7 +2452,7 @@ msgstr "" msgid "Website: %s" msgstr "" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2399,6 +2472,10 @@ msgstr "" msgid "Writing config file: %v" msgstr "" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "" @@ -2431,7 +2508,7 @@ msgstr "" msgid "board %s not found" msgstr "" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "" @@ -2449,15 +2526,15 @@ msgstr "" msgid "can't find latest release of %s" msgstr "" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "" @@ -2529,7 +2606,7 @@ msgstr "" msgid "data section exceeds available space in board" msgstr "" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "" @@ -2553,15 +2630,15 @@ msgstr "" msgid "discovery %[1]s process not started: %[2]w" msgstr "" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "" @@ -2581,11 +2658,15 @@ msgstr "" msgid "empty board identifier" msgstr "" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:632 +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:634 msgid "error opening %s" msgstr "" @@ -2597,11 +2678,15 @@ msgstr "" msgid "error parsing value: %v" msgstr "" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "" @@ -2617,7 +2702,7 @@ msgstr "" msgid "failed to compute hash of file \"%s\"" msgstr "" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "" @@ -2683,23 +2768,23 @@ msgstr "" msgid "getting build properties for board %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "" @@ -2715,6 +2800,10 @@ msgstr "" msgid "installing platform %[1]s: %[2]s" msgstr "" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "" @@ -2775,6 +2864,10 @@ msgstr "" msgid "invalid item %s" msgstr "" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "" @@ -2803,10 +2896,18 @@ msgstr "" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "" @@ -2831,6 +2932,10 @@ msgstr "" msgid "invalid version directory %s" msgstr "" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "" @@ -2874,12 +2979,12 @@ msgstr "" msgid "loading boards: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "" @@ -2901,7 +3006,15 @@ msgstr "" msgid "loading platform.txt" msgstr "" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "" @@ -2913,6 +3026,10 @@ msgstr "" msgid "main file missing from sketch" msgstr "" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "" @@ -2929,7 +3046,7 @@ msgstr "" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "" @@ -2942,7 +3059,7 @@ msgstr "" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "" @@ -2970,7 +3087,7 @@ msgstr "" msgid "no upload port provided" msgstr "" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "" @@ -2998,12 +3115,12 @@ msgstr "" msgid "opening target file: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 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:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "" @@ -3016,7 +3133,7 @@ msgstr "" msgid "parsing fqbn: %s" msgstr "" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "" @@ -3024,11 +3141,11 @@ msgstr "" msgid "path is not a platform directory: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "" @@ -3038,11 +3155,11 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "" @@ -3066,7 +3183,7 @@ msgstr "" msgid "protocol version not supported: requested 1, got %d" msgstr "" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "" @@ -3077,7 +3194,7 @@ msgstr "" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "" @@ -3089,7 +3206,7 @@ msgstr "" msgid "reading file %[1]s: %[2]s" msgstr "" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "" @@ -3109,7 +3226,7 @@ msgstr "" msgid "reading library headers: %w" msgstr "" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "" @@ -3117,7 +3234,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "" @@ -3125,7 +3242,7 @@ msgstr "" msgid "recipe not found '%s'" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "" @@ -3150,7 +3267,7 @@ msgstr "" msgid "removing tool files: %s" msgstr "" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "" @@ -3162,7 +3279,7 @@ msgstr "" msgid "scanning examples: %s" msgstr "" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "" @@ -3174,7 +3291,7 @@ msgstr "" msgid "setting DTR to OFF" msgstr "" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "" @@ -3198,7 +3315,7 @@ msgstr "" msgid "starting discovery %[1]s: %[2]w" msgstr "" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "" @@ -3235,7 +3352,7 @@ msgstr "" msgid "the platform has no releases" msgstr "" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "" @@ -3256,11 +3373,11 @@ msgstr "" msgid "tool %s not found" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "" @@ -3268,8 +3385,8 @@ msgstr "" msgid "tool not installed" msgstr "" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "" @@ -3326,7 +3443,7 @@ msgstr "" msgid "unknown platform %s:%s" msgstr "" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "" @@ -3346,10 +3463,18 @@ msgstr "" msgid "uploading error: %s" msgstr "" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "" diff --git a/i18n/data/zh.po b/i18n/data/zh.po index 788020da76e..5dc2c0b18e5 100644 --- a/i18n/data/zh.po +++ b/i18n/data/zh.po @@ -2,10 +2,11 @@ # Translators: # CLI team , 2022 # cike567, 2022 +# Kuo Szu-Wei, 2022 # msgid "" msgstr "" -"Last-Translator: cike567, 2022\n" +"Last-Translator: Kuo Szu-Wei, 2022\n" "Language-Team: Chinese (https://www.transifex.com/arduino-1/teams/108174/zh/)\n" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -67,7 +68,7 @@ msgid "%s is already installed." msgstr "%s已安装" #: arduino/cores/packagemanager/loader.go:64 -#: arduino/cores/packagemanager/loader.go:634 +#: arduino/cores/packagemanager/loader.go:636 msgid "%s is not a directory" msgstr "%s不是目录" @@ -83,11 +84,11 @@ msgstr "%s必须安装" msgid "%s pattern is missing" msgstr "%s模式丢失" -#: commands/instances.go:743 +#: commands/instances.go:804 msgid "%s uninstalled" msgstr "%s已卸载" -#: arduino/errors.go:744 +#: arduino/errors.go:781 msgid "'%s' has an invalid signature" msgstr "%s的签名无效" @@ -115,7 +116,7 @@ msgstr "--git-url 和 --zip-path参数允许安装不受信任的文件,使用 msgid "A new release of Arduino CLI is available:" msgstr "新版本的 Arduino CLI 可用:" -#: arduino/errors.go:262 +#: arduino/errors.go:299 msgid "A programmer is required to upload" msgstr "需要编译器上传" @@ -144,7 +145,7 @@ msgstr "别名:" msgid "All the cores are already at the latest version" msgstr "所有内核都是最新版本" -#: commands/instances.go:614 commands/lib/install.go:96 +#: commands/instances.go:675 commands/lib/install.go:105 msgid "Already installed %s" msgstr "已经安装%s" @@ -160,9 +161,9 @@ msgstr "添加原型时出错" msgid "An error occurred detecting libraries" msgstr "检测库时出错" -#: cli/daemon/daemon.go:70 +#: cli/daemon/daemon.go:68 msgid "Append debug logging to the specified file" -msgstr "" +msgstr "附加除错日志到特定文件" #: cli/lib/search.go:172 msgid "Architecture: %s" @@ -232,7 +233,7 @@ msgstr "可用" msgid "Available Commands:" msgstr "可用命令:" -#: cli/upload/upload.go:70 +#: cli/upload/upload.go:72 msgid "Binary file to upload." msgstr "要上传的二进制文件。" @@ -257,15 +258,15 @@ msgstr "开发板版本:" msgid "Bootloader file specified but missing: %[1]s" msgstr "已指定引导加载程序文件,缺少:%[1]s" -#: cli/compile/compile.go:96 +#: cli/compile/compile.go:98 msgid "Builds of 'core.a' are saved into this path to be cached and reused." msgstr "core.a 的构建被保存到这个路径中以被缓存和重新使用。" -#: arduino/resources/index.go:42 +#: arduino/resources/index.go:45 msgid "Can't create data directory %s" msgstr "无法新建数据目录%s" -#: arduino/errors.go:450 +#: arduino/errors.go:487 msgid "Can't create sketch" msgstr "无法新建项目" @@ -273,12 +274,12 @@ msgstr "无法新建项目" msgid "Can't download library" msgstr "无法下载库" -#: commands/core/install.go:127 commands/core/uninstall.go:53 -#: commands/instances.go:653 commands/instances.go:665 +#: commands/core/install.go:129 commands/core/uninstall.go:53 +#: commands/instances.go:714 commands/instances.go:726 msgid "Can't find dependencies for platform %s" msgstr "找不到平台%s的依赖" -#: arduino/errors.go:463 +#: arduino/errors.go:500 msgid "Can't open sketch" msgstr "无法打开项目" @@ -294,11 +295,11 @@ msgstr "不能同时使用%s参数" msgid "Can't write config file: %v" msgstr "无法写入配置文件:%v" -#: commands/compile/compile.go:183 +#: commands/compile/compile.go:161 msgid "Cannot create build cache directory" msgstr "无法新建构建缓存目录" -#: commands/compile/compile.go:158 +#: commands/compile/compile.go:136 msgid "Cannot create build directory" msgstr "无法新建构建目录" @@ -310,11 +311,11 @@ msgstr "无法新建配置文件目录:%v" msgid "Cannot create config file: %v" msgstr "无法新建配置文件:%v" -#: arduino/errors.go:707 +#: arduino/errors.go:744 msgid "Cannot create temp dir" msgstr "无法新建临时目录" -#: arduino/errors.go:725 +#: arduino/errors.go:762 msgid "Cannot create temp file" msgstr "无法新建临时文件" @@ -334,7 +335,7 @@ msgstr "找不到绝对路径:%v" msgid "Cannot get executable path: %v" msgstr "无法获得可执行路径:%v" -#: commands/core/install.go:134 +#: commands/core/install.go:136 msgid "Cannot install platform" msgstr "无法安装平台" @@ -346,7 +347,7 @@ msgstr "无法安装工具 %s" msgid "Cannot perform port reset: %s" msgstr "无法执行端口重置:%s" -#: commands/core/install.go:152 +#: commands/core/install.go:154 msgid "Cannot upgrade platform" msgstr "无法升级平台" @@ -358,7 +359,7 @@ msgstr "类别:%s" msgid "Check dependencies status for the specified library." msgstr "检查指定库的依赖状态。" -#: commands/lib/install.go:101 +#: commands/lib/install.go:110 msgid "Checking lib install prerequisites" msgstr "检查依赖安装前提条件" @@ -388,7 +389,7 @@ msgstr "命令保持运行,并在发生更改时打印已连接开发板的列 msgid "Compiled sketch not found in %s" msgstr "在%s中找不到已编译项目" -#: cli/compile/compile.go:82 cli/compile/compile.go:83 +#: cli/compile/compile.go:83 cli/compile/compile.go:84 msgid "Compiles Arduino sketches." msgstr "编译Arduino项目" @@ -425,11 +426,11 @@ msgstr "端口配置。" msgid "Configuration options for %s" msgstr "%s的配置选项" -#: commands/instances.go:750 +#: commands/instances.go:811 msgid "Configuring platform" msgstr "配置平台" -#: commands/core/install.go:167 +#: commands/core/install.go:169 msgid "Configuring platform." msgstr "配置平台。" @@ -453,7 +454,7 @@ msgstr "内核名" msgid "Could not connect via HTTP" msgstr "无法通过 HTTP 连接" -#: commands/instances.go:372 +#: commands/instances.go:433 msgid "Could not create index directory" msgstr "无法新建索引目录" @@ -487,7 +488,7 @@ msgstr "使用当前配置在数据目录或自定义目录中新建或更新配 msgid "DEPRECATED" msgstr "已弃用" -#: cli/daemon/daemon.go:194 +#: cli/daemon/daemon.go:185 msgid "Daemon is now listening on %s:%s" msgstr "守护进程正在监听 %s:%s" @@ -551,7 +552,7 @@ msgstr "检测并显示连接到电脑的开发板的列表。" msgid "Directory containing binaries for debug." msgstr "包含用于调试的二进制文件的目录。" -#: cli/upload/upload.go:69 +#: cli/upload/upload.go:71 msgid "Directory containing binaries to upload." msgstr "包含用于上传的二进制文件的目录。" @@ -569,7 +570,7 @@ msgstr "禁用支持它的Shell的结束说明" msgid "Disconnected" msgstr "断开连接" -#: cli/daemon/daemon.go:71 +#: cli/daemon/daemon.go:69 msgid "Display only the provided gRPC calls" msgstr "只显示提供的gRPC调用" @@ -577,35 +578,47 @@ msgstr "只显示提供的gRPC调用" msgid "Do not install dependencies." msgstr "不要安装依赖。" -#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:74 +#: cli/burnbootloader/burnbootloader.go:59 cli/upload/upload.go:76 msgid "Do not perform the actual upload, just log out actions" msgstr "不执行上传操作,只注销操作" -#: cli/daemon/daemon.go:68 +#: cli/daemon/daemon.go:66 msgid "Do not terminate daemon process if the parent process dies" msgstr "如果父进程终止,则不终止守护进程" -#: commands/instances.go:605 commands/instances.go:662 +#: commands/instances.go:666 commands/instances.go:723 #: commands/lib/download.go:59 msgid "Downloading %s" msgstr "正在下载%s" -#: arduino/resources/index.go:78 +#: arduino/resources/index.go:115 msgid "Downloading index signature: %s" -msgstr "" +msgstr "正在下载 1%s 索引签名" -#: arduino/resources/index.go:55 commands/instances.go:423 +#: arduino/resources/index.go:58 commands/instances.go:484 msgid "Downloading index: %s" +msgstr "正在下载 1%s 索引" + +#: commands/instances.go:366 +msgid "Downloading library %s" msgstr "" #: commands/instances.go:96 msgid "Downloading missing tool %s" msgstr "正在下载丢失的工具 %s" -#: commands/core/install.go:87 +#: commands/core/install.go:89 msgid "Downloading packages" msgstr "下载软件包" +#: arduino/cores/packagemanager/profiles.go:96 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:172 +msgid "Downloading tool %s" +msgstr "" + #: cli/core/download.go:37 cli/core/download.go:38 msgid "Downloads one or more cores and corresponding tool dependencies." msgstr "下载一个或多个内核和相应的工具依赖" @@ -614,7 +627,7 @@ msgstr "下载一个或多个内核和相应的工具依赖" msgid "Downloads one or more libraries without installing them." msgstr "下载一个或多个库而不安装它们。" -#: cli/daemon/daemon.go:69 +#: cli/daemon/daemon.go:67 msgid "Enable debug logging of gRPC calls" msgstr "启用gRPC调用的调试日志" @@ -646,16 +659,16 @@ msgstr "计算相对文件路径时出错" msgid "Error cleaning caches: %v" msgstr "清理缓存出错:%v" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:266 msgid "Error copying output file %s" msgstr "复制输出文件 %s 时出错" -#: cli/core/search.go:66 cli/instance/instance.go:42 -#: cli/instance/instance.go:153 cli/lib/search.go:59 +#: cli/core/search.go:66 cli/instance/instance.go:50 +#: cli/instance/instance.go:178 cli/lib/search.go:59 msgid "Error creating instance: %v" msgstr "新建实例时出错:%v" -#: commands/compile/compile.go:268 +#: commands/compile/compile.go:246 msgid "Error creating output dir" msgstr "新建输出目录时出错" @@ -675,24 +688,38 @@ msgstr "检测开发板时出错:%v" msgid "Error downloading %[1]s: %[2]v" msgstr "下载 %[1]s 时出错:%[2]v" -#: arduino/resources/index.go:56 +#: arduino/cores/packagemanager/profiles.go:104 +#: arduino/cores/packagemanager/profiles.go:105 +#: arduino/cores/packagemanager/profiles.go:109 +#: arduino/cores/packagemanager/profiles.go:110 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:59 msgid "Error downloading index '%s'" msgstr "下载索引 %s时出错" -#: arduino/resources/index.go:79 +#: arduino/resources/index.go:116 msgid "Error downloading index signature '%s'" msgstr "下载索引签名%s'时出错" -#: commands/instances.go:607 +#: commands/instances.go:668 msgid "Error downloading library" msgstr "下载库时出错" -#: commands/core/download.go:72 commands/instances.go:688 +#: commands/instances.go:378 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:123 +#: arduino/cores/packagemanager/profiles.go:124 commands/core/download.go:72 +#: commands/instances.go:749 msgid "Error downloading platform %s" msgstr "下载平台%s时出错" -#: commands/core/download.go:81 commands/core/download.go:86 -#: commands/instances.go:681 commands/instances.go:682 +#: arduino/cores/packagemanager/profiles.go:174 commands/core/download.go:81 +#: commands/core/download.go:86 commands/instances.go:742 +#: commands/instances.go:743 msgid "Error downloading tool %s" msgstr "下载工具%s时出错" @@ -709,9 +736,9 @@ msgid "Error during JSON encoding of the output: %v" msgstr "输出编码JSON过程时出错:%v" #: cli/burnbootloader/burnbootloader.go:73 -#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:217 -#: cli/compile/compile.go:249 cli/upload/upload.go:95 cli/upload/upload.go:106 -#: cli/upload/upload.go:155 +#: cli/burnbootloader/burnbootloader.go:86 cli/compile/compile.go:234 +#: cli/compile/compile.go:266 cli/upload/upload.go:96 cli/upload/upload.go:113 +#: cli/upload/upload.go:162 msgid "Error during Upload: %v" msgstr "上传时出错:%v" @@ -719,7 +746,7 @@ msgstr "上传时出错:%v" msgid "Error during YAML encoding of the output: %v" msgstr "输出编码YAML过程时出错:%v" -#: cli/compile/compile.go:261 +#: cli/compile/compile.go:278 msgid "Error during build: %v" msgstr "构建时出错:%v" @@ -735,7 +762,7 @@ msgstr "卸载时出错:%v" msgid "Error during upgrade: %v" msgstr "升级时出错:%v" -#: arduino/resources/index.go:64 +#: arduino/resources/index.go:82 arduino/resources/index.go:102 msgid "Error extracting %s" msgstr "" @@ -755,11 +782,11 @@ msgstr "获取项目存档的绝对路径时出错" msgid "Error getting board details: %v" msgstr "获取开发板详细信息时出错:%v" -#: commands/board/list.go:147 +#: commands/board/list.go:146 msgid "Error getting board info from Arduino Cloud" msgstr "从Arduino Cloud获取开发板信息时出错" -#: commands/board/list.go:228 +#: commands/board/list.go:216 msgid "Error getting board list" msgstr "获取开发板列表时出错" @@ -767,7 +794,7 @@ msgstr "获取开发板列表时出错" msgid "Error getting current directory for compilation database: %s" msgstr "获取编译数据库的当前目录时出错:%s" -#: commands/compile/compile.go:297 commands/lib/list.go:107 +#: commands/compile/compile.go:275 commands/lib/list.go:107 msgid "Error getting information for library %s" msgstr "获取库%s的信息时出错" @@ -783,7 +810,7 @@ msgstr "" msgid "Error getting port settings details: %s" msgstr "获取端口设置详细信息时出错:%s" -#: cli/core/search.go:81 cli/instance/instance.go:46 cli/lib/search.go:73 +#: cli/core/search.go:81 cli/instance/instance.go:55 cli/lib/search.go:73 #: cli/update/update.go:70 msgid "Error initializing instance: %v" msgstr "初始化实例时出错:%v" @@ -800,11 +827,18 @@ msgstr "安装Git库时出错:%v" msgid "Error installing Zip Library: %v" msgstr "安装Zip库时出错:%v" -#: commands/instances.go:707 +#: commands/instances.go:388 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:131 +#: arduino/cores/packagemanager/profiles.go:132 commands/instances.go:768 msgid "Error installing platform %s" msgstr "安装平台%s时出错" -#: commands/instances.go:697 +#: arduino/cores/packagemanager/profiles.go:175 +#: arduino/cores/packagemanager/profiles.go:182 +#: arduino/cores/packagemanager/profiles.go:183 commands/instances.go:758 msgid "Error installing tool %s" msgstr "安装工具%s时出错" @@ -820,7 +854,7 @@ msgstr "列出开发板列表时出错:%v" msgid "Error listing platforms: %v" msgstr "列出平台列表时出错:%v" -#: arduino/errors.go:365 +#: arduino/errors.go:402 msgid "Error loading hardware platform" msgstr "加载硬件平台时出错" @@ -828,7 +862,16 @@ msgstr "加载硬件平台时出错" msgid "Error loading hardware platform: %[1]s" msgstr "加载硬件平台时出错:%[1]s" -#: cli/daemon/daemon.go:96 +#: arduino/cores/packagemanager/profiles.go:113 +#: arduino/cores/packagemanager/profiles.go:114 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:76 +msgid "Error opening %s" +msgstr "" + +#: cli/daemon/daemon.go:89 msgid "Error opening debug logging file: %s" msgstr "" @@ -836,11 +879,11 @@ msgstr "" msgid "Error opening sketch: %v" msgstr "" -#: cli/compile/compile.go:162 +#: cli/compile/compile.go:179 msgid "Error opening source code overrides data file: %v" msgstr "打开源代码覆盖数据文件时出错:%v" -#: commands/compile/compile.go:278 +#: commands/compile/compile.go:256 msgid "Error reading build directory" msgstr "读取构建目录时出错" @@ -868,19 +911,19 @@ msgstr "检索内核列表时出错:%v" msgid "Error retrieving outdated cores and libraries: %v" msgstr "检索过时的内核和库时出错:%v" -#: commands/instances.go:723 +#: commands/instances.go:784 msgid "Error rolling-back changes" msgstr "回滚更改时出错" -#: commands/core/install.go:149 +#: commands/core/install.go:151 msgid "Error rolling-back changes: %s" msgstr "回滚更改时出错:%s" -#: arduino/resources/index.go:98 arduino/resources/index.go:110 +#: arduino/resources/index.go:139 arduino/resources/index.go:151 msgid "Error saving downloaded index" msgstr "" -#: arduino/resources/index.go:105 arduino/resources/index.go:114 +#: arduino/resources/index.go:146 arduino/resources/index.go:155 msgid "Error saving downloaded index signature" msgstr "保存已下载的索引签名时出错" @@ -900,8 +943,8 @@ msgstr "搜索平台时出错:%v" msgid "Error serializing compilation database: %s" msgstr "序列化编译数据库时出错:%s" -#: commands/board/list.go:199 commands/board/list.go:202 -#: commands/board/list.go:242 +#: commands/board/list.go:187 commands/board/list.go:190 +#: commands/board/list.go:230 msgid "Error starting board discoveries" msgstr "启动开发板时出错误" @@ -913,7 +956,7 @@ msgstr "卸载%[1]s时出错:%[2]v" msgid "Error uninstalling platform %s" msgstr "卸载平台%s时出错" -#: commands/core/uninstall.go:97 commands/instances.go:739 +#: commands/core/uninstall.go:97 commands/instances.go:800 msgid "Error uninstalling tool %s" msgstr "卸载工具%s时出错" @@ -925,7 +968,7 @@ msgstr "更新核心和库索引时出错:%v" msgid "Error updating index: %v" msgstr "更新索引时出错:%v" -#: cli/instance/instance.go:162 +#: cli/instance/instance.go:187 msgid "Error updating indexes: %v" msgstr "更新索引时出错:%v" @@ -937,7 +980,7 @@ msgstr "更新库索引时出错:%v" msgid "Error upgrading libraries: %v" msgstr "更新库时出错:%v" -#: commands/core/install.go:144 commands/instances.go:718 +#: commands/core/install.go:146 commands/instances.go:779 msgid "Error upgrading platform: %s" msgstr "更新平台时出错:%s" @@ -945,7 +988,7 @@ msgstr "更新平台时出错:%s" msgid "Error upgrading: %v" msgstr "升级时出错:%v" -#: arduino/resources/index.go:84 +#: arduino/resources/index.go:125 msgid "Error verifying signature" msgstr "验证签名时出错" @@ -967,7 +1010,7 @@ msgstr "写入编译数据库时出错:%s" msgid "Error: command description is not supported by %v" msgstr "错误:%v不支持命令说明" -#: cli/compile/compile.go:169 +#: cli/compile/compile.go:186 msgid "Error: invalid source code overrides data file: %v" msgstr "错误:无效的源代码覆盖了数据文件:%v" @@ -1004,7 +1047,7 @@ msgstr "FQBN:" msgid "Failed chip erase" msgstr "芯片擦除失败" -#: cli/daemon/daemon.go:168 +#: cli/daemon/daemon.go:159 msgid "Failed choosing port, address: %s" msgstr "选择端口失败,地址:%s" @@ -1024,19 +1067,19 @@ msgstr "新建数据目录失败" msgid "Failed to create downloads directory" msgstr "新建下载文件夹失败" -#: cli/daemon/daemon.go:147 +#: cli/daemon/daemon.go:138 msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." msgstr "未能侦听TCP端口:%[1]s。%[2]s是无效端口。" -#: cli/daemon/daemon.go:141 +#: cli/daemon/daemon.go:132 msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." msgstr "未能侦听TCP端口:%[1]s。%[2]s是未知名称。" -#: cli/daemon/daemon.go:156 +#: cli/daemon/daemon.go:147 msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" msgstr "未能侦听TCP端口:%[1]s。意外错误:%[2]v" -#: cli/daemon/daemon.go:153 +#: cli/daemon/daemon.go:144 msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "未能侦听TCP端口:%s。地址已被使用。" @@ -1070,7 +1113,7 @@ msgid "" "Force skip of post-install scripts (if the CLI is running interactively)." msgstr "强制跳过安装后脚本(如果 CLI 以交互方式运行)。" -#: arduino/errors.go:765 +#: arduino/errors.go:802 msgid "" "Found %d platform for reference \"%s\":\n" "%s" @@ -1137,7 +1180,7 @@ msgstr "Id" msgid "Identification properties:" msgstr "标识属性:" -#: cli/compile/compile.go:129 +#: cli/compile/compile.go:131 msgid "If set built binaries will be exported to the sketch folder." msgstr "如果设定,则构建的二进制文件将导出到项目文件夹。" @@ -1159,7 +1202,7 @@ msgstr "在存档中包含%s目录。" msgid "Installed" msgstr "已安装" -#: commands/instances.go:628 commands/lib/install.go:112 +#: commands/instances.go:689 commands/lib/install.go:121 msgid "Installed %s" msgstr "已安装%s" @@ -1168,15 +1211,23 @@ msgstr "已安装%s" msgid "Installed version" msgstr "已安装的版本" -#: commands/bundled_tools.go:46 commands/instances.go:611 -#: commands/lib/install.go:92 +#: commands/bundled_tools.go:46 commands/instances.go:672 +#: commands/lib/install.go:101 msgid "Installing %s" msgstr "正在安装%s" -#: commands/core/install.go:110 +#: commands/instances.go:386 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 commands/core/install.go:112 msgid "Installing platform %s" msgstr "正在安装平台%s" +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Installing tool %s" +msgstr "" + #: cli/core/install.go:41 cli/core/install.go:42 msgid "Installs one or more cores and corresponding tool dependencies." msgstr "安装一个或多个内核和相应的工具依赖。" @@ -1189,7 +1240,7 @@ msgstr "在系统中安装一个或多个指定的库。" msgid "Internal error in cache" msgstr "缓存中的内部错误" -#: arduino/errors.go:318 +#: arduino/errors.go:355 msgid "Invalid '%[1]s' property: %[2]s" msgstr "无效的%[1]s属性:%[2]s" @@ -1210,10 +1261,14 @@ msgstr "无效的FQBN" msgid "Invalid URL" msgstr "无效的地址" -#: commands/instances.go:197 +#: commands/instances.go:247 msgid "Invalid additional URL: %v" msgstr "无效的附加地址:%v" +#: arduino/resources/index.go:88 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +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" @@ -1243,7 +1298,7 @@ msgstr "无效的项目%s" msgid "Invalid library" msgstr "无效的库" -#: configuration/network.go:53 +#: configuration/network.go:56 msgid "Invalid network.proxy '%[1]s': %[2]s" msgstr "无效的网络代理%[1]s: %[2]s" @@ -1255,7 +1310,7 @@ msgstr "--log-level选项无效:%s" msgid "Invalid output format: %s" msgstr "无效的输出格式:%s" -#: commands/instances.go:418 +#: commands/instances.go:479 msgid "Invalid package index in %s" msgstr "%s中的软件包索引无效" @@ -1263,10 +1318,14 @@ msgstr "%s中的软件包索引无效" msgid "Invalid parameter %s: version not allowed" msgstr "无效参数%s:版本不允许" -#: commands/board/list.go:58 +#: commands/board/list.go:57 msgid "Invalid pid value: '%s'" msgstr "无效的pid值:%s" +#: arduino/errors.go:221 +msgid "Invalid profile" +msgstr "" + #: commands/monitor/monitor.go:134 msgid "Invalid recipe in platform.txt" msgstr "platform.txt 中的方法无效" @@ -1275,15 +1334,19 @@ msgstr "platform.txt 中的方法无效" msgid "Invalid size regexp: %s" msgstr "无效的大小正则表达式:%s" +#: cli/core/search.go:138 +msgid "Invalid timeout: %s" +msgstr "" + #: arduino/errors.go:115 msgid "Invalid version" msgstr "无效的版本" -#: commands/board/list.go:55 +#: commands/board/list.go:54 msgid "Invalid vid value: '%s'" msgstr "无效的vid值:%s" -#: cli/compile/compile.go:124 +#: cli/compile/compile.go:126 msgid "" "Just produce the compilation database, without actually compiling. All build" " commands are skipped except pre* hooks." @@ -1314,7 +1377,11 @@ msgstr "库%[1]s已声明为预编译:" msgid "Library %s is not installed" msgstr "库%s未安装" -#: arduino/errors.go:384 +#: commands/instances.go:372 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:421 msgid "Library '%s' not found" msgstr "未找到库%s" @@ -1323,11 +1390,11 @@ msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "库不能同时使用“%[1]s”和“%[2]s”文件夹。在'%[3]s'再次检查。" -#: arduino/errors.go:500 +#: arduino/errors.go:537 msgid "Library install failed" msgstr "库安装失败" -#: commands/lib/install.go:122 commands/lib/install.go:132 +#: commands/lib/install.go:131 commands/lib/install.go:141 msgid "Library installed" msgstr "已安装的库" @@ -1363,25 +1430,12 @@ msgid "" " multiple options." msgstr "用逗号分隔的开发板选项列表。可以对多个选项多次使用。" -#: cli/compile/compile.go:101 +#: cli/compile/compile.go:103 msgid "" "List of custom build properties separated by commas. Or can be used multiple" " times for multiple properties." msgstr "用逗号分隔的自定义构建属性列表。可以对多个属性多次使用。" -#: cli/compile/compile.go:121 -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:119 -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 "列出可更新的库。" @@ -1398,12 +1452,12 @@ msgstr "列出所有已连接的开发板。" msgid "Lists cores and libraries that can be upgraded" msgstr "列出可以升级的内核和库" -#: commands/instances.go:211 commands/instances.go:222 -#: commands/instances.go:327 +#: commands/instances.go:255 commands/instances.go:262 +#: commands/instances.go:345 msgid "Loading index file: %v" msgstr "正在加载索引文件:%v" -#: commands/instances.go:336 +#: commands/instances.go:401 msgid "Loading libraries: %v" msgstr "正在加载库:%v" @@ -1436,15 +1490,15 @@ msgstr "%[2]s中的库中缺少“%[1]s”" msgid "Missing FQBN (Fully Qualified Board Name)" msgstr "缺少FQBN(完全合格开发板名)" -#: arduino/errors.go:224 +#: arduino/errors.go:261 msgid "Missing port" msgstr "找不到端口" -#: arduino/errors.go:200 arduino/errors.go:212 +#: arduino/errors.go:237 arduino/errors.go:249 msgid "Missing port protocol" msgstr "找不到端口协议" -#: arduino/errors.go:250 +#: arduino/errors.go:287 msgid "Missing programmer" msgstr "找不到编译器" @@ -1452,11 +1506,11 @@ msgstr "找不到编译器" msgid "Missing size regexp" msgstr "缺少大小正则表达式" -#: arduino/errors.go:436 +#: arduino/errors.go:473 msgid "Missing sketch path" msgstr "缺少项目路径" -#: arduino/errors.go:299 +#: arduino/errors.go:336 msgid "Monitor '%s' not found" msgstr "未找到监视器%s" @@ -1506,7 +1560,7 @@ msgstr "" "没有与您的搜索匹配的库。\n" "你的意思是。。。\n" -#: arduino/errors.go:238 +#: arduino/errors.go:275 msgid "No monitor available for the port protocol %s" msgstr "没有可用于端口协议%s的监视器" @@ -1526,7 +1580,7 @@ msgstr "没有可用的更新。" msgid "No upload port found, using %s as fallback" msgstr "未找到上传端口,使用%s作为后备" -#: arduino/errors.go:403 +#: arduino/errors.go:440 msgid "No valid dependencies solution found" msgstr "找不到有效的依赖解决方案" @@ -1554,29 +1608,29 @@ msgstr "开启开发板的通信端口。" msgid "Option:" msgstr "选项:" -#: cli/compile/compile.go:111 +#: cli/compile/compile.go:113 msgid "" "Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." msgstr "可选,可以是:%s。用于告诉 gcc 使用哪个警告级别(-W 参数)。" -#: cli/compile/compile.go:125 +#: cli/compile/compile.go:127 msgid "Optional, cleanup the build folder and do not use any cached build." msgstr "可选,清理构建文件夹并且不使用任何缓存构建。" -#: cli/compile/compile.go:122 +#: cli/compile/compile.go:124 msgid "" "Optional, optimize compile output for debugging, rather than for release." msgstr "可选,优化编译输出用于调试,而不是发布。" -#: cli/compile/compile.go:113 +#: cli/compile/compile.go:115 msgid "Optional, suppresses almost every output." msgstr "可选,禁止几乎所有输出。" -#: cli/compile/compile.go:112 cli/upload/upload.go:72 +#: cli/compile/compile.go:114 cli/upload/upload.go:74 msgid "Optional, turns on verbose mode." msgstr "可选,开启详细模式。" -#: cli/compile/compile.go:130 +#: cli/compile/compile.go:132 msgid "" "Optional. Path to a .json file that contains a set of replacements of the " "sketch source code." @@ -1586,7 +1640,7 @@ msgstr "可选。 包含一组替换项目源代码的文件的路径。" msgid "OutputRate in Null monitor must be a float64" msgstr "空监视器中的输出速率必须是64位浮点数" -#: cli/compile/compile.go:103 +#: cli/compile/compile.go:105 msgid "" "Override a build property with a custom value. Can be used multiple times " "for multiple properties." @@ -1625,11 +1679,23 @@ msgstr "软件包网站:" msgid "Paragraph: %s" msgstr "段落:%s" +#: cli/compile/compile.go:123 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: cli/compile/compile.go:121 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + #: cli/cli.go:113 msgid "Path to the file where logs will be written." msgstr "写入日志的文件的路径。" -#: cli/compile/compile.go:99 +#: cli/compile/compile.go:101 msgid "" "Path where to save compiled files. If omitted, a directory will be created " "in the default temporary path of your OS." @@ -1639,15 +1705,15 @@ msgstr "保存已编译文件的路径。如果省略,将在操作系统的默 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "在串行端口%s上执行 1200-bps TOUCH重置" -#: commands/core/install.go:73 +#: commands/core/install.go:75 msgid "Platform %s already installed" msgstr "平台%s已经安装" -#: commands/core/install.go:177 +#: commands/core/install.go:179 msgid "Platform %s installed" msgstr "已安装平台%s" -#: cli/compile/compile.go:281 cli/upload/upload.go:126 +#: cli/compile/compile.go:299 cli/upload/upload.go:133 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1659,11 +1725,11 @@ msgstr "" msgid "Platform %s uninstalled" msgstr "平台%s已卸载" -#: arduino/errors.go:421 +#: arduino/errors.go:458 msgid "Platform '%s' is already at the latest version" msgstr "平台%s已经是最新版本" -#: arduino/errors.go:347 +#: arduino/errors.go:384 msgid "Platform '%s' not found" msgstr "未找到平台%s" @@ -1671,7 +1737,7 @@ msgstr "未找到平台%s" msgid "Platform ID" msgstr "平台ID" -#: cli/compile/compile.go:269 cli/upload/upload.go:114 +#: cli/compile/compile.go:286 cli/upload/upload.go:121 msgid "Platform ID is not correct" msgstr "平台ID不正确" @@ -1723,7 +1789,7 @@ msgstr "端口" msgid "Port closed:" msgstr "端口关闭:" -#: arduino/errors.go:594 +#: arduino/errors.go:631 msgid "Port monitor error" msgstr "端口监视器错误" @@ -1736,7 +1802,7 @@ msgstr "在“%[1]s”中找不到预编译库" msgid "Print details about a board." msgstr "打印开发板的详细信息。" -#: cli/compile/compile.go:95 +#: cli/compile/compile.go:97 msgid "Print preprocessed code to stdout instead of compiling." msgstr "将预处理的代码打印到标准输出,而不是编译。" @@ -1752,7 +1818,11 @@ msgstr "打印当前配置" msgid "Prints the current configuration." msgstr "打印当前配置。" -#: arduino/errors.go:280 +#: arduino/errors.go:203 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:317 msgid "Programmer '%s' not found" msgstr "未找到编译器%s" @@ -1768,7 +1838,7 @@ msgstr "要使用的编译器,例如:atmel_ice" msgid "Programmers:" msgstr "编译器:" -#: arduino/errors.go:332 +#: arduino/errors.go:369 msgid "Property '%s' is undefined" msgstr "属性%s未定义" @@ -1784,7 +1854,7 @@ msgstr "提供包括:%s" msgid "Removes one or more values from a setting." msgstr "从设置中删除一个或多个值。" -#: commands/instances.go:621 commands/lib/install.go:105 +#: commands/instances.go:682 commands/lib/install.go:114 msgid "Replacing %[1]s with %[2]s" msgstr "将%[1]s替换为%[2]s" @@ -1792,7 +1862,7 @@ msgstr "将%[1]s替换为%[2]s" msgid "Required tool:" msgstr "需要的工具:" -#: cli/daemon/daemon.go:59 +#: cli/daemon/daemon.go:57 msgid "Run as a daemon on port: %s" msgstr "在端口:%s上作为守护进程运行" @@ -1800,7 +1870,7 @@ msgstr "在端口:%s上作为守护进程运行" msgid "Run in silent mode, show only monitor input and output." msgstr "以静默模式运行,仅显示监视器输入和输出。" -#: cli/daemon/daemon.go:60 +#: cli/daemon/daemon.go:58 msgid "" "Running as a daemon the initialization of cores and libraries is done only " "once." @@ -1810,7 +1880,7 @@ msgstr "作为守护进程运行时,只执行一次内核和库的初始化。 msgid "Running normal build of the core..." msgstr "正在运行正常的内核构建。。。" -#: cli/compile/compile.go:97 +#: cli/compile/compile.go:99 msgid "Save build artifacts in this directory." msgstr "将生成文件保存在此目录中。" @@ -1862,7 +1932,7 @@ msgstr "设置键不存在" msgid "Show all available core versions." msgstr "显示所有可用的内核版本。" -#: cli/compile/compile.go:94 +#: cli/compile/compile.go:96 msgid "Show all build properties used instead of compiling." msgstr "显示所有使用的构建属性,而不是编译。" @@ -1952,6 +2022,10 @@ msgstr "项目不能位于生成路径中。请指定其他生成路径" msgid "Sketch created in: %s" msgstr "项目新建于%s" +#: cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + #: legacy/builder/phases/sizer.go:159 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "项目太大;请参阅%[1]s,以获取减少项目大小的提示。" @@ -1988,11 +2062,11 @@ msgstr "跳过编译:%[1]s" msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "跳过预编译库%[1]s的依赖检测" -#: commands/instances.go:756 +#: commands/instances.go:817 msgid "Skipping platform configuration" msgstr "跳过平台配置" -#: commands/core/install.go:173 +#: commands/core/install.go:175 msgid "Skipping platform configuration." msgstr "跳过平台配置。" @@ -2004,11 +2078,11 @@ msgstr "跳过:%[1]s" msgid "TOUCH: error during reset: %s" msgstr "TOUCH:重置时出错:%s" -#: cli/daemon/daemon.go:65 +#: cli/daemon/daemon.go:63 msgid "The IP address the daemon will listen to" msgstr "守护进程将侦听的IP地址" -#: cli/daemon/daemon.go:66 +#: cli/daemon/daemon.go:64 msgid "The TCP port the daemon will listen to" msgstr "守护进程将监听的TCP端口" @@ -2016,7 +2090,7 @@ msgstr "守护进程将监听的TCP端口" msgid "The custom config file (if not specified the default will be used)." msgstr "自定义配置文件(如果未指定,将使用默认值)。" -#: cli/daemon/daemon.go:87 +#: cli/daemon/daemon.go:80 msgid "The flag --debug-file must be used with --debug." msgstr "" @@ -2036,13 +2110,13 @@ msgstr "" "键%[1]v不是列表中的条目,无法从中删除。\n" "是否可以使用%[2]s?" -#: cli/compile/compile.go:109 +#: cli/compile/compile.go:111 msgid "" "The name of the custom encryption key to use to encrypt a binary during the " "compile process. Used only by the platforms that support it." msgstr "" -#: cli/compile/compile.go:107 +#: cli/compile/compile.go:109 msgid "" "The name of the custom signing key to use to sign a binary during the " "compile process. Used only by the platforms that support it." @@ -2052,7 +2126,7 @@ msgstr "" msgid "The output format for the logs, can be: %s" msgstr "日志的输出格​​式,可以是:%s" -#: cli/compile/compile.go:105 +#: cli/compile/compile.go:107 msgid "" "The path of the dir to search for the custom keys to sign and encrypt a " "binary. Used only by the platforms that support it." @@ -2076,8 +2150,8 @@ msgid "" "that can be upgraded. If nothing needs to be updated the output is empty." msgstr "此命令显示可升级的已安装内核和库或其一的列表。如果不需要更新任何内容,则输出为空。" -#: commands/bundled_tools.go:41 commands/core/install.go:80 -#: commands/instances.go:672 +#: commands/bundled_tools.go:41 commands/core/install.go:82 +#: commands/instances.go:733 msgid "Tool %s already installed" msgstr "工具%s已经安装" @@ -2105,7 +2179,7 @@ msgstr "工具链前缀" msgid "Toolchain type" msgstr "工具链类型" -#: cli/compile/compile.go:279 cli/upload/upload.go:124 +#: cli/compile/compile.go:297 cli/upload/upload.go:131 msgid "Try running %s" msgstr "尝试运行%s" @@ -2154,7 +2228,7 @@ msgstr "正在卸载 %s" msgid "Uninstalling %s, tool is no more required" msgstr "卸载%s,不再需要工具" -#: commands/instances.go:735 +#: commands/instances.go:796 msgid "Uninstalling %s: tool is no more required" msgstr "卸载%s,:不再需要工具" @@ -2200,7 +2274,7 @@ msgstr "更新库索引到最新版本。" msgid "Updates the libraries index." msgstr "更新库索引。" -#: commands/instances.go:692 +#: commands/instances.go:753 msgid "Updating platform %s" msgstr "正在更新平台 %s" @@ -2224,15 +2298,15 @@ msgstr "升级已安装的库。" msgid "Upgrades one or all installed platforms to the latest version." msgstr "将一个或所有已安装的平台升级到最新版本。" -#: commands/core/install.go:114 +#: commands/core/install.go:116 msgid "Upgrading platform %[1]s with %[2]s" msgstr "用%[2]s升级平台%[1]s" -#: cli/upload/upload.go:57 +#: cli/upload/upload.go:58 msgid "Upload Arduino sketches." msgstr "上传Arduino项目。" -#: cli/upload/upload.go:58 +#: cli/upload/upload.go:59 msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "上传Arduino项目。不会在上传之前编译项目。" @@ -2249,7 +2323,7 @@ msgstr "在%s上找到上传端口" msgid "Upload port protocol, e.g: serial" msgstr "上传端口协议,例如:串行" -#: cli/compile/compile.go:114 +#: cli/compile/compile.go:116 msgid "Upload the binary after the compilation." msgstr "编译后上传二进制文件。" @@ -2261,7 +2335,7 @@ msgstr "使用外部编译器将引导加载程序上传到板上。" msgid "Upload the bootloader." msgstr "上传引导加载程序。" -#: cli/compile/compile.go:223 cli/upload/upload.go:134 +#: cli/compile/compile.go:240 cli/upload/upload.go:141 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "使用%s协议上传到指定的开发板需要以下信息:" @@ -2331,8 +2405,8 @@ msgstr "版本号" msgid "Values" msgstr "值" -#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:116 -#: cli/upload/upload.go:71 +#: cli/burnbootloader/burnbootloader.go:57 cli/compile/compile.go:118 +#: cli/upload/upload.go:73 msgid "Verify uploaded binary after the upload." msgstr "上传后验证上传的二进制文件。" @@ -2344,11 +2418,11 @@ msgstr "版本" msgid "Versions: %s" msgstr "版本:%s" -#: commands/core/install.go:169 +#: commands/core/install.go:171 msgid "WARNING cannot configure platform: %s" msgstr "警告:无法配置平台:%s" -#: commands/instances.go:752 +#: commands/instances.go:813 msgid "WARNING: cannot run post install: %s" msgstr "警告:安装后无法运行:%s" @@ -2382,7 +2456,7 @@ msgstr "警告:工具%s未安装。它可能不适用于你的操作系统。" msgid "Website: %s" msgstr "网站:%s" -#: cli/compile/compile.go:117 +#: cli/compile/compile.go:119 msgid "" "When specified, VID/PID specific build properties are used, if board " "supports them." @@ -2402,6 +2476,10 @@ msgstr "将当前配置写入数据目录中的配置文件。" msgid "Writing config file: %v" msgstr "正在写入配置文件:%v" +#: cli/compile/compile.go:147 cli/compile/compile.go:151 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + #: cli/arguments/arguments.go:37 cli/arguments/arguments.go:47 msgid "and" msgstr "和" @@ -2434,7 +2512,7 @@ msgstr "在%s中找不到二进制文件" msgid "board %s not found" msgstr "未找到开发板%s" -#: commands/board/list.go:42 +#: commands/board/list.go:41 msgid "board not found" msgstr "未找到开发板" @@ -2452,15 +2530,15 @@ msgstr "调用%[1]s: %[2]w" msgid "can't find latest release of %s" msgstr "找不到%s的最新版本" -#: commands/instances.go:268 +#: commands/instances.go:295 msgid "can't find latest release of tool %s" msgstr "找不到工具%s的最新版本" -#: arduino/sketch/sketch.go:105 +#: arduino/sketch/sketch.go:118 msgid "can't find main Sketch file in %s" msgstr "在%s中找不到主项目文件" -#: arduino/cores/packagemanager/loader.go:807 +#: arduino/cores/packagemanager/loader.go:809 msgid "can't find pattern for discovery with id %s" msgstr "找不到id为%s的discovery模式" @@ -2532,7 +2610,7 @@ msgstr "新建用于提取的临时目录:%s" msgid "data section exceeds available space in board" msgstr "数据部分超出开发板中的可用空间" -#: arduino/sketch/sketch.go:211 +#: arduino/sketch/sketch.go:224 msgid "decoding sketch metadata: %s" msgstr "解析项目元数据:%s" @@ -2556,15 +2634,15 @@ msgstr "目录不存在:%s" msgid "discovery %[1]s process not started: %[2]w" msgstr "发现%[1]s进程未启动:%[2]w" -#: arduino/cores/packagemanager/loader.go:738 +#: arduino/cores/packagemanager/loader.go:740 msgid "discovery %s not found" msgstr "未找到discovery%s" -#: arduino/cores/packagemanager/loader.go:742 +#: arduino/cores/packagemanager/loader.go:744 msgid "discovery %s not installed" msgstr "discovery%s未安装" -#: arduino/cores/packagemanager/package_manager.go:489 +#: arduino/cores/packagemanager/package_manager.go:493 msgid "discovery release not found: %s" msgstr "未找到discovery版本:%s" @@ -2584,14 +2662,18 @@ msgstr "正在下载%[1]s工具:%[2]s" msgid "empty board identifier" msgstr "空开发板标识符" -#: arduino/sketch/sketch.go:200 +#: arduino/sketch/sketch.go:213 msgid "encoding sketch metadata: %s" msgstr "编译项目元数据:%s" -#: arduino/cores/packagemanager/loader.go:632 -msgid "error opening %s" +#: arduino/sketch/sketch.go:104 +msgid "error loading sketch project file:" msgstr "" +#: arduino/cores/packagemanager/loader.go:634 +msgid "error opening %s" +msgstr "%s 开启错误" + #: arduino/monitors/serial.go:44 msgid "error opening serial monitor" msgstr "打开串口监视器时出错" @@ -2600,11 +2682,15 @@ msgstr "打开串口监视器时出错" msgid "error parsing value: %v" msgstr "错误解析值:%v" -#: commands/board/list.go:88 +#: arduino/sketch/profiles.go:181 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:87 msgid "error processing response from server" msgstr "处理来自服务器的响应时出错" -#: commands/board/list.go:103 +#: commands/board/list.go:102 msgid "error querying Arduino Cloud Api" msgstr "查询Arduino Cloud Api时出错" @@ -2620,7 +2706,7 @@ msgstr "正在提取存档:%w" msgid "failed to compute hash of file \"%s\"" msgstr "无法计算文件%s的哈希值" -#: commands/board/list.go:71 +#: commands/board/list.go:70 msgid "failed to initialize http client" msgstr "未能初始化http客户端" @@ -2686,23 +2772,23 @@ msgstr "正在获取存档路径:%s" msgid "getting build properties for board %[1]s: %[2]s" msgstr "正在获取开发板%[1]s的构建属性:%[2]s" -#: arduino/cores/packagemanager/download.go:104 +#: arduino/cores/packagemanager/download.go:105 msgid "getting discovery dependencies for platform %[1]s: %[2]s" msgstr "获取平台%[1]的discovery依赖:%[2]s" -#: arduino/cores/packagemanager/download.go:112 +#: arduino/cores/packagemanager/download.go:113 msgid "getting monitor dependencies for platform %[1]s: %[2]s" msgstr "获取平台%[1]s的监视器依赖项:%[2]s" -#: arduino/cores/packagemanager/loader.go:693 +#: arduino/cores/packagemanager/loader.go:695 msgid "getting parent dir of %[1]s: %[2]s" msgstr "正在获取%[1]s的父目录:%[2]s" -#: arduino/cores/packagemanager/download.go:97 +#: arduino/cores/packagemanager/download.go:98 msgid "getting tool dependencies for platform %[1]s: %[2]s" msgstr "正在获取平台%[1]s的工具依赖:%[2]s" -#: arduino/sketch/sketch.go:155 +#: arduino/sketch/sketch.go:168 msgid "importing sketch metadata: %s" msgstr "正在导入项目元数据:%s" @@ -2718,6 +2804,10 @@ msgstr "正在安装%[1]s工具:%[2]s" msgid "installing platform %[1]s: %[2]s" msgstr "安装平台%[1]s: %[2]s" +#: arduino/sketch/profiles.go:179 +msgid "invalid '%s' directive" +msgstr "" + #: arduino/discovery/discovery.go:175 msgid "invalid 'add' message: missing port" msgstr "无效的“添加”消息:找不到端口" @@ -2778,6 +2868,10 @@ msgstr "无效的哈希%[1]s:%[2]s" msgid "invalid item %s" msgstr "无效的项目%s" +#: arduino/sketch/profiles.go:213 +msgid "invalid library directive:" +msgstr "" + #: arduino/libraries/libraries_layout.go:53 msgid "invalid library layout value: %d" msgstr "无效的库layout值:%d" @@ -2806,10 +2900,18 @@ msgstr "新建配置目录的路径无效:%[1]s错误:%[2]w" msgid "invalid path writing inventory file: %[1]s error: %[2]w" msgstr "写入库存文件的路径无效:%[1]s错误:%[2]w" -#: arduino/cores/packageindex/index.go:255 +#: arduino/cores/packageindex/index.go:267 msgid "invalid platform archive size: %s" msgstr "无效的平台存档大小:%s" +#: arduino/sketch/profiles.go:183 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "invalid platform index URL:" +msgstr "" + #: arduino/cores/packagemanager/loader.go:358 msgid "invalid pluggable monitor reference: %s" msgstr "无效的热插拔监视器引用:%s" @@ -2834,6 +2936,10 @@ msgstr "选项%[2]s的无效值%[1]s" msgid "invalid version directory %s" msgstr "无效的版本目录%s" +#: arduino/sketch/profiles.go:215 +msgid "invalid version:" +msgstr "" + #: commands/daemon/settings.go:108 msgid "key not found in settings" msgstr "在设置中找不到键" @@ -2877,12 +2983,12 @@ msgstr "加载%[1]s: %[2]s" msgid "loading boards: %s" msgstr "加载开发板:%s" -#: arduino/cores/packagemanager/loader.go:648 +#: arduino/cores/packagemanager/loader.go:650 msgid "loading bundled tools from %s" msgstr "从%s下载附加工具" -#: arduino/cores/packagemanager/package_manager.go:243 -#: arduino/cores/packagemanager/package_manager.go:258 +#: arduino/cores/packagemanager/package_manager.go:247 +#: arduino/cores/packagemanager/package_manager.go:262 msgid "loading json index file %[1]s: %[2]s" msgstr "正在加载json索引文件%[1]s:%[2]s" @@ -2904,7 +3010,15 @@ msgstr "加载平台发行版本%s" msgid "loading platform.txt" msgstr "加载platform.txt" -#: arduino/cores/packagemanager/loader.go:607 +#: arduino/cores/packagemanager/profiles.go:42 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:58 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:609 msgid "loading tool release in %s" msgstr "在%s中加载工具发行版本" @@ -2916,6 +3030,10 @@ msgstr "在%s中查找boards.txt" msgid "main file missing from sketch" msgstr "项目中缺少主文件" +#: arduino/sketch/profiles.go:177 +msgid "missing '%s' directive" +msgstr "" + #: arduino/resources/checksums.go:41 msgid "missing checksum for: %s" msgstr "缺少校验码:%s" @@ -2932,7 +3050,7 @@ msgstr "缺少平台%[1]s:%[2]s被板%[3]s引用" msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" msgstr "缺少平台发行版本%[1]s:%[2]s被板%[3]s引用" -#: arduino/cores/packagemanager/package_manager.go:500 +#: arduino/cores/packagemanager/package_manager.go:504 msgid "monitor release not found: %s" msgstr "未找到公开监视器:%s" @@ -2945,7 +3063,7 @@ msgstr "正在将提取的存档移动到目标目录:%s" msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "找到多个构建文件:%[1]s和%[2]s" -#: arduino/sketch/sketch.go:77 +#: arduino/sketch/sketch.go:78 msgid "multiple main sketch files found (%[1]v, %[2]v)" msgstr "找到多个主项目文件 (%[1]v, %[2]v)" @@ -2973,7 +3091,7 @@ msgstr "存档中没有唯一的根目录,找到了%[1]s和%[2]s" msgid "no upload port provided" msgstr "未提供上传端口" -#: arduino/sketch/sketch.go:263 +#: arduino/sketch/sketch.go:287 msgid "no valid sketch found in %[1]s: missing %[2]s" msgstr "在%[1]s中找不到有效的项目:缺少%[2]s" @@ -3001,12 +3119,12 @@ msgstr "打开签名文件:%s" msgid "opening target file: %s" msgstr "打开目标文件:%s" -#: arduino/cores/packagemanager/download.go:74 arduino/cores/status.go:88 +#: arduino/cores/packagemanager/download.go:75 arduino/cores/status.go:88 #: arduino/cores/status.go:113 arduino/cores/status.go:140 msgid "package %s not found" msgstr "未找到软件包 %s" -#: arduino/cores/packagemanager/package_manager.go:272 +#: arduino/cores/packagemanager/package_manager.go:276 msgid "package '%s' not found" msgstr "未找到软件包 %s" @@ -3019,7 +3137,7 @@ msgstr "正在解析IDE附加索引" msgid "parsing fqbn: %s" msgstr "解析FQBN:%s" -#: arduino/libraries/librariesindex/json.go:69 +#: arduino/libraries/librariesindex/json.go:72 msgid "parsing library_index.json: %s" msgstr "解析library_index.json: %s" @@ -3027,11 +3145,11 @@ msgstr "解析library_index.json: %s" msgid "path is not a platform directory: %s" msgstr "路径不是平台目录:%s" -#: arduino/cores/packagemanager/download.go:78 +#: arduino/cores/packagemanager/download.go:79 msgid "platform %[1]s not found in package %[2]s" msgstr "在软件包%[2]s中找不到平台%[1]s" -#: arduino/cores/packagemanager/download.go:90 +#: arduino/cores/packagemanager/download.go:91 msgid "platform %s has no available releases" msgstr "平台%s没有可用的版本" @@ -3041,11 +3159,11 @@ msgstr "平台%s未安装" #: arduino/cores/packagemanager/install_uninstall.go:71 #: arduino/cores/packagemanager/install_uninstall.go:114 -#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:124 +#: arduino/cores/packagemanager/loader.go:452 commands/compile/compile.go:99 msgid "platform not installed" msgstr "平台未安装" -#: cli/compile/compile.go:135 +#: cli/compile/compile.go:137 msgid "please use --build-property instead." msgstr "请改用--build-property。" @@ -3069,7 +3187,7 @@ msgstr "不支持协议版本:请求了%[1]d,获得了%[2]d" msgid "protocol version not supported: requested 1, got %d" msgstr "不支持协议版本:请求1,得到%d" -#: arduino/cores/packagemanager/loader.go:698 +#: arduino/cores/packagemanager/loader.go:700 msgid "reading %[1]s: %[2]s" msgstr "正在读取%[1]s: %[2]s" @@ -3080,7 +3198,7 @@ msgstr "正在读取目录 %[1]s: %[2]s" #: arduino/cores/packagemanager/loader.go:70 #: arduino/cores/packagemanager/loader.go:152 #: arduino/cores/packagemanager/loader.go:255 -#: arduino/cores/packagemanager/loader.go:599 +#: arduino/cores/packagemanager/loader.go:601 msgid "reading directory %s" msgstr "正在读取目录%s" @@ -3092,7 +3210,7 @@ msgstr "正在读取目录%s的内容:%w" msgid "reading file %[1]s: %[2]s" msgstr "正在读取文件%[1]s: %[2]s" -#: arduino/sketch/sketch.go:233 +#: arduino/sketch/sketch.go:257 msgid "reading files: %v" msgstr "正在读取文件:%v" @@ -3112,7 +3230,7 @@ msgstr "正在读取 lib src 目录:%s" msgid "reading library headers: %w" msgstr "正在读取库头文件:%w" -#: arduino/libraries/librariesindex/json.go:63 +#: arduino/libraries/librariesindex/json.go:66 msgid "reading library_index.json: %s" msgstr "正在读取library_index.json: %s" @@ -3120,7 +3238,7 @@ msgstr "正在读取library_index.json: %s" msgid "reading package root dir: %s" msgstr "正在读取软件包根目录:%s" -#: arduino/sketch/sketch.go:192 +#: arduino/sketch/sketch.go:205 msgid "reading sketch metadata %[1]s: %[2]s" msgstr "正在读取项目元数据 %[1]s: %[2]s" @@ -3128,7 +3246,7 @@ msgstr "正在读取项目元数据 %[1]s: %[2]s" msgid "recipe not found '%s'" msgstr "未找到方法%s" -#: arduino/cores/packagemanager/package_manager.go:348 +#: arduino/cores/packagemanager/package_manager.go:352 msgid "release %[1]s not found for tool %[2]s" msgstr "找不到工具%[2]s的发行版本%[1]s" @@ -3153,7 +3271,7 @@ msgstr "正在删除平台文件:%s" msgid "removing tool files: %s" msgstr "正在删除工具文件:%s" -#: arduino/cores/packagemanager/download.go:85 +#: arduino/cores/packagemanager/download.go:86 msgid "required version %[1]s not found for platform %[2]s" msgstr "找不到平台%[2]s所需的版本%[1]s" @@ -3165,7 +3283,7 @@ msgstr "正在检索Arduino密钥:%s" msgid "scanning examples: %s" msgstr "扫描示例:%s" -#: arduino/cores/packagemanager/loader.go:684 +#: arduino/cores/packagemanager/loader.go:686 msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" msgstr "在 %[1]s 中搜索builtin_tools_versions.txt: %[2]s" @@ -3177,7 +3295,7 @@ msgstr "正在搜索软件包根目录:%s" msgid "setting DTR to OFF" msgstr "将 DTR 设置为 OFF" -#: arduino/sketch/sketch.go:62 +#: arduino/sketch/sketch.go:63 msgid "sketch path is not valid" msgstr "项目路径无效" @@ -3201,7 +3319,7 @@ msgstr "开始同步discovery%[1]s:%[2]w" msgid "starting discovery %[1]s: %[2]w" msgstr "停止discovery%[1]s: %[2]w" -#: commands/board/list.go:306 +#: commands/board/list.go:294 msgid "stopping discoveries: %s" msgstr "停止discovery:%s" @@ -3238,7 +3356,7 @@ msgstr "编译数据库可能不完整或不准确" msgid "the platform has no releases" msgstr "该平台没有发行版本" -#: commands/board/list.go:79 +#: commands/board/list.go:78 msgid "the server responded with status %s" msgstr "服务器响应状态 %s" @@ -3259,11 +3377,11 @@ msgstr "工具%s不是由软件包管理器管理的" msgid "tool %s not found" msgstr "未找到工具%s" -#: arduino/cores/packagemanager/package_manager.go:298 +#: arduino/cores/packagemanager/package_manager.go:302 msgid "tool '%[1]s' not found in package '%[2]s'" msgstr "在软件包%[2]s中找不到工具%[1]s" -#: arduino/cores/packagemanager/download.go:124 +#: arduino/cores/packagemanager/download.go:125 msgid "tool not available for your OS" msgstr "工具不适用于你的操作系统" @@ -3271,8 +3389,8 @@ msgstr "工具不适用于你的操作系统" msgid "tool not installed" msgstr "工具未安装" -#: arduino/cores/packagemanager/package_manager.go:478 -#: arduino/cores/packagemanager/package_manager.go:555 +#: arduino/cores/packagemanager/package_manager.go:482 +#: arduino/cores/packagemanager/package_manager.go:559 msgid "tool release not found: %s" msgstr "找不到工具发行:%s" @@ -3329,7 +3447,7 @@ msgstr "未知软件包 %s" msgid "unknown platform %s:%s" msgstr "未知平台%s:%s" -#: arduino/sketch/sketch.go:146 +#: arduino/sketch/sketch.go:159 msgid "unknown sketch file extension '%s'" msgstr "未知的项目文件扩展名%s" @@ -3349,10 +3467,18 @@ msgstr "将所有内容升级到最新版本" msgid "uploading error: %s" msgstr "上传错误:%s" -#: arduino/sketch/sketch.go:216 +#: arduino/cores/packagemanager/profiles.go:170 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:149 +msgid "version %s not found" +msgstr "" + +#: arduino/sketch/sketch.go:229 msgid "writing sketch metadata %[1]s: %[2]s" msgstr "正在编写项目元数据%[1]s: %[2]s" -#: commands/board/list.go:95 +#: commands/board/list.go:94 msgid "wrong format in server response" msgstr "服务器响应格式错误"